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