Skip to content
Snippets Groups Projects
Commit 405ed91b authored by Henry's avatar Henry
Browse files

rhoCentralFoam: corrected reading of Pr

parent dd3b4452
Branches
Tags
No related merge requests found
......@@ -16,11 +16,8 @@ IOdictionary thermophysicalProperties
dimensionedScalar Pr
(
dimensionedScalar::lookupOrDefault
(
"Pr",
thermophysicalProperties,
1.0
)
"Pr",
dimless,
thermophysicalProperties.subDict("mixture").subDict("transport")
.lookup("Pr")
);
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment