Generic GeometricField class.
Base-class for all XiEq models used by the b-XiEq combustion model. The available models are : basicX...
XiEqModel(const dictionary &XiEqProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su)
Construct from components.
virtual bool read(const dictionary &XiEqProperties)=0
Update properties from given dictionary.
static autoPtr< XiEqModel > New(const dictionary &XiEqProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su)
Return a reference to the selected XiEq model.
declareRunTimeSelectionTable(autoPtr, XiEqModel, dictionary,(const dictionary &XiEqProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su),(XiEqProperties, thermo, turbulence, Su))
TypeName("XiEqModel")
Runtime type information.
virtual ~XiEqModel()
Destructor.
dictionary XiEqModelCoeffs_
Dictionary.
void writeFields() const
Write fields.
const psiuMulticomponentThermo & thermo_
Thermo.
void operator=(const XiEqModel &)=delete
Disallow default bitwise assignment.
tmp< volScalarField > calculateSchelkinEffect(const scalar) const
Return the sub-grid Schelkin effect.
const volScalarField & Su_
Laminar burning velocity.
virtual tmp< volScalarField > XiEq() const =0
Return the flame-wrinkling XiEq.
const compressible::RASModel & turbulence_
Turbulence.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Base-class for combustion fluid thermodynamic properties based on compressibility.
A class for managing temporary objects.
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)
Macros to ease declaration of run-time selection tables.
autoPtr< incompressible::momentumTransportModel > turbulence(incompressible::momentumTransportModel::New(U, phi, viscosity))
fluidMulticomponentThermo & thermo