KTS Class Reference

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

Inheritance diagram for KTS:
Collaboration diagram for KTS:

Public Member Functions

 TypeName ("KTS")
 Runtime type information. More...
 
 KTS (const dictionary &XiGProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su)
 Construct from components. More...
 
 KTS (const KTS &)
 Disallow default bitwise copy construction. More...
 
virtual ~KTS ()
 Destructor. More...
 
virtual tmp< volScalarFieldG () const
 Return the flame-wrinkling generation rate. More...
 
virtual bool read (const dictionary &XiGProperties)
 Update properties from given dictionary. More...
 
void operator= (const KTS &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from XiGModel
 TypeName ("XiGModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, XiGModel, dictionary,(const dictionary &XiGProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su),(XiGProperties, thermo, turbulence, Su))
 
 XiGModel (const dictionary &XiGProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su)
 Construct from components. More...
 
 XiGModel (const XiGModel &)
 Disallow default bitwise copy construction. More...
 
virtual ~XiGModel ()
 Destructor. More...
 
virtual tmp< volScalarFieldDb () const
 Return the flame diffusivity. More...
 
void operator= (const XiGModel &)=delete
 Disallow default bitwise assignment. More...
 

Additional Inherited Members

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

Detailed Description

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

Source files

Definition at line 51 of file KTS.H.

Constructor & Destructor Documentation

◆ KTS() [1/2]

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

Construct from components.

Definition at line 43 of file KTS.C.

◆ KTS() [2/2]

KTS ( const KTS )

Disallow default bitwise copy construction.

◆ ~KTS()

~KTS ( )
virtual

Destructor.

Definition at line 58 of file KTS.C.

Member Function Documentation

◆ TypeName()

TypeName ( "KTS"  )

Runtime type information.

◆ G()

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

Return the flame-wrinkling generation rate.

Implements XiGModel.

Definition at line 64 of file KTS.C.

References epsilon, Foam::mag(), and Foam::sqrt().

Here is the call graph for this function:

◆ read()

bool read ( const dictionary XiGProperties)
virtual

Update properties from given dictionary.

Implements XiGModel.

Definition at line 77 of file KTS.C.

References XiGModel::read().

Here is the call graph for this function:

◆ operator=()

void operator= ( const KTS )
delete

Disallow default bitwise assignment.


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