Go to the documentation of this file.
30 #include "phasePair.H"
45 const dictionary&
dict,
58 const dictionary&
dict,
62 const word modelType(
dict.
get<word>(
"type"));
64 Info<<
"Selecting aspectRatioModel for "
65 << pair <<
": " << modelType <<
endl;
67 auto* ctorPtr = dictionaryConstructorTable(modelType);
76 *dictionaryConstructorTablePtr_
80 return ctorPtr(
dict, pair);
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
aspectRatioModel(const dictionary &dict, const phasePair &pair)
Ostream & endl(Ostream &os)
T get(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
static autoPtr< aspectRatioModel > New(const dictionary &dict, const phasePair &pair)
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
errorManipArg< error, int > exit(error &err, const int errNo=1)
defineTypeNameAndDebug(combustionModel, 0)