Loading...
Searching...
No Matches
KTS Class Reference

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

#include <KTS.H>

Inheritance diagram for KTS:
Collaboration diagram for KTS:

Public Member Functions

 TypeName ("KTS")
 Runtime type information.
 KTS (const dictionary &XiGProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su)
 Construct from components.
virtual ~KTS ()
 Destructor.
virtual tmp< volScalarFieldG () const
 Return the flame-wrinkling 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 psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su),(XiGProperties, thermo, turbulence, Su))
 XiGModel (const dictionary &XiGProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su)
 Construct from components.
virtual ~XiGModel ()
 Destructor.
virtual tmp< volScalarFieldDb () const
 Return the flame diffusivity.

Additional Inherited Members

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

Detailed Description

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

Source files

Definition at line 49 of file KTS.H.

Constructor & Destructor Documentation

◆ KTS()

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

Construct from components.

References Foam::Su().

Here is the call graph for this function:

◆ ~KTS()

virtual ~KTS ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "KTS" )

Runtime type information.

◆ G()

virtual tmp< volScalarField > G ( ) const
virtual

Return the flame-wrinkling generation rate.

Implements XiGModel.

◆ read()

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:
  • applications/solvers/combustion/PDRFoam/XiModels/XiGModels/KTS/KTS.H