OpenFOAM-4.x/applications/solvers/multiphase/interFoam/interDyMFoam/readControls.H
2014-12-10 22:40:10 +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)
);