Go to the documentation of this file.
44 const dictionary&
dict,
45 const phaseModel& phase
48 diameterProperties_(
dict),
58 const dictionary&
dict,
59 const phaseModel& phase
62 const word modelType(
dict.
get<word>(
"diameterModel"));
64 Info<<
"Selecting diameterModel for phase "
69 auto* ctorPtr = dictionaryConstructorTable(modelType);
78 *dictionaryConstructorTablePtr_
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
static autoPtr< diameterModel > New(const dictionary &dict, const phaseModel &phase)
Ostream & endl(Ostream &os)
T get(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
errorManipArg< error, int > exit(error &err, const int errNo=1)
fileName::Type type(const fileName &name, const bool followLink=true)
const dictionary & optionalSubDict(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
virtual bool read(const dictionary &phaseProperties)=0
diameterModel(const dictionary &dict, const phaseModel &phase)
defineTypeNameAndDebug(combustionModel, 0)