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