Commit graph

476 commits

Author SHA1 Message Date
Harry Moffat
0490e50e8a static_cast to eliminate VC++ warnings. 2004-07-01 23:47:45 +00:00
Harry Moffat
b186f70d83 static_casts to eliminate VC++ warnings. 2004-07-01 23:46:52 +00:00
Harry Moffat
056769913f small changes to eliminate VC++ warnings. 2004-07-01 23:46:00 +00:00
Harry Moffat
8b39a55e7e static_cast to eliminate VC++ warnings 2004-07-01 23:40:38 +00:00
Harry Moffat
ae1c44789f Fixed an error that turned up in VC++.
I think the problem was that VC++ didn't allow friend functions to be
defined in the body of declarations in .h files.
2004-07-01 23:35:13 +00:00
Harry Moffat
f2c6297f24 static cast added to avoid VC++ compiler warning. 2004-07-01 23:26:00 +00:00
Harry Moffat
db9f2b1b87 static_cast added to avoid VC++ compiler issues. 2004-07-01 23:25:14 +00:00
Harry Moffat
40836cf9c2 VC++ warnings were taken out 2004-07-01 23:22:45 +00:00
Harry Moffat
961dc9a972 Added static_cast to remove VC++ compiler warning. 2004-07-01 23:12:44 +00:00
Harry Moffat
ffc6b4c48b Fixed an error with a calling statement. 2004-06-30 22:30:53 +00:00
Harry Moffat
82925de65b Fixed a compiler error that showed up VC++ 2004-06-30 21:08:33 +00:00
Harry Moffat
77568a91d4 Set m_xml to zero after deletion. 2004-06-28 23:51:30 +00:00
Harry Moffat
190298ea9c Added the installSpecies() declaration back in. This is needed for
the particle species thermo object. It's in the cpp file, but just
not declared here.
2004-06-28 23:49:24 +00:00
Harry Moffat
39468681dc Added a few throw statements that was missing.
Added a throw UnknownSpeciesThermo statement for cases where the
complete thermo block is missing. This is necessary for particle
species object to function.
2004-06-28 23:47:35 +00:00
Dave Goodwin
d53fd69936 initial import 2004-06-17 17:49:31 +00:00
Dave Goodwin
14496a260a *** empty log message *** 2004-06-16 21:56:14 +00:00
Dave Goodwin
75c6495d06 changed call to ReactionStoichMgr::add so that non-integral reaction orders are correctly processed. 2004-06-16 21:55:47 +00:00
Dave Goodwin
6bc0b7fb2a *** empty log message *** 2004-06-09 01:02:31 +00:00
Dave Goodwin
32f865ef26 moved functions to read XML input files out of importCTML.cpp and into specific classes 2004-06-09 00:59:23 +00:00
Dave Goodwin
3162abcdec moved reading of xml element data to Elements.cpp 2004-06-06 22:02:32 +00:00
Dave Goodwin
6dfb563ff5 *** empty log message *** 2004-06-04 06:05:28 +00:00
Dave Goodwin
cb97e7387a added comments 2004-06-04 05:19:30 +00:00
Dave Goodwin
e26bf5f6c2 added comments 2004-06-03 04:01:16 +00:00
Dave Goodwin
2b8d2bb839 added comments 2004-06-03 03:44:53 +00:00
Dave Goodwin
aa2b31276e minor cleanup 2004-06-02 12:57:42 +00:00
Dave Goodwin
d887c76272 *** empty log message *** 2004-06-02 04:39:53 +00:00
Dave Goodwin
ded1a8a294 moved ctml_writer.py out of Cantera package 2004-06-02 04:39:09 +00:00
Dave Goodwin
fb2a2d81d9 *** empty log message *** 2004-05-30 04:05:01 +00:00
Dave Goodwin
1b6e12aeaf fixed problem with continuing beyond max number of points 2004-05-30 04:04:52 +00:00
Dave Goodwin
a3bef6e96c converted to pure python 2004-05-30 04:02:55 +00:00
Dave Goodwin
2c4cf59ee7 *** empty log message *** 2004-05-25 21:56:26 +00:00
Dave Goodwin
deb25434b8 *** empty log message *** 2004-05-24 13:21:34 +00:00
Dave Goodwin
25d9d8bac7 *** empty log message *** 2004-05-24 00:12:10 +00:00
Dave Goodwin
ae4240be74 removed unused files 2004-05-24 00:05:48 +00:00
Dave Goodwin
100c005abf *** empty log message *** 2004-05-23 17:43:28 +00:00
Dave Goodwin
84232c56f9 updated tutorials 2004-05-22 03:52:07 +00:00
Dave Goodwin
b65540f514 *** empty log message *** 2004-05-22 00:46:16 +00:00
Dave Goodwin
542c890db6 *** empty log message *** 2004-05-21 22:33:14 +00:00
Dave Goodwin
653effb9c5 *** empty log message *** 2004-05-21 18:10:08 +00:00
Dave Goodwin
c540983e68 fixed bug in which upper T* limit was incorrect in fits if T*max > 100, as with helium. 2004-05-21 18:09:48 +00:00
Dave Goodwin
206ce732db *** empty log message *** 2004-05-18 00:13:29 +00:00
Dave Goodwin
7ba23949a1 added test for sstream 2004-05-17 23:22:59 +00:00
Dave Goodwin
6f43b06ca5 *** empty log message *** 2004-05-17 23:09:27 +00:00
Dave Goodwin
ad791e12d5 *** empty log message *** 2004-05-17 22:59:37 +00:00
Dave Goodwin
a7c2084a14 initial import 2004-05-17 22:59:20 +00:00
Dave Goodwin
47a520dffb reverted to previus version due to error in last versions 2004-05-17 16:23:56 +00:00
Dave Goodwin
cdd246f44a *** empty log message *** 2004-05-16 13:54:38 +00:00
Dave Goodwin
305bdd09a2 changed setMaxStep to setMaxStepSize, setMinStep to setMinStepSize, and added setMaxSteps to set the maximum number of steps that will be taken. 2004-05-16 13:54:11 +00:00
Dave Goodwin
6d5a3c7f0b added example of computing critical-state properties 2004-05-15 03:19:28 +00:00
Dave Goodwin
1d3a254530 added ability to compute mixture-averaged diffusion coefficients in class MultiTransport. 2004-05-14 21:15:23 +00:00