Simple algebraic model for Xi based on Gulders correlation with a linear correction function to give a plausible profile for Xi. See report TR/HGW/10 for details on the Weller two equations model. See XiModel.H for more details on flame wrinkling modelling.
More...
|
| | TypeName ("algebraic") |
| | Runtime type information. More...
|
| |
| | algebraic (const dictionary &XiProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su, const volScalarField &rho, const volScalarField &b, const surfaceScalarField &phi) |
| | Construct from components. More...
|
| |
| virtual | ~algebraic () |
| | Destructor. More...
|
| |
| virtual tmp< volScalarField > | Db () const |
| | Return the flame diffusivity. More...
|
| |
| virtual void | correct () |
| | Correct the flame-wrinking Xi. More...
|
| |
| virtual bool | read (const dictionary &XiProperties) |
| | Update properties from given dictionary. More...
|
| |
| virtual void | writeFields () |
| | Write fields of the XiEq model. More...
|
| |
| | TypeName ("XiModel") |
| | Runtime type information. More...
|
| |
| | declareRunTimeSelectionTable (autoPtr, XiModel, dictionary,(const dictionary &XiProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su, const volScalarField &rho, const volScalarField &b, const surfaceScalarField &phi),(XiProperties, thermo, turbulence, Su, rho, b, phi)) |
| |
| | XiModel (const dictionary &XiProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su, const volScalarField &rho, const volScalarField &b, const surfaceScalarField &phi) |
| | Construct from components. More...
|
| |
| virtual | ~XiModel () |
| | Destructor. More...
|
| |
| virtual const volScalarField & | Xi () const |
| | Return the flame-wrinking Xi. More...
|
| |
| virtual void | addXi (multivariateSurfaceInterpolationScheme< scalar >::fieldTable &) |
| | Add Xi to the multivariateSurfaceInterpolationScheme table. More...
|
| |
| virtual void | correct (const fv::convectionScheme< scalar > &) |
| | Correct the flame-wrinking Xi using the given convection scheme. More...
|
| |
Simple algebraic model for Xi based on Gulders correlation with a linear correction function to give a plausible profile for Xi. See report TR/HGW/10 for details on the Weller two equations model. See XiModel.H for more details on flame wrinkling modelling.
- Source files
-
Definition at line 55 of file algebraic.H.