Commit graph

160 commits

Author SHA1 Message Date
Harry Moffat
2cd189ceaf Added comments. 2003-09-03 18:19:02 +00:00
Harry Moffat
d7810f673b Added a file. 2003-09-03 18:18:33 +00:00
Harry Moffat
a2fdaba16d fixed a potentially fatal error of doing a delete in a destructor
on the object containing the destructor.
2003-09-03 18:17:49 +00:00
Harry Moffat
0c28f2aabe Added a vector get for the atoms in a species. 2003-09-03 18:15:50 +00:00
Harry Moffat
e793a0c76d Fixed an error with the destructors. valgrind showed that destructor
wasn't being called for single instance of FalloffFactory.
2003-09-03 15:35:35 +00:00
Dave Goodwin
5cd6d39c39 initial import 2003-08-29 14:59:20 +00:00
Dave Goodwin
73ffafe226 *** empty log message *** 2003-08-29 13:13:08 +00:00
Dave Goodwin
bf83841317 *** empty log message *** 2003-08-28 15:02:53 +00:00
Dave Goodwin
1d1693b216 *** empty log message *** 2003-08-28 14:53:46 +00:00
Dave Goodwin
4cdb8aa015 *** empty log message *** 2003-08-28 14:22:15 +00:00
Dave Goodwin
fe42db4cbf *** empty log message *** 2003-08-26 06:04:20 +00:00
Dave Goodwin
e6e720bd00 *** empty log message *** 2003-08-26 05:22:29 +00:00
Dave Goodwin
d40fcc8af5 *** empty log message *** 2003-08-26 05:02:41 +00:00
Dave Goodwin
3322ca66d5 *** empty log message *** 2003-08-26 04:57:22 +00:00
Dave Goodwin
3379326809 *** empty log message *** 2003-08-26 04:38:29 +00:00
Dave Goodwin
4fc77d0be9 *** empty log message *** 2003-08-26 04:19:21 +00:00
Dave Goodwin
05e4d5f850 *** empty log message *** 2003-08-26 04:09:55 +00:00
Dave Goodwin
5afa4f7102 *** empty log message *** 2003-08-26 03:36:26 +00:00
Dave Goodwin
5d1b37c7aa *** empty log message *** 2003-08-26 03:25:39 +00:00
Dave Goodwin
3b4ea774b5 initial import 2003-08-25 19:50:17 +00:00
Harry Moffat
9e273febb5 Added a dummy routine to set and store the pressure. It doesn't
have an effect on anything. However, it doesn't cause a cantera
error.
2003-08-25 18:29:16 +00:00
Harry Moffat
b296825acc Changed fmax to fmaxx. 2003-08-21 22:39:16 +00:00
Harry Moffat
b235193eb2 Added the writeUpdate() function. It was needed to resolve externals. 2003-08-21 22:38:41 +00:00
Harry Moffat
31848c92b7 changed fmax to fmaxx 2003-08-21 22:37:28 +00:00
Harry Moffat
d8d7dc0112 Changed fmax() to fmaxx() in one call. 2003-08-21 22:36:57 +00:00
Harry Moffat
1133733d3f Added more comments. 2003-08-21 22:35:29 +00:00
Harry Moffat
c71dfe6c47 Commented out a spurious write operation 2003-08-21 22:34:46 +00:00
Harry Moffat
33c571ca86 Added a name of an argument. 2003-08-21 22:33:38 +00:00
Harry Moffat
3e9e01ccce Added a comment 2003-08-21 22:32:46 +00:00
Harry Moffat
2780df87b6 Changed findXMLPhase() to return a non const XML tree. It broke the
runDiamond program the other way, because importPhase() uses a
non const XML tree argument.
Also, the change commits a small alteration in the xml write operation
that allows for the top level of an xml file to contain multiple
elements. previously this was not possible.
2003-08-21 22:32:03 +00:00
Harry Moffat
a9f0c07dda Fixed a UMR in the file. 2003-08-21 22:28:26 +00:00
Harry Moffat
87167641cf changed fortran to fortran/src. Added particle hooks which should all
be turned off by default.
2003-08-21 17:48:36 +00:00
Harry Moffat
5f749dd0f8 find_XML is no longer in the Cantera kernel API.
this fixes the problem, replacing it with calls to get_XML_Node().
2003-08-21 17:39:33 +00:00
Dave Goodwin
df345002cd *** empty log message *** 2003-08-21 14:29:52 +00:00
Dave Goodwin
6144c6dcd9 add support for surface chem 2003-08-21 14:27:20 +00:00
Dave Goodwin
af85f4b42a added support for surface chemistry on each side of the wall 2003-08-21 14:26:56 +00:00
Dave Goodwin
5ba7db8c1b added surface chemistry 2003-08-21 14:26:18 +00:00
Dave Goodwin
f9ad0fe054 added support for surface chemistry. 2003-08-21 14:25:40 +00:00
Dave Goodwin
5f640ed46d fixed get_CTML_Tree 2003-08-21 02:40:56 +00:00
Harry Moffat
3e4ffd2524 Added header lines to the file 2003-08-20 21:34:25 +00:00
Harry Moffat
791d990bd7 Added a CVS version comment block 2003-08-20 20:23:14 +00:00
Dave Goodwin
ff4720ef12 *** empty log message *** 2003-08-20 15:32:00 +00:00
Dave Goodwin
67b56ca1dc added two new functions. 2003-08-20 15:28:24 +00:00
Dave Goodwin
9a624693bd changed gas constant to 1999 CODATA value, removed option to not use kmol. 2003-08-20 15:27:06 +00:00
Dave Goodwin
dee706303b get_CTML_Tree is now deprecated. Use get_XML_File in misc.cpp. 2003-08-20 15:26:09 +00:00
Dave Goodwin
0b4bde2ae0 added some 'const's 2003-08-20 15:23:26 +00:00
Dave Goodwin
a9375b30c1 added option to clear all entries in close_XML_File. 2003-08-20 15:19:33 +00:00
Dave Goodwin
798a44f5ae stopped storing ThermoPhase object, since this is self-referential in
classes like Solution that derive from Transport and ThermoPhase.
2003-08-20 15:18:33 +00:00
Dave Goodwin
14d88d5116 stopped storing ThermoPhase objects, since this is self-referential if a
class derives from both Kinetics and ThermoPhase, causing it to never be deleted.
2003-08-20 15:16:56 +00:00
Dave Goodwin
59b9d19f23 changed call to XML_Node constructor 2003-08-20 15:15:22 +00:00