Simple transport 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...
Simple transport 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.
Definition at line 56 of file transport.H.
Inheritance diagram for transport:
Collaboration diagram for transport:Public Member Functions | |
| TypeName ("transport") | |
| Runtime type information. | |
| transport (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 | ~transport () |
| virtual tmp< volScalarField > | Db () const |
| Return the flame diffusivity. | |
| virtual void | addXi (multivariateSurfaceInterpolationScheme< scalar >::fieldTable &fields) |
| Add Xi to the multivariateSurfaceInterpolationScheme table. | |
| virtual void | correct () |
| Correct the flame-wrinking Xi. | |
| virtual void | correct (const fv::convectionScheme< scalar > &mvConvection) |
| Correct the flame-wrinking Xi using the given convection scheme. | |
| virtual bool | read (const dictionary &XiProperties) |
| Update properties from given dictionary. | |
Public Member Functions inherited from XiModel | |
| 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. | |
Additional Inherited Members | |
Static Public Member Functions inherited from XiModel | |
| static autoPtr< XiModel > | New (const dictionary &XiProperties, const hhuCombustionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su, const volScalarField &rho, const volScalarField &b, const surfaceScalarField &phi) |
| Return a reference to the selected Xi model. | |
Protected Attributes inherited from XiModel | |
| dictionary | XiModelCoeffs_ |
| const hhuCombustionThermo & | thermo_ |
| const compressible::RASModel & | turbulence_ |
| const volScalarField & | Su_ |
| const volScalarField & | rho_ |
| const volScalarField & | b_ |
| const surfaceScalarField & | phi_ |
| volScalarField | Xi_ |
| Flame wrinking field. | |
| transport | ( | 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 |
| TypeName | ( | "transport" | ) |
Runtime type information.
|
virtual |
Return the flame diffusivity.
Reimplemented from XiModel.
|
inlinevirtual |
Add Xi to the multivariateSurfaceInterpolationScheme table.
Reimplemented from XiModel.
Definition at line 110 of file transport.H.
References XiModel::Xi_.
|
inlinevirtual |
Correct the flame-wrinking Xi.
Implements XiModel.
Definition at line 118 of file transport.H.
References notImplemented.
|
virtual |
Correct the flame-wrinking Xi using the given convection scheme.
Reimplemented from XiModel.
|
virtual |
Update properties from given dictionary.
Implements XiModel.