Dave Goodwin
22f35f2e8a
added const in restoreState
2004-10-09 15:07:50 +00:00
Dave Goodwin
b7a27b183a
minor cleanup
2004-10-09 15:05:14 +00:00
Dave Goodwin
18504c83c1
added methods getMolarFluxes and getMassFluxes
2004-10-09 15:03:42 +00:00
Dave Goodwin
1faf4d5a2a
cleanup
2004-10-09 15:00:42 +00:00
Dave Goodwin
72b1a3febb
moved exception constructor definitions here from ctexceptions.h
2004-10-09 14:58:21 +00:00
Dave Goodwin
14b6d81085
moved constructor definitions to misc.cpp
2004-10-09 14:57:28 +00:00
Dave Goodwin
aaf4d56d56
added include file
2004-10-09 14:55:13 +00:00
Dave Goodwin
794927b505
moved most method definitions here from header file.
2004-10-09 14:48:23 +00:00
Dave Goodwin
0d75e52c01
moved most method definitions to PureFluidPhase.cpp
2004-10-09 14:47:30 +00:00
Harry Moffat
58625be0d9
Added an include for XML_Writer.h
2004-10-08 17:09:46 +00:00
Harry Moffat
907f1e42f4
Added an XML_writer include
2004-10-08 17:09:20 +00:00
Dave Goodwin
d658d1b71d
initial import
2004-10-03 08:30:38 +00:00
Dave Goodwin
093e832af1
added method getMassFluxes
2004-10-03 08:28:27 +00:00
Dave Goodwin
faf1d3690f
removed class XML_Writer
2004-10-03 08:24:13 +00:00
Dave Goodwin
92624d9ee8
added line numbers to exception error messages
2004-10-03 07:41:54 +00:00
Dave Goodwin
609ff8fa8f
minor cleanup
2004-10-02 07:25:05 +00:00
Dave Goodwin
6efd9ffc91
*** empty log message ***
2004-09-29 11:00:39 +00:00
Dave Goodwin
cfcb353a5f
added ability to specify beta for charge transfer reactions
2004-09-20 10:18:02 +00:00
Harry Moffat
7a26c6d01f
Took out a print statement that was causing a test to fail.
2004-09-16 17:06:47 +00:00
Dave Goodwin
330e50eb65
*** empty log message ***
2004-09-13 11:22:21 +00:00
Dave Goodwin
ab8f620ccb
cleanup
2004-08-28 16:12:41 +00:00
Harry Moffat
de9e9620e3
Got rid of msvc++ warning message.
2004-08-09 17:38:51 +00:00
Dave Goodwin
81f5771b59
improvements to the configuration process
2004-08-09 05:10:18 +00:00
Dave Goodwin
8da6622c31
*** empty log message ***
2004-08-07 06:06:21 +00:00
Harry Moffat
9788de9846
added some more debugging stuff.
2004-08-06 22:54:39 +00:00
Harry Moffat
c00e5fc343
Added the "sleep" system command buf fix for the cygwin environment.
...
Added debugging printouts for the DEFINE DEBUG_PATH.
2004-08-06 20:51:45 +00:00
Harry Moffat
1b419e5a2d
Added a commented out capability to turn on DEBUG_PATHS, which is
...
used to debug IO data issues.
2004-08-06 20:31:11 +00:00
Harry Moffat
0b492d3180
Fixed the format of the SUFFIX makefile command.
2004-08-06 15:45:37 +00:00
Dave Goodwin
7db7af9902
minor cleanup
2004-08-05 16:42:59 +00:00
Dave Goodwin
cf17527579
*** empty log message ***
2004-08-05 14:56:55 +00:00
Dave Goodwin
d23e5ce699
*** empty log message ***
2004-08-05 14:26:37 +00:00
Dave Goodwin
2959b2735e
cleanup
2004-08-03 11:16:20 +00:00
Dave Goodwin
1ae73ae1c5
cleanup
2004-08-03 10:36:27 +00:00
Dave Goodwin
13db7c6dc6
removed unused files
2004-08-03 09:09:19 +00:00
Dave Goodwin
d576705751
*** empty log message ***
2004-08-01 20:58:32 +00:00
Dave Goodwin
ecef36e4ee
*** empty log message ***
2004-08-01 20:22:41 +00:00
Dave Goodwin
494913dfd9
added ArrheniusSum class
2004-07-29 22:31:33 +00:00
Dave Goodwin
711c3c7214
*** empty log message ***
2004-07-27 14:22:16 +00:00
Harry Moffat
6cb7ab41f3
Removed the at() function for vectors. gcc v2.95 does not support
...
this function.
2004-07-26 15:58:21 +00:00
Dave Goodwin
6d145604db
*** empty log message ***
2004-07-23 00:15:14 +00:00
Harry Moffat
89e4751823
Took the deletion of a static pointer out of destructor.
2004-07-21 20:41:06 +00:00
Harry Moffat
366928ba51
Added "getParameter" routines to most of the species and phase
...
thermo objects.
Fixed a bug in NasaThermo::update_one() and ShomateThermo::update_one()
that occurred because m_low_map and m_high_map contained bad
information. They were maps to fixed pointers, but the location of the
objects that they referred to changed during vector resizing operations.
2004-07-17 00:18:20 +00:00
Dave Goodwin
efdfdf83cd
*** empty log message ***
2004-07-14 11:24:12 +00:00
Harry Moffat
bd2f0d9c22
Fixed an error that was making the diamond test problem fail.
2004-07-08 20:32:49 +00:00
Harry Moffat
d4b15618ca
Added more comments. -> only formatting.
2004-07-08 18:14:05 +00:00
Harry Moffat
1c41b7c09d
only formatting.
2004-07-08 18:12:34 +00:00
Harry Moffat
3edcaa6319
Fixed errors that I recently introduced in using size_types.
2004-07-08 18:10:23 +00:00
Harry Moffat
40e19048c8
Fixed an error that I recently introduced in using size_types
2004-07-08 18:09:22 +00:00
Harry Moffat
1feff59190
Fixed an error that I recently introduced in using size_types.
2004-07-08 18:07:51 +00:00
Harry Moffat
a379bae00e
Added more initializations
2004-07-08 18:03:02 +00:00