42 const word& algorithmName
60 return mesh_.solutionDict().
subDict(algorithmName());
66 storePrevIterTypeFields<scalar>();
67 storePrevIterTypeFields<vector>();
68 storePrevIterTypeFields<sphericalTensor>();
69 storePrevIterTypeFields<symmTensor>();
70 storePrevIterTypeFields<tensor>();
singleRegionSolutionControl(fvMesh &mesh, const word &algorithmName)
Construct from a mesh and the name of the algorithm.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const Time & time() const
Return the top-level database.
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
A class for handling words, derived from string.
virtual const dictionary & dict() const
Return the solution dictionary.
void storePrevIterFields()
Store previous iteration for fields.
defineTypeNameAndDebug(combustionModel, 0)
Mesh data needed to do the Finite Volume discretisation.
virtual ~singleRegionSolutionControl()
Destructor.