Replaced the bare Newton's method with a root finder. This algorithm is tolerant of step jumps in Thermo parameters at the temperature boundaries. The algorithm also has an initial treatment of spinodals. Basically, if we are currently liquid, we want to stay liquid. If we are currently gas, we want to stay gas. |
||
|---|---|---|
| .. | ||
| 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