jcaiuwyo / cantera

Automatically exported from code.google.com/p/cantera
0 stars 0 forks source link

ck2cti does not parse LLNL reduced heptane mechanism #158

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Mechanism from:

    https://www-pls.llnl.gov/?url=science_and_technology-chemistry-combustion-nc7h16_reduced_mechanism

does not follow the convention that the header for the THERMO section be in all 
caps. ck2cti should accept lower case headers for this and the other sections, 
since Chemkin's parser apparently allows this.

Original issue reported on code.google.com by yarmond on 12 Apr 2013 at 1:37

GoogleCodeExporter commented 9 years ago
Fixed in r2386.

Also, a number of other bugs and missing features that prevented parsing some 
of the LLNL mechanisms are fixed by the following commits: r2391, r2395, r2397, 
r2453, r2455, r2456, r2457, r2459, r2461, r2462, r2463, r2464.

Original comment by yarmond on 8 Jul 2013 at 1:51