Go to the documentation of this file.
54 const word& modelName,
61 Info<<
"Selecting " << modelName <<
" blending method: "
64 auto* ctorPtr = dictionaryConstructorTable(modelType);
73 *dictionaryConstructorTablePtr_
77 return ctorPtr(
dict, phaseNames);
A class for handling words, derived from Foam::string.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
blendingMethod(const dictionary &dict)
Ostream & endl(Ostream &os)
T get(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
errorManip< error > abort(error &err)
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
static autoPtr< blendingMethod > New(const word &modelName, const dictionary &dict, const wordList &phaseNames)
defineTypeNameAndDebug(combustionModel, 0)