Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
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:
Inheritance graph
[legend]
Collaboration diagram for XiEqModel:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("XiEqModel")
 
 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)
 
virtual ~XiEqModel ()
 
virtual tmp< volScalarFieldXiEq () const
 
tmp< volScalarFieldcalculateSchelkinEffect (const scalar) const
 
virtual bool read (const dictionary &XiEqProperties)=0
 
void writeFields () const
 

Static Public Member Functions

static autoPtr< XiEqModelNew (const dictionary &XiEqProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su)
 

Protected Attributes

dictionary XiEqModelCoeffs_
 
const psiuReactionThermothermo_
 
const compressible::RASModelturbulence_
 
const volScalarFieldSu_
 

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 55 of file XiEqModel.H.

Constructor & Destructor Documentation

◆ XiEqModel()

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

◆ ~XiEqModel()

virtual ~XiEqModel ( )
virtual

Member Function Documentation

◆ TypeName()

TypeName ( "XiEqModel"  )

◆ 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

◆ XiEq()

virtual tmp<volScalarField> XiEq ( ) const
inlinevirtual

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

Definition at line 145 of file XiEqModel.H.

References XiEqModel::turbulence_.

◆ calculateSchelkinEffect()

tmp<volScalarField> calculateSchelkinEffect ( const  scalar) const

◆ read()

virtual bool read ( const dictionary XiEqProperties)
pure virtual

◆ writeFields()

void writeFields ( ) const

Member Data Documentation

◆ XiEqModelCoeffs_

dictionary XiEqModelCoeffs_
protected

Definition at line 63 of file XiEqModel.H.

◆ thermo_

const psiuReactionThermo& thermo_
protected

Definition at line 66 of file XiEqModel.H.

◆ turbulence_

const compressible::RASModel& turbulence_
protected

Definition at line 69 of file XiEqModel.H.

Referenced by XiEqModel::XiEq().

◆ Su_

const volScalarField& Su_
protected

Definition at line 72 of file XiEqModel.H.


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