Go to the documentation of this file.
45 Foam::primalSolver::primalSolver
48 const word& managerType,
61 const word& managerType,
67 auto* ctorPtr = primalSolverConstructorTable(solverType);
76 *primalSolverConstructorTablePtr_
A class for handling words, derived from Foam::string.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
static autoPtr< primalSolver > New(fvMesh &mesh, const word &managerType, const dictionary &dict)
T get(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
Base class for solution control classes.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Macros for easy insertion into run-time selection tables.
Mesh data needed to do the Finite Volume discretisation.
errorManipArg< error, int > exit(error &err, const int errNo=1)
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)
Base class for primal solvers.
virtual bool readDict(const dictionary &dict)
defineTypeNameAndDebug(combustionModel, 0)
virtual const dictionary & dict() const