Model for the equilibrium flame wrinkling XiEq including a simple correction for the wrinkling generated by flame instability.
More...


Public Member Functions | |
| TypeName ("instability") | |
| Runtime type information. More... | |
| instability (const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su) | |
| Construct from components. More... | |
| instability (const instability &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~instability () |
| Destructor. More... | |
| virtual tmp< volScalarField > | XiEq () const |
| Return the flame-wrinkling XiEq. More... | |
| virtual tmp< volScalarField > | Db () const |
| Return the flame diffusivity. More... | |
| void | operator= (const instability &)=delete |
| Disallow default bitwise assignment. More... | |
| TypeName ("instability") | |
| Runtime type information. More... | |
| instability (const dictionary &XiEqProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) | |
| Construct from components. More... | |
| instability (const instability &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~instability () |
| Destructor. More... | |
| virtual tmp< volScalarField > | XiEq () const |
| Return the flame-wrinkling XiEq. More... | |
| virtual bool | read (const dictionary &XiEqProperties) |
| Update properties from given dictionary. More... | |
| void | operator= (const instability &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from XiEqModel | |
| TypeName ("XiEqModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, XiEqModel, dictionary,(const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su),(dict, thermo, turbulence, Su)) | |
| XiEqModel (const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su) | |
| Construct from components. More... | |
| XiEqModel (const XiEqModel &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~XiEqModel () |
| Destructor. More... | |
| bool | read (const dictionary &XiProperties) |
| Update properties from the given XiProperties dictionary. More... | |
| void | operator= (const XiEqModel &)=delete |
| Disallow default bitwise assignment. More... | |
| TypeName ("XiEqModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, XiEqModel, dictionary,(const dictionary &XiEqProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su),(XiEqProperties, thermo, turbulence, Su)) | |
| XiEqModel (const dictionary &XiEqProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) | |
| Construct from components. More... | |
| XiEqModel (const XiEqModel &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~XiEqModel () |
| Destructor. More... | |
| tmp< volScalarField > | calculateSchelkinEffect (const scalar) const |
| Return the sub-grid Schelkin effect. More... | |
| void | writeFields () const |
| Write fields. More... | |
| void | operator= (const XiEqModel &)=delete |
| Disallow default bitwise assignment. More... | |
Protected Member Functions | |
| virtual bool | readCoeffs (const dictionary &dict) |
| Update coefficients from given dictionary. More... | |
Model for the equilibrium flame wrinkling XiEq including a simple correction for the wrinkling generated by flame instability.
This is the equilibrium level of the flame wrinkling generated by instability. It is a constant (default 2.5). It is used in XiModel.H.
Definition at line 51 of file instability.H.
| instability | ( | const dictionary & | dict, |
| const psiuMulticomponentThermo & | thermo, | ||
| const fluidThermoThermophysicalTransportModel & | turbulence, | ||
| const volScalarField & | Su | ||
| ) |
Construct from components.
Definition at line 56 of file instability.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 73 of file instability.C.
| instability | ( | const dictionary & | XiEqProperties, |
| const psiuMulticomponentThermo & | thermo, | ||
| const compressible::RASModel & | turbulence, | ||
| const volScalarField & | Su | ||
| ) |
Construct from components.
Definition at line 43 of file instabilityXiEq.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
|
protectedvirtual |
Update coefficients from given dictionary.
Implements XiEqModel.
Definition at line 43 of file instability.C.
References dict, dimensioned< Type >::read(), and XiEqModel::readCoeffs().

| TypeName | ( | "instability" | ) |
Runtime type information.
|
virtual |
|
virtual |
Return the flame diffusivity.
Reimplemented from XiEqModel.
Definition at line 86 of file instability.C.
References IOobject::db(), objectRegistry::lookupObject(), and rho.

|
delete |
Disallow default bitwise assignment.
| TypeName | ( | "instability" | ) |
Runtime type information.
|
virtual |
Return the flame-wrinkling XiEq.
Implements XiEqModel.
|
virtual |
Update properties from given dictionary.
Implements XiEqModel.
Definition at line 72 of file instabilityXiEq.C.
References XiEqModel::read().

|
delete |
Disallow default bitwise assignment.