TypeName("XiGModel")
Runtime type information.
void operator=(const XiGModel &)
Disallow default bitwise assignment.
virtual tmp< volScalarField > Db() const
Return the flame diffusivity.
A class for managing temporary objects.
Foam::psiuReactionThermo.
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
Base-class for all Xi generation models used by the b-Xi combustion model. See Technical Report SH/RE...
tmp< GeometricField< Type, fvPatchField, volMesh > > Su(const GeometricField< Type, fvPatchField, volMesh > &su, const GeometricField< Type, fvPatchField, volMesh > &vf)
autoPtr< compressible::turbulenceModel > turbulence
virtual ~XiGModel()
Destructor.
virtual bool read(const dictionary &XiGProperties)=0
Update properties from given dictionary.
const psiuReactionThermo & thermo_
A list of keyword definitions, which are a keyword followed by any number of values (e....
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.
XiGModel(const XiGModel &)
Disallow copy construct.
const compressible::RASModel & turbulence_
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
dictionary XiGModelCoeffs_
RASModel< EddyDiffusivity< turbulenceModel > > RASModel
Macros to ease declaration of run-time selection tables.
declareRunTimeSelectionTable(autoPtr, XiGModel, dictionary,(const dictionary &XiGProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su),(XiGProperties, thermo, turbulence, Su))
const volScalarField & Su_
virtual tmp< volScalarField > G() const =0
Return the flame-wrinking genration rate.
Generic GeometricField class.