Commit graph

1065 commits

Author SHA1 Message Date
Harry Moffat
48285fbe21 Added frac.xml, since this is now a required file. 2006-06-22 15:10:10 +00:00
Harry Moffat
19b1def17f Fixed an error in figuring out what time stamp program, tscompare, works
on the current system.
2006-06-22 13:47:49 +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
664ba76fce Replaced silane.cti with silane.xml so that it will work for
python none installation.
2006-06-21 00:00:08 +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
f1615cbdcd Took out a spurious print statement. 2006-06-20 23:15:08 +00:00
Harry Moffat
df9c0399ab Made this test work for python=none. 2006-06-20 23:11:06 +00:00
Harry Moffat
218535f66d Added a few directories:
min_python
2006-06-20 23:04:28 +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
5eedbc5359 Changed NUMARRAY_HOME so that it doesn't have a default in preconfig.
NUMARRAY_INC_DIR is now constructed from NUMARRAY_HOME in the following
prioritized way depending upon the existance of directories:

    NUMARRAY_INC_DIR=$NUMARRAY_HOME/include/python2.4
    NUMARRAY_INC_DIR=$NUMARRAY_HOME/include/python2.3
    NUMARRAY_INC_DIR=$NUMARRAY_HOME/include/python

Additionally, NUMARRAY_INC_DIR can now be input directly. NUMARRAY_HOME
is only used to set NUMARRAY_INC_DIR.

Note, the new method now conforms to what the numarray installer
actually does.
2006-06-20 21:58:27 +00:00
Harry Moffat
21cf7649eb Fixed compilation of this on a linux platform in the compile farm.
Didn't like declarations in a switch statement.
2006-06-20 13:56:59 +00:00
Harry Moffat
ea1303a32d Makde Cantera.cfg a configurable file. Previously there were several
hard coded paths in the file.
2006-06-19 23:25:53 +00:00
Harry Moffat
59558a60e0 Added the GRAPHVIZDIR variable to the configure script.
This is used to locate the dot executable, when using doxygen.
2006-06-19 23:21:43 +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
5a8ba61ffd Reduced the number of doxygen error messages. 2006-06-19 23:15:43 +00:00
Harry Moffat
88f9171755 Added an IdealMolalSoln object. 2006-06-19 23:14:12 +00:00
Harry Moffat
4e60625f62 Added a .depends rule 2006-06-19 14:35:06 +00:00
Harry Moffat
2f0d1837b7 changed the write_int() routine to produce prettier output. 2006-06-13 17:06:07 +00:00
Harry Moffat
6b6dec5ef8 Added comments to addFloatArray()
Corrected comments for procedure getInteger()
getFloatArray():
    Added XML name checking. The default name is still "getFloatArray".
    However, now other XML names are acceptable.
    Changed atof() calls to atofCheck()
    Changed the code so that a comma can be the last non-spaced character
    in the value field.
2006-06-13 17:04:21 +00:00
Harry Moffat
665b868dc7 Added support for conditional use of ideal solid solutions. 2006-06-13 16:11:17 +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
Harry Moffat
08f2c4e098 Added support for conditional compilation of thermo directory. 2006-06-13 16:05:43 +00:00
Harry Moffat
85713b3c1f Changed importPhase to call initThermoXML, not initThermo at the
end of its execution.
2006-06-13 16:04:26 +00:00
Harry Moffat
1112932a31 Changed a few functions to be virtual, in order to support
incompressible equations of state.
2006-06-13 16:03:23 +00:00
Harry Moffat
7971238d37 Added an IdealSolidSolnPhase capability. Changed existing thermo files
to use initThermoXML().
2006-06-13 16:02:41 +00:00
Harry Moffat
148ab35c3f Added an atol and rtol command-line capability. It also does more
for comparisons with unequal rows.
2006-06-13 15:26:17 +00:00
Harry Moffat
9013880adb Fixed a typo 2006-06-13 00:57:35 +00:00
Harry Moffat
9d25a936a6 Fixed an error mentioned in the Cantera newsgroup. 2006-06-13 00:24:26 +00:00
Harry Moffat
d6f11c26ce Added the function getPartialMolarCp(). It isn't currently in the
API, but it should be.
2006-06-13 00:20:57 +00:00
Harry Moffat
092ee39483 Fixed a minor case which resulted in a core dump. 2006-06-13 00:19:00 +00:00
Dave Goodwin
68ba6e635b minor changes 2006-06-11 11:36:09 +00:00
Dave Goodwin
799f2b44b2 changed tdata.csv to tdata.dat 2006-06-10 17:15:32 +00:00
Dave Goodwin
141dff9da5 added fixed T flame example 2006-06-10 17:07:07 +00:00
Harry Moffat
351c9b8dac Fixed a typo and added getStandardVolumes() routine. 2006-06-08 14:05:41 +00:00
Dave Goodwin
de47fa7774 added LatticePhase to configure.in 2006-05-31 18:06:47 +00:00
Dave Goodwin
08a855359a *** empty log message *** 2006-05-30 16:15:48 +00:00
Harry Moffat
c3d097140d used popError() on two cases where errors are caught and delt with. 2006-05-27 23:34:09 +00:00
Dave Goodwin
1023b2bbcb *** empty log message *** 2006-05-26 23:08:03 +00:00
Dave Goodwin
33b114b178 *** empty log message *** 2006-05-26 23:08:03 +00:00
Dave Goodwin
08ebf5f9a8 *** empty log message *** 2006-05-26 22:53:01 +00:00
Dave Goodwin
0db629dcd9 *** empty log message *** 2006-05-20 21:12:37 +00:00
Dave Goodwin
d2c8924533 misc 2006-05-17 17:43:53 +00:00
Dave Goodwin
c8b253e240 initial import 2006-05-17 15:59:08 +00:00
Dave Goodwin
63b3b5ebc8 initial import 2006-05-17 15:16:00 +00:00