|
| | TypeName ("SCOPEXiEq") |
| | Runtime type information. More...
|
| |
| | SCOPEXiEq (const dictionary &XiEqProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) |
| | Construct from components. More...
|
| |
| | SCOPEXiEq (const SCOPEXiEq &) |
| | Disallow default bitwise copy construction. More...
|
| |
| virtual | ~SCOPEXiEq () |
| | Destructor. More...
|
| |
| virtual tmp< volScalarField > | XiEq () const |
| | Return the flame-wrinking XiEq. More...
|
| |
| virtual bool | read (const dictionary &XiEqProperties) |
| | Update properties from given dictionary. More...
|
| |
| void | operator= (const SCOPEXiEq &)=delete |
| | Disallow default bitwise assignment. More...
|
| |
| | TypeName ("XiEqModel") |
| | Runtime type information. More...
|
| |
| | 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. More...
|
| |
| | XiEqModel (const XiEqModel &) |
| | Disallow default bitwise copy construction. More...
|
| |
| virtual | ~XiEqModel () |
| | Destructor. More...
|
| |
| tmp< volScalarField > | calculateSchelkinEffect (const scalar) const |
| | Return the sub-grid Schelkin effect. More...
|
| |
| void | writeFields () const |
| | Write fields. More...
|
| |
| void | operator= (const XiEqModel &)=delete |
| | Disallow default bitwise assignment. More...
|
| |
Simple SCOPEXiEq 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.
- Source files
-
Definition at line 54 of file SCOPEXiEq.H.