Flame-surface instabilityG flame-wrinking generation rate coefficient model used in XiModel.H. More...
Public Member Functions | |
TypeName ("instabilityG") | |
Runtime type information. More... | |
instabilityG (const dictionary &XiGProperties, const psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) | |
Construct from components. More... | |
virtual | ~instabilityG () |
Destructor. More... | |
virtual tmp< volScalarField > | G () const |
Return the flame-wrinking generation rate. More... | |
virtual tmp< volScalarField > | Db () const |
Return the flame diffusivity. More... | |
virtual bool | read (const dictionary &XiGProperties) |
Update properties from given dictionary. More... | |
![]() | |
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... | |
Private Member Functions | |
instabilityG (const instabilityG &) | |
Disallow copy construct. More... | |
void | operator= (const instabilityG &) |
Disallow default bitwise assignment. More... | |
Private Attributes | |
dimensionedScalar | GIn_ |
Flame instabilityG wrinling generation rate coefficient. More... | |
dimensionedScalar | lambdaIn_ |
InstabilityG length-scale. More... | |
autoPtr< XiGModel > | XiGModel_ |
Xi generation rate model due to all other processes. More... | |
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
dictionary | XiGModelCoeffs_ |
const psiuReactionThermo & | thermo_ |
const compressible::RASModel & | turbulence_ |
const volScalarField & | Su_ |
Flame-surface instabilityG flame-wrinking generation rate coefficient model used in XiModel.H.
See Technical Report SH/RE/01R for details on the PDR modelling.
Definition at line 53 of file instabilityG.H.
|
private |
Disallow copy construct.
instabilityG | ( | const dictionary & | XiGProperties, |
const psiuReactionThermo & | thermo, | ||
const compressible::RASModel & | turbulence, | ||
const volScalarField & | Su | ||
) |
Construct from components.
|
virtual |
Destructor.
|
private |
Disallow default bitwise assignment.
TypeName | ( | "instabilityG" | ) |
Runtime type information.
|
virtual |
Return the flame-wrinking generation rate.
Implements XiGModel.
|
virtual |
Return the flame diffusivity.
Reimplemented from XiGModel.
|
virtual |
Update properties from given dictionary.
Implements XiGModel.
|
private |
Flame instabilityG wrinling generation rate coefficient.
Definition at line 60 of file instabilityG.H.
|
private |
InstabilityG length-scale.
Definition at line 63 of file instabilityG.H.
Xi generation rate model due to all other processes.
Definition at line 66 of file instabilityG.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.