Fixed value model for Xi. See XiModel.H for more details on flame wrinkling modelling.
More...
Detailed Description
Fixed value model for Xi. See XiModel.H for more details on flame wrinkling modelling.
- Source files
-
Definition at line 52 of file fixed.H.
List of all members.
Public Member Functions |
| TypeName ("fixed") |
| Runtime type information.
|
| fixed (const dictionary &XiProperties, const hhuCombustionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su, const volScalarField &rho, const volScalarField &b, const surfaceScalarField &phi) |
| Construct from components.
|
virtual | ~fixed () |
virtual void | correct () |
| Correct the flame-wrinking Xi.
|
virtual bool | read (const dictionary &XiProperties) |
| Update properties from given dictionary.
|
| TypeName ("XiModel") |
| Runtime type information.
|
| declareRunTimeSelectionTable (autoPtr, XiModel, dictionary,(const dictionary &XiProperties, const hhuCombustionThermo &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 hhuCombustionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su, const volScalarField &rho, const volScalarField &b, const surfaceScalarField &phi) |
| Construct from components.
|
virtual | ~XiModel () |
virtual const volScalarField & | Xi () const |
| Return the flame-wrinking Xi.
|
virtual tmp< volScalarField > | Db () const |
| Return the flame diffusivity.
|
virtual void | addXi (multivariateSurfaceInterpolationScheme< scalar >::fieldTable &) |
| Add Xi to the multivariateSurfaceInterpolationScheme table.
|
virtual void | correct (const fv::convectionScheme< scalar > &) |
| Correct the flame-wrinking Xi using the given convection scheme.
|
Constructor & Destructor Documentation
Construct from components.
Member Function Documentation
Runtime type information.
Correct the flame-wrinking Xi.
Implements XiModel.
Definition at line 94 of file fixed.H.
virtual bool read |
( |
const dictionary & |
XiProperties | ) |
|
|
virtual |
Update properties from given dictionary.
Implements XiModel.
The documentation for this class was generated from the following file:
- applications/solvers/combustion/PDRFoam/XiModels/fixed/fixed.H