33 #ifndef simpleControl_H 34 #define simpleControl_H 39 #define SIMPLE_CONTROL virtual ~simpleControl()
Destructor.
TypeName("simpleControl")
Run-time type information.
Base class for solution control classes.
virtual bool loop()
Loop loop.
void read()
Read controls from fvSolution dictionary.
Mesh data needed to do the Finite Volume discretisation.
bool criteriaSatisfied()
Return true if all convergence checks are satisfied.
SIMPLE control class to supply convergence information/checks for the SIMPLE loop.
bool initialised_
Initialised flag.