Ray Speth
062ab1dad9
Adding parts of "oneDim" to the new Python module
2012-09-06 19:56:36 +00:00
Ray Speth
514abaa0da
Added basic implementation of surface and edge phases in the Python module
2012-09-06 19:56:30 +00:00
Ray Speth
341648aa23
Added basic implementation of Reactor, ReactorNet and Wall to the Python module
2012-09-06 19:56:25 +00:00
Ray Speth
21169b3a38
[Python] Added basic implementation of Func1 and its children
2012-09-06 19:56:20 +00:00
Ray Speth
dfb18b461e
Rearranging Cython module into a single shared object
...
This is necessary to deal with DLL linking limitations on Windows
2012-09-06 19:56:03 +00:00
Ray Speth
96f9b05f8c
Added skeletal implementation of multiphase mixtures to new Python module
2012-09-06 19:55:50 +00:00
Ray Speth
eabb46b9e7
Added physical constants to the new Python module
2012-09-06 19:55:40 +00:00
Ray Speth
3a838018fc
Use SCons to generate a customized setup.py for the new Python module
2012-09-06 19:55:34 +00:00
Ray Speth
8afc669b67
Proof-of-concept for a Python interface written using Cython
...
This module is compatible with both Python 2 and Python 3. Unlike the existing
Python module, this module directly utilizes the Cantera C++ interface,
bypassing the "clib" compatibility layer, as well as all of the direct use of
the Python C API.
Currently, this contains just enough to instantiate a ThermoPhase object from an
XML input file.
2012-09-06 19:55:25 +00:00