Base class for flame wrinkling Xi generation rate models.
More...


Public Member Functions | |
| TypeName ("XiGModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, XiGModel, dictionary,(const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su),(dict, thermo, turbulence, Su)) | |
| XiGModel (const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su) | |
| Construct from components. More... | |
| XiGModel (const XiGModel &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~XiGModel () |
| Destructor. More... | |
| virtual tmp< volScalarField > | G () const =0 |
| Return the flame-wrinkling generation rate. More... | |
| bool | read (const dictionary &XiProperties) |
| Update properties from the given XiProperties dictionary. More... | |
| void | operator= (const XiGModel &)=delete |
| Disallow default bitwise assignment. More... | |
| TypeName ("XiGModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, XiGModel, dictionary,(const dictionary &XiGProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su),(XiGProperties, thermo, turbulence, Su)) | |
| XiGModel (const dictionary &XiGProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) | |
| Construct from components. More... | |
| XiGModel (const XiGModel &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~XiGModel () |
| Destructor. More... | |
| virtual tmp< volScalarField > | G () const =0 |
| Return the flame-wrinkling generation rate. More... | |
| virtual tmp< volScalarField > | Db () const |
| Return the flame diffusivity. More... | |
| virtual bool | read (const dictionary &XiGProperties)=0 |
| Update properties from given dictionary. More... | |
| void | operator= (const XiGModel &)=delete |
| Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
| static autoPtr< XiGModel > | New (const dictionary &XiProperties, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su) |
| Return a reference to the selected XiG model. More... | |
| static autoPtr< XiGModel > | New (const dictionary &XiGProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) |
| Return a reference to the selected XiG model. More... | |
Protected Member Functions | |
| virtual bool | readCoeffs (const dictionary &dict)=0 |
| Update coefficients from given dictionary. More... | |
Protected Attributes | |
| const psiuMulticomponentThermo & | thermo_ |
| Thermo. More... | |
| const fluidThermoThermophysicalTransportModel & | thermoTransport_ |
| Thermo-physical transport. More... | |
| const compressibleMomentumTransportModel & | turbulence_ |
| Turbulence. More... | |
| const volScalarField & | Su_ |
| dictionary | XiGModelCoeffs_ |
| const compressible::RASModel & | turbulence_ |
Base class for flame wrinkling Xi generation rate models.
Base-class for all Xi generation models used by the b-Xi combustion model. See Technical Report SH/RE/01R for details on the PDR modelling. For details on the use of XiGModel see XiModel.H. The model available is instabilityG.H.
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 67 of file XiGModel.H.
| XiGModel | ( | const psiuMulticomponentThermo & | thermo, |
| const fluidThermoThermophysicalTransportModel & | turbulence, | ||
| const volScalarField & | Su | ||
| ) |
Construct from components.
Definition at line 47 of file XiGModel.C.
|
virtual |
Destructor.
Definition at line 63 of file XiGModel.C.
| XiGModel | ( | const dictionary & | XiGProperties, |
| const psiuMulticomponentThermo & | thermo, | ||
| const compressible::RASModel & | turbulence, | ||
| const volScalarField & | Su | ||
| ) |
Construct from components.
Definition at line 39 of file XiGModel.C.
|
virtual |
Destructor.
|
protectedpure virtual |
Update coefficients from given dictionary.
Implemented in KTS, and instability.
Definition at line 39 of file XiGModel.C.
Referenced by instability::readCoeffs(), and KTS::readCoeffs().

| TypeName | ( | "XiGModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| XiGModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su) | , | ||
| (dict, thermo, turbulence, Su) | |||
| ) |
|
static |
Return a reference to the selected XiG model.
Definition at line 30 of file XiGModelNew.C.
References Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::Info, dictionary::lookup(), Foam::nl, dictionary::optionalSubDict(), Foam::fvc::Su(), dictionary::subDict(), thermo, and turbulence().

|
pure virtual |
Return the flame-wrinkling generation rate.
Implemented in KTS, instability, KTS, instabilityG, and basicSubGrid.
| bool read | ( | const dictionary & | XiProperties | ) |
Update properties from the given XiProperties dictionary.
Definition at line 69 of file XiGModel.C.
References dictionary::optionalSubDict(), dictionary::subDict(), and Foam::type().
Referenced by basicSubGrid::read(), instabilityG::read(), and KTS::read().


|
delete |
Disallow default bitwise assignment.
| TypeName | ( | "XiGModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| XiGModel | , | ||
| dictionary | , | ||
| (const dictionary &XiGProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) | , | ||
| (XiGProperties, thermo, turbulence, Su) | |||
| ) |
|
static |
Return a reference to the selected XiG model.
Definition at line 30 of file XiGModelNew.C.
References Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::Info, dictionary::lookup(), Foam::nl, Foam::fvc::Su(), thermo, and turbulence().

|
pure virtual |
Return the flame-wrinkling generation rate.
Implemented in KTS, instability, KTS, instabilityG, and basicSubGrid.
|
inlinevirtual |
Return the flame diffusivity.
Reimplemented in instabilityG, and basicSubGrid.
Definition at line 133 of file XiGModel.H.
References GeometricField< Type, GeoMesh, PrimitiveField >::New(), momentumTransportModel::nuEff(), compressibleMomentumTransportModel::rho(), and XiGModel::turbulence_.

|
pure virtual |
Update properties from given dictionary.
Implemented in KTS, instabilityG, and basicSubGrid.
|
delete |
Disallow default bitwise assignment.
|
protected |
Thermo.
Definition at line 75 of file XiGModel.H.
|
protected |
Thermo-physical transport.
Definition at line 78 of file XiGModel.H.
|
protected |
|
protected |
Definition at line 83 of file XiGModel.H.
|
protected |
Definition at line 61 of file XiGModel.H.
|
protected |
Definition at line 64 of file XiGModel.H.