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::lookupOrDefault
(
"Pr",
thermophysicalProperties,
1.0
)
dimless,
thermophysicalProperties.subDict("mixture").subDict("transport")
.lookup("Pr")
);