Go to the documentation of this file.
33 namespace laminarFlameSpeedModels
57 coeffsDict_(
dict.subDict(typeName +
"Coeffs").subDict(fuel_)),
62 alpha_(
readScalar(coeffsDict_.lookup(
"alpha"))),
99 static const scalar Tref = 300.0;
100 static const scalar
pRef = 1.013e5;
102 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],
186 Su0[celli] = Su0pTphi(
p[celli], Tu[celli],
phi[celli], 0.0);
196 p.boundaryField()[
patchi][facei],
211 if (psiuReactionThermo_.composition().contains(
"ft"))
213 const volScalarField& ft = psiuReactionThermo_.composition().Y(
"ft");
217 psiuReactionThermo_.p(),
218 psiuReactionThermo_.Tu(),
221 psiuReactionThermo_.lookup(
"stoichiometricAirFuelMassRatio")
222 )*ft/
max(1 - ft, SMALL)
229 psiuReactionThermo_.p(),
230 psiuReactionThermo_.Tu(),
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
Gulders(const Gulders &)
Construct as copy (not implemented)
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.
virtual ~Gulders()
Destructor.
dimensionedScalar exp(const dimensionedScalar &ds)
scalar Su0pTphi(scalar p, scalar Tu, scalar phi, scalar Yres) const
tmp< volScalarField > operator()() const
Return the laminar flame speed [m/s].
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)
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
dimensionedSymmTensor sqr(const dimensionedVector &dv)
Abstract class for laminar flame speed.
Generic GeometricField class.
scalar SuRef(scalar phi) const