Simple uniform constant flame wrinkling Xi model.
More...


Public Member Functions | |
| TypeName ("uniformConstant") | |
| Runtime type information. More... | |
| uniformConstant (const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su) | |
| Construct from components. More... | |
| uniformConstant (const uniformConstant &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~uniformConstant () |
| Destructor. More... | |
| virtual void | correct () |
| Correct the flame-wrinkling Xi. More... | |
| void | operator= (const uniformConstant &)=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 tmp< volScalarField > | Db () const |
| Return the flame diffusivity. 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 tmp< volScalarField > | Db () const |
| Return the flame diffusivity. 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... | |
Simple uniform constant flame wrinkling Xi model.
See Foam::XiModel for more details on flame wrinkling modelling.
Reference:
Weller, H. G. (1993).
The development of a new flame area combustion model
using conditional averaging.
Thermo-fluids section report TF 9307.
Definition at line 60 of file uniformConstant.H.
| uniformConstant | ( | const dictionary & | dict, |
| const psiuMulticomponentThermo & | thermo, | ||
| const fluidThermoThermophysicalTransportModel & | turbulence, | ||
| const volScalarField & | Su | ||
| ) |
Construct from components.
Definition at line 56 of file uniformConstant.C.
References XiModel::Xi_.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 73 of file uniformConstant.C.
|
protectedvirtual |
Update coefficients from given dictionary.
Implements XiModel.
Definition at line 43 of file uniformConstant.C.
References dict, dimensioned< Type >::read(), XiModel::readCoeffs(), and XiModel::Xi_.

| TypeName | ( | "uniformConstant" | ) |
Runtime type information.
|
inlinevirtual |
Correct the flame-wrinkling Xi.
Implements XiModel.
Definition at line 104 of file uniformConstant.H.
|
delete |
Disallow default bitwise assignment.