52 k1(XiGModelCoeffs_.lookup<scalar>(
"k1")),
82 Gtot[celli] += k1*
mag(
U[celli])/Lobs[celli];
98 return XiGModel_->Db()
99 +
rho*Su_*(Xi - 1.0)*mgb*(0.5*Lobs)*Lobs/(mgb*Lobs + 1.0);
107 XiGModelCoeffs_.lookup(
"k1") >> k1;
#define forAll(list, i)
Loop across all elements in list.
Macros for easy insertion into run-time selection tables.
Generic GeometricField class.
const objectRegistry & db() const
Return the local objectRegistry.
Base class for flame wrinkling Xi generation rate models.
bool read(const dictionary &XiProperties)
Update properties from the given XiProperties dictionary.
Basic sub-grid obstacle flame-wrinkling generation rate coefficient model. Details supplied by J Putt...
virtual bool read(const dictionary &XiGProperties)
Update properties from given dictionary.
virtual ~basicSubGrid()
Destructor.
basicSubGrid(const dictionary &XiGProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su)
Construct from components.
virtual tmp< volScalarField > G() const
Return the flame-wrinkling generation rate.
virtual tmp< volScalarField > Db() const
Return the flame diffusivity.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Registry of regIOobjects.
const Type & lookupObject(const word &name) const
Lookup and return the object of the given Type and name.
Base-class for combustion fluid thermodynamic properties based on compressibility.
A class for managing temporary objects.
defineTypeNameAndDebug(instability, 0)
addToRunTimeSelectionTable(XiGModel, instability, dictionary)
autoPtr< CompressibleMomentumTransportModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const viscosity &viscosity)
RASModel< momentumTransportModel > RASModel
Typedefs for turbulence, RAS and LES models for compressible flow based on the standard laminar trans...
tmp< VolField< Type > > Su(const VolField< Type > &su, const VolField< Type > &vf)
void mag(LagrangianPatchField< scalar > &f, const LagrangianPatchField< Type > &f1)
void pow(LagrangianPatchField< typename powProduct< Type, r >::type > &f, const LagrangianPatchField< Type > &f1)
autoPtr< incompressible::momentumTransportModel > turbulence(incompressible::momentumTransportModel::New(U, phi, viscosity))
fluidMulticomponentThermo & thermo