rhoCentralFoam: corrected reading of Pr

This commit is contained in:
Henry
2012-03-22 09:49:47 +00:00
parent dd3b4452c7
commit 405ed91b21

View File

@ -15,12 +15,9 @@ IOdictionary thermophysicalProperties
); );
dimensionedScalar Pr dimensionedScalar Pr
(
dimensionedScalar::lookupOrDefault
( (
"Pr", "Pr",
thermophysicalProperties, dimless,
1.0 thermophysicalProperties.subDict("mixture").subDict("transport")
) .lookup("Pr")
); );