See also commit 30e2f912e5
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1301
14 lines
295 B
C
14 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)
|
|
);
|