Go to the documentation of this file.
35 namespace regionModels
37 namespace thermalBaffleModels
48 "thermalBaffleProperties",
49 mesh.time().constant(),
59 dict.getOrDefault<
word>(
"thermalBaffleModel",
"thermalBaffle")
62 auto* ctorPtr = meshConstructorTable(modelType);
71 *meshConstructorTablePtr_
87 dict.getOrDefault<
word>(
"thermalBaffleModel",
"thermalBaffle")
90 auto* ctorPtr = dictionaryConstructorTable(modelType);
99 *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.
static autoPtr< thermalBaffleModel > New(const fvMesh &mesh)
Return a reference to the selected model.
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
Report an error message using Foam::FatalIOError.
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.