1 Info<< "Reading thermophysicalProperties\n" << endl;
3 // Pr defined as a separate constant to enable calculation of k, currently
4 // inaccessible through thermo
5 IOdictionary thermophysicalProperties
9 "thermophysicalProperties",
17 dimensionedScalar Pr = dimensionedScalar("Pr", dimless, 1.0);
19 if (thermophysicalProperties.found("Pr"))
21 Pr = dimensionedScalar(thermophysicalProperties.lookup("Pr"));