Go to the documentation of this file.
45 const dictionary&
dict
49 coeffDict_(optionalSubDict(
type +
"Coeffs"))
57 const dictionary&
dict
60 const word modelType(
dict.get<word>(
"faceAreaWeightModel"));
62 Info<<
nl <<
"Selecting faceAreaWeightModel " << modelType <<
endl;
64 auto cstrIter = dictionaryConstructorTablePtr_->cfind(modelType);
66 if (!cstrIter.found())
71 "faceAreaWeightModel",
73 *dictionaryConstructorTablePtr_
77 return autoPtr<faceAreaWeightModel>(cstrIter()(
dict));
faceAreaWeightModel(const faceAreaWeightModel &)=delete
No copy construct.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
static autoPtr< faceAreaWeightModel > New(const dictionary &faceAreaWeightDict)
Return a reference to the selected faceAreaWeightModel.
Ostream & endl(Ostream &os)
Add newline and flush stream.
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
Report an error message using Foam::FatalIOError.
messageStream Info
Information stream (uses stdout - output is on the master only)
Macros for easy insertion into run-time selection tables.
errorManipArg< error, int > exit(error &err, const int errNo=1)
defineTypeNameAndDebug(combustionModel, 0)