Skip to content

tdinelli/pySMOKEPostProcessor

Repository files navigation

pySMOKEPostProcessor

Build Status Release

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.

Features

  • 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.

Installation

Quick Start

# 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.

License

See the LICENSE file for license rights and limitations (GPL-3.0).