mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
rhoCentralFoam: corrected reading of Pr
This commit is contained in:
@ -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
|
|
||||||
)
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user