Commit graph

8 commits

Author SHA1 Message Date
Harry Moffat
43c1d33f67 Fixed an error in the GasKinetics object that occurred for calculating
equilibrium constants for reactions with fractional stoichiometric
coefficients. The member data m_dn[] was being calculated incorrectly
for theses cases and then used in the calculation of the
equilibrium constant. m_dn[] now correctly evaluates the difference in
rxn order between the reactants and products for fraction coefficient
reactions.
2006-04-30 18:01:42 +00:00
Dave Goodwin
f5ffa16a48 changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
Dave Goodwin
c48da0d14f *** empty log message *** 2006-04-23 06:02:35 +00:00
Dave Goodwin
6547372987 support for sensitivity analysis 2005-11-10 15:06:33 +00:00
Dave Goodwin
95dc86cd2c *** empty log message *** 2005-07-25 03:55:32 +00:00
Dave Goodwin
cfcb353a5f added ability to specify beta for charge transfer reactions 2004-09-20 10:18:02 +00:00
Dave Goodwin
14496a260a *** empty log message *** 2004-06-16 21:56:14 +00:00
Dave Goodwin
d86a6bf097 initial import 2004-02-03 03:33:42 +00:00