Commit graph

405 commits

Author SHA1 Message Date
Nicholas Malaya
35c088a406 [cantera]: removing all these makefile.in's 2012-02-07 16:43:23 +00:00
Nicholas Malaya
14b29fd855 [cantera]: adding diamond dupl test (successful) 2012-02-07 16:37:24 +00:00
Nicholas Malaya
79dc264134 [cantera]: adding diamond surface test, moving home and getting some food. 2012-02-07 00:52:40 +00:00
Nicholas Malaya
c599918145 [cantera]: adding cxx_ex test (successfully) 2012-02-07 00:48:32 +00:00
Nicholas Malaya
fd7b517c77 [cantera]: adding CpJump test routine 2012-02-07 00:46:30 +00:00
Nicholas Malaya
afc979c5b1 [cantera]: adding basopt red test (succeeds) 2012-02-07 00:31:17 +00:00
Nicholas Malaya
9ea9bd836f [cantera]: adding csv for ionized gas tests 2012-02-07 00:26:39 +00:00
Nicholas Malaya
a008b930c3 [cantera]: adding gri_pairs test (should be working) 2012-02-06 23:58:33 +00:00
Nicholas Malaya
77ef155949 [cantera]: fixing a test that was always returning success even in the face of total failure. 2012-02-06 23:51:21 +00:00
Nicholas Malaya
bc0cd99602 [cantera]: setting some options at configure time 2012-02-06 23:38:42 +00:00
Nicholas Malaya
69630da997 [cantera]: trying to fix mixgas transport class 2012-02-06 23:04:02 +00:00
Nicholas Malaya
f516af92cc [cantera]: all files are now on the same (correct) linkage page 2012-02-06 20:41:16 +00:00
Nicholas Malaya
c56b5f7b4d [cantera]: updating test directory paths 2012-02-06 20:16:36 +00:00
Nicholas Malaya
2746301631 [cantera]: fixing a linkage issue 2012-02-06 19:28:03 +00:00
Nicholas Malaya
dbf089e1db [cantera]: edits to make shared libraries build 2012-02-04 00:44:10 +00:00
Nicholas Malaya
eaeb49c22e [cantera]: back to where we started 2012-02-04 00:23:34 +00:00
Nicholas Malaya
7075be19cd [cantera]: cleaning up a small error thats been propagated through the code 2012-02-03 20:38:05 +00:00
Nicholas Malaya
5298d6989c [cantera]: fixing a bug where two .cpp files attempted compile/linkage. 2012-02-03 00:09:46 +00:00
Nicholas Malaya
67ad9b11d7 [cantera]: removing these makefile.ins 2012-02-02 22:22:48 +00:00
Nicholas Malaya
a3f16ff596 [cantera]: done with tests in cathermo 2012-02-02 22:18:30 +00:00
Nicholas Malaya
e0eeb3825f [cantera]: adding error codes to runtest scripts 2012-02-02 19:28:34 +00:00
Nicholas Malaya
d84133fc9f [cantera]: all HMW tests functioning 2012-02-02 17:41:31 +00:00
Nicholas Malaya
f13b925f8b [cantera]: adding tests for HWM graph cpvt 2012-02-02 17:16:07 +00:00
Nicholas Malaya
7b8bec8bae [cantera]: also now adding makefile update for test 2012-02-01 23:24:45 +00:00
Nicholas Malaya
cb86c440be [cantera]: adding a cathermo test 2012-02-01 23:20:23 +00:00
Nicholas Malaya
91273bddee [cantera]: adding a few more files to the thermodynamics library 2012-02-01 23:04:04 +00:00
Nicholas Malaya
f6f2e8f691 [cantera]: several edits to make a few tests work and streamline the build system. also adding transport models 2012-02-01 20:42:08 +00:00
Nicholas Malaya
035a270118 [cantera]: removing a few files and chaning some library paths 2012-01-04 05:49:44 +00:00
Nicholas Malaya
92abf1f919 [cantera]: changing relative directory of all generated libraries to build directory, in keeping with cantera 1.8 standard. Next: make working 'make check'! 2012-01-04 00:42:46 +00:00
Nicholas Malaya
5af8b69446 [cantera+autotools]: adding aminclude.am 2011-12-09 23:46:41 +00:00
Nicholas Malaya
b44aef4ccb [cantera+autotools]: adding test directory required tests 2011-12-09 23:44:20 +00:00
Nicholas Malaya
9af95b0aed [cantera]: fixing up whitespace issue here 2011-12-09 06:16:55 +00:00
Nicholas Malaya
21960f5402 [cantera+autotools]: adding makefile.am in test_problems 2011-11-11 16:07:23 +00:00
Nicholas Malaya
68d07c5bad [cantera+autotools]: a few more edits, adding another makefile.am in examples (which will have to be edited further downstream) 2011-11-11 00:44:27 +00:00
Harry Moffat
fa56309462 Modifications to the Makefiles to make the THREAD_SAFE_CANTERA ifdef
block work again.
2010-11-12 19:18:49 +00:00
Harry Moffat
1e77c40db0 Small changes 2010-04-02 19:44:08 +00:00
Harry Moffat
4811459364 Changed the csvdiff default return value.
Now a return of 0 indicates a success.
  Previously a return of 1 indicated a success. Please note!
2010-04-02 19:29:07 +00:00
Harry Moffat
9023c30cd8 took out an unused command from the clean rule. 2010-02-09 19:44:37 +00:00
Harry Moffat
10ab1af013 Added memory release statements. 2009-10-06 14:37:45 +00:00
Harry Moffat
15c9ca0294 Merged Revisision_1.8.0 changes into the trunk. 2009-09-22 17:26:18 +00:00
Harry Moffat
0742f3f601 Took the Makefile out of the distribution and made it an
ignore file.
2009-09-22 16:55:07 +00:00
Harry Moffat
f28e01aa23 Slight updates to the blessed files. 2009-09-22 16:17:52 +00:00
Harry Moffat
2bd7816b65 Added in a model for the thermal conductivity of pure water
at all T and P.
Added in a test for the new model.
2009-09-16 02:13:43 +00:00
Harry Moffat
5009a3817f Added a viscosity model into WaterTransport.cpp for pure water
Added a test problem for the viscosity model.
Updated WaterSSTP object to support the use of WaterTransport 
with the object.
2009-09-15 21:46:44 +00:00
Harry Moffat
5d50aeef0e Modified the test for the current development work. 2009-09-15 17:33:49 +00:00
Harry Moffat
b4ea13ebd6 Modified the test for the current developement work. 2009-09-15 17:33:13 +00:00
Harry Moffat
910f319223 Adding a single test 2009-09-11 23:42:03 +00:00
Harry Moffat
56c6a578e5 Fixed an error from a previous commit. 2009-08-22 21:18:16 +00:00
Harry Moffat
77afab8f54 Fixed an error in the Makefile on the mac 2009-08-22 20:36:25 +00:00
Harry Moffat
32086af0f3 Fixed an error in the makefile 2009-08-22 20:35:27 +00:00