hkmoffat / cantera

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

Cantera without python #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I was wondering if it is possible to run cantera without python.   What may be 
the limitations to this?  Is it possible to create a "Matlab only" version of 
the code?

Original issue reported on code.google.com by mspeight...@gmail.com on 17 Sep 2012 at 4:56

GoogleCodeExporter commented 9 years ago
Python is required to compile Cantera. After that, the only thing Python is 
needed for is converting input files to the XML format (from either CTI or 
Chemkin formats)

Since so much of Cantera is implemented in C++, the Matlab interface will 
always depend on the compiled Matlab extension (e.g. ctmethods.mexa64). Beyond 
that, the only things that are necessary are the data files (in particular 
elements.xml).

Original comment by yarmond on 26 Sep 2012 at 5:35

GoogleCodeExporter commented 9 years ago

Original comment by yarmond on 30 Oct 2012 at 3:54