150 return turbulence_.muEff();
autoPtr< compressible::turbulenceModel > turbulence
dictionary XiEqModelCoeffs_
Dictionary.
virtual tmp< volScalarField > XiEq() const
Return the flame-wrinking XiEq.
A list of keyword definitions, which are a keyword followed by any number of values (e...
declareRunTimeSelectionTable(autoPtr, XiEqModel, dictionary,(const dictionary &XiEqProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su),(XiEqProperties, thermo, turbulence, Su))
virtual bool read(const dictionary &XiEqProperties)=0
Update properties from given dictionary.
tmp< volScalarField > calculateSchelkinEffect(const scalar) const
Return the sub-grid Schelkin effect.
virtual ~XiEqModel()
Destructor.
void writeFields() const
Write fields.
Base-class for all XiEq models used by the b-XiEq combustion model. The available models are : basicX...
TypeName("XiEqModel")
Runtime type information.
const psiuReactionThermo & thermo_
Thermo.
Foam::psiuReactionThermo.
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
RASModel< EddyDiffusivity< turbulenceModel > > RASModel
const volScalarField & Su_
Laminar burning velocity.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
A class for managing temporary objects.
static autoPtr< XiEqModel > New(const dictionary &XiEqProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su)
Return a reference to the selected XiEq model.
tmp< GeometricField< Type, fvPatchField, volMesh > > Su(const GeometricField< Type, fvPatchField, volMesh > &su, const GeometricField< Type, fvPatchField, volMesh > &vf)
const compressible::RASModel & turbulence_
Turbulence.