OpenFOAM-2.4.x/applications/solvers/multiphase/interFoam/interDyMFoam/readControls.H
2014-02-17 16:00:08 +00:00

16 lines
326 B
C

#include "readTimeControls.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)
);