Releases: VlachosGroup/openmkm
Release for manuscript
v0.6.1
OpenMKM v0.6.0
OpenMKM version 0.6.0 is released.
This release adds support for specifying thermodynamic data in YAML format. The users don't have to learn multiple file formats and can use YAML format for specifying both reactor and thermochemistry files. Refer to the documentation on input file formats at https://vlachosgroup.github.io/openmkm/ on how to use YAML format for thermochemistry data. Example files can be found at ROOT/examples/model_simul_YAML/ where ROOT is the top-level folder of OpenMKM source code.
Additional features:
- Support for species based local sensitivity analysis is added.
- Underlying cantera version is updated to v2.5
- SUNDIALS support now includes v4.x.
OpenMKM with sensitivity analysis
OpenMKM version 0.5.0 is released.
This release adds sensitivity analysis functionality to OpenMKM. Two approaches based on local sensitivity analysis and Fisher Information Matrix are implemented for aiding users interested in sensitivity analysis. Refer to examples/model_simulations/PFR_with_sensitivity on how to use sensitivity.
OpenMKM with sensitivity analysis
OpenMKM v0.4 is released.
This version comes with inbuilt sensitivity analysis capability. Check the folder PFR_with_sensitivity under examples.
Add the sensitivity keyword and the reaction ids under sensitivity keyword to evaluate sensitivity coefficients corresponding to the selection reactions.
Additionally bugs that are generating NaN in PFR modeling are fixed.
OpenMKM first public release
First public release of OpenMKM.
Reactor models implemented:
- Batch
- CSTR
- PFR (also supports T-profile along axial direction)
Numerical Solvers supported:
- Solves ODEs using CVODES
- Solves DAEs using IDAS
Reactor operational modes are
- Isothermal
- Adiabatic
- External heat source/sink
- Temperature ramp for TPD.
Features supported for heterogeneous catalysis:
- BEPs (Bell Evans Polyanni relations)
- Lateral interactions for coverage dependent specie formation energies.