Go to the documentation of this file.
37 namespace regionModels
39 namespace pyrolysisModels
47 const word& regionType
54 regionType +
"Properties",
55 mesh.time().constant(),
65 Info<<
"Selecting pyrolysisModel " << modelType <<
endl;
67 auto* ctorPtr = meshConstructorTable(modelType);
76 *meshConstructorTablePtr_
88 const word& regionType
94 Info<<
"Selecting pyrolysisModel " << modelType <<
endl;
96 auto* ctorPtr = dictionaryConstructorTable(modelType);
105 *dictionaryConstructorTablePtr_
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
Defines the attributes of an object for which implicit objectRegistry management is supported,...
A class for handling words, derived from Foam::string.
Ostream & endl(Ostream &os)
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
static autoPtr< pyrolysisModel > New(const fvMesh &mesh, const word ®ionType="pyrolysis")
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.
errorManipArg< error, int > exit(error &err, const int errNo=1)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.