FreeFOAM The Cross-Platform CFD Toolkit
KTS Class Reference

Simple Kolmogorov time-scale (KTS) model for the flame-wrinling generation rate. More...


Detailed Description

Simple Kolmogorov time-scale (KTS) model for the flame-wrinling generation rate.

Source files

Definition at line 52 of file KTS.H.

+ Inheritance diagram for KTS:
+ Collaboration diagram for KTS:

List of all members.

Public Member Functions

 TypeName ("KTS")
 Runtime type information.
 KTS (const dictionary &XiGProperties, const hhuCombustionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su)
 Construct from components.
virtual ~KTS ()
virtual tmp< volScalarFieldG () const
 Return the flame-wrinking generation rate.
virtual bool read (const dictionary &XiGProperties)
 Update properties from given dictionary.
- Public Member Functions inherited from XiGModel
 TypeName ("XiGModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, XiGModel, dictionary,(const dictionary &XiGProperties, const hhuCombustionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su),(XiGProperties, thermo, turbulence, Su))
 XiGModel (const dictionary &XiGProperties, const hhuCombustionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su)
 Construct from components.
virtual ~XiGModel ()
virtual tmp< volScalarFieldDb () const
 Return the flame diffusivity.

Additional Inherited Members

- Static Public Member Functions inherited from XiGModel
static autoPtr< XiGModelNew (const dictionary &XiGProperties, const hhuCombustionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su)
 Return a reference to the selected XiG model.
- Protected Attributes inherited from XiGModel
dictionary XiGModelCoeffs_
const hhuCombustionThermothermo_
const compressible::RASModelturbulence_
const volScalarFieldSu_

Constructor & Destructor Documentation

KTS ( const dictionary XiGProperties,
const hhuCombustionThermo thermo,
const compressible::RASModel turbulence,
const volScalarField Su 
)

Construct from components.

virtual ~KTS ( )
virtual

Member Function Documentation

TypeName ( "KTS"  )

Runtime type information.

virtual tmp<volScalarField> G ( ) const
virtual

Return the flame-wrinking generation rate.

Implements XiGModel.

virtual bool read ( const dictionary XiGProperties)
virtual

Update properties from given dictionary.

Implements XiGModel.


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