38 const word modelType(propDict.
lookup(
"XiGModel"));
41 <<
"Selecting flame-wrinkling model " << modelType <<
endl;
43 dictionaryConstructorTable::iterator cstrIter =
44 dictionaryConstructorTablePtr_->find(modelType);
46 if (cstrIter == dictionaryConstructorTablePtr_->end())
49 <<
"Unknown XiGModel type "
50 << modelType <<
nl <<
nl
51 <<
"Valid XiGModels are : " <<
endl
52 << dictionaryConstructorTablePtr_->sortedToc()
Generic GeometricField class.
static autoPtr< XiGModel > New(const dictionary &XiProperties, const ubRhoThermo &thermo, const compressibleMomentumTransportModel &momentumTransport, const volScalarField &Su)
Return a reference to the selected XiG model.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
Base-class for combustion fluid thermodynamic properties based on compressibility.
A class for handling words, derived from string.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
RASModel< momentumTransportModel > RASModel
Typedefs for turbulence, RAS and LES models for compressible flow based on the standard laminar trans...
tmp< VolField< Type > > Su(const VolField< Type > &su, const VolField< Type > &vf)
errorManipArg< error, int > exit(error &err, const int errNo=1)
Ostream & endl(Ostream &os)
Add newline and flush stream.
Ostream & indentOrNl(Ostream &os)
Indent stream or add newline if indent level == 0.
autoPtr< incompressible::momentumTransportModel > turbulence(incompressible::momentumTransportModel::New(U, phi, viscosity))
fluidMulticomponentThermo & thermo