KTS Class Reference

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 &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su)
 Construct from components. More...
 
 KTS (const KTS &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~KTS ()
 Destructor. More...
 
virtual tmp< volScalarFieldG () const
 Return the flame-wrinkling generation rate. More...
 
void operator= (const KTS &)=delete
 Disallow default bitwise assignment. More...
 
 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 &)=delete
 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 &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su),(dict, thermo, turbulence, Su))
 
 XiGModel (const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su)
 Construct from components. More...
 
 XiGModel (const XiGModel &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~XiGModel ()
 Destructor. More...
 
bool read (const dictionary &XiProperties)
 Update properties from the given XiProperties dictionary. More...
 
void operator= (const XiGModel &)=delete
 Disallow default bitwise assignment. More...
 
 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 &)=delete
 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...
 

Protected Member Functions

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

Additional Inherited Members

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

Detailed Description

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

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

See Foam::XiModel for more details on flame wrinkling modelling.

References:

    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 66 of file KTS.H.

Constructor & Destructor Documentation

◆ KTS() [1/4]

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

Construct from components.

Definition at line 55 of file KTS.C.

References dict, and KTS::readCoeffs().

Here is the call graph for this function:

◆ KTS() [2/4]

KTS ( const KTS )
delete

Disallow default bitwise copy construction.

◆ ~KTS() [1/2]

~KTS ( )
virtual

Destructor.

Definition at line 72 of file KTS.C.

◆ KTS() [3/4]

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

KTS ( const KTS )
delete

Disallow default bitwise copy construction.

◆ ~KTS() [2/2]

virtual ~KTS ( )
virtual

Destructor.

Member Function Documentation

◆ readCoeffs()

bool readCoeffs ( const dictionary dict)
protectedvirtual

Update coefficients from given dictionary.

Implements XiGModel.

Definition at line 43 of file KTS.C.

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

Referenced by KTS::KTS().

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

◆ TypeName() [1/2]

TypeName ( "KTS"  )

Runtime type information.

◆ G() [1/2]

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

Return the flame-wrinkling generation rate.

Implements XiGModel.

Definition at line 78 of file KTS.C.

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

Here is the call graph for this function:

◆ operator=() [1/2]

void operator= ( const KTS )
delete

Disallow default bitwise assignment.

◆ TypeName() [2/2]

TypeName ( "KTS"  )

Runtime type information.

◆ G() [2/2]

virtual tmp<volScalarField> G ( ) const
virtual

Return the flame-wrinkling generation rate.

Implements XiGModel.

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

void operator= ( const KTS )
delete

Disallow default bitwise assignment.


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