Commit graph

5556 commits

Author SHA1 Message Date
Dave Goodwin
f36305a288 *** empty log message *** 2003-08-04 14:36:12 +00:00
Dave Goodwin
e26a9e54dd *** empty log message *** 2003-08-04 14:31:06 +00:00
Harry Moffat
5f38880f2e Added a dependency to library files 2003-08-04 14:27:51 +00:00
Harry Moffat
2675669646 added a comment. 2003-08-02 00:37:29 +00:00
Harry Moffat
0ee5420b4b Added a specific named error condition for when the thermo factory
can't find a match against a known ThermoPhase derivative class.
This can be (and is in cttables) used to catch thrown errors, so that
the kernel can be made extensible wrt other ThermoPhase derivative
classes it may not know about.
2003-08-02 00:36:33 +00:00
Harry Moffat
a29177e49a Added a specific named error for not matching against a kinetics
model. This can be (and is in cttables) used to catch a thrown
error condition to make the kernel extensible wrt new kinetics
managers.
2003-08-02 00:34:07 +00:00
Harry Moffat
061ae0fe6c Added a few comments 2003-08-02 00:29:18 +00:00
Harry Moffat
4d73f22a9c Added a comment block 2003-08-02 00:28:30 +00:00
Harry Moffat
7386e8ae07 Organized the routines into sections.
Added a bunch of routines that report the change in thermo quantities
due to reactions.
2003-08-02 00:27:22 +00:00
Harry Moffat
8b2fd2e3a8 Took out print statements in debug blocks 2003-08-02 00:25:32 +00:00
Harry Moffat
e5a425be3c Added a function getUnitsStandardConc() that will report in a vector
form what the units are (in MKS) for the standard and generalized
concentrations.
This is used to find what the units are for reaction rate constants and
is used by cttables to actually print out the units for reaction
rate constants.
2003-08-02 00:24:30 +00:00
Harry Moffat
70c432b7f4 Added a function to MixTransport and MultiTransport that returns
all of the raw transport data input from the original database.
I am using this in cttables for the print out to provide closure
to the user's expectations.
2003-08-02 00:16:27 +00:00
Harry Moffat
e160e01754 Added one more routine, needed to get at private data 2003-08-01 20:50:23 +00:00
Harry Moffat
fda7b38460 Slight change in comment 2003-08-01 20:13:38 +00:00
Harry Moffat
d0beb2fd05 Check for null before deleting or copying. Not strictly necessary, but
good form.
2003-08-01 19:44:59 +00:00
Harry Moffat
26b6d37c2e Added descriptions of the ThermoPhase classes known to this routine. 2003-08-01 19:43:28 +00:00
Harry Moffat
f65ca77625 UPgraded one error condition statement 2003-08-01 19:42:13 +00:00
Dave Goodwin
ab65fb1607 *** empty log message *** 2003-07-30 20:56:57 +00:00
Dave Goodwin
ae09566d97 *** empty log message *** 2003-07-30 02:05:00 +00:00
Dave Goodwin
0d00c29e75 *** empty log message *** 2003-07-30 00:27:26 +00:00
Dave Goodwin
03e175c01f moved some methods to State.cpp 2003-07-29 22:37:30 +00:00
Dave Goodwin
6e5eae4dd6 initial import 2003-07-29 22:32:03 +00:00
Harry Moffat
9227cd87fb Fixed several serious errors and added a couple of routines.
1) the read operation would hash any quoted string with a space
     character in it.
  2) changed children() to return a reference rather than the
     complete object
  3) write() would leave off the final endl character. This has
     been fixed.
Additions:
   copy()
   copyUnion(): union of two trees; this routine may be problematic
   findXMLPhase(): phase lookup.
Notes:
 find_XML() still contains a memory leak.
2003-07-25 20:46:01 +00:00
Harry Moffat
712176ae08 Fixed an error in the Constructor function. m_indexPhase wasn't being
set at all
2003-07-24 15:58:17 +00:00
Dave Goodwin
282bc2a6b7 *** empty log message *** 2003-07-24 00:18:21 +00:00
Harry Moffat
e788cc578c Added a lot of comments to the header file 2003-07-23 21:54:44 +00:00
Harry Moffat
ca88c11522 Took out an unnecessary redefinition of m_kk from an inherited class 2003-07-23 21:53:02 +00:00
Harry Moffat
0f038b580d Slight formatting change 2003-07-23 21:51:38 +00:00
Harry Moffat
973834c0ef Added comments to the file 2003-07-23 15:41:22 +00:00
Harry Moffat
dee815c460 Took out a surplus doxygen comment about the Cantera Namespace. It
created an error during doxygen compilation
2003-07-21 16:28:13 +00:00
Harry Moffat
3b1a9775c6 Added more doxygen comments to the files.
Added a catch/throw block to setstate_TPX().
2003-07-21 16:26:36 +00:00
Harry Moffat
e4ccb18fe9 Commented the member data. 2003-07-21 16:08:39 +00:00
Harry Moffat
04702b4099 Took out a double nested @name that gave a warning to doxygen 2003-07-21 16:02:53 +00:00
Harry Moffat
a6f5638220 Added comments about m_kk needing to be restated in this class. 2003-07-18 20:19:03 +00:00
Harry Moffat
af54f50a25 Added more functions to the virtual base class. This will mean that
all classes that inherit from this class will be broken until they
too add definitions for these functions.
2003-07-07 16:45:46 +00:00
Harry Moffat
a23a8b3069 Commented out several statically defined functions that were not
used in the file.
2003-07-07 16:39:31 +00:00
Harry Moffat
ea0edbbadd Fixed a compiler warning. Linux warns against initialization lists
which are not in the same order as items in the class itself.
2003-07-07 15:35:14 +00:00
Dave Goodwin
47488ecc7a *** empty log message *** 2003-07-04 07:38:00 +00:00
Dave Goodwin
e6c80d27fe added 'source setup_cantera' 2003-07-04 07:35:08 +00:00
Dave Goodwin
14e7a609c6 added warning if the Python interface does not install. 2003-07-04 07:18:34 +00:00
Dave Goodwin
76526a6aa3 *** empty log message *** 2003-07-04 06:37:42 +00:00
Harry Moffat
916c065a9f Added the function ptrColumn(), which returns a pointer to the
top of a column of the matrix.
2003-07-03 16:23:43 +00:00
Dave Goodwin
6f9256ec0c *** empty log message *** 2003-06-27 14:19:16 +00:00
Dave Goodwin
9dec06949a corrected bug in addTransport 2003-06-27 14:08:16 +00:00
Dave Goodwin
937b766c2c added script to set matlab path 2003-06-27 14:07:19 +00:00
Harry Moffat
9fb3fcfd6a Added another file to this list 2003-06-11 21:33:35 +00:00
Harry Moffat
00a5e7b130 Fixed a typo in a comment 2003-06-10 16:39:32 +00:00
Harry Moffat
97d3438d33 Added a file to the ignore list, created during the test 2003-06-10 16:32:59 +00:00
Harry Moffat
93e853ea74 Uncommented the tpx rule 2003-06-10 15:27:24 +00:00
Harry Moffat
fcaf0da1df Took out the references to the directories, 1D/@Domain1D/private and
1D/@Stack/private. They don't currently exist in the present version
of the distribution.
2003-06-10 15:26:07 +00:00