XiEqModel Class Referenceabstract

Base-class for all XiEq models used by the b-XiEq combustion model. The available models are : basicXiSubXiEq.H Gulder.H instabilityXiEq.H SCOPEBlendXiEq.H SCOPEXiEq.H. More...

Inheritance diagram for XiEqModel:
[legend]
Collaboration diagram for XiEqModel:
[legend]

Public Member Functions

 TypeName ("XiEqModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, XiEqModel, dictionary,(const dictionary &XiEqProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su),(XiEqProperties, thermo, turbulence, Su))
 
 XiEqModel (const dictionary &XiEqProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su)
 Construct from components. More...
 
virtual ~XiEqModel ()
 Destructor. More...
 
virtual tmp< volScalarFieldXiEq () const
 Return the flame-wrinkling XiEq. More...
 
tmp< volScalarFieldcalculateSchelkinEffect (const scalar) const
 Return the sub-grid Schelkin effect. More...
 
virtual bool read (const dictionary &XiEqProperties)=0
 Update properties from given dictionary. More...
 
void writeFields () const
 Write fields. More...
 

Static Public Member Functions

static autoPtr< XiEqModelNew (const dictionary &XiEqProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su)
 Return a reference to the selected XiEq model. More...
 

Protected Attributes

dictionary XiEqModelCoeffs_
 Dictionary. More...
 
const psiuReactionThermothermo_
 Thermo. More...
 
const compressible::RASModelturbulence_
 Turbulence. More...
 
const volScalarFieldSu_
 Laminar burning velocity. More...
 

Detailed Description

Base-class for all XiEq models used by the b-XiEq combustion model. The available models are : basicXiSubXiEq.H Gulder.H instabilityXiEq.H SCOPEBlendXiEq.H SCOPEXiEq.H.

Source files

Definition at line 59 of file XiEqModel.H.

Constructor & Destructor Documentation

◆ XiEqModel()

XiEqModel ( const dictionary XiEqProperties,
const psiuReactionThermo thermo,
const compressible::RASModel turbulence,
const volScalarField Su 
)

Construct from components.

◆ ~XiEqModel()

virtual ~XiEqModel ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "XiEqModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
XiEqModel  ,
dictionary  ,
(const dictionary &XiEqProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su ,
(XiEqProperties, thermo, turbulence, Su  
)

◆ New()

static autoPtr< XiEqModel > New ( const dictionary XiEqProperties,
const psiuReactionThermo thermo,
const compressible::RASModel turbulence,
const volScalarField Su 
)
static

Return a reference to the selected XiEq model.

◆ XiEq()

virtual tmp< volScalarField > XiEq ( ) const
inlinevirtual

Return the flame-wrinkling XiEq.

Reimplemented in basicSubGrid, Gulder, instability, SCOPEBlend, and SCOPEXiEq.

Definition at line 149 of file XiEqModel.H.

References XiEqModel::turbulence_.

◆ calculateSchelkinEffect()

tmp< volScalarField > calculateSchelkinEffect ( const  scalar) const

Return the sub-grid Schelkin effect.

◆ read()

virtual bool read ( const dictionary XiEqProperties)
pure virtual

Update properties from given dictionary.

Implemented in basicSubGrid, Gulder, instability, SCOPEBlend, and SCOPEXiEq.

◆ writeFields()

void writeFields ( ) const

Write fields.

Member Data Documentation

◆ XiEqModelCoeffs_

dictionary XiEqModelCoeffs_
protected

Dictionary.

Definition at line 67 of file XiEqModel.H.

◆ thermo_

const psiuReactionThermo& thermo_
protected

Thermo.

Definition at line 70 of file XiEqModel.H.

◆ turbulence_

const compressible::RASModel& turbulence_
protected

Turbulence.

Definition at line 73 of file XiEqModel.H.

Referenced by XiEqModel::XiEq().

◆ Su_

const volScalarField& Su_
protected

Laminar burning velocity.

Definition at line 76 of file XiEqModel.H.


The documentation for this class was generated from the following file: