Simple algebraic model for Xi based on Gulders correlation with a linear correction function to give a plausible profile for Xi. See report TR/HGW/10 for details on the Weller two equations model. See XiModel.H for more details on flame wrinkling modelling. More...
Simple algebraic model for Xi based on Gulders correlation with a linear correction function to give a plausible profile for Xi. See report TR/HGW/10 for details on the Weller two equations model. See XiModel.H for more details on flame wrinkling modelling.
Definition at line 56 of file algebraic.H.
Public Member Functions | |
TypeName ("algebraic") | |
Runtime type information.
| |
algebraic (const dictionary &XiProperties, const hhuCombustionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su, const volScalarField &rho, const volScalarField &b, const surfaceScalarField &phi) | |
Construct from components.
| |
virtual | ~algebraic () |
virtual tmp< volScalarField > | Db () const |
Return the flame diffusivity.
| |
virtual void | correct () |
Correct the flame-wrinking Xi.
| |
virtual bool | read (const dictionary &XiProperties) |
Update properties from given dictionary.
|
algebraic | ( | const dictionary & | XiProperties, |
const hhuCombustionThermo & | thermo, | ||
const compressible::RASModel & | turbulence, | ||
const volScalarField & | Su, | ||
const volScalarField & | rho, | ||
const volScalarField & | b, | ||
const surfaceScalarField & | phi | ||
) |
Construct from components.
virtual ~algebraic | ( | ) | [virtual]
|
TypeName | ( | "algebraic" | ) |
Runtime type information.
virtual tmp<volScalarField> Db | ( | ) | const [virtual]
|
Return the flame diffusivity.
Reimplemented from XiModel.
virtual void correct | ( | ) | [virtual]
|
Correct the flame-wrinking Xi.
Implements XiModel.
virtual bool read | ( | const dictionary & | XiProperties ) | [virtual]
|
Update properties from given dictionary.
Implements XiModel.