Gulder Class Reference

Simple model for the equilibrium flame wrinkling XiEq based on Gulder's turbulent flame speed correlation. More...

Inheritance diagram for Gulder:
Collaboration diagram for Gulder:

Public Member Functions

 TypeName ("Gulder")
 Runtime type information. More...
 
 Gulder (const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su)
 Construct from components. More...
 
 Gulder (const Gulder &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~Gulder ()
 Destructor. More...
 
virtual tmp< volScalarFieldXiEq () const
 Return the flame-wrinkling XiEq. More...
 
void operator= (const Gulder &)=delete
 Disallow default bitwise assignment. More...
 
 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< volScalarFieldXiEq () 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 &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su),(dict, thermo, turbulence, Su))
 
 XiEqModel (const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su)
 Construct from components. More...
 
 XiEqModel (const XiEqModel &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~XiEqModel ()
 Destructor. More...
 
virtual tmp< volScalarFieldDb () const
 Return the flame diffusivity. More...
 
bool read (const dictionary &XiProperties)
 Update properties from the given XiProperties dictionary. More...
 
void operator= (const XiEqModel &)=delete
 Disallow default bitwise assignment. More...
 
 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< volScalarFieldcalculateSchelkinEffect (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...
 

Protected Member Functions

virtual bool readCoeffs (const dictionary &dict)
 Update coefficients from given dictionary. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from XiEqModel
static autoPtr< XiEqModelNew (const dictionary &XiProperties, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su)
 Return a reference to the selected XiEq model. More...
 
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 inherited from XiEqModel
const psiuMulticomponentThermothermo_
 Thermo. More...
 
const fluidThermoThermophysicalTransportModelthermoTransport_
 Thermo-physical transport. More...
 
const compressibleMomentumTransportModelturbulence_
 Turbulence. More...
 
const volScalarFieldSu_
 Laminar burning velocity. More...
 
dictionary XiEqModelCoeffs_
 Dictionary. More...
 
const compressible::RASModelturbulence_
 Turbulence. More...
 

Detailed Description

Simple model for the equilibrium flame wrinkling XiEq based on Gulder's turbulent flame speed correlation.

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

References:

    Gülder, Ö. L. (1991, January).
    Turbulent premixed flame propagation models
    for different combustion regimes.
    In Symposium (International) on Combustion
    (Vol. 23, No. 1, pp. 743-750). Elsevier.

    Weller, H. G. (1993).
    The development of a new flame area combustion model
    using conditional averaging.
    Thermo-fluids section report TF 9307.

    Weller, H. G., Tabor, G., Gosman, A. D., & Fureby, C. (1998, January).
    Application of a flame-wrinkling LES combustion model
    to a turbulent mixing layer.
    In Symposium (International) on combustion
    (Vol. 27, No. 1, pp. 899-907). Elsevier.
Source files

Source files

Definition at line 71 of file Gulder.H.

Constructor & Destructor Documentation

◆ Gulder() [1/4]

Gulder ( const dictionary dict,
const psiuMulticomponentThermo thermo,
const fluidThermoThermophysicalTransportModel turbulence,
const volScalarField Su 
)

Construct from components.

Definition at line 55 of file Gulder.C.

References dict, and Gulder::readCoeffs().

Here is the call graph for this function:

◆ Gulder() [2/4]

Gulder ( const Gulder )
delete

Disallow default bitwise copy construction.

◆ ~Gulder() [1/2]

~Gulder ( )
virtual

Destructor.

Definition at line 73 of file Gulder.C.

◆ Gulder() [3/4]

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() [4/4]

Gulder ( const Gulder )
delete

Disallow default bitwise copy construction.

◆ ~Gulder() [2/2]

virtual ~Gulder ( )
virtual

Destructor.

Member Function Documentation

◆ readCoeffs()

bool readCoeffs ( const dictionary dict)
protectedvirtual

Update coefficients from given dictionary.

Implements XiEqModel.

Definition at line 43 of file Gulder.C.

References dict, XiEqModel::readCoeffs(), and dimensioned< Type >::readIfPresent().

Referenced by Gulder::Gulder().

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

◆ TypeName() [1/2]

TypeName ( "Gulder"  )

Runtime type information.

◆ XiEq() [1/2]

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

Return the flame-wrinkling XiEq.

Implements XiEqModel.

Definition at line 79 of file Gulder.C.

References DimensionedField< Type, GeoMesh, PrimitiveField >::dimensions(), Foam::e, epsilon, Foam::mag(), Foam::max(), and Foam::sqrt().

Here is the call graph for this function:

◆ operator=() [1/2]

void operator= ( const Gulder )
delete

Disallow default bitwise assignment.

◆ TypeName() [2/2]

TypeName ( "Gulder"  )

Runtime type information.

◆ XiEq() [2/2]

virtual tmp<volScalarField> XiEq ( ) const
virtual

Return the flame-wrinkling XiEq.

Implements XiEqModel.

◆ 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=() [2/2]

void operator= ( const Gulder )
delete

Disallow default bitwise assignment.


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