Simple algebraic model for Xi based on Gulder's 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...


Public Member Functions | |
| TypeName ("algebraic") | |
| Runtime type information. More... | |
| algebraic (const dictionary &XiProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su, const volScalarField &rho, const volScalarField &b, const surfaceScalarField &phi) | |
| Construct from components. More... | |
| algebraic (const algebraic &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~algebraic () |
| Destructor. More... | |
| virtual tmp< volScalarField > | Db () const |
| Return the flame diffusivity. More... | |
| virtual void | correct () |
| Correct the flame-wrinkling Xi. More... | |
| virtual bool | read (const dictionary &XiProperties) |
| Update properties from given dictionary. More... | |
| virtual void | writeFields () |
| Write fields of the XiEq model. More... | |
| void | operator= (const algebraic &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from XiModel | |
| TypeName ("XiModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, XiModel, dictionary,(const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su),(dict, thermo, turbulence, Su)) | |
| XiModel (const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su) | |
| Construct from components. More... | |
| XiModel (const XiModel &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~XiModel () |
| Destructor. More... | |
| virtual const volScalarField & | Xi () const |
| Return the flame-wrinkling Xi. More... | |
| virtual void | addXi (multivariateSurfaceInterpolationScheme< scalar >::fieldTable &) |
| Add Xi to the multivariateSurfaceInterpolationScheme table. More... | |
| virtual void | reset () |
| Reset Xi to the unburnt state (1) More... | |
| bool | read (const dictionary &combustionProperties) |
| Update properties from the given combustionProperties dictionary. More... | |
| void | operator= (const XiModel &)=delete |
| Disallow default bitwise assignment. More... | |
| TypeName ("XiModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, XiModel, dictionary,(const dictionary &XiProperties, const psiuMulticomponentThermo &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 psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su, const volScalarField &rho, const volScalarField &b, const surfaceScalarField &phi) | |
| Construct from components. More... | |
| XiModel (const XiModel &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~XiModel () |
| Destructor. More... | |
| virtual const volScalarField & | Xi () const |
| Return the flame-wrinkling 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-wrinkling Xi using the given convection scheme. More... | |
| void | operator= (const XiModel &)=delete |
| Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from XiModel | |
| static autoPtr< XiModel > | New (const dictionary &combustionProperties, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su) |
| Return a reference to the selected Xi model. More... | |
| static autoPtr< XiModel > | New (const dictionary &XiProperties, const psiuMulticomponentThermo &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. More... | |
Protected Member Functions inherited from XiModel | |
| virtual bool | readCoeffs (const dictionary &dict)=0 |
| Update coefficients from given dictionary. More... | |
Protected Attributes inherited from XiModel | |
| const psiuMulticomponentThermo & | thermo_ |
| Thermo. More... | |
| const fluidThermoThermophysicalTransportModel & | thermoTransport_ |
| Thermo-physical transport. More... | |
| const compressibleMomentumTransportModel & | turbulence_ |
| Turbulence. More... | |
| const volScalarField & | Su_ |
| const volScalarField & | rho_ |
| const volScalarField & | b_ |
| volScalarField | Xi_ |
| Flame wrinkling field. More... | |
| dictionary | XiModelCoeffs_ |
| const compressible::RASModel & | turbulence_ |
| const surfaceScalarField & | phi_ |
Simple algebraic model for Xi based on Gulder's 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 55 of file algebraic.H.
| algebraic | ( | const dictionary & | XiProperties, |
| const psiuMulticomponentThermo & | thermo, | ||
| const compressible::RASModel & | turbulence, | ||
| const volScalarField & | Su, | ||
| const volScalarField & | rho, | ||
| const volScalarField & | b, | ||
| const surfaceScalarField & | phi | ||
| ) |
Construct from components.
Definition at line 43 of file algebraic.C.
|
virtual |
Destructor.
Definition at line 63 of file algebraic.C.
| TypeName | ( | "algebraic" | ) |
Runtime type information.
|
virtual |
Return the flame diffusivity.
Reimplemented from XiModel.
Definition at line 69 of file algebraic.C.
|
virtual |
Correct the flame-wrinkling Xi.
Implements XiModel.
Definition at line 75 of file algebraic.C.
References Foam::R().

|
virtual |
Update properties from given dictionary.
Implements XiModel.
Definition at line 88 of file algebraic.C.
References XiModel::read().

|
inlinevirtual |
|
delete |
Disallow default bitwise assignment.