Commit graph

3927 commits

Author SHA1 Message Date
Nicholas Malaya
14dc965e99 fixing base directory header install path 2012-07-18 17:10:53 +00:00
Nicholas Malaya
7ab0518d32 adding elements.xml file for regression tests 2012-07-18 14:21:19 +00:00
Nicholas Malaya
f9f6a93c39 removing a cout that was not necessary 2012-07-17 22:09:57 +00:00
Nicholas Malaya
f42d292ec2 adding statmech test problems 2012-07-17 21:54:06 +00:00
Nicholas Malaya
2d2c16ec38 adding statmech testing suite 2012-07-17 21:22:21 +00:00
Nicholas Malaya
d9381b55da merging into cantera 2.0 the pecos autotools trunk 2012-07-17 21:12:16 +00:00
Nicholas Malaya
bc0a6dfabd lowering precision on several tests, and starting pecostransport merge 2012-07-17 16:15:53 +00:00
Nicholas Malaya
c9acf2a5d3 [cantera]: lowering precision requirements in several tests 2012-07-17 15:50:35 +00:00
Ray Speth
477d6a59fb Removed old, duplicate version of Surf1D
ReactingSurf1D is the replacement
2012-07-16 22:19:30 +00:00
Ray Speth
b5b536ff83 Removed some deprecated code 2012-07-16 22:19:10 +00:00
Ray Speth
8611f43eb0 Removed deprecated 'GasTransportData' struct
Simplified implementation of TransportFactory::getTransportData,
and removed data members of MixTransport and MultiTransport that
were only used to fill in the GasTransportData structure.
2012-07-16 22:18:58 +00:00
Ray Speth
cfe5824a7d Removed some deprecated code 2012-07-16 22:18:35 +00:00
Ray Speth
8b6c9a0bf7 Removed some deprecated functions 2012-07-16 22:18:11 +00:00
Nicholas Malaya
11128fadbd updating script to be based off only success and failure count 2012-07-16 20:48:49 +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
Ray Speth
0d25383591 Merge bug fixes from 2.0 maintenance branch 2012-07-10 16:28:00 +00:00
Ray Speth
5bb6edb133 Bump version number of development version (trunk) 2012-07-10 16:25:39 +00:00
Ray Speth
7194bf96d4 Fixed calculation of some multicomponent transport properties
For some properties, the internal temperature-dependent properties
were being updated in the wrong order.
2012-07-10 16:23:32 +00:00
Ray Speth
b83a3b7e96 Fixed compilation of Fortran samples with user-specified compiler 2012-07-10 16:23:29 +00:00
Ray Speth
0e672ed92a Fixed generated SConstruct files to work with MSVC 2012-07-10 16:23:25 +00:00
Ray Speth
1bae2a373c Fixed Cantera.mak when using the 'single_library=y' config option 2012-07-10 16:23:21 +00:00
Ray Speth
063ee1525c Fixed library specifications in installed SConstruct scripts for samples 2012-07-10 16:23:17 +00:00
Ray Speth
58c202395c Bump version to 2.0.0 (final) 2012-07-10 16:23:12 +00:00
Ray Speth
18efeb1350 Maintenance branch for 2.0 release 2012-07-03 19:25:59 +00:00
Ray Speth
d3c93c5339 Added INSTALL with basic instructions for building with SCons 2012-07-03 17:49:59 +00:00
Ray Speth
f04ac23be9 Fixed a memory leak when re-initializing a CVodesIntegrator 2012-06-27 16:12:45 +00:00
Nicholas Malaya
391690de4e [cantera]: adding more directories to be distributed 2012-06-26 15:14:45 +00:00
Ray Speth
27950730ef [Python] More flexible interface to Phase.selectSpecies and Phase.SelectElement
Allow specification of a single component when extracting a single value,
instead of requiring a sequence. This in turn provides the same capability to a
number of functions which previously only accepted sequences of element or
species names.
2012-06-22 22:36:27 +00:00
Ray Speth
a16d56a637 Fixed some spelling errors 2012-06-22 22:36:15 +00:00
Nicholas Malaya
1f4616ea29 [cantera2.0]: moving ctmath after numerics 2012-06-19 18:24:42 +00:00
Ray Speth
ac54d63782 Fixed some documentation issues with the Python Flame classes
Docstrings for undocumented methods of child classes are automatically copied
from the corresponding method of the parent class. This works both for
docstrings as shown in the Python interpreter as well as the Sphinx-generated
documentation.

Removed manually duplicated docstrings from setProfile(), solve() and
setRefineCriteria() methods.
2012-06-19 16:34:16 +00:00
Nicholas Malaya
8d57c11eac [cantera2.0]: fixing build order in kinetics, and adding correct configure.ac setup for tpx 2012-06-19 16:15:52 +00:00
Nicholas Malaya
5971d4ba70 [cantera2.0]: missing a piece in config.h 2012-06-19 15:52:57 +00:00
Nicholas Malaya
c9169033ff [cantera2.0]: missing makefile.am, added 2012-06-19 15:24:56 +00:00
Nicholas Malaya
08a06aff0a [cantera2.0]: fixing a few files for the autotools system 2012-06-19 15:19:46 +00:00
Nicholas Malaya
35afd04dfa [cantera2.0]: fixing various other directories related to doxygen building 2012-06-19 14:32:37 +00:00
Nicholas Malaya
839fcdb9be [cantera2.0]: missed that doxygen already existed under docs/ 2012-06-19 14:29:51 +00:00
Nicholas Malaya
189d5c0270 [cantera2.0]: updating configure and makefile.ams in ext 2012-06-19 03:57:19 +00:00
Nicholas Malaya
bf3b763350 [cantera2.0]: finally figured this arith.h out 2012-06-19 02:31:11 +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
631be2da45 [cantera2.0]: building and writing arith.h 2012-06-19 01:50:57 +00:00
Nicholas Malaya
4e16d3aafa [cantera2.0]: partial fix to problem ray identified, followup coming in a few minutes 2012-06-18 21:19:33 +00:00
Nicholas Malaya
f34b1ad1c3 [cantera2.0]: small modification to build script 2012-06-18 17:39:56 +00:00