Commit graph

130 commits

Author SHA1 Message Date
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
5841172759 Minor changes. 2006-07-12 15:42:19 +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
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
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
878e7cd19a Added the existing test for the DebyeHuckel object. 2006-07-07 00:28:16 +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
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
455c1249b4 Added a test for WaterTP 2006-07-04 01:11:35 +00:00
Harry Moffat
437d8d92de Added a test for WaterPDSS object. 2006-07-04 01:04:20 +00:00
Harry Moffat
f2e20a9218 Added another test. 2006-07-04 00:40:17 +00:00
Harry Moffat
d294f18177 Triple point calcultion test routine. 2006-07-04 00:39:45 +00:00
Harry Moffat
1f8fcc9cc4 Second test. 2006-07-04 00:32:12 +00:00
Harry Moffat
b6b3789a6f Added the first test for IAPWS 2006-07-04 00:21:28 +00:00
Harry Moffat
e7615eca8b Added a new test directory. 2006-07-03 19:59:12 +00:00
Harry Moffat
89c62f458a Added a new test that captures negative A factors. 2006-07-03 19:58:43 +00:00
Harry Moffat
e99d457fba Fixed an error in the clean rule. 2006-06-23 21:01:27 +00:00
Harry Moffat
48285fbe21 Added frac.xml, since this is now a required file. 2006-06-22 15:10:10 +00:00
Harry Moffat
07844d92f7 Added the diamond.xml file. It's now a prerequisite towards running
the problem.
2006-06-22 13:43:50 +00:00
Harry Moffat
93427d1f42 Commented out CANTERA_DATA statement. On the x86-linux1 cf machine, this
was causing the test to crash for some reason.
2006-06-20 23:52:32 +00:00
Harry Moffat
f4db5c279a Took out spurious output from the blessed file. 2006-06-20 23:16:03 +00:00
Harry Moffat
df9c0399ab Made this test work for python=none. 2006-06-20 23:11:06 +00:00
Harry Moffat
0496f6a69b First cut at getting rid of the false bad test results for the
python = none option. min_python dir will include the
minimal python installation tests
2006-06-20 23:03:32 +00:00
Harry Moffat
bbcaebc26c changed the input file to diamond.xml, so that python="none" installations
will pass this test.
2006-06-20 22:48:41 +00:00
Harry Moffat
ba3601c041 Changed surfdemo.cpp to read gri30.xml.
Thus, this test will pass if python option is set to none.
2006-06-20 22:36:12 +00:00
Harry Moffat
f1cca1b488 Added a new test, ims. 2006-06-19 23:19:52 +00:00
Harry Moffat
e3762fc983 Added a new test. 2006-06-19 23:19:11 +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
Dave Goodwin
163267f39a support for Python-free environments 2006-05-04 02:13:56 +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
Harry Moffat
1421eb3867 Solaris changes. 2006-04-30 21:43:56 +00:00
Harry Moffat
a4d26314e3 Fixed typo. 2006-04-30 21:37:47 +00:00
Harry Moffat
43d38e47ba Additions for solaris. 2006-04-30 21:36:15 +00:00
Harry Moffat
2f5bf8b7fb Added a new test that pretty much mimics the frac python test.
It does add tests for the calculation of equilibrium constants
for fractional coefficient reactions.
2006-04-30 18:06:56 +00:00
Dave Goodwin
f5ffa16a48 changed from using ctvector to using std::vector. Required replacing v.begin() in many places by &v[0]. Macro DATA_PTR(v) defined for readability. 2006-04-28 17:22:23 +00:00
Dave Goodwin
53cbe7e119 *** empty log message *** 2006-04-11 07:15:48 +00:00
Harry Moffat
96a988c2b1 Quotation marks are needed on Solaris 2006-03-06 00:07:29 +00:00
Harry Moffat
47a22c5bf1 Added deletion of sun cache directory 2006-03-05 23:52:12 +00:00
Harry Moffat
5f91bf7293 Rebaselined the problem.
The number of points changed from 104 to 105 points. However, the
solution stayed just about the same.
2006-03-03 16:37:39 +00:00