Go to the documentation of this file.
33 #ifndef simpleControl_H
34 #define simpleControl_H
SIMPLE control class to supply convergence information/checks for the SIMPLE loop.
Base class for solution control classes.
bool initialised_
Initialised flag.
simpleControl(const simpleControl &)
Disallow default bitwise copy construct.
bool criteriaSatisfied()
Return true if all convergence checks are satisfied.
virtual bool loop()
Loop loop.
Mesh data needed to do the Finite Volume discretisation.
virtual ~simpleControl()
Destructor.
void operator=(const simpleControl &)
Disallow default bitwise assignment.
void read()
Read controls from fvSolution dictionary.
TypeName("simpleControl")
Run-time type information.