Ray Speth
363d3ec3f0
Remove HMWSoln 'testProb' constructor
...
This constructor was used only in HMW_test_1, and it just set the same
parameters that were already read from the XML input file.
2014-11-08 00:53:33 +00:00
Ray Speth
002c158761
Cleanup include statements
...
Move includes from header to implementation files where possible, and remove
unnecessary includes.
2014-08-28 16:54:13 +00:00
Ray Speth
b5396837b2
Make use of std::min, std::max, and clip
2014-06-03 16:52:43 +00:00
Ray Speth
a92d0ef03e
[Test] Fix platform-dependent output in test-IAPWSPres
2014-03-18 01:42:38 +00:00
Ray Speth
c7ba8bfb84
Remove abandoned autotools build system
2014-03-04 17:38:53 +00:00
Ray Speth
52997d6f60
[Test] Fix failures in HMW tests when debug_verbose=y
...
Partially addresses Issue 69.
2013-06-28 21:24:28 +00:00
Ray Speth
d253fc0d63
Eliminate redundant standard library includes
2013-06-05 17:08:13 +00:00
Ray Speth
a01b112967
[Test] Modified IMSTester to exclude output for minor species
2013-04-24 21:47:41 +00:00
Ray Speth
e1702e74a8
[Test] Updated blessed output files using correct physical constants
...
The output for these tests changed after the values of the physical constants
were updated in r1539.
2013-04-24 21:47:27 +00:00
Ray Speth
934010136d
Removed unnecessary temporaries used for storing return values
2013-02-14 01:04:07 +00:00
Ray Speth
6d6e237f07
Removed unnecessary checks surrounding delete operations
2013-02-14 01:03:32 +00:00
Ray Speth
fcb46460cc
Clean up of some of the test code
2012-10-24 15:44:33 +00:00
Ray Speth
a549782c7f
Eliminated some unnecessary usage of strcpy
2012-08-17 16:44:50 +00:00
Ray Speth
85d9d360c7
Fixed a bunch of spelling issues
2012-08-17 16:43:34 +00:00
Ray Speth
51a3decaa1
Moved some classes out of the global namespace into namespace Cantera
2012-08-08 22:18:15 +00:00
Ray Speth
88bb6fe679
Removed obsolete C++ Chemkin mechanism converter
2012-07-26 20:49:50 +00:00
Nicholas Malaya
4757cf6b69
cutting precision off to make tests less stringent: this makes me nervous but a test suite is useless unless it works under certain circumstances
2012-07-16 20:43:13 +00:00
Nicholas Malaya
23afaa2f79
adding more runtest scripts
2012-07-16 20:23:23 +00:00
Nicholas Malaya
4e33e37478
updating a few other tests
2012-07-16 19:59:01 +00:00
Nicholas Malaya
312e5b742a
found a better format
2012-07-16 19:56:40 +00:00
Nicholas Malaya
1147addeb8
converting to lower precision level for test
2012-07-16 19:55:48 +00:00
Nicholas Malaya
405c8bf8a9
lowering precision on test, to avoid false negatives
2012-07-16 19:52:15 +00:00
Nicholas Malaya
fbd6279a6b
updating exit code
2012-07-16 19:16:36 +00:00
Nicholas Malaya
430c43f762
small update, prepping for merge
2012-07-16 19:11:53 +00:00
Nicholas Malaya
1f4616ea29
[cantera2.0]: moving ctmath after numerics
2012-06-19 18:24:42 +00:00
Nicholas Malaya
532141a107
[cantera2.0]: adding missing -lexecstream -pthread to makefile.am in tests
2012-06-19 02:06:23 +00:00
Nicholas Malaya
f34b1ad1c3
[cantera2.0]: small modification to build script
2012-06-18 17:39:56 +00:00
Nicholas Malaya
70db937d32
[cantera2.0]: 2nd round of test makefiles edited
2012-06-18 16:16:55 +00:00
Nicholas Malaya
cbeb9f9d1b
[cantera2.0]: updating all regression test makefile.ams
2012-06-18 15:29:44 +00:00
Nicholas Malaya
4a80712846
[cantera2.0]: more makefile.am fixes--very close to compiling regression tests, now
2012-06-18 15:14:58 +00:00
Nicholas Malaya
d5432c4f8d
[cantera2.0]: updating makefile.am, still more work on libexec to be done
2012-06-18 04:46:51 +00:00
Nicholas Malaya
92c5f5c57f
[cantera2.0]: updating a few makefiles for the autotools version. Not yet working without link errors, but getting close
2012-06-18 02:29:29 +00:00
Nicholas Malaya
927e128257
[cantera]: updating test makefile include line
2012-06-18 00:34:12 +00:00
Nicholas Malaya
724baced8b
[cantera]: fixing up the build system in prep for the 2.0 release. Should be shiny.
2012-06-14 23:00:58 +00:00
Ray Speth
824a364af8
Regenerated some blessed test output to reflect updated physical constants
2012-06-12 22:48:46 +00:00
Ray Speth
64bb2bc667
Removed some dead argument-parsing code from the regression tests
2012-05-29 21:22:21 +00:00
Ray Speth
16da33ad42
Fixed compiler warnings in the test suite
2012-05-25 23:13:30 +00:00
Ray Speth
2523890b6d
Fixed compiler warnings in regression tests
2012-05-11 15:28:02 +00:00
Nicholas Malaya
c81db126fb
[cantera]: fixing makefile to no longer look for deprecated tests. Additionally, updating configure version to 2.0 from 1.8
2012-04-25 14:43:06 +00:00
Nicholas Malaya
79b29300a6
[cantera]: updating autotools build system. Library building, need to fix another test. Additionally, adding hypersonic flow transport model-- need to add hypersonic thermodynamics as well.
2012-04-25 13:18:25 +00:00
Ray Speth
54efbaa320
Rewrote exception handling to be more general and more explicit
...
CanteraError inerits from std:exception, so now it has a what() method
that is used to print a message describing the exception. Adding an
exception to the Cantera error stack now requires explicitly calling
the .save() method.
2012-03-05 20:45:56 +00:00
Ray Speth
236756fbf0
Removed rogue tabs in the C++ source code
2012-02-27 18:15:02 +00:00
Ray Speth
bd3adf4afe
Fixed blessed output for HMW_test_1 to correspond to DEBUG_MODE being undefined
2012-02-22 00:17:37 +00:00
Ray Speth
16e82a3ab0
Remove unused definitions of the function pAtable from test_problems
2012-02-22 00:17:30 +00:00
Ray Speth
de32aba15d
All Debye-Huckel tests use a shared copy of the test executable
2012-02-22 00:17:12 +00:00
Ray Speth
ce5abaca0e
All tests using class fileLog now use a shared copy
2012-02-22 00:17:01 +00:00
Ray Speth
01e63f004e
All tests using TemperatureTable.h now use a shared copy
2012-02-22 00:16:48 +00:00
Ray Speth
18bce3bc62
Fixed lines ending with doubled semicolon.
2012-02-22 00:16:10 +00:00
Ray Speth
35429de71c
Fixed a bunch of spelling errors in the documentation and comments
2012-02-21 16:04:09 +00:00
Ray Speth
0b8d2ec223
Removed includes of Cantera.h from the regression tests
2012-02-15 01:00:46 +00:00