36 const psiuReactionThermo&
thermo,
38 const volScalarField&
Su
41 const word modelType(
dict.get<word>(
"XiGModel"));
43 Info<<
"Selecting flame-wrinkling model " << modelType <<
endl;
45 auto* ctorPtr = dictionaryConstructorTable(modelType);
54 *dictionaryConstructorTablePtr_
58 return autoPtr<XiGModel>(ctorPtr(
dict,
thermo, turbulence,
Su));
static autoPtr< XiGModel > New(const dictionary &XiGProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su)
Return a reference to the selected XiG model.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
Report an error message using Foam::FatalIOError.
compressible::turbulenceModel & turbulence
messageStream Info
Information stream (stdout output on master, null elsewhere).
Ostream & endl(Ostream &os)
Add newline and flush stream.
IOerror FatalIOError
Error stream (stdout output on all processes), with additional 'FOAM FATAL IO ERROR' header text and ...
errorManipArg< error, int > exit(error &err, const int errNo=1)
psiReactionThermo & thermo