Public Member Functions | Private Member Functions | Private Attributes
SCOPEXiEq Class Reference

Simple SCOPEXiEq model for XiEq based on SCOPEXiEqs correlation with a linear correction function to give a plausible profile for XiEq. See SCOPELaminarFlameSpeed.H for details on the SCOPE laminar flame speed model. More...

Inheritance diagram for SCOPEXiEq:
Inheritance graph
[legend]
Collaboration diagram for SCOPEXiEq:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("SCOPEXiEq")
 Runtime type information. More...
 
 SCOPEXiEq (const dictionary &XiEqProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su)
 Construct from components. More...
 
virtual ~SCOPEXiEq ()
 Destructor. More...
 
virtual tmp< volScalarFieldXiEq () const
 Return the flame-wrinking XiEq. More...
 
virtual bool read (const dictionary &XiEqProperties)
 Update properties from given dictionary. More...
 
- Public Member Functions inherited from XiEqModel
 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...
 
tmp< volScalarFieldcalculateSchelkinEffect (const scalar) const
 Return the sub-grid Schelkin effect. More...
 
void writeFields () const
 Write fields. More...
 

Private Member Functions

 SCOPEXiEq (const SCOPEXiEq &)
 Disallow copy construct. More...
 
void operator= (const SCOPEXiEq &)
 Disallow default bitwise assignment. More...
 

Private Attributes

scalar XiEqCoef_
 
scalar XiEqExp_
 
scalar lCoef_
 
dimensionedScalar SuMin_
 Minimum Su. More...
 
scalar uPrimeCoef_
 Schelkin effect Model constant. More...
 
bool subGridSchelkin_
 Use sub-grid Schelkin effect. More...
 
laminarFlameSpeedModels::SCOPE MaModel
 The SCOPE laminar flame speed model used to obtain the. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from XiEqModel
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 inherited from XiEqModel
dictionary XiEqModelCoeffs_
 Dictionary. More...
 
const psiuReactionThermothermo_
 Thermo. More...
 
const compressible::RASModelturbulence_
 Turbulence. More...
 
const volScalarFieldSu_
 Laminar burning velocity. More...
 

Detailed Description

Simple SCOPEXiEq model for XiEq based on SCOPEXiEqs correlation with a linear correction function to give a plausible profile for XiEq. See SCOPELaminarFlameSpeed.H for details on the SCOPE laminar flame speed model.

Source files

Definition at line 54 of file SCOPEXiEq.H.

Constructor & Destructor Documentation

◆ SCOPEXiEq() [1/2]

SCOPEXiEq ( const SCOPEXiEq )
private

Disallow copy construct.

◆ SCOPEXiEq() [2/2]

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

Construct from components.

◆ ~SCOPEXiEq()

virtual ~SCOPEXiEq ( )
virtual

Destructor.

Member Function Documentation

◆ operator=()

void operator= ( const SCOPEXiEq )
private

Disallow default bitwise assignment.

◆ TypeName()

TypeName ( "SCOPEXiEq"  )

Runtime type information.

◆ XiEq()

virtual tmp<volScalarField> XiEq ( ) const
virtual

Return the flame-wrinking XiEq.

Reimplemented from XiEqModel.

◆ read()

virtual bool read ( const dictionary XiEqProperties)
virtual

Update properties from given dictionary.

Implements XiEqModel.

Field Documentation

◆ XiEqCoef_

scalar XiEqCoef_
private

Definition at line 61 of file SCOPEXiEq.H.

◆ XiEqExp_

scalar XiEqExp_
private

Definition at line 64 of file SCOPEXiEq.H.

◆ lCoef_

scalar lCoef_
private

Definition at line 67 of file SCOPEXiEq.H.

◆ SuMin_

dimensionedScalar SuMin_
private

Minimum Su.

Definition at line 70 of file SCOPEXiEq.H.

◆ uPrimeCoef_

scalar uPrimeCoef_
private

Schelkin effect Model constant.

Definition at line 73 of file SCOPEXiEq.H.

◆ subGridSchelkin_

bool subGridSchelkin_
private

Use sub-grid Schelkin effect.

Definition at line 76 of file SCOPEXiEq.H.

◆ MaModel

The SCOPE laminar flame speed model used to obtain the.

Marstein number. Note: the laminar flame speed need not be obtained form the same model.

Definition at line 81 of file SCOPEXiEq.H.


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