Commit graph

1045 commits

Author SHA1 Message Date
Harry Moffat
4e60625f62 Added a .depends rule 2006-06-19 14:35:06 +00:00
Harry Moffat
2f0d1837b7 changed the write_int() routine to produce prettier output. 2006-06-13 17:06:07 +00:00
Harry Moffat
6b6dec5ef8 Added comments to addFloatArray()
Corrected comments for procedure getInteger()
getFloatArray():
    Added XML name checking. The default name is still "getFloatArray".
    However, now other XML names are acceptable.
    Changed atof() calls to atofCheck()
    Changed the code so that a comma can be the last non-spaced character
    in the value field.
2006-06-13 17:04:21 +00:00
Harry Moffat
665b868dc7 Added support for conditional use of ideal solid solutions. 2006-06-13 16:11:17 +00:00
Harry Moffat
6f6cfb2ec7 Added a test problem for ideal solid solutions. 2006-06-13 16:09:14 +00:00
Harry Moffat
b3e610fa20 Added makefiles. 2006-06-13 16:07:28 +00:00
Harry Moffat
831ba2466f Added a cathermo test directory. 2006-06-13 16:06:36 +00:00
Harry Moffat
08f2c4e098 Added support for conditional compilation of thermo directory. 2006-06-13 16:05:43 +00:00
Harry Moffat
85713b3c1f Changed importPhase to call initThermoXML, not initThermo at the
end of its execution.
2006-06-13 16:04:26 +00:00
Harry Moffat
1112932a31 Changed a few functions to be virtual, in order to support
incompressible equations of state.
2006-06-13 16:03:23 +00:00
Harry Moffat
7971238d37 Added an IdealSolidSolnPhase capability. Changed existing thermo files
to use initThermoXML().
2006-06-13 16:02:41 +00:00
Harry Moffat
148ab35c3f Added an atol and rtol command-line capability. It also does more
for comparisons with unequal rows.
2006-06-13 15:26:17 +00:00
Harry Moffat
9013880adb Fixed a typo 2006-06-13 00:57:35 +00:00
Harry Moffat
9d25a936a6 Fixed an error mentioned in the Cantera newsgroup. 2006-06-13 00:24:26 +00:00
Harry Moffat
d6f11c26ce Added the function getPartialMolarCp(). It isn't currently in the
API, but it should be.
2006-06-13 00:20:57 +00:00
Harry Moffat
092ee39483 Fixed a minor case which resulted in a core dump. 2006-06-13 00:19:00 +00:00
Dave Goodwin
68ba6e635b minor changes 2006-06-11 11:36:09 +00:00
Dave Goodwin
799f2b44b2 changed tdata.csv to tdata.dat 2006-06-10 17:15:32 +00:00
Dave Goodwin
141dff9da5 added fixed T flame example 2006-06-10 17:07:07 +00:00
Harry Moffat
351c9b8dac Fixed a typo and added getStandardVolumes() routine. 2006-06-08 14:05:41 +00:00
Dave Goodwin
de47fa7774 added LatticePhase to configure.in 2006-05-31 18:06:47 +00:00
Dave Goodwin
08a855359a *** empty log message *** 2006-05-30 16:15:48 +00:00
Harry Moffat
c3d097140d used popError() on two cases where errors are caught and delt with. 2006-05-27 23:34:09 +00:00
Dave Goodwin
1023b2bbcb *** empty log message *** 2006-05-26 23:08:03 +00:00
Dave Goodwin
33b114b178 *** empty log message *** 2006-05-26 23:08:03 +00:00
Dave Goodwin
08ebf5f9a8 *** empty log message *** 2006-05-26 22:53:01 +00:00
Dave Goodwin
0db629dcd9 *** empty log message *** 2006-05-20 21:12:37 +00:00
Dave Goodwin
d2c8924533 misc 2006-05-17 17:43:53 +00:00
Dave Goodwin
c8b253e240 initial import 2006-05-17 15:59:08 +00:00
Dave Goodwin
63b3b5ebc8 initial import 2006-05-17 15:16:00 +00:00
Dave Goodwin
275865b5a9 *** empty log message *** 2006-05-17 15:14:56 +00:00
Dave Goodwin
cbb2eb6beb *** empty log message *** 2006-05-08 15:43:20 +00:00
Dave Goodwin
cfb576c774 added support for const pressure and flow reactors 2006-05-07 21:17:28 +00:00
Dave Goodwin
799b9c02e2 support for constant-pressure reactors 2006-05-06 15:34:18 +00:00
Dave Goodwin
2d5c2e0fcc initial import 2006-05-06 15:32:53 +00:00
Dave Goodwin
6314e7a563 added constant pressure reactor 2006-05-06 14:56:57 +00:00
Dave Goodwin
163267f39a support for Python-free environments 2006-05-04 02:13:56 +00:00
Dave Goodwin
0cd3336f32 Windows has no sleep command 2006-05-03 20:49:22 +00:00
Dave Goodwin
bb19de47bc added electric potential 2006-05-03 19:45:39 +00:00
Harry Moffat
bd2c97399e Changed the initial condition slightly. This was to avoid a
problem with convergence that occurred in the chemical
equilibrium solver.
2006-05-03 18:12:58 +00:00
Harry Moffat
90a83569d0 Rebaselined the blessed state, due to a small change in
initial conditions.
2006-05-03 18:07:01 +00:00
Dave Goodwin
5531ff6b7f moved uname -i statement 2006-05-03 09:51:29 +00:00
Dave Goodwin
c7c55cdbaf initial import 2006-05-01 23:04:34 +00:00
Dave Goodwin
265b81948d added functions to set and get the electric potential of a phase 2006-05-01 23:03:05 +00:00
Harry Moffat
43e9b31519 Added the ext/recipes/Makefile file to the list of makefiles.
Somehow, it wasn't in the list.
2006-05-01 22:36:45 +00:00
Harry Moffat
3358060e48 Tracked down a bug in the make system to cxxlib. Need to make all
at the Cantera/cxx level in order to copy include files over to the
build/include directory tree.
2006-05-01 15:51:13 +00:00
Harry Moffat
b5e838f00a Added some config log files to this file. 2006-04-30 23:43:56 +00:00
Harry Moffat
e64d92439b Added tscompare files. 2006-04-30 23:29:06 +00:00
Harry Moffat
a9baaafd30 Solaris port: added SunWS_cache to clean rule 2006-04-30 23:14:52 +00:00
Harry Moffat
90e586bfa7 Took out extraneous statements. 2006-04-30 23:13:59 +00:00