Commit graph

237 commits

Author SHA1 Message Date
Harry Moffat
10e862e8ab Added Cantera_CXX namespace 2008-01-01 19:01:42 +00:00
Dave Goodwin
5b7b233630 *** empty log message *** 2007-12-30 04:19:37 +00:00
Harry Moffat
91ff08255f Added .depends to all target 2007-12-28 01:53:06 +00:00
Harry Moffat
03efa6dc5f Made the csvdiff commands have a relative path 2007-12-28 01:32:03 +00:00
Dave Goodwin
c3d2eb31df *** empty log message *** 2007-12-25 09:35:42 +00:00
Dave Goodwin
7a72431eb9 *** empty log message *** 2007-12-24 16:01:51 +00:00
Harry Moffat
c5f28afd19 Made the report function a virtual function within the ThermoPhase
class. This means that the function can be modified depending on the
inheritance. This allows for the printout of molalities and
pH's for liquid phases where appropriate.

Took out a duplicate function, report(), in the Cantera namespace.
There was one in cxxutils.cpp and one in phasereport.cpp.
2007-12-21 02:58:41 +00:00
Harry Moffat
a6163b96a9 Committing a few more files to get vcsnonideal test problem to work. 2007-12-20 23:47:41 +00:00
Harry Moffat
151bdcaa22 commited a test problem. 2007-12-20 23:46:27 +00:00
Harry Moffat
696c9bcd39 Added .depends to the make all rule. 2007-12-19 17:00:13 +00:00
Harry Moffat
2e20b990c6 Added .depends to the Make all rule. 2007-12-19 16:58:48 +00:00
Harry Moffat
0535ba5982 Changed some formatting to 4 digits from 5. I was having trouble with
the last digit changing.
2007-12-19 16:50:02 +00:00
Dave Goodwin
27056f0ee4 *** empty log message *** 2007-12-19 07:23:25 +00:00
Dave Goodwin
783ea0a254 *** empty log message *** 2007-12-19 04:29:50 +00:00
Dave Goodwin
86d73c0285 *** empty log message *** 2007-12-19 04:18:12 +00:00
Dave Goodwin
eb2f05874e *** empty log message *** 2007-12-18 03:04:49 +00:00
Harry Moffat
5ab4d37fa1 Rebaselined -> soln changed in 5th digit 2007-12-17 20:29:35 +00:00
Harry Moffat
f46c9da1cd Rebaselined -> changed in 5th dig due to new constants 2007-12-17 20:25:36 +00:00
Harry Moffat
7311a79ce1 Rebaselined 2007-12-17 20:24:45 +00:00
Harry Moffat
94fd3501b4 Rebaselined -> roundoff error 2007-12-17 20:22:53 +00:00
Dave Goodwin
dc94ba0dec *** empty log message *** 2007-12-17 07:51:37 +00:00
Dave Goodwin
fbf5953af7 *** empty log message *** 2007-12-16 00:08:57 +00:00
Dave Goodwin
6c894e8ebe *** empty log message *** 2007-12-15 23:13:55 +00:00
Harry Moffat
c1f6bf0c87 Added cxx_ex test back in.
This test had been failing. It now works due to my recent checkin.
The test is important since it seems to have coverage over areas
which aren't covered by other test problems.
2007-12-04 17:45:04 +00:00
Harry Moffat
ab100d892e Added a solver variable. 2007-11-11 23:27:06 +00:00
Harry Moffat
d8bb6b7fd2 Fixed a couple of errors in the Makefiles.
Special cased lapack and blas, and took out a recursive variable defn.
2007-10-29 23:50:09 +00:00
Harry Moffat
fbc2d6e0dd Updated the test, by adding more output 2007-10-29 23:48:05 +00:00
Dave Goodwin
707bea68da *** empty log message *** 2007-10-29 14:01:42 +00:00
Dave Goodwin
a3661abdb3 fixed dependency on libctlapack and libctblas 2007-10-29 14:01:06 +00:00
Harry Moffat
9fd97f672a Added a test CpJump that stresses the new setState_HP() algorithm.
The old undamped newton's method fails on this problem.
2007-10-26 15:38:27 +00:00
Harry Moffat
821b10149e Rebaselined due to ChemEquil changes. 2007-10-12 21:33:41 +00:00
Harry Moffat
07ee8f5054 Rebaselined, answer changed because of change in alg. 2007-10-11 21:16:17 +00:00
Harry Moffat
04372ff71c Updated these tests to use new names of the DEFINES 2007-10-11 16:01:06 +00:00
Harry Moffat
44d17bd4ae Changed the xml files to be update to date with the new
PITZER_TEMP_COMPLEX1 format.
2007-10-02 00:50:52 +00:00
Harry Moffat
c5dee4adae Added 2 new tests associated with NASA9 polynomial capability. 2007-09-13 15:12:45 +00:00
Harry Moffat
a85279c015 Cutoff low values so that comparisons pass between machines 2007-09-12 22:02:08 +00:00
Harry Moffat
592167bea1 Fixed a parenthesis misplacement. 2007-09-12 21:40:32 +00:00
Harry Moffat
6f0ef653b0 Improved the dependencies in the file. 2007-08-29 20:48:50 +00:00
Harry Moffat
2c5216b4c9 Added a test 2007-08-23 21:51:46 +00:00
Harry Moffat
e27e80a28c Added two more tests that exercise the surface solver capability. 2007-08-23 21:51:22 +00:00
Harry Moffat
0e0ab85821 Added the multiGasTransport test 2007-07-31 21:08:11 +00:00
Harry Moffat
6469863f62 Addition of basic test for multiTransport object.
This just picks an arbitrary condition, calculates all of the
interfacial properties, and dumps it to an ascii file.
We want to ensure that the answer doesn't change over time.
2007-07-31 21:04:58 +00:00
Harry Moffat
c3bb060e1e Added a test 2007-07-31 20:50:31 +00:00
Harry Moffat
e346e62a73 Added a simple test that exercises the mixture gas transport
object on an arbitrary point. It produces an answer. The blessed
file will make sure the answer doesn't change going forward.
2007-07-31 20:33:18 +00:00
Harry Moffat
4afa86fb3e Fixed path to elements.xml 2007-07-24 17:24:57 +00:00
Harry Moffat
c0a3088260 Fixed the path to the default location of elements.xml 2007-07-24 17:20:42 +00:00
Harry Moffat
b3e656063c Rebaselined two files, due to textual changes in the output 2007-07-18 20:21:41 +00:00
Harry Moffat
6e3cbb5d7a Fixed an error in runtest 2007-07-02 20:54:02 +00:00
Harry Moffat
084ac7aa53 Added a test problem for the duplication of common ThermoPhase
objects like IdealGasPhase and SurfPhase.
2007-06-04 18:41:15 +00:00
Harry Moffat
6a85d86b78 Rebaselined the problem. There were minor changes in the
solution. Moved the test to a csv comparison which can
differentiate between large and small differences.
2007-06-02 01:07:51 +00:00