Flame instability flame wrinkling generation rate model. More...


Public Member Functions | |
| TypeName ("instability") | |
| Runtime type information. More... | |
| instability (const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su) | |
| Construct from components. More... | |
| instability (const instability &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~instability () |
| Destructor. More... | |
| virtual tmp< volScalarField > | G () const |
| Return the flame-wrinkling generation rate. More... | |
| void | operator= (const instability &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from XiGModel | |
| 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... | |
| 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 > | 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... | |
Protected Member Functions | |
| virtual bool | readCoeffs (const dictionary &dict) |
| Update coefficients from given dictionary. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from XiGModel | |
| 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 Attributes inherited from XiGModel | |
| 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_ |
Flame instability flame wrinkling generation rate model.
Definition at line 50 of file instability_XiGModel.H.
| instability | ( | const dictionary & | dict, |
| const psiuMulticomponentThermo & | thermo, | ||
| const fluidThermoThermophysicalTransportModel & | turbulence, | ||
| const volScalarField & | Su | ||
| ) |
Construct from components.
Definition at line 55 of file instability_XiGModel.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 71 of file instability_XiGModel.C.
|
protectedvirtual |
Update coefficients from given dictionary.
Implements XiGModel.
Definition at line 43 of file instability_XiGModel.C.
References dict, dimensioned< Type >::read(), and XiGModel::readCoeffs().

| TypeName | ( | "instability" | ) |
Runtime type information.
|
virtual |
Return the flame-wrinkling generation rate.
Implements XiGModel.
Definition at line 77 of file instability_XiGModel.C.
|
delete |
Disallow default bitwise assignment.