Commit graph

1134 commits

Author SHA1 Message Date
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
Dave Goodwin
ec04dbe060 *** empty log message *** 2006-07-11 18:12:06 +00:00
Harry Moffat
460a6e50ab Changed some of the tests so that quantities that are nominally zero
should be set to zero exactly if they are below a tolerance.
In this way, unconsequential roundoff errors don't trigger false
results.
2006-07-11 17:13:43 +00:00
Dave Goodwin
f325a1b190 initial import 2006-07-11 16:30:24 +00:00
Dave Goodwin
ca65c77427 *** empty log message *** 2006-07-11 16:07:46 +00:00
Dave Goodwin
660e5a7812 commented out 2 output statements 2006-07-11 15:40:59 +00:00
Dave Goodwin
4c0648b5b2 commented out code that will try to find a cti file if the xml file is not found. 2006-07-11 15:38:22 +00:00
Dave Goodwin
3436e52eab minor cleanup 2006-07-11 15:35:46 +00:00
Dave Goodwin
6f06be3182 made destructor virtual 2006-07-11 15:34:51 +00:00
Dave Goodwin
d7cf9cc53a added some consts, and a routine to read a multiphase mixture from an input file, but this is not yet active 2006-07-11 15:33:30 +00:00
Dave Goodwin
7da64f4af7 added Crystal class, DAE_Solvers 2006-07-11 15:31:39 +00:00
Dave Goodwin
d5211ffd6b initial import 2006-07-11 15:28:51 +00:00
Dave Goodwin
b79414ece7 updated for latest sundials 2006-07-11 15:28:23 +00:00
Dave Goodwin
3662c314ee fixed minor bug that caused problems in some cases when an element was excluded. 2006-07-11 15:25:57 +00:00
Harry Moffat
f01949f8a1 Made the testing process alot less verbose. Hopefully, the bottom
line pass/fail result will now be more evident.
2006-07-07 18:09:00 +00:00
Harry Moffat
aeffcf60d6 Turned on and documented the DEBUG_MODE capability.
It will now create a config.h entry, and a Makefile.in substitution
variable, CANTERA_DEBUG_MODE, which can be used in the test suite.
2006-07-07 18:07:53 +00:00
Harry Moffat
d5affaa953 Took out an unneeded parameter B_Debye in Pitzer model.
Switched to DEBUG_MODE for optional printing.
2006-07-07 18:05:36 +00:00
Harry Moffat
748a4f20a6 Added some text to the output. 2006-07-07 16:31:52 +00:00
Harry Moffat
b94076538a Fixed a makefile error. 2006-07-07 00:34:41 +00:00
Harry Moffat
f53776f558 Fixed an error. 2006-07-07 00:33:52 +00:00
Harry Moffat
918710f495 Added additional test directories. 2006-07-07 00:28:49 +00:00
Harry Moffat
878e7cd19a Added the existing test for the DebyeHuckel object. 2006-07-07 00:28:16 +00:00
Harry Moffat
ea1e5cedb8 Added the DebyeHuckel object.
Note, this object needs a bit of work. It's not connected to the
real model of water yet.
2006-07-07 00:27:26 +00:00
Harry Moffat
9520238fb1 Added 2 tests with debugging turned on. 2006-07-06 21:54:16 +00:00
Harry Moffat
fd6141eddf Added the GvI test. 2006-07-06 21:13:39 +00:00
Harry Moffat
480829a8a7 Added the excess volume test. 2006-07-06 21:12:53 +00:00
Harry Moffat
ce87b6434c Added the Cp HMWSoln test. 2006-07-06 21:00:19 +00:00
Harry Moffat
f6f47c9d6b Added another test. 2006-07-06 20:13:38 +00:00
Harry Moffat
eb6b46ac47 Added directory. 2006-07-06 15:56:43 +00:00
Harry Moffat
1e197b2c50 Added unit test for HMWSoln. 2006-07-06 15:56:20 +00:00
Harry Moffat
b44ec59837 Added general .h define file 2006-07-06 15:41:15 +00:00
Harry Moffat
b5c1023aa8 Added a utility routine. 2006-07-06 15:40:07 +00:00
Harry Moffat
6aa9287438 Added Pitzer Object 2006-07-06 15:39:34 +00:00
Harry Moffat
4ca64eaccf Added another test directory makefile. 2006-07-05 21:25:55 +00:00
Harry Moffat
5448b36dc3 Added another test to add coverage to the ctml to xml treatment of
neg A coefficients.
2006-07-05 21:23:39 +00:00
Harry Moffat
b330040128 Added a couple of test directory Makefiles that were ommitted. 2006-07-05 14:35:02 +00:00
Harry Moffat
455c1249b4 Added a test for WaterTP 2006-07-04 01:11:35 +00:00
Harry Moffat
d311f84913 Added another test directory. 2006-07-04 01:04:42 +00:00
Harry Moffat
437d8d92de Added a test for WaterPDSS object. 2006-07-04 01:04:20 +00:00