mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
17 lines
328 B
C
17 lines
328 B
C
#include "createTimeControls.H"
|
|
|
|
bool correctPhi
|
|
(
|
|
pimple.dict().lookupOrDefault<Switch>("correctPhi", true)
|
|
);
|
|
|
|
bool checkMeshCourantNo
|
|
(
|
|
pimple.dict().lookupOrDefault<Switch>("checkMeshCourantNo", false)
|
|
);
|
|
|
|
bool moveMeshOuterCorrectors
|
|
(
|
|
pimple.dict().lookupOrDefault<Switch>("moveMeshOuterCorrectors", false)
|
|
);
|