Simple Gulder model for XiEq based on Gulders correlation with a linear correction function to give a plausible profile for XiEq. More...
Public Member Functions | |
TypeName ("Gulder") | |
Runtime type information. More... | |
Gulder (const dictionary &XiEqProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) | |
Construct from components. More... | |
virtual | ~Gulder () |
Destructor. More... | |
virtual tmp< volScalarField > | XiEq () const |
Return the flame-wrinking XiEq. More... | |
virtual bool | read (const dictionary &XiEqProperties) |
Update properties from given dictionary. More... | |
![]() | |
TypeName ("XiEqModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, XiEqModel, dictionary,(const dictionary &XiEqProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su),(XiEqProperties, thermo, turbulence, Su)) | |
XiEqModel (const dictionary &XiEqProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) | |
Construct from components. More... | |
virtual | ~XiEqModel () |
Destructor. More... | |
tmp< volScalarField > | calculateSchelkinEffect (const scalar) const |
Return the sub-grid Schelkin effect. More... | |
void | writeFields () const |
Write fields. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< XiEqModel > | New (const dictionary &XiEqProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) |
Return a reference to the selected XiEq model. More... | |
![]() | |
dictionary | XiEqModelCoeffs_ |
Dictionary. More... | |
const psiuReactionThermo & | thermo_ |
Thermo. More... | |
const compressible::RASModel & | turbulence_ |
Turbulence. More... | |
const volScalarField & | Su_ |
Laminar burning velocity. More... | |
Simple Gulder model for XiEq based on Gulders correlation with a linear correction function to give a plausible profile for XiEq.
Gulder | ( | const dictionary & | XiEqProperties, |
const psiuReactionThermo & | thermo, | ||
const compressible::RASModel & | turbulence, | ||
const volScalarField & | Su | ||
) |
Construct from components.
|
virtual |
Destructor.
TypeName | ( | "Gulder" | ) |
Runtime type information.
|
virtual |
Return the flame-wrinking XiEq.
Reimplemented from XiEqModel.
|
virtual |
Update properties from given dictionary.
Implements XiEqModel.