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

Simple SCOPEBlendXiEq 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 SCOPEBlend:
Inheritance graph
[legend]
Collaboration diagram for SCOPEBlend:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("SCOPEBlend")
 Runtime type information. More...
 
 SCOPEBlend (const dictionary &XiEqProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su)
 Construct from components. More...
 
virtual ~SCOPEBlend ()
 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

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

Private Attributes

autoPtr< XiEqModelXiEqModelL_
 Low turbulence intensity equilibrium Xi model. More...
 
autoPtr< XiEqModelXiEqModelH_
 High turbulence intensity equilibrium Xi model. 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 SCOPEBlendXiEq 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 53 of file SCOPEBlendXiEq.H.

Constructor & Destructor Documentation

◆ SCOPEBlend() [1/2]

SCOPEBlend ( const SCOPEBlend )
private

Disallow copy construct.

◆ SCOPEBlend() [2/2]

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

Construct from components.

◆ ~SCOPEBlend()

virtual ~SCOPEBlend ( )
virtual

Destructor.

Member Function Documentation

◆ operator=()

void operator= ( const SCOPEBlend )
private

Disallow default bitwise assignment.

◆ TypeName()

TypeName ( "SCOPEBlend"  )

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)
inlinevirtual

Update properties from given dictionary.

Implements XiEqModel.

Definition at line 103 of file SCOPEBlendXiEq.H.

Field Documentation

◆ XiEqModelL_

autoPtr<XiEqModel> XiEqModelL_
private

Low turbulence intensity equilibrium Xi model.

Definition at line 60 of file SCOPEBlendXiEq.H.

◆ XiEqModelH_

autoPtr<XiEqModel> XiEqModelH_
private

High turbulence intensity equilibrium Xi model.

Definition at line 63 of file SCOPEBlendXiEq.H.


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