Commit graph

3948 commits

Author SHA1 Message Date
Ray Speth
2b9bbddf36 ck2cti.py can now parse 9-coefficient NASA polynomials 2012-07-26 20:48:52 +00:00
Ray Speth
5c041b51cf ck2cti.py now checks for undefined elements 2012-07-26 20:48:49 +00:00
Ray Speth
d3218d4dfa ck2cti.py now preserves order of chemical elements 2012-07-26 20:48:44 +00:00
Ray Speth
46b1a4221b Fixed a missing #include in refine.h 2012-07-23 22:33:55 +00:00
Ray Speth
0ff0dad483 Removed obsolete HAS_SSTREAM option 2012-07-23 22:33:41 +00:00
Ray Speth
3eb72725d9 Replaced a couple of unnecessary local functions in refine.cpp 2012-07-20 18:27:04 +00:00
Ray Speth
d25cb04713 Removed unnecessary manual memory management from InterfaceKinetics
Converted m_rxnPhaseIsReactant and m_rxnPhaseIsProduct from
vector<bool*> to vector<vector<bool> >.
2012-07-20 18:26:57 +00:00
Ray Speth
d7463cc226 Removed unimplemented TST and LandauTeller kinetic rates 2012-07-20 18:26:50 +00:00
Nicholas Malaya
521b2957c9 missing a makefile.am, somehow 2012-07-19 15:41:54 +00:00
Nicholas Malaya
198d1adda7 fixing a few missed files that needed to be included 2012-07-19 15:39:55 +00:00
Nicholas Malaya
8d802d1616 [cantera]: fixing doxygen documentation test generation. 2012-07-19 15:32:34 +00:00
Nicholas Malaya
ab4e791ba8 updating doxygen files to try to get this guy working 2012-07-18 23:34:10 +00:00
Nicholas Malaya
e25c671ee8 fixing up doxygen documentation 2012-07-18 23:28:05 +00:00
Nicholas Malaya
3e9ee5ccbe updating changelog 2012-07-18 22:56:31 +00:00
Nicholas Malaya
77bb5e15ce removing several deprecated header files from the makefile.ams. In addition, headers should now be properly installed by the make install step 2012-07-18 22:54:54 +00:00
Ray Speth
3ce3da1fa2 Fixed code formatting 2012-07-18 18:32:29 +00:00
Ray Speth
e77990ab24 Fixed indexing errors in Phase::addUniqueSpecies
Also simplified to eliminate unnecessary iterator usage and fixed a comment that
indicated exactly the opposite of what the function actually does.
2012-07-18 18:32:17 +00:00
Ray Speth
7bbadb8063 Remove non-Cantera code from coverage report 2012-07-18 17:37:26 +00:00
Ray Speth
b988a3f3ab Added 'PecosTransport' to the SCons regression test suite 2012-07-18 17:37:21 +00:00
Ray Speth
a37d75a645 Fixed output from the 'ChemEquil_ionizedGas' regression test 2012-07-18 17:37:15 +00:00
Ray Speth
99ededf824 Fixed conflict between copies of noxNeg.xml for negATest
The test should run using noxNeg.cti or noxNeg_blessed.xml. In the former case,
a comparision can be made between the resulting noxNeg.xml and
noxNeg_blessed.xml.
2012-07-18 17:37:09 +00:00
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