Base class for equilibrium flame wrinkling XiEq models.
More...


Public Member Functions | |
| TypeName ("XiEqModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, XiEqModel, dictionary,(const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su),(dict, thermo, turbulence, Su)) | |
| XiEqModel (const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su) | |
| Construct from components. More... | |
| XiEqModel (const XiEqModel &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~XiEqModel () |
| Destructor. More... | |
| virtual tmp< volScalarField > | XiEq () const =0 |
| Return the flame-wrinkling XiEq. More... | |
| virtual tmp< volScalarField > | Db () const |
| Return the flame diffusivity. More... | |
| bool | read (const dictionary &XiProperties) |
| Update properties from the given XiProperties dictionary. More... | |
| void | operator= (const XiEqModel &)=delete |
| Disallow default bitwise assignment. More... | |
| TypeName ("XiEqModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, XiEqModel, dictionary,(const dictionary &XiEqProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su),(XiEqProperties, thermo, turbulence, Su)) | |
| XiEqModel (const dictionary &XiEqProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) | |
| Construct from components. More... | |
| XiEqModel (const XiEqModel &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~XiEqModel () |
| Destructor. More... | |
| virtual tmp< volScalarField > | XiEq () const =0 |
| Return the flame-wrinkling XiEq. More... | |
| tmp< volScalarField > | calculateSchelkinEffect (const scalar) const |
| Return the sub-grid Schelkin effect. More... | |
| virtual bool | read (const dictionary &XiEqProperties)=0 |
| Update properties from given dictionary. More... | |
| void | writeFields () const |
| Write fields. More... | |
| void | operator= (const XiEqModel &)=delete |
| Disallow default bitwise assignment. More... | |
Static Public Member Functions | |
| static autoPtr< XiEqModel > | New (const dictionary &XiProperties, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su) |
| Return a reference to the selected XiEq model. More... | |
| static autoPtr< XiEqModel > | New (const dictionary &XiEqProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) |
| Return a reference to the selected XiEq 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_ |
| Laminar burning velocity. More... | |
| dictionary | XiEqModelCoeffs_ |
| Dictionary. More... | |
| const compressible::RASModel & | turbulence_ |
| Turbulence. More... | |
Base class for equilibrium flame wrinkling XiEq models.
Base-class for all XiEq models used by the b-XiEq combustion model. The available models are : basicXiSubXiEq.H Gulder.H instabilityXiEq.H SCOPEBlendXiEq.H SCOPEXiEq.H.
Definition at line 51 of file XiEqModel.H.
| XiEqModel | ( | const psiuMulticomponentThermo & | thermo, |
| const fluidThermoThermophysicalTransportModel & | turbulence, | ||
| const volScalarField & | Su | ||
| ) |
Construct from components.
Definition at line 47 of file XiEqModel.C.
|
virtual |
Destructor.
Definition at line 63 of file XiEqModel.C.
| XiEqModel | ( | const dictionary & | XiEqProperties, |
| const psiuMulticomponentThermo & | thermo, | ||
| const compressible::RASModel & | turbulence, | ||
| const volScalarField & | Su | ||
| ) |
Construct from components.
Definition at line 39 of file XiEqModel.C.
|
virtual |
Destructor.
|
protectedpure virtual |
Update coefficients from given dictionary.
Implemented in instability, Gulder, and constant.
Definition at line 39 of file XiEqModel.C.
Referenced by constant::readCoeffs(), Gulder::readCoeffs(), and instability::readCoeffs().

| TypeName | ( | "XiEqModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| XiEqModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su) | , | ||
| (dict, thermo, turbulence, Su) | |||
| ) |
|
static |
Return a reference to the selected XiEq model.
Definition at line 30 of file XiEqModelNew.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 XiEq.
Implemented in instability, Gulder, constant, SCOPEXiEq, SCOPEBlend, instability, Gulder, and basicSubGrid.
|
inlinevirtual |
Return the flame diffusivity.
Reimplemented in instability.
Definition at line 138 of file XiEqModel.H.
References fluidThermophysicalTransportModel::DEff(), GeometricField< Type, GeoMesh, PrimitiveField >::New(), XiEqModel::thermo_, XiEqModel::thermoTransport_, and psiuMulticomponentThermo::Y().

| bool read | ( | const dictionary & | XiProperties | ) |
Update properties from the given XiProperties dictionary.
Definition at line 69 of file XiEqModel.C.
References dictionary::optionalSubDict(), dictionary::subDict(), and Foam::type().
Referenced by basicSubGrid::read(), Gulder::read(), instability::read(), and SCOPEXiEq::read().


|
delete |
Disallow default bitwise assignment.
| TypeName | ( | "XiEqModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| XiEqModel | , | ||
| dictionary | , | ||
| (const dictionary &XiEqProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) | , | ||
| (XiEqProperties, thermo, turbulence, Su) | |||
| ) |
|
static |
Return a reference to the selected XiEq model.
Definition at line 30 of file XiEqModelNew.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 XiEq.
Implemented in instability, Gulder, constant, SCOPEXiEq, SCOPEBlend, instability, Gulder, and basicSubGrid.
| Foam::tmp< Foam::volScalarField > calculateSchelkinEffect | ( | const scalar | uPrimeCoef | ) | const |
Return the sub-grid Schelkin effect.
Definition at line 89 of file XiEqModel.C.
References Foam::e, objectRegistry::lookupObject(), Foam::mag(), Foam::max(), fvMesh::mesh(), mesh, dimensioned< Type >::name(), GeometricField< Type, GeoMesh, PrimitiveField >::New(), IOobject::NO_READ, IOobject::NO_WRITE, Foam::pow(), GeometricField< Type, GeoMesh, PrimitiveField >::primitiveFieldRef(), Foam::sqrt(), fvMesh::time(), U, fvMesh::V(), and Foam::Zero.

|
pure virtual |
Update properties from given dictionary.
Implemented in SCOPEXiEq, SCOPEBlend, instability, Gulder, and basicSubGrid.
| void writeFields | ( | ) | const |
|
delete |
Disallow default bitwise assignment.
|
protected |
|
protected |
Thermo-physical transport.
Definition at line 62 of file XiEqModel.H.
Referenced by XiEqModel::Db().
|
protected |
Turbulence.
Definition at line 65 of file XiEqModel.H.
|
protected |
Laminar burning velocity.
Definition at line 68 of file XiEqModel.H.
|
protected |
Definition at line 65 of file XiEqModel.H.
|
protected |
Turbulence.
Definition at line 71 of file XiEqModel.H.