32 const dictionary& propDict,
33 const psiuReactionThermo& thermo,
38 const word modelType(propDict.lookup(
"XiGModel"));
40 Info<<
"Selecting flame-wrinkling model " << modelType <<
endl;
42 dictionaryConstructorTable::iterator cstrIter =
43 dictionaryConstructorTablePtr_->find(modelType);
45 if (cstrIter == dictionaryConstructorTablePtr_->end())
48 <<
"Unknown XiGModel type " 49 << modelType <<
nl <<
nl 50 <<
"Valid XiGModels are : " << endl
51 << dictionaryConstructorTablePtr_->sortedToc()
autoPtr< compressible::turbulenceModel > turbulence
errorManipArg< error, int > exit(error &err, const int errNo=1)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
Ostream & endl(Ostream &os)
Add newline and flush stream.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
psiReactionThermo & thermo
RASModel< EddyDiffusivity< turbulenceModel > > RASModel
tmp< GeometricField< Type, fvPatchField, volMesh > > Su(const GeometricField< Type, fvPatchField, volMesh > &su, const GeometricField< Type, fvPatchField, volMesh > &vf)
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.