See also commit cc455173ff
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1301
15 lines
295 B
C
15 lines
295 B
C
bool correctPhi
|
|
(
|
|
pimple.dict().lookupOrDefault<Switch>("correctPhi", true)
|
|
);
|
|
|
|
bool checkMeshCourantNo
|
|
(
|
|
pimple.dict().lookupOrDefault<Switch>("checkMeshCourantNo", false)
|
|
);
|
|
|
|
bool moveMeshOuterCorrectors
|
|
(
|
|
pimple.dict().lookupOrDefault<Switch>("moveMeshOuterCorrectors", false)
|
|
);
|