cantera/interfaces/cython/cantera
CyberDrudge d9b95b2efb
[Examples] Fix refinement check in ic_engine.py
The previous refinement check didn't work because the loop never
reached n2 == 4. Replace is checks with == checks.
2019-02-01 17:03:31 -05:00
..
data Include data files with the new Python module 2012-09-06 19:56:51 +00:00
examples [Examples] Fix refinement check in ic_engine.py 2019-02-01 17:03:31 -05:00
test [Input] Improve error message for Chemkin files with unrecognized sections 2019-01-10 15:17:33 -05:00
__init__.pxd [Cython] Add __init__.pxd to allow 'from cantera cimport ...' 2013-09-28 18:18:23 +00:00
__init__.py Add methods for accessing the git commit used when compiling 2017-01-20 22:43:56 -05:00
_cantera.pxd Expose getting/setting of max-steps to python interface & test 2019-01-07 22:33:03 -05:00
_cantera.pyx [Python] Move composite classes out of Cython 2016-09-19 18:57:19 -04:00
base.pyx [Python] Remove legacy code that provided Python 2.7 support 2018-09-19 17:59:59 -04:00
ck2cti.py [Input] Improve error message for Chemkin files with unrecognized sections 2019-01-10 15:17:33 -05:00
composite.py [Python] Remove legacy code that provided Python 2.7 support 2018-09-19 17:59:59 -04:00
constants.pyx Add license/copyright info to files that were missing it 2016-10-10 22:48:23 -04:00
ctml_writer.py Remove code deprecated in Cantera 2.4 2018-12-14 11:27:24 -05:00
func1.pyx [Python] Remove legacy code that provided Python 2.7 support 2018-09-19 17:59:59 -04:00
interrupts.py [Cython/1D] 1D solver can be interrupted by ctrl-c 2013-03-04 17:31:41 +00:00
kinetics.pyx [Python] Remove legacy code that provided Python 2.7 support 2018-09-19 17:59:59 -04:00
liquidvapor.py [Python] Make transport properties accessible with the Water() function 2018-09-07 23:24:23 -04:00
mixture.pyx [Python] Remove legacy code that provided Python 2.7 support 2018-09-19 17:59:59 -04:00
onedim.py [Python/1D] Retain user-specified products in counterflow premixed flame 2019-01-09 11:44:03 -05:00
onedim.pyx Remove code deprecated in Cantera 2.4 2018-12-14 11:27:24 -05:00
reaction.pyx Add license/copyright info to files that were missing it 2016-10-10 22:48:23 -04:00
reactionpath.pyx Add license/copyright info to files that were missing it 2016-10-10 22:48:23 -04:00
reactor.pyx Expose getting/setting of max-steps to python interface & test 2019-01-07 22:33:03 -05:00
speciesthermo.pyx Add license/copyright info to files that were missing it 2016-10-10 22:48:23 -04:00
thermo.pyx Remove code deprecated in Cantera 2.4 2018-12-14 11:27:24 -05:00
transport.pyx [Python/Transport] Make mobilities accessible via Python interface 2018-11-07 16:11:23 -05:00
utils.py Add license/copyright info to files that were missing it 2016-10-10 22:48:23 -04:00
utils.pyx [Python] Remove legacy code that provided Python 2.7 support 2018-09-19 17:59:59 -04:00