Flame-surface instabilityG flame-wrinking generation rate coefficient model used in XiModel.H. More...


Public Member Functions | |
| TypeName ("instabilityG") | |
| Runtime type information. More... | |
| instabilityG (const dictionary &XiGProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) | |
| Construct from components. More... | |
| virtual | ~instabilityG () |
| Destructor. More... | |
| virtual tmp< volScalarField > | G () const |
| Return the flame-wrinking generation rate. More... | |
| virtual tmp< volScalarField > | Db () const |
| Return the flame diffusivity. More... | |
| virtual bool | read (const dictionary &XiGProperties) |
| Update properties from given dictionary. More... | |
Public Member Functions inherited from XiGModel | |
| TypeName ("XiGModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, XiGModel, dictionary,(const dictionary &XiGProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su),(XiGProperties, thermo, turbulence, Su)) | |
| XiGModel (const dictionary &XiGProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) | |
| Construct from components. More... | |
| virtual | ~XiGModel () |
| Destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from XiGModel | |
| static autoPtr< XiGModel > | New (const dictionary &XiGProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) |
| Return a reference to the selected XiG model. More... | |
Protected Attributes inherited from XiGModel | |
| dictionary | XiGModelCoeffs_ |
| const psiuReactionThermo & | thermo_ |
| const compressible::RASModel & | turbulence_ |
| const volScalarField & | Su_ |
Flame-surface instabilityG flame-wrinking generation rate coefficient model used in XiModel.H.
See Technical Report SH/RE/01R for details on the PDR modelling.
Definition at line 53 of file instabilityG.H.
| instabilityG | ( | const dictionary & | XiGProperties, |
| const psiuReactionThermo & | thermo, | ||
| const compressible::RASModel & | turbulence, | ||
| const volScalarField & | Su | ||
| ) |
Construct from components.
|
virtual |
Destructor.
| TypeName | ( | "instabilityG" | ) |
Runtime type information.
|
virtual |
Return the flame-wrinking generation rate.
Implements XiGModel.
|
virtual |
Return the flame diffusivity.
Reimplemented from XiGModel.
|
virtual |
Update properties from given dictionary.
Implements XiGModel.
1.8.11