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