35 #ifndef singleRegionConvergenceControl_H 36 #define singleRegionConvergenceControl_H 70 TypeName(
"singleRegionConvergenceControl");
Single-region-specific derivation of the solution control class.
bool readResidualControls()
Read residual controls.
const fvMesh & mesh_
Reference to the mesh.
TypeName("singleRegionConvergenceControl")
Run-time type information.
List< residualData > residualControl_
List of residual data per field.
Convergence control class. Provides methods to check the convergence of the time loop against an abso...
virtual bool hasResidualControls() const
Return true if residual controls are present.
singleRegionConvergenceControl(const singleRegionSolutionControl &control)
Construct from a solution control.
Mesh data needed to do the Finite Volume discretisation.
virtual bool criteriaSatisfied() const
Return true if all convergence checks are satisfied.
Single-region-specific derivation of the convergence control class.
void printResidualControls() const
Print the residual controls.
virtual ~singleRegionConvergenceControl()
Destructor.