Go to the documentation of this file.
34 namespace regionModels
45 const word modelType =
46 dict.getOrDefault<
word>(
"thermalShellModel",
"thermalShell");
48 auto* ctorPtr = dictionaryConstructorTable(modelType);
53 <<
"Unknown thermalShellModel type "
54 << modelType <<
nl <<
nl
55 <<
"Valid thermalShellModel types :" <<
nl
56 << dictionaryConstructorTablePtr_->sortedToc()
A class for handling words, derived from Foam::string.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
errorManipArg< error, int > exit(error &err, const int errNo=1)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
#define FatalErrorInFunction
static autoPtr< thermalShellModel > New(const fvPatch &patch, const dictionary &dict)