Closed GoogleCodeExporter closed 9 years ago
You're correct that this information is never used for m_falloff_concm, so
either way it will not affect any calculations.
If the multiply() function were used, I think it would need to modify the rate
coefficients for all the falloff reactions (since all falloff reactions require
the 3rd body efficiency information), which are already stored in separate
arrays, so it makes sense for m_reaction_index to be the index into the array
of falloff reactions (the current behavior).
GasKinetics::processFalloffReactions just skips calling ThirdBodyMgr::multiply
since the indexing is trivial.
Original comment by yarmond
on 5 Sep 2014 at 3:44
Original issue reported on code.google.com by
FabianPr...@gmail.com
on 4 Sep 2014 at 9:56