Go to the documentation of this file.
46 const dictionary&
dict,
52 coeffDict_(optionalSubDict(
type +
"Coeffs"))
60 const dictionary&
dict,
64 const word modelType(
dict.
get<word>(
"relaxationModel"));
66 Info<<
nl <<
"Selecting relaxationModel " << modelType <<
endl;
68 auto* ctorPtr = dictionaryConstructorTable(modelType);
77 *dictionaryConstructorTablePtr_
81 return autoPtr<relaxationModel>(ctorPtr(
dict,
runTime));
static autoPtr< relaxationModel > New(const dictionary &relaxationDict, const Time &runTime)
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Ostream & endl(Ostream &os)
T get(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
relaxationModel(const relaxationModel &)=delete
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
Macros for easy insertion into run-time selection tables.
errorManipArg< error, int > exit(error &err, const int errNo=1)
defineTypeNameAndDebug(combustionModel, 0)