37 #ifndef primalSolver_H 38 #define primalSolver_H 86 const word& managerType,
99 const word& managerType,
110 const word& managerType,
Base class for solution control classes.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
Base class for primal solvers.
const fvMesh & mesh() const
Return the solver mesh.
TypeName("primalSolver")
Run-time type information.
declareRunTimeNewSelectionTable(autoPtr, primalSolver, primalSolver,(fvMesh &mesh, const word &managerType, const dictionary &dict),(mesh, managerType, dict))
A class for handling words, derived from Foam::string.
virtual const dictionary & dict() const
Return the solver dictionary.
virtual void correctBoundaryConditions()
update boundary conditions
Mesh data needed to do the Finite Volume discretisation.
static autoPtr< primalSolver > New(fvMesh &mesh, const word &managerType, const dictionary &dict)
Return a reference to the selected primal solver.
Pointer management similar to std::unique_ptr, with some additional methods and type checking...
Macros to ease declaration of run-time selection tables.
virtual ~primalSolver()=default
Destructor.
virtual bool readDict(const dictionary &dict)