if (pimple.dict().getOrDefault("hydrostaticInitialization", false)) { volScalarField& ph_rgh = regIOobject::store ( new volScalarField ( IOobject ( "ph_rgh", "0", mesh, IOobject::MUST_READ, IOobject::NO_WRITE ), mesh ) ); if (equal(runTime.value(), 0)) { p = ph_rgh + rho*gh + pRef; thermo.correct(); rho = thermo.rho(); label nCorr ( pimple.dict().getOrDefault