37 #ifndef singleRegionSolutionControl_H 38 #define singleRegionSolutionControl_H 76 TypeName(
"singleRegionSolutionControl");
singleRegionSolutionControl(fvMesh &mesh, const word &algorithmName)
Construct from a mesh and the name of the algorithm.
Single-region-specific derivation of the solution control class.
A list of keyword definitions, which are a keyword followed by any number of values (e...
void storePrevIterTypeFields() const
Store previous iteration for fields.
A class for handling words, derived from string.
virtual const dictionary & dict() const
Return the solution dictionary.
const fvMesh & mesh() const
Return the mesh.
void storePrevIterFields()
Store previous iteration for fields.
fvMesh & mesh_
Reference to the mesh.
Mesh data needed to do the Finite Volume discretisation.
TypeName("singleRegionSolutionControl")
Run-time type information.
const word & algorithmName() const
Return the name of the algorithm.
virtual ~singleRegionSolutionControl()
Destructor.