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:
Collaboration diagram for XiEqModel:

Public Member Functions

 TypeName ("XiEqModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, XiEqModel, dictionary,(const dictionary &XiEqProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su),(XiEqProperties, thermo, turbulence, Su))
 
 XiEqModel (const dictionary &XiEqProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su)
 Construct from components. More...
 
 XiEqModel (const XiEqModel &)
 Disallow default bitwise copy construction. More...
 
virtual ~XiEqModel ()
 Destructor. More...
 
virtual tmp< volScalarFieldXiEq () const =0
 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...
 
void operator= (const XiEqModel &)=delete
 Disallow default bitwise assignment. More...
 

Static Public Member Functions

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

Protected Attributes

dictionary XiEqModelCoeffs_
 Dictionary. More...
 
const psiuMulticomponentThermothermo_
 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 57 of file XiEqModel.H.

Constructor & Destructor Documentation

◆ XiEqModel() [1/2]

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

Construct from components.

Definition at line 39 of file XiEqModel.C.

◆ XiEqModel() [2/2]

XiEqModel ( const XiEqModel )

Disallow default bitwise copy construction.

◆ ~XiEqModel()

~XiEqModel ( )
virtual

Destructor.

Definition at line 62 of file XiEqModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "XiEqModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

◆ New()

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

Return a reference to the selected XiEq model.

Definition at line 30 of file XiEqModelNew.C.

References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, dictionary::lookup(), Foam::nl, Foam::fvc::Su(), thermo, and turbulence().

Here is the call graph for this function:

◆ XiEq()

virtual tmp<volScalarField> XiEq ( ) const
pure virtual

Return the flame-wrinkling XiEq.

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

◆ calculateSchelkinEffect()

◆ read()

bool read ( const dictionary XiEqProperties)
pure virtual

Update properties from given dictionary.

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

Definition at line 68 of file XiEqModel.C.

References dictionary::optionalSubDict(), and Foam::type().

Referenced by basicSubGrid::read(), Gulder::read(), instability::read(), and SCOPEXiEq::read().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeFields()

void writeFields ( ) const

Write fields.

Definition at line 76 of file XiEqModel.C.

References B.

◆ operator=()

void operator= ( const XiEqModel )
delete

Disallow default bitwise assignment.

Member Data Documentation

◆ XiEqModelCoeffs_

dictionary XiEqModelCoeffs_
protected

Dictionary.

Definition at line 65 of file XiEqModel.H.

◆ thermo_

const psiuMulticomponentThermo& thermo_
protected

Thermo.

Definition at line 68 of file XiEqModel.H.

◆ turbulence_

const compressible::RASModel& turbulence_
protected

Turbulence.

Definition at line 71 of file XiEqModel.H.

◆ Su_

const volScalarField& Su_
protected

Laminar burning velocity.

Definition at line 74 of file XiEqModel.H.


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