Go to the documentation of this file.
33 namespace laminarFlameSpeedModels
56 coeffsDict_(
dict.subDict(typeName +
"Coeffs").subDict(fuel_)),
61 alpha_(
readScalar(coeffsDict_.lookup(
"alpha"))),
98 static const scalar Tref = 300.0;
99 static const scalar
pRef = 1.013e5;
101 return SuRef(
phi)*
pow((Tu/Tref), alpha_)*
pow((
p/
pRef), beta_)*(1 - f_*Yres);
135 Su0[celli] = Su0pTphi(
p[celli], Tu[celli],
phi, 0.0);
145 p.boundaryField()[
patchi][facei],
188 Su0[celli] = Su0pTphi(
p[celli], Tu[celli],
phi[celli], egr[celli]);
198 p.boundaryField()[
patchi][facei],
215 psiuReactionThermo_.composition().contains(
"ft")
216 && psiuReactionThermo_.composition().contains(
"egr")
221 psiuReactionThermo_.p(),
222 psiuReactionThermo_.Tu(),
225 psiuReactionThermo_.lookup(
"stoichiometricAirFuelMassRatio")
228 scalar(1)/psiuReactionThermo_.composition().Y(
"ft")
231 psiuReactionThermo_.composition().Y(
"egr")
238 psiuReactionThermo_.p(),
239 psiuReactionThermo_.Tu(),
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
defineTypeNameAndDebug(constant, 0)
#define forAll(list, i)
Loop across all elements in list.
A class for managing temporary objects.
const dimensionSet dimVelocity
Foam::psiuReactionThermo.
GeometricBoundaryField & boundaryField()
Return reference to GeometricBoundaryField.
dimensionedScalar exp(const dimensionedScalar &ds)
scalar Su0pTphi(scalar p, scalar Tu, scalar phi, scalar Yres) const
GuldersEGR(const GuldersEGR &)
Construct as copy (not implemented)
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
A list of keyword definitions, which are a keyword followed by any number of values (e....
Macros for easy insertion into run-time selection tables.
Generic dimensioned Type class.
addToRunTimeSelectionTable(laminarFlameSpeed, constant, dictionary)
scalar SuRef(scalar phi) const
dimensionedSymmTensor sqr(const dimensionedVector &dv)
Abstract class for laminar flame speed.
virtual ~GuldersEGR()
Destructor.
Generic GeometricField class.
tmp< volScalarField > operator()() const
Return the laminar flame speed [m/s].