Gulder Class Reference

Simple Gulder model for XiEq based on Gulders correlation with a linear correction function to give a plausible profile for XiEq. More...

Inheritance diagram for Gulder:
Collaboration diagram for Gulder:

Public Member Functions

 TypeName ("Gulder")
 Runtime type information. More...
 
 Gulder (const dictionary &XiEqProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su)
 Construct from components. More...
 
 Gulder (const Gulder &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~Gulder ()
 Destructor. More...
 
virtual tmp< volScalarField > XiEq () const
 Return the flame-wrinkling XiEq. More...
 
virtual bool read (const dictionary &XiEqProperties)
 Update properties from given dictionary. More...
 
void operator= (const Gulder &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from XiEqModel
 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 &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~XiEqModel ()
 Destructor. More...
 
tmp< volScalarField > calculateSchelkinEffect (const scalar) const
 Return the sub-grid Schelkin effect. More...
 
void writeFields () const
 Write fields. More...
 
void operator= (const XiEqModel &)=delete
 Disallow default bitwise assignment. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from XiEqModel
static autoPtr< XiEqModel > New (const dictionary &XiEqProperties, const psiuMulticomponentThermo &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 psiuMulticomponentThermo & thermo_
 Thermo. More...
 
const compressible::RASModel & turbulence_
 Turbulence. More...
 
const volScalarField & Su_
 Laminar burning velocity. More...
 

Detailed Description

Simple Gulder model for XiEq based on Gulders correlation with a linear correction function to give a plausible profile for XiEq.

Source files

Definition at line 51 of file Gulder.H.

Constructor & Destructor Documentation

◆ Gulder() [1/2]

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

Construct from components.

Definition at line 43 of file Gulder.C.

◆ Gulder() [2/2]

Gulder ( const Gulder &  )
delete

Disallow default bitwise copy construction.

◆ ~Gulder()

~Gulder ( )
virtual

Destructor.

Definition at line 64 of file Gulder.C.

Member Function Documentation

◆ TypeName()

TypeName ( "Gulder"  )

Runtime type information.

◆ XiEq()

Foam::tmp< Foam::volScalarField > XiEq ( ) const
virtual

Return the flame-wrinkling XiEq.

Implements XiEqModel.

Definition at line 70 of file Gulder.C.

References DimensionedField< Type, GeoMesh >::dimensions(), Foam::e, epsilon, Foam::mag(), GeometricField< Type, PatchField, GeoMesh >::primitiveFieldRef(), and Foam::sqrt().

Here is the call graph for this function:

◆ read()

bool read ( const dictionary &  XiEqProperties)
virtual

Update properties from given dictionary.

Implements XiEqModel.

Definition at line 97 of file Gulder.C.

References XiEqModel::read().

Here is the call graph for this function:

◆ operator=()

void operator= ( const Gulder &  )
delete

Disallow default bitwise assignment.


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