47 #ifndef simpleControl_H 48 #define simpleControl_H 53 #define SIMPLE_CONTROL virtual ~simpleControl()
Destructor.
TypeName("simpleControl")
Run-time type information.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
simpleControl(fvMesh &mesh, const word &algorithmName="SIMPLE")
Construct from a mesh and the name of the algorithm.
A class for handling words, derived from string.
const fvMesh & mesh() const
Return the mesh.
bool loop(Time &time)
Time loop loop.
const Time & time() const
Return the time.
Mesh data needed to do the Finite Volume discretisation.
Single-region-specific derivation of the convergence control class.
bool run(Time &time)
Time run loop.
Fluid solution control class. Holds flags specific to the solution of fluids.
Simple control class. Provides time-loop control methods which exit the simulation once convergence c...
const word & algorithmName() const
Return the name of the algorithm.
virtual bool read()
Read controls.