31 template<
class ThermoType>
37 template<
class ThermoType>
51 stoicRatio_(thermoDict.
lookup(
"stoichiometricAirFuelMassRatio")),
53 fuel_(thermoDict.
lookup(
"fuel")),
54 oxidant_(thermoDict.
lookup(
"oxidant")),
55 products_(thermoDict.
lookup(
"burntProducts")),
57 mixture_(
"mixture", fuel_),
67 template<
class ThermoType>
88 scalar pr = 1 - fu - ox;
90 mixture_ = fu/fuel_.W()*fuel_;
91 mixture_ += ox/oxidant_.W()*oxidant_;
92 mixture_ += pr/products_.W()*products_;
99 template<
class ThermoType>
102 stoicRatio_ = thermoDict.
lookup(
"stoichiometricAirFuelMassRatio");