36 const psiuReactionThermo&
thermo,
38 const volScalarField&
Su,
39 const volScalarField&
rho,
40 const volScalarField&
b,
41 const surfaceScalarField&
phi
44 const word modelType(
dict.get<word>(
"XiModel"));
46 Info<<
"Selecting flame-wrinkling model " << modelType <<
endl;
48 auto* ctorPtr = dictionaryConstructorTable(modelType);
57 *dictionaryConstructorTablePtr_
61 return autoPtr<XiModel>
static autoPtr< XiModel > New(const dictionary &XiProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su, const volScalarField &rho, const volScalarField &b, const surfaceScalarField &phi)
Return a reference to the selected Xi 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