|
| | TypeName ("fixed") |
| | Runtime type information.
|
| | fixed (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.
|
| virtual | ~fixed () |
| | Destructor.
|
| virtual void | correct () |
| | Correct the flame-wrinkling Xi.
|
| virtual bool | read (const dictionary &XiProperties) |
| | Update properties from given dictionary.
|
| virtual void | writeFields () |
| | Write fields of the XiEq model.
|
| | TypeName ("XiModel") |
| | Runtime type information.
|
| | 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.
|
| virtual | ~XiModel () |
| | Destructor.
|
| virtual const volScalarField & | Xi () const |
| | Return the flame-wrinkling 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-wrinkling Xi using the given convection scheme.
|
Fixed value model for Xi. See XiModel.H for more details on flame wrinkling modelling.
- Source files
-
Definition at line 49 of file fixed.H.