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. More...
Public Member Functions | |
TypeName ("XiGModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, XiGModel, dictionary,(const dictionary &XiGProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su),(XiGProperties, thermo, turbulence, Su)) | |
XiGModel (const dictionary &XiGProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) | |
Construct from components. More... | |
virtual | ~XiGModel () |
Destructor. More... | |
virtual tmp< volScalarField > | G () const =0 |
Return the flame-wrinking genration 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... | |
Static Public Member Functions | |
static autoPtr< XiGModel > | New (const dictionary &XiGProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) |
Return a reference to the selected XiG model. More... | |
Protected Attributes | |
dictionary | XiGModelCoeffs_ |
const psiuReactionThermo & | thermo_ |
const compressible::RASModel & | turbulence_ |
const volScalarField & | Su_ |
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.
Definition at line 54 of file XiGModel.H.
XiGModel | ( | const dictionary & | XiGProperties, |
const psiuReactionThermo & | thermo, | ||
const compressible::RASModel & | turbulence, | ||
const volScalarField & | Su | ||
) |
Construct from components.
|
virtual |
Destructor.
TypeName | ( | "XiGModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
XiGModel | , | ||
dictionary | , | ||
(const dictionary &XiGProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) | , | ||
(XiGProperties, thermo, turbulence, Su) | |||
) |
|
static |
Return a reference to the selected XiG model.
|
pure virtual |
Return the flame-wrinking genration rate.
Implemented in basicSubGrid, instabilityG, and KTS.
|
inlinevirtual |
Return the flame diffusivity.
Reimplemented in basicSubGrid, and instabilityG.
Definition at line 141 of file XiGModel.H.
References XiGModel::read().
|
pure virtual |
Update properties from given dictionary.
Implemented in basicSubGrid, instabilityG, and KTS.
Referenced by XiGModel::Db().
|
protected |
Definition at line 61 of file XiGModel.H.
|
protected |
Definition at line 63 of file XiGModel.H.
|
protected |
Definition at line 64 of file XiGModel.H.
|
protected |
Definition at line 65 of file XiGModel.H.