Basic sub-grid obstacle flame-wrinking enhancement factor model. Details supplied by J Puttock 2/7/06. More...
Basic sub-grid obstacle flame-wrinking enhancement factor model. Details supplied by J Puttock 2/7/06.
Sub-grid flame area generation

where:


where:
is the file "B".
is the file "N".
is the file "ns".
The flame area enhancement factor
is expected to approach:
Definition at line 82 of file basicXiSubXiEq.H.
Inheritance diagram for basicSubGrid:
Collaboration diagram for basicSubGrid:Public Member Functions | |
| TypeName ("basicSubGrid") | |
| Runtime type information. | |
| basicSubGrid (const dictionary &XiEqProperties, const hhuCombustionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) | |
| Construct from components. | |
| virtual | ~basicSubGrid () |
| virtual tmp< volScalarField > | XiEq () const |
| Return the flame-wrinking 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 hhuCombustionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su),(XiEqProperties, thermo, turbulence, Su)) | |
| XiEqModel (const dictionary &XiEqProperties, const hhuCombustionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) | |
| Construct from components. | |
| virtual | ~XiEqModel () |
Additional Inherited Members | |
Static Public Member Functions inherited from XiEqModel | |
| static autoPtr< XiEqModel > | New (const dictionary &XiEqProperties, const hhuCombustionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) |
| Return a reference to the selected XiEq model. | |
Protected Attributes inherited from XiEqModel | |
| dictionary | XiEqModelCoeffs_ |
| const hhuCombustionThermo & | thermo_ |
| const compressible::RASModel & | turbulence_ |
| const volScalarField & | Su_ |
| basicSubGrid | ( | const dictionary & | XiEqProperties, |
| const hhuCombustionThermo & | thermo, | ||
| const compressible::RASModel & | turbulence, | ||
| const volScalarField & | Su | ||
| ) |
Construct from components.
|
virtual |
| TypeName | ( | "basicSubGrid" | ) |
Runtime type information.
|
virtual |
Return the flame-wrinking XiEq.
Reimplemented from XiEqModel.
|
virtual |
Update properties from given dictionary.
Implements XiEqModel.