43 Foam::XiGModels::instabilityG::instabilityG
45 const dictionary& XiGProperties,
46 const psiuReactionThermo&
thermo,
51 XiGModel(XiGProperties, thermo, turbulence, Su),
52 GIn_(XiGModelCoeffs_.
lookup(
"GIn")),
53 lambdaIn_(XiGModelCoeffs_.
lookup(
"lambdaIn")),
54 XiGModel_(XiGModel::
New(XiGModelCoeffs_, thermo, turbulence, Su))
69 return (GIn_*GIn_/(GIn_ + turbXiG) + turbXiG);
75 const objectRegistry& db =
Su_.
db();
80 return XiGModel_->Db()
81 + rho*
Su_*(Xi - 1.0)*mgb*(0.5*lambdaIn_)/(mgb + 1.0/lambdaIn_);
89 XiGModelCoeffs_.lookup(
"GIn") >> GIn_;
90 XiGModelCoeffs_.lookup(
"lambdaIn") >> lambdaIn_;
autoPtr< compressible::turbulenceModel > turbulence
const objectRegistry & db() const
Return the local objectRegistry.
Macros for easy insertion into run-time selection tables.
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
psiReactionThermo & thermo
stressControl lookup("compactNormalStress") >> compactNormalStress
virtual tmp< volScalarField > G() const
Return the flame-wrinking generation rate.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
defineTypeNameAndDebug(combustionModel, 0)
RASModel< EddyDiffusivity< turbulenceModel > > RASModel
virtual bool read(const dictionary &XiGProperties)=0
Update properties from given dictionary.
const volScalarField & Su_
Laminar burning velocity.
A class for managing temporary objects.
tmp< GeometricField< Type, fvPatchField, volMesh > > Su(const GeometricField< Type, fvPatchField, volMesh > &su, const GeometricField< Type, fvPatchField, volMesh > &vf)
virtual bool read(const dictionary &XiGProperties)
Update properties from given dictionary.
virtual ~instabilityG()
Destructor.
virtual tmp< volScalarField > Db() const
Return the flame diffusivity.