Simple equilibrium model for flame wrinkling Xi.
More...


Public Member Functions | |
| TypeName ("equilibrium") | |
| Runtime type information. More... | |
| equilibrium (const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su) | |
| Construct from components. More... | |
| equilibrium (const equilibrium &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~equilibrium () |
| Destructor. More... | |
| virtual tmp< volScalarField > | Db () const |
| Return the flame diffusivity. More... | |
| virtual void | correct () |
| Correct the flame-wrinkling Xi. More... | |
| void | operator= (const equilibrium &)=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... | |
| virtual bool | read (const dictionary &XiProperties)=0 |
| Update properties from given dictionary. More... | |
| virtual void | writeFields ()=0 |
| Write fields related to Xi model. More... | |
| void | operator= (const XiModel &)=delete |
| Disallow default bitwise assignment. More... | |
Protected Member Functions | |
| virtual bool | readCoeffs (const dictionary &dict) |
| Update coefficients from given dictionary. More... | |
Protected Attributes | |
| autoPtr< XiEqModel > | XiEqModel_ |
| autoPtr< XiProfile > | XiProfile_ |
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_ |
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... | |
Simple equilibrium model for flame wrinkling Xi.
Note that this model does not guarantee that the brush will attain a stable thickness in unbounded propagation which would require a Xi distribution through the flame, lower at the front and higher at the rear, see Foam::XiEqModels::linearEquilibrium or Foam::XiEqModels::cubicEquilibrium for alternative equilibrium models which provide this.
See Foam::XiModel for more details on flame wrinkling modelling.
References:
Weller, H. G. (1993).
The development of a new flame area combustion model
using conditional averaging.
Thermo-fluids section report TF 9307.
Weller, H. G., Tabor, G., Gosman, A. D., & Fureby, C. (1998, January).
Application of a flame-wrinkling LES combustion model
to a turbulent mixing layer.
In Symposium (International) on combustion
(Vol. 27, No. 1, pp. 899-907). Elsevier.
Definition at line 76 of file equilibrium.H.
| equilibrium | ( | const dictionary & | dict, |
| const psiuMulticomponentThermo & | thermo, | ||
| const fluidThermoThermophysicalTransportModel & | turbulence, | ||
| const volScalarField & | Su | ||
| ) |
Construct from components.
Definition at line 53 of file equilibrium.C.
References equilibrium::correct().

|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 71 of file equilibrium.C.
|
protectedvirtual |
Update coefficients from given dictionary.
Implements XiModel.
Definition at line 45 of file equilibrium.C.
References dict, and XiModel::readCoeffs().

| TypeName | ( | "equilibrium" | ) |
Runtime type information.
|
virtual |
Return the flame diffusivity.
Reimplemented from XiModel.
Definition at line 77 of file equilibrium.C.
|
virtual |
Correct the flame-wrinkling Xi.
Implements XiModel.
Definition at line 83 of file equilibrium.C.
Referenced by equilibrium::equilibrium().

|
delete |
Disallow default bitwise assignment.
Definition at line 82 of file equilibrium.H.
Definition at line 83 of file equilibrium.H.