createDyMControls.H
Go to the documentation of this file.
1 bool correctPhi
2 (
3  pimple.dict().lookupOrDefault<Switch>("correctPhi", true)
4 );
5 
7 (
8  pimple.dict().lookupOrDefault<Switch>("checkMeshCourantNo", false)
9 );
10 
12 (
13  pimple.dict().lookupOrDefault<Switch>("moveMeshOuterCorrectors", false)
14 );
const dictionary & pimple
bool moveMeshOuterCorrectors(pimple.dict().lookupOrDefault< Switch >("moveMeshOuterCorrectors", false))
bool correctPhi(pimple.dict().lookupOrDefault< Switch >("correctPhi", true))
bool checkMeshCourantNo(pimple.dict().lookupOrDefault< Switch >("checkMeshCourantNo", false))