Python wrapper for the OpenSMOKEpp post processor computational core, developed by Professor Alberto Cuoci. This version removes Qt5 dependencies and extends the capabilities of the original C++ project.
- Rate of Production Analysis
- Sensitivity Analysis and Coefficients
- Elementary Flux Analysis
- Reaction and Formation Rates
- Reaction Class Analysis
See examples for notebooks and Python scripts.
# Create conda environment with dependencies
conda env create -f environment.yml
conda activate pySMOKEPostProcessor
# Install the package
pip install .For detailed installation instructions, build options, and troubleshooting, see the installation guide.
See the LICENSE file for license rights and limitations (GPL-3.0).