microcombustion / ctwrap

Python wrapper for batch simulations (e.g. Cantera)
https://microcombustion.github.io/ctwrap/
MIT License
6 stars 5 forks source link

Support saving of non-HDF output #62

Closed ischoegl closed 3 years ago

ischoegl commented 3 years ago

The current implementation assumes that Cantera creates SolutionArray or FlameBase objects that are saved to HDF files. An alternative (YAML?) output for simple dictionaries would make sense.

Other output formats are possible, but probably shouldn't be handled by ctwrap itself.

ischoegl commented 3 years ago

CSV is now implemented.