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 all Xi generation models used by the b-Xi combustion model. See Technical Report SH/RE...
virtual bool read(const dictionary &XiGProperties)=0
Update properties from given 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 keyword definitions, which are a keyword followed by any number of values (e....
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.
addToRunTimeSelectionTable(XiGModel, basicSubGrid, dictionary)
defineTypeNameAndDebug(basicSubGrid, 0)
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)
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
dimensioned< scalar > mag(const dimensioned< Type > &)
autoPtr< incompressible::momentumTransportModel > turbulence(incompressible::momentumTransportModel::New(U, phi, viscosity))
fluidMulticomponentThermo & thermo