Skip to content
Snippets Groups Projects
Commit d9b2de8f authored by sergio's avatar sergio
Browse files

Adding rhoMin and rhoMax to rhoReactingFoam

parent 486a82fa
Branches
Tags
No related merge requests found
......@@ -113,3 +113,26 @@ volScalarField Qdot
);
#include "createMRF.H"
dimensionedScalar rhoMax
(
dimensionedScalar::lookupOrDefault
(
"rhoMax",
pimple.dict(),
dimDensity,
GREAT
)
);
dimensionedScalar rhoMin
(
dimensionedScalar::lookupOrDefault
(
"rhoMin",
pimple.dict(),
dimDensity,
0
)
);
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