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 dynamic() const
Is this mesh dynamic?
Definition: fvMesh.C:717
bool correctPhi(pimple.dict().lookupOrDefault("correctPhi", mesh.dynamic()))
bool checkMeshCourantNo(pimple.dict().lookupOrDefault("checkMeshCourantNo", false))
pimpleControl pimple(mesh)
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
Read the control parameters used by setDeltaT.