Basic sub-grid obstacle flame-wrinkling generation rate coefficient model. Details supplied by J Puttock 2/7/06. More...
#include <basicXiSubG.H>


Public Member Functions | |
| TypeName ("basicSubGridG") | |
| Runtime type information. | |
| basicSubGrid (const dictionary &XiGProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) | |
| Construct from components. | |
| virtual | ~basicSubGrid () |
| Destructor. | |
| virtual tmp< volScalarField > | G () const |
| Return the flame-wrinkling generation rate. | |
| virtual tmp< volScalarField > | Db () const |
| Return the flame diffusivity. | |
| virtual bool | read (const dictionary &XiGProperties) |
| Update properties from given dictionary. | |
| Public Member Functions inherited from XiGModel | |
| TypeName ("XiGModel") | |
| Runtime type information. | |
| 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. | |
| virtual | ~XiGModel () |
| Destructor. | |
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. | |
| Protected Attributes inherited from XiGModel | |
| dictionary | XiGModelCoeffs_ |
| const psiuReactionThermo & | thermo_ |
| const compressible::RASModel & | turbulence_ |
| const volScalarField & | Su_ |
Basic sub-grid obstacle flame-wrinkling generation rate coefficient model. Details supplied by J Puttock 2/7/06.

![\[ G_{sub} = k_{1} /frac{\vert \dwea{\vec{U}} \vert}{L_{obs}}
\frac{/Xi_{{sub}_{eq}}-1}{/Xi_{sub}}
\]](form_1134.png)
and the removal:
![\[ - k_{1} /frac{\vert \dwea{\vec{U}} \vert}{L_{sub}}
\frac{\Xi_{sub}-1}{\Xi_{sub}}
\]](form_1135.png)
Finally, 

Definition at line 67 of file basicXiSubG.H.
| basicSubGrid | ( | const dictionary & | XiGProperties, |
| const psiuReactionThermo & | thermo, | ||
| const compressible::RASModel & | turbulence, | ||
| const volScalarField & | Su ) |
|
virtual |
Destructor.
| TypeName | ( | "basicSubGridG" | ) |
Runtime type information.
|
virtual |
Return the flame-wrinkling generation rate.
Implements XiGModel.
|
virtual |
Return the flame diffusivity.
Reimplemented from XiGModel.
|
virtual |
Update properties from given dictionary.
Implements XiGModel.