58 #ifndef pimpleControl_H 59 #define pimpleControl_H pimpleControl(fvMesh &mesh, const word &algorithmName="PIMPLE")
Construct from a mesh and the name of the algorithm.
virtual bool read()
Read controls.
bool run(Time &time)
Time run loop.
Pimple loop class. Implements the logic which controls the pimple loop generically for a given correc...
bool turbCorr() const
Flag to indicate whether to solve the turbulence.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from string.
const fvMesh & mesh() const
Return the mesh.
const Time & time() const
Return the time.
TypeName("pimpleControl")
Run-time type information.
Pimple control class. Provides time-loop control methods which exit the simulation once convergence c...
Mesh data needed to do the Finite Volume discretisation.
Pimple no-loop control class. Implements various option flags, but leaves loop controls to the deriva...
const word & algorithmName() const
Return the name of the algorithm.
virtual ~pimpleControl()
Destructor.