Basic sub-grid obstacle flame-wrinkling enhancement factor model. Details supplied by J Puttock 2/7/06. More...
#include <basicXiSubXiEq.H>


Public Member Functions | |
| TypeName ("basicSubGrid") | |
| Runtime type information. | |
| basicSubGrid (const dictionary &XiEqProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) | |
| Construct from components. | |
| virtual | ~basicSubGrid () |
| Destructor. | |
| virtual tmp< volScalarField > | XiEq () const |
| Return the flame-wrinkling XiEq. | |
| virtual bool | read (const dictionary &XiEqProperties) |
| Update properties from given dictionary. | |
| Public Member Functions inherited from XiEqModel | |
| TypeName ("XiEqModel") | |
| Runtime type information. | |
| 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. | |
| virtual | ~XiEqModel () |
| Destructor. | |
| tmp< volScalarField > | calculateSchelkinEffect (const scalar) const |
| Return the sub-grid Schelkin effect. | |
| void | writeFields () const |
| Write fields. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from XiEqModel | |
| 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. | |
| Protected Attributes inherited from XiEqModel | |
| dictionary | XiEqModelCoeffs_ |
| Dictionary. | |
| const psiuReactionThermo & | thermo_ |
| Thermo. | |
| const compressible::RASModel & | turbulence_ |
| Turbulence. | |
| const volScalarField & | Su_ |
| Laminar burning velocity. | |
Basic sub-grid obstacle flame-wrinkling enhancement factor model. Details supplied by J Puttock 2/7/06.
Sub-grid flame area generation


where:


where:



The flame area enhancement factor 
![\[ \Xi_{{sub}_{eq}} =
1 + max(2.2 \sqrt{b}, min(0.34 \frac{\vert \dwea{\vec{U}}
\vert}{{\vec{U}}^{'}}, 1.6)) \times min(\frac{n}{4}, 1)
\]](form_1132.png)
Definition at line 79 of file basicXiSubXiEq.H.
| basicSubGrid | ( | const dictionary & | XiEqProperties, |
| const psiuReactionThermo & | thermo, | ||
| const compressible::RASModel & | turbulence, | ||
| const volScalarField & | Su ) |
|
virtual |
Destructor.
| TypeName | ( | "basicSubGrid" | ) |
Runtime type information.
|
virtual |
Return the flame-wrinkling XiEq.
Reimplemented from XiEqModel.
|
virtual |
Update properties from given dictionary.
Implements XiEqModel.