Simple Kolmogorov time-scale (KTS) model for the flame-wrinling generation rate. More...
Simple Kolmogorov time-scale (KTS) model for the flame-wrinling generation rate.
Definition at line 52 of file KTS.H.
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< volScalarField > | G () const |
Return the flame-wrinking generation rate.
| |
virtual bool | read (const dictionary &XiGProperties) |
Update properties from given dictionary.
|
KTS | ( | const dictionary & | XiGProperties, |
const hhuCombustionThermo & | thermo, | ||
const compressible::RASModel & | turbulence, | ||
const volScalarField & | Su | ||
) |
Construct from components.
virtual ~KTS | ( | ) | [virtual]
|
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.