Go to the documentation of this file.
41 const word modelType(
dict.subDict(modelName).get<
word>(
"type"));
45 auto* ctorPtr = dictionaryConstructorTable(modelType);
52 "regionModelFunction",
54 *dictionaryConstructorTablePtr_
63 dict.subDict(modelName),
A class for handling words, derived from Foam::string.
Ostream & endl(Ostream &os)
Add newline and flush stream.
Base class for region models.
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
Report an error message using Foam::FatalIOError.
messageStream Info
Information stream (stdout output on master, null elsewhere)
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.
static autoPtr< regionModelFunctionObject > New(const dictionary &dict, regionModel ®ion, const word &modelType)
Selector.