Files
openfoam/applications/solvers/multiphase/interFoam/interDyMFoam/createDyMControls.H
2016-05-08 14:32:23 +01:00

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)
);