Go to the documentation of this file.
33 template<
class ThermoType>
55 mixture_(
"mixture", fuel_),
65 template<
class ThermoType>
80 scalar fu =
b*ft + (1.0 -
b)*fres(ft, stoicRatio().value());
81 scalar ox = 1 - ft - (ft - fu)*stoicRatio().
value();
86 scalar pr = 1 - fu - ox;
89 mixture_ += ox*oxidant_;
90 mixture_ += pr*products_;
97 template<
class ThermoType>
108 template<
class ThermoType>
118 else if (speciei == 1)
122 else if (speciei == 2)
129 <<
"Unknown specie index " << speciei <<
". Valid indices are 0..2"
const ThermoType & getLocalThermo(const label speciei) const
A class for handling words, derived from Foam::string.
const Type & value() const
const dimensionedScalar b
A wordList with hashed named lookup, which can be faster in some situations than using the normal lis...
hashedWordList speciesTable
A table of species as a hashedWordList.
const ThermoType & mixture(const scalar, const scalar, const scalar) const
const dictionary & subDict(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
bool readEntry(const word &keyword, T &val, enum keyType::option matchOpt=keyType::REGEX, bool mandatory=true) const
Specialization of the basicSpecieMixture for combustion.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
errorManip< error > abort(error &err)
PtrList< volScalarField > & Y
#define FatalErrorInFunction
const dictionary & thermoDict
void read(const dictionary &)
const dimensionSet dimless
The egr mixture contains species ("ft", "b", "egr").