Simple transport 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 transport 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 transport.H.
Public Member Functions | |
TypeName ("transport") | |
Runtime type information.
| |
transport (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 | ~transport () |
virtual tmp< volScalarField > | Db () const |
Return the flame diffusivity.
| |
virtual void | addXi (multivariateSurfaceInterpolationScheme< scalar >::fieldTable &fields) |
Add Xi to the multivariateSurfaceInterpolationScheme table.
| |
virtual void | correct () |
Correct the flame-wrinking Xi.
| |
virtual void | correct (const fv::convectionScheme< scalar > &mvConvection) |
Correct the flame-wrinking Xi using the given convection scheme.
| |
virtual bool | read (const dictionary &XiProperties) |
Update properties from given dictionary.
|
transport | ( | 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 ~transport | ( | ) | [virtual]
|
TypeName | ( | "transport" | ) |
Runtime type information.
virtual tmp<volScalarField> Db | ( | ) | const [virtual]
|
Return the flame diffusivity.
Reimplemented from XiModel.
virtual void addXi | ( | multivariateSurfaceInterpolationScheme< scalar >::fieldTable & | fields ) | [inline, virtual]
|
Add Xi to the multivariateSurfaceInterpolationScheme table.
Reimplemented from XiModel.
Definition at line 110 of file transport.H.
References XiModel::Xi_.
virtual void correct | ( | ) | [inline, virtual]
|
Correct the flame-wrinking Xi.
Implements XiModel.
Definition at line 118 of file transport.H.
References notImplemented.
virtual void correct | ( | const fv::convectionScheme< scalar > & | mvConvection ) | [virtual]
|
Correct the flame-wrinking Xi using the given convection scheme.
Reimplemented from XiModel.
virtual bool read | ( | const dictionary & | XiProperties ) | [virtual]
|
Update properties from given dictionary.
Implements XiModel.