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

@ -16,11 +16,8 @@ IOdictionary thermophysicalProperties
dimensionedScalar Pr dimensionedScalar Pr
( (
dimensionedScalar::lookupOrDefault "Pr",
( dimless,
"Pr", thermophysicalProperties.subDict("mixture").subDict("transport")
thermophysicalProperties, .lookup("Pr")
1.0
)
); );