Skip to content

Releases: microcombustion/ctwrap

ctwrap 0.3.3

30 Dec 21:24
a14d86c
Compare
Choose a tag to compare

This initial release establishes a framework for batch simulations (e.g. Cantera). The software has the following objectives:

  • provide a low-level interface to essential cantera capabilities
  • create a flexible framework for generic simulations
  • provide a command line interface
  • be easily scriptable (using YAML configuration files)
  • enforce units (via pint)
  • enable parallel execution of (single-threaded) simulations (via multiprocessing)
  • enable simple re-import of simulation results into native Cantera objects