with arbitrary number of temperature intervals, to Cantera's underlying routines. Cantera can now read fortran formatted NASA9 polynomials to create cti files The cti files can then be translated into xml files. And, the xml files can now be read into constant pressure standard state objects and used normally within the guts of Cantera. Currently, the standard state just links into the GeneralSpeciesThermo object, which means that it's calculation speed is slow. However, atm this satisfies the initial use case for this new capability. In the near future, I'll push this out to the matlab and python interfaces. |
||
|---|---|---|
| .. | ||
| clib | ||
| cxx | ||
| fortran | ||
| lib | ||
| matlab | ||
| python | ||
| src | ||
| user | ||
| .cvsignore | ||
| CMakeLists.txt | ||
| Makefile.in | ||
| README.txt | ||
This directory contains the source for Cantera and its various
language interfaces.
clib - the library of C-callable functions used by the Python and
Matlab interfaces.
cxx - files that are only required for C++ application programs.
matlab - the Cantera Matlab toolbox
python - the Cantera Python package
src - the Cantera kernel, used by Cantera in all its forms