createDyMControls.H
Go to the documentation of this file.
1 #include "createControl.H"
2 #include "createTimeControls.H"
3 
4 bool correctPhi
5 (
6  pimple.dict().lookupOrDefault("correctPhi", mesh.dynamic())
7 );
8 
10 (
11  pimple.dict().lookupOrDefault("checkMeshCourantNo", false)
12 );
13 
15 (
16  pimple.dict().lookupOrDefault("moveMeshOuterCorrectors", false)
17 );
bool moveMeshOuterCorrectors(pimple.dict().lookupOrDefault("moveMeshOuterCorrectors", false))
pimpleNoLoopControl & pimple
dynamicFvMesh & mesh
bool checkMeshCourantNo(pimple.dict().lookupOrDefault("checkMeshCourantNo", false))
Read the control parameters used by setDeltaT.
bool correctPhi(pimple.dict().lookupOrDefault("correctPhi", mesh.dynamic()))