34 #ifndef pimpleControl_H
35 #define pimpleControl_H
Mesh data needed to do the Finite Volume discretisation.
bool firstPimpleIter() const
Flag to indicate the first iteration.
pimpleControl(fvMesh &mesh, const word &algorithmName="PIMPLE")
Construct from a mesh and the name of the algorithm.
bool finalPimpleIter() const
Flag to indicate the final iteration.
virtual ~pimpleControl()
Destructor.
TypeName("pimpleControl")
Run-time type information.
bool finalIter() const
Flag to indicate the last iteration.
bool firstIter() const
Flag to indicate the first iteration.
Pimple no-loop control class. Implements various option flags, but leaves loop controls to the deriva...
Pimple single region control class. Provides time-loop control methods which exit the simulation once...
bool run(Time &time)
Time run loop.
const fvMesh & mesh() const
Return the mesh.
const word & algorithmName() const
Return the name of the algorithm.
A class for handling words, derived from string.