Niemeyer-Research-Group / pyMARS

Python-based (chemical kinetic) Model Automatic Reduction Software
https://niemeyer-research-group.github.io/pyMARS/
MIT License
57 stars 45 forks source link

DRG, DRGEP+SA is compatible with Cantera 3.0 #86

Open sandeepjella opened 2 months ago

sandeepjella commented 2 months ago

Edits have been made in several files that update the code to use Cantera 3 changes. Notably, the use of adaptive preconditioner from Cantera 3 speeds up the mechanism reduction.

Pending work:

sandeepjella commented 2 months ago

Errata: soln2cti.py is zeroed out and uses the write_yaml function from Cantera. However, the filename is not changed (still called soln2cti.py)