createControls.H
Go to the documentation of this file.
1 #include "createTimeControls.H"
2 
3 bool correctPhi
4 (
5  pimple.dict().lookupOrDefault<Switch>("correctPhi", true)
6 );
7 
9 (
10  pimple.dict().lookupOrDefault<Switch>("checkMeshCourantNo", false)
11 );
bool checkMeshCourantNo(pimple.dict().lookupOrDefault< Switch >("checkMeshCourantNo", false))
const dictionary & pimple
bool correctPhi(pimple.dict().lookupOrDefault< Switch >("correctPhi", true))
Read the control parameters used by setDeltaT.