Commit graph

172 commits

Author SHA1 Message Date
Dave Goodwin
e109142249 isolated Chemkin file support to building ck2cti 2003-12-12 16:11:30 +00:00
Dave Goodwin
9163cfbbd6 *** empty log message *** 2003-12-11 14:04:46 +00:00
Dave Goodwin
2906957498 *** empty log message *** 2003-12-11 12:06:55 +00:00
Dave Goodwin
b9dd391712 minor cleanup 2003-12-11 12:06:16 +00:00
Dave Goodwin
7b0be740bd - 2003-12-05 17:13:46 +00:00
Dave Goodwin
ec71c9dd36 - 2003-11-24 16:39:27 +00:00
Dave Goodwin
4abd1ba54a - 2003-11-19 09:37:37 +00:00
Dave Goodwin
d0677a7f43 - 2003-11-17 15:19:11 +00:00
Dave Goodwin
bc7f8dd581 cleanup 2003-11-17 13:51:16 +00:00
Dave Goodwin
d14283ea08 *** empty log message *** 2003-11-14 04:36:49 +00:00
Dave Goodwin
2a64690ab7 *** empty log message *** 2003-11-14 04:29:38 +00:00
Dave Goodwin
05b839c561 *** empty log message *** 2003-11-13 13:57:55 +00:00
Dave Goodwin
57d555b502 removed NaN test 2003-11-13 11:54:30 +00:00
Dave Goodwin
120dca66c7 *** empty log message *** 2003-11-12 18:58:15 +00:00
Dave Goodwin
4350fc9bb7 multicomponent transport working 2003-11-12 18:56:04 +00:00
Dave Goodwin
efb218bb05 *** empty log message *** 2003-11-01 10:15:26 +00:00
Dave Goodwin
d95df61602 *** empty log message *** 2003-11-01 04:50:35 +00:00
Dave Goodwin
f8ebd79be9 minor cleanup 2003-10-22 00:33:02 +00:00
Harry Moffat
d456c04a55 Added a call to delete the static instance of a Falloff factory 2003-10-15 16:21:49 +00:00
Harry Moffat
16378683d7 Fixed a bug in the destructor, wherein an infinite loop condition may
occur.
2003-10-15 16:20:35 +00:00
Dave Goodwin
dcae4f3acd *** empty log message *** 2003-10-04 02:15:55 +00:00
Dave Goodwin
2595829ba7 *** empty log message *** 2003-09-28 09:55:52 +00:00
Dave Goodwin
f1854cbdeb *** empty log message *** 2003-09-25 22:11:01 +00:00
Dave Goodwin
3af1787662 added DustyGasTransport 2003-09-25 20:37:58 +00:00
Dave Goodwin
f640d97853 *** empty log message *** 2003-09-22 13:14:10 +00:00
Dave Goodwin
1665ea3217 *** empty log message *** 2003-09-18 21:16:42 +00:00
Harry Moffat
3199266fce Fixed a rather hideous error in getMap(), that was causing element
compositions to be read incorrectly when the species is made up of a
large numbers of a single element.
2003-09-16 15:58:11 +00:00
Dave Goodwin
b663e860a9 *** empty log message *** 2003-09-13 16:24:09 +00:00
Dave Goodwin
88da08f3bb *** empty log message *** 2003-09-12 17:55:17 +00:00
Dave Goodwin
e6a0ba740c *** empty log message *** 2003-09-10 19:14:15 +00:00
Dave Goodwin
b91fc880ea *** empty log message *** 2003-09-10 13:42:25 +00:00
Dave Goodwin
f238409026 *** empty log message *** 2003-09-09 19:33:36 +00:00
Dave Goodwin
d39052fba7 *** empty log message *** 2003-09-06 21:00:13 +00:00
Dave Goodwin
3f27dcc438 *** empty log message *** 2003-09-06 14:38:49 +00:00
Dave Goodwin
8a74abfd2d *** empty log message *** 2003-09-06 00:31:15 +00:00
Harry Moffat
6f3fb26363 Fixed several UMR's discovered while using valgrind. 2003-09-05 16:42:33 +00:00
Dave Goodwin
def19717ce *** empty log message *** 2003-09-04 23:25:08 +00:00
Harry Moffat
fe1f006419 Fixed an error that I had introduced. 2003-09-03 19:59:50 +00:00
Harry Moffat
849b22f083 Might as well keep this in till it breaks. 2003-09-03 18:49:13 +00:00
Harry Moffat
1cb7a2883b Added const to the aguement lists. 2003-09-03 18:48:33 +00:00
Harry Moffat
6f190b568d Added a function called appdelete(), which deletes all global
data malloced by Cantera. With this call added to applications,
Cantera passes the leak check from the valgrind application.
(Well there is some squirrely behavior associated with either
valgrind, linux, or the stl implementation, but it's not
Cantera's fault).

I also changed get_XML_File to store the absolute pathname
in the map, so that the same XML tree isn't deleted twice.
Lookups are always done wrt absolute pathnames.
2003-09-03 18:45:06 +00:00
Harry Moffat
1c51cc7f78 Added the function get_XML_NameID, which does a search on the xml
element name and id attribute.

Made importSpecies() a global function. I needed this in order to
read in enhancements to the XML data file for the PartSpecPhase
class.
2003-09-03 18:39:12 +00:00
Harry Moffat
8208abd612 Added comments and changed the order of functions to place like
functions in blocks.
2003-09-03 18:33:54 +00:00
Harry Moffat
b6f127e30c Cleanup of comment sections. 2003-09-03 18:31:57 +00:00
Harry Moffat
365c19711d cleanup 2003-09-03 18:31:17 +00:00
Harry Moffat
7e6ef23479 Two main changes:
The routines will now throw a named error condition when it
  can't match the species thermo or it can't find the species thermo.
  This is used in PartSpecPhase.cpp to signal that the thermo
  functions should be created on the fly from the bulk phase
  thermo and the bulk species basis for the particle species.

  The second one is to eliminate a potential fatal error of
  calling a delete for an object in the object's own destructor
  function.
2003-09-03 18:29:15 +00:00
Harry Moffat
35f71ec193 Added the function findNameID, which does a tree lookup on
the name and the id.
Took out m_level, which seemed to have no purpose.
2003-09-03 18:22:07 +00:00
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