Transport model for flame wrinkling Xi.
More...


Public Member Functions | |
| TypeName ("transport") | |
| Runtime type information. More... | |
| transport (const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su) | |
| Construct from components. More... | |
| transport (const transport &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~transport () |
| Destructor. More... | |
| virtual tmp< volScalarField > | Db () const |
| Return the flame diffusivity. More... | |
| virtual void | addXi (multivariateSurfaceInterpolationScheme< scalar >::fieldTable &fields) |
| Add Xi to the multivariateSurfaceInterpolationScheme table. More... | |
| virtual void | correct () |
| Correct the flame-wrinkling Xi. More... | |
| void | operator= (const transport &)=delete |
| Disallow default bitwise assignment. More... | |
| TypeName ("transport") | |
| Runtime type information. More... | |
| transport (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... | |
| transport (const transport &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~transport () |
| Destructor. More... | |
| virtual tmp< volScalarField > | Db () const |
| Return the flame diffusivity. More... | |
| virtual void | addXi (multivariateSurfaceInterpolationScheme< scalar >::fieldTable &fields) |
| Add Xi to the multivariateSurfaceInterpolationScheme table. More... | |
| virtual void | correct () |
| Correct the flame-wrinkling Xi. More... | |
| virtual void | correct (const fv::convectionScheme< scalar > &mvConvection) |
| Correct the flame-wrinkling Xi using the given convection scheme. 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 transport &)=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 | 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... | |
| 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... | |
Transport model for flame wrinkling Xi.
Simple transport 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.
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 71 of file transport.H.
| transport | ( | const dictionary & | dict, |
| const psiuMulticomponentThermo & | thermo, | ||
| const fluidThermoThermophysicalTransportModel & | turbulence, | ||
| const volScalarField & | Su | ||
| ) |
Construct from components.
Definition at line 60 of file transport.C.
References IOobject::AUTO_WRITE, dict, transport::readCoeffs(), IOobject::writeOpt(), and XiModel::Xi_.

|
virtual |
Destructor.
Definition at line 80 of file transport.C.
| transport | ( | 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 48 of file transport.C.
|
virtual |
Destructor.
|
protectedvirtual |
Update coefficients from given dictionary.
Implements XiModel.
Definition at line 50 of file transport.C.
References dict, and XiModel::readCoeffs().
Referenced by transport::transport().


| TypeName | ( | "transport" | ) |
Runtime type information.
|
virtual |
Return the flame diffusivity.
Reimplemented from XiModel.
Definition at line 86 of file transport.C.
|
inlinevirtual |
Add Xi to the multivariateSurfaceInterpolationScheme table.
Reimplemented from XiModel.
Definition at line 119 of file transport.H.
References fields, and XiModel::Xi_.
|
virtual |
Correct the flame-wrinkling Xi.
Implements XiModel.
Definition at line 92 of file transport.C.
References fvConstraints::constrain(), Db(), Foam::fvm::ddt(), DimensionedField< Type, GeoMesh, PrimitiveField >::dimensions(), Foam::fvc::div(), Foam::fvm::div(), fvConstraints(), fvModels(), Foam::constant::universal::G, Foam::fvc::grad(), Foam::fvc::interpolate(), Foam::fvc::laplacian(), objectRegistry::lookupObject(), Foam::max(), mesh, Foam::min(), n, dictionary::New(), Foam::R(), fvMatrix< Type >::relax(), fvMatrix< Type >::solve(), fvModels::source(), Foam::fvm::Sp(), and U.

|
delete |
Disallow default bitwise assignment.
| 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 101 of file transport.H.
References fields, and XiModel::Xi_.
|
inlinevirtual |
Correct the flame-wrinkling Xi.
Implements XiModel.
Definition at line 110 of file transport.H.
References NotImplemented.
|
virtual |
Correct the flame-wrinkling Xi using the given convection scheme.
Reimplemented from XiModel.
Definition at line 80 of file transport.C.
References Db(), IOobject::db(), Foam::fvm::ddt(), Foam::fvc::div(), Foam::fvm::div(), Foam::constant::universal::G, Foam::fvc::interpolate(), Foam::fvc::laplacian(), objectRegistry::lookupObject(), Foam::min(), mvConvection(), Foam::R(), Foam::solve(), and Foam::fvm::Sp().

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

|
inlinevirtual |
|
delete |
Disallow default bitwise assignment.