FreeFOAM The Cross-Platform CFD Toolkit
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...


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 52 of file Gulder.H.

+ Inheritance diagram for Gulder:
+ Collaboration diagram for Gulder:

List of all members.

Public Member Functions

 TypeName ("Gulder")
 Runtime type information.
 Gulder (const dictionary &XiEqProperties, const hhuCombustionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su)
 Construct from components.
virtual ~Gulder ()
virtual tmp< volScalarFieldXiEq () const
 Return the flame-wrinking XiEq.
virtual bool read (const dictionary &XiEqProperties)
 Update properties from given dictionary.
- Public Member Functions inherited from XiEqModel
 TypeName ("XiEqModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, XiEqModel, dictionary,(const dictionary &XiEqProperties, const hhuCombustionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su),(XiEqProperties, thermo, turbulence, Su))
 XiEqModel (const dictionary &XiEqProperties, const hhuCombustionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su)
 Construct from components.
virtual ~XiEqModel ()

Additional Inherited Members

- Static Public Member Functions inherited from XiEqModel
static autoPtr< XiEqModelNew (const dictionary &XiEqProperties, const hhuCombustionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su)
 Return a reference to the selected XiEq model.
- Protected Attributes inherited from XiEqModel
dictionary XiEqModelCoeffs_
const hhuCombustionThermothermo_
const compressible::RASModelturbulence_
const volScalarFieldSu_

Constructor & Destructor Documentation

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

Construct from components.

virtual ~Gulder ( )
virtual

Member Function Documentation

TypeName ( "Gulder"  )

Runtime type information.

virtual tmp<volScalarField> XiEq ( ) const
virtual

Return the flame-wrinking XiEq.

Reimplemented from XiEqModel.

virtual bool read ( const dictionary XiEqProperties)
virtual

Update properties from given dictionary.

Implements XiEqModel.


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