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_),
66 template<
class ThermoType>
80 scalar pr = 1 - fu - ox;
82 mixture_ = fu/fuel_.W()*fuel_;
83 mixture_ += ox/oxidant_.W()*oxidant_;
84 mixture_ += pr/products_.W()*products_;
91 template<
class ThermoType>