Ray Speth
7472136e44
Converter tests now check some kinetics parameters
2012-07-26 20:49:33 +00:00
Ray Speth
9801b03a50
Moved nasa9_reader test to Python
2012-07-26 20:49:26 +00:00
Ray Speth
13e188381d
Moved ck2cti tests to the Python test suite
2012-07-26 20:49:18 +00:00
Ray Speth
97acc868fb
Added a test where an unbalanced reaction is detected
2012-07-26 20:49:14 +00:00
Ray Speth
2482422023
Allow SCons test runner to continue past some csv parsing errors
2012-07-26 20:49:10 +00:00
Ray Speth
db57f3a200
Added test to confirm that ck2cti.py detects missing thermo data
2012-07-26 20:49:06 +00:00
Ray Speth
0e21bfd0e0
Introduced a test suite for Chemkin-format mechanism conversions
2012-07-26 20:49:01 +00:00
Ray Speth
b29438eb6d
ck2cti.py supports extended format for large molecule compositions
...
This extension places extra elemental composition data at the end of the first
line of the thermo data. See 'soot.inp' for an example.
2012-07-26 20:48:58 +00:00
Ray Speth
a0c4da3e44
Updated ck2cti.py to handle non-integer stoichiometric coefficients
2012-07-26 20:48:55 +00:00
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