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