43 species_({
"fu",
"egr"}),
44 stoicRatio_(
dict.
lookup<scalar>(
"stoichiometricAirFuelMassRatio")),
53 const scalarFieldListSlice& Yu
56 const scalar ft = Yu[FU] + Yu[EGR]/(stoicRatio_ + 1);
57 return stoicRatio_*ft/
max(1 - ft, small);
63 stoicRatio_ =
dict.
lookup<scalar>(
"stoichiometricAirFuelMassRatio");
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
Unburnt gas combustion mixture for inhomogeneous lean, stoichiometric or rich conditions with exhaust...
scalar Phi(const scalarFieldListSlice &Yu) const
Return the fuel-oxidant equivalence ratio.
void read(const dictionary &)
Read dictionary.
uInhomogeneousEGRMixture(const dictionary &)
Construct from a dictionary.
defineTypeNameAndDebug(atmosphericBoundaryLayer, 0)
dimensioned< Type > max(const DimensionedField< Type, GeoMesh, PrimitiveField > &df)