Basic sub-grid obstacle flame-wrinking generation rate coefficient model. Details supplied by J Puttock 2/7/06. More...


Public Member Functions | |
| TypeName ("basicSubGridG") | |
| Runtime type information. More... | |
| basicSubGrid (const dictionary &XiGProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) | |
| Construct from components. More... | |
| virtual | ~basicSubGrid () |
| 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_ |
Basic sub-grid obstacle flame-wrinking generation rate coefficient model. Details supplied by J Puttock 2/7/06.
denotes the generation coefficient and it is given by
and the removal:
Finally,
is added to generation rate
due to the turbulence.
Definition at line 69 of file basicXiSubG.H.
| basicSubGrid | ( | const dictionary & | XiGProperties, |
| const psiuReactionThermo & | thermo, | ||
| const compressible::RASModel & | turbulence, | ||
| const volScalarField & | Su | ||
| ) |
Construct from components.
|
virtual |
Destructor.
| TypeName | ( | "basicSubGridG" | ) |
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.13