STYLE: make IOobject time() noexcept. Use explicit REGISTER/NO_REGISTER

This commit is contained in:
Mark Olesen
2023-01-13 12:44:16 +01:00
parent 1f5a75c3c2
commit 8a70c898ae
25 changed files with 101 additions and 100 deletions

View File

@ -88,7 +88,7 @@ static bool calc_rhoU
mesh,
IOobject::NO_READ,
IOobject::NO_WRITE,
true
IOobject::REGISTER
),
mesh,
(dimDensity * dimVelocity)
@ -142,7 +142,7 @@ static bool calc_pTotal
mesh,
IOobject::NO_READ,
IOobject::NO_WRITE,
true
IOobject::REGISTER
),
mesh,
dimPressure