1 Info<< "Reading thermodynamicProperties\n" << endl;
3 IOdictionary thermodynamicProperties
7 "thermodynamicProperties",
15 dimensionedScalar rho0
17 thermodynamicProperties.lookup("rho0")
22 thermodynamicProperties.lookup("p0")
27 thermodynamicProperties.lookup("psi")
30 // Density offset, i.e. the constant part of the density
31 dimensionedScalar rhoO("rhoO", rho0 - psi*p0);