Commit graph

169 commits

Author SHA1 Message Date
Harry Moffat
1cd197ea7a doxygen update:
Added EdgePhase
Worked on test suite:
   HMW_Test_1 passes now whether Debug_Mode is turned on or not.
2007-02-24 00:51:56 +00:00
Harry Moffat
6b2b1ad51a Doxygen update for SurfPhase
Also added a Surfphase(XML_node &) constructor.
2007-02-23 16:52:07 +00:00
Harry Moffat
9fbb9b5a96 Doxygen update:
Added IdealGasPhase to doxygen
   Filled in a couple of missing functions in IdealGasPhase
Fixed clean rule and depends rule in test_problems
2007-02-20 02:00:20 +00:00
Harry Moffat
db17641781 Doxygen additions - Focused on documenting the Shomate Polynomials. 2007-02-16 17:03:00 +00:00
Harry Moffat
0c2ca20d64 Small changes to rebaseline against results. 2007-01-12 23:42:50 +00:00
Harry Moffat
bbca200cb9 Added another test. 2007-01-02 00:32:31 +00:00
Harry Moffat
2550449514 Added a test for nComponents < number of elements 2007-01-02 00:31:55 +00:00
Harry Moffat
e714976628 Added a new test 2007-01-01 21:24:19 +00:00
Harry Moffat
847b8ee8b7 Added new test for ionized species. 2007-01-01 21:23:42 +00:00
Harry Moffat
289eb43afb solaris port
added the CXX_DEPENDS variable.
2006-12-14 18:43:08 +00:00
Harry Moffat
a0be1fcb5a Added namespace std 2006-11-28 20:19:36 +00:00
Harry Moffat
994c80d204 added namespace std 2006-11-28 20:15:44 +00:00
Harry Moffat
4a1429d88c Added namespace Cantera. 2006-11-28 20:14:33 +00:00
Harry Moffat
2a6c915933 Eliminated unused variables. 2006-11-28 20:13:02 +00:00
Harry Moffat
9a1ab2c4fc Added the namespace std; 2006-11-28 20:11:19 +00:00
Dave Goodwin
ce73f8bacd removed using namespace statements from Cantera header files, and fully qualified most members of std (string, vector< >, etc.) in header files. User programs may need to have "using namespace" statements added. 2006-11-27 21:43:30 +00:00
Dave Goodwin
20483b95b4 minor changes 2006-11-13 16:39:29 +00:00
Harry Moffat
56b9bc371e Added -s to make tests. 2006-10-20 21:56:39 +00:00
Harry Moffat
b991a3d03b Added a file. 2006-10-20 21:55:35 +00:00
Harry Moffat
1211a0ed59 Added an exit variable. 2006-10-20 21:54:15 +00:00
Harry Moffat
310377466d Slight change to the blessed solution. 2006-10-20 21:47:21 +00:00
Harry Moffat
6ed3863af4 Added new test directories. 2006-10-20 21:43:47 +00:00
Harry Moffat
18152a04b3 Added another test program for the element potential equilibrium
solver.
This test does a matrix of T, pres, and mixture fraction for the
gri30 mechanism. It does a total of 1500 calculation starting from
a bad initial guess.
2006-10-20 21:12:45 +00:00
Harry Moffat
0fcd46a958 Added another test for the element potential equilibrium solver.
This test covers all pair options.
2006-10-20 21:09:58 +00:00
Harry Moffat
4ae8bb73c2 Changed the blessed file: printout has changed. 2006-10-20 21:06:42 +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
474f8dd641 A couple of directories were left out of the clean and depends rules. 2006-08-15 22:33:51 +00:00
Harry Moffat
412aeabfb4 added .depends to the list of dependencies. 2006-08-15 21:38:54 +00:00
Harry Moffat
36993a1246 Added DEBUG_MODE flag to compilation line. 2006-08-14 21:00:14 +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
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
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