Commit graph

1172 commits

Author SHA1 Message Date
Harry Moffat
eb129e8f00 In the init() routine, I set the initial mass fraction vector so that
it sums to one. Previously, it was set uniformly to zero. The mass
fraction of species 0 is set to 1.
 This was noticed by a user, and may have resulted in seg faults before
the ThermoPhase object was properly initialized.
2006-10-02 19:10:53 +00:00
Harry Moffat
9568195dec Fixed the Makefile that gets used in the install directories.
autoconf variables needed updating.
2006-10-02 16:38:09 +00:00
Harry Moffat
aa3e8cf53b Fixed an error for zero length files. 2006-08-29 16:49:54 +00:00
Harry Moffat
3d9f85cf09 Added default column titles, if none are supplied in the file.
This avoids a seg fault.
2006-08-28 00:19:31 +00:00
Harry Moffat
7cc5928762 Changed a few of the install commands to install_tsc (time step check).
These are needed in a few places so make doesn't do any extra work
when it doesn't need to.

Changed a few of the "install multiple files at once" cases into
installations where one file is installed at a time. Some install
commands, including the one that comes with cantera can only
install one file at a time.
2006-08-22 00:38:08 +00:00
Harry Moffat
16544ffa05 Used the INSTALL_VERBOSE rule to check whether install can use
the -v flag. If it can't echo is used to mimic its behavior.
2006-08-22 00:34:13 +00:00
Harry Moffat
bed3b3c352 Installed a rule to check if the install command uses the flag -v.
I found an openbsd system where this was not the case.
2006-08-22 00:31:42 +00:00
Harry Moffat
8996287691 Added user directory to a lot of the rules.
Took out the cads directory.
2006-08-21 16:44:02 +00:00
Harry Moffat
d6f22fc5e5 Added an install rule to the Makefile 2006-08-21 16:42:16 +00:00
Harry Moffat
e46567e0fa Added depends include at the end of the file. 2006-08-20 00:18:27 +00:00
Harry Moffat
6f0081ec29 Fixed clean rules. 2006-08-20 00:17:06 +00:00
Harry Moffat
d50449e4fa Added a file. 2006-08-20 00:14:38 +00:00
Harry Moffat
8697799c53 Changed the name of the input routine to gri.xml from gri.ctml.
This test is always run, so it must be run even if minimal python
installation isn't done. Therefore, xml files must be used as input.
2006-08-20 00:13:21 +00:00
Harry Moffat
518513025c Fixed the name of some environmental variables 2006-08-20 00:11:07 +00:00
Harry Moffat
ba1b00477d Changed the #ifdef name 2006-08-20 00:09:08 +00:00
Harry Moffat
5f7d179929 Refined the regression test slightly, to make it less stringent.
Added to make clean rule
2006-08-20 00:00:59 +00:00
Harry Moffat
90544553e1 Fixed warning messages and added to make clean rule 2006-08-19 23:54:37 +00:00
Harry Moffat
030e1cfe6b Got rid of warning messages and added to make clean rule 2006-08-19 23:52:21 +00:00
Harry Moffat
3590c3ce52 Added to the make clean rule 2006-08-19 23:48:39 +00:00
Harry Moffat
cb83425e34 Added a directory. 2006-08-19 18:15:29 +00:00
Harry Moffat
e66a46130a Added some comments about a particular problem on old solaris systems. 2006-08-19 18:14:16 +00:00
Harry Moffat
e67f5e4fa4 Eliminated an ld warning by setting a local variable as static. 2006-08-19 18:13:40 +00:00
Harry Moffat
9d6b4258d9 Fixed an optimization compiler warning about a possible uninitialized variable. 2006-08-19 16:08:03 +00:00
Harry Moffat
3b529d293a Added lines to remove a temporary file f90out 2006-08-17 16:24:58 +00:00
Harry Moffat
eeee955d21 Took out a Makefile creation rule that was a duplicate. 2006-08-17 15:46:43 +00:00
Harry Moffat
b0d850543b Added a few misc files. 2006-08-17 15:38:50 +00:00
Harry Moffat
a4059279f1 Made these two files compatible, so that there would be no confusion.
Changed the logical definition, which wasn't being used, to int from long int.
2006-08-15 23:36:47 +00:00
Harry Moffat
474f8dd641 A couple of directories were left out of the clean and depends rules. 2006-08-15 22:33:51 +00:00
Harry Moffat
f27229c96c On Sun10, the cantera install is used. It only accepts one file at a time. 2006-08-15 22:03:37 +00:00
Harry Moffat
01dc3cf915 This change is needed in order for clean to work in some cases. 2006-08-15 21:59:24 +00:00
Harry Moffat
412aeabfb4 added .depends to the list of dependencies. 2006-08-15 21:38:54 +00:00
Harry Moffat
d424e7a7a0 Fixed some small errors in the install process. 2006-08-15 01:12:44 +00:00
Harry Moffat
44dd5972a7 Fixed an error in a Makefile. 2006-08-14 22:53:58 +00:00
Harry Moffat
2bbf07909e Fixed a make clean rule in ext/cvode 2006-08-14 22:01:37 +00:00
Harry Moffat
36993a1246 Added DEBUG_MODE flag to compilation line. 2006-08-14 21:00:14 +00:00
Harry Moffat
51156a44ca Added DEGUG_MODE to the defaults. 2006-08-14 20:54:38 +00:00
Harry Moffat
71511757ce Fixed a roundoff issue 2006-08-14 20:48:36 +00:00
Harry Moffat
9b12b07f6d Fixed some initialization issues. 2006-08-14 20:44:37 +00:00
Harry Moffat
7283c87d58 New blessed file due to accuracy decrease. 2006-08-14 20:39:07 +00:00
Harry Moffat
b23d7def2a Slightly decreased the accuracy of internal check in one case. 2006-08-14 20:38:38 +00:00
Harry Moffat
f9c03fdf4b Changed the logger instantiation. This apparently made a difference on SUSE.
Changed the runtest script to default to the correct location of CANTERA_DATA.
2006-08-14 20:32:05 +00:00
Harry Moffat
88f4866882 Relaxed the tolerance on the comparison for the kin1 problem.
It had failed on SUSE problems
2006-08-14 19:32:55 +00:00
Harry Moffat
6aa9c846f4 Fixed a compilation error that popped up on SUSE 9.0. 2006-08-14 19:18:34 +00:00
Harry Moffat
c92ab96ffd Fixed the makefile so that it wouldn't eliminate cvs files and
it won't produce any warning output.
2006-07-25 16:52:52 +00:00
Harry Moffat
76dcf40f2a Took out warnings. 2006-07-23 17:46:08 +00:00
Harry Moffat
9017d157a6 Change in xml data file to support new changes.
standardState xml node value for water now matters.
2006-07-13 20:06:23 +00:00
Harry Moffat
19cd590ac2 Another iteration on trying to unify the water treatment between
the 2 objects.
2006-07-13 20:05:11 +00:00
Harry Moffat
5841172759 Minor changes. 2006-07-12 15:42:19 +00:00
Harry Moffat
07d5b6a6aa Unifying the water treatment between objects.
Found a bug in getPartialMolarEntropy in HMWSoln that wasn't covered
in the test suite.
2006-07-12 15:41:38 +00:00
Harry Moffat
60ff5fb20e Iteration on unifying water treatments in the 2 objects. 2006-07-12 00:46:34 +00:00