Commit graph

604 commits

Author SHA1 Message Date
Harry Moffat
82fa55b04a Added a copy constructor and an assignment operator. 2005-10-21 18:23:08 +00:00
Harry Moffat
593c6b4aeb Added a routine to the ThermoPhase specification: activityConvention().
This has a default value of molar-based. The other option is molality
based.
2005-10-21 16:18:39 +00:00
Dave Goodwin
219649e5ac *** empty log message *** 2005-10-21 01:03:40 +00:00
Dave Goodwin
5f6f2481f3 initial import 2005-10-21 00:57:11 +00:00
Harry Moffat
5aa7faf300 Added logic for including the thermo directory into the main
compilation step.
2005-10-20 23:29:00 +00:00
Harry Moffat
0f446fa2b8 Added the SingleSpeciesTP file as a trial commit. Want to get the
bugs out of adding these files to the main distribution first.
2005-10-20 23:27:42 +00:00
Harry Moffat
8b81c0400e Commented the _require() routine. 2005-10-04 16:53:35 +00:00
Dave Goodwin
14efd3f77c minor cleanup 2005-09-27 12:12:05 +00:00
Dave Goodwin
518a4965dd removed reference to recipes.h 2005-09-27 12:08:49 +00:00
Dave Goodwin
b381b149aa changed stripws to allow spaces in the middle of strings 2005-09-27 12:08:17 +00:00
Dave Goodwin
abd8130e99 added phi title to output csv file 2005-09-22 03:45:45 +00:00
Dave Goodwin
29825431df changes to support the classes for CO2 and heptane in tpx 2005-09-16 04:57:32 +00:00
Dave Goodwin
2775bed68d *** empty log message *** 2005-09-15 03:50:36 +00:00
Dave Goodwin
2db47e4018 changes to make solution of user-defined BVPs simpler. 2005-09-15 03:50:04 +00:00
Dave Goodwin
cfad5d0430 overloaded setupGrid in boundary1D to do nothing. Without this, Domain1D::setupGrid would be called for connector domains. 2005-09-15 03:47:20 +00:00
Dave Goodwin
e1abea2019 added comment 2005-09-15 03:43:17 +00:00
Dave Goodwin
7cb02cda46 changed error tolerance for time integration. The previous large value of atol was causing problems. 2005-09-15 03:40:47 +00:00
Dave Goodwin
a6b65715d7 *** empty log message *** 2005-09-13 17:10:43 +00:00
Dave Goodwin
7718361c94 modifications to simplify solving boundary value problems 2005-09-13 17:10:08 +00:00
Dave Goodwin
eef674a644 corrected minor bugs in windows versions of files 2005-08-19 03:17:16 +00:00
Dave Goodwin
37c3df28d6 minor cleanup 2005-08-18 18:16:22 +00:00
Dave Goodwin
7c57748518 *** empty log message *** 2005-08-18 14:50:59 +00:00
Dave Goodwin
83501b5d72 *** empty log message *** 2005-08-18 14:44:35 +00:00
Harry Moffat
9cfa1faf5e Fixed an error where Cantera would seg fault if errors in the
XML file occurred.
2005-07-30 21:49:23 +00:00
Harry Moffat
89597b36ac Got rid of one warning message. 2005-07-28 23:02:44 +00:00
Harry Moffat
fc9a043944 Changed the format type of an fprintf statement. 2005-07-28 23:01:20 +00:00
Harry Moffat
e4aa6aa282 Added the getMatrixValues routine. This routine fills in a matrix
of doubles, keyed by a lookup name that determines the two
indecises, e.g.:
   H+:Cl-:3.0E5
This introduces a triplet notation into the Cantera API.
Added a parameter to the getFloatArray() routine, that has
a default value -> so it shouldn't cause any changes to the API.
2005-07-28 21:53:05 +00:00
Harry Moffat
696914a2d8 Added the atofCheck() routine. 2005-07-28 21:40:17 +00:00
Dave Goodwin
d2779ddec7 cleanup 2005-07-26 03:56:34 +00:00
Dave Goodwin
95dc86cd2c *** empty log message *** 2005-07-25 03:55:32 +00:00
Dave Goodwin
f4889d7bf2 changed how global reactions are handled 2005-07-25 03:54:55 +00:00
Dave Goodwin
6844a24c67 support for fractional stoich coefficients 2005-07-25 03:53:24 +00:00
Dave Goodwin
ae323fb7da added fwdOrder 2005-07-25 03:52:20 +00:00
Dave Goodwin
d2a06b4b3e now recognizes the FORD keyword 2005-07-25 03:51:21 +00:00
Dave Goodwin
0fa2a3ee9b cleanup 2005-07-22 13:33:58 +00:00
Dave Goodwin
61099aa51f *** empty log message *** 2005-07-22 12:50:52 +00:00
Dave Goodwin
4c227e6e86 minor cleanup 2005-07-22 12:50:02 +00:00
Dave Goodwin
83cd30de07 replaced g2c with ctf2c 2005-07-22 12:36:58 +00:00
Dave Goodwin
4dc6892fc3 changed default loglevel to 0. 2005-07-22 04:36:33 +00:00
Dave Goodwin
9e54a6857e *** empty log message *** 2005-07-22 04:02:05 +00:00
Dave Goodwin
44a4226481 enhanced and cleaned up equilibrium code 2005-07-22 03:27:12 +00:00
Dave Goodwin
d6611f5878 *** empty log message *** 2005-07-14 18:54:10 +00:00
Dave Goodwin
d0de362e22 *** empty log message *** 2005-07-14 18:48:57 +00:00
Dave Goodwin
673513edae improvements to equilibrate 2005-07-14 18:44:55 +00:00
Dave Goodwin
791a00ed1e allow tolerance on reaction element balances, rather than requiring precise balance 2005-07-14 18:40:13 +00:00
Harry Moffat
8e89501d6c Fixed a compilation error condition. Commented out the call to init()
within updatePhases().
2005-06-28 16:00:54 +00:00
Dave Goodwin
88d45066c7 cleanup 2005-06-27 14:51:05 +00:00
Dave Goodwin
dfa29b0f70 cleanup 2005-06-25 15:57:50 +00:00
Dave Goodwin
d1fc24fa8e reorganized 2005-06-25 13:16:06 +00:00
Dave Goodwin
cbd1fd1d43 *** empty log message *** 2005-06-25 05:53:36 +00:00