Simple SCOPEBlendXiEq model for XiEq based on SCOPEXiEqs correlation with a linear correction function to give a plausible profile for XiEq. See SCOPELaminarFlameSpeed.H for details on the SCOPE laminar flame speed model. More...
Simple SCOPEBlendXiEq model for XiEq based on SCOPEXiEqs correlation with a linear correction function to give a plausible profile for XiEq. See SCOPELaminarFlameSpeed.H for details on the SCOPE laminar flame speed model.
Definition at line 54 of file SCOPEBlendXiEq.H.
Inheritance diagram for SCOPEBlend:
Collaboration diagram for SCOPEBlend:Public Member Functions | |
| TypeName ("SCOPEBlend") | |
| Runtime type information. | |
| SCOPEBlend (const dictionary &XiEqProperties, const hhuCombustionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) | |
| Construct from components. | |
| virtual | ~SCOPEBlend () |
| 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_ |
| SCOPEBlend | ( | const dictionary & | XiEqProperties, |
| const hhuCombustionThermo & | thermo, | ||
| const compressible::RASModel & | turbulence, | ||
| const volScalarField & | Su | ||
| ) |
Construct from components.
|
virtual |
| TypeName | ( | "SCOPEBlend" | ) |
Runtime type information.
|
virtual |
Return the flame-wrinking XiEq.
Reimplemented from XiEqModel.
|
inlinevirtual |
Update properties from given dictionary.
Implements XiEqModel.
Definition at line 105 of file SCOPEBlendXiEq.H.