Put error bars on your microkinetic model.
It's a Python package to help you run uncertainty quantification on a microkinetic model. It helps you propagate uncertainty through your model to put error bars on the outputs like the jet-stirred reactor example below:
The examples use combustion-type experiments: ignition delays (rapid compression machine/shock tube), flame speeds (burner), and species concentrations (jet-stirred reactor).
From source
- Clone Repo
conda env create -f environment.yaml# you can skip this if you've already installed an rmg_envpip install -e .
From conda:
conda install sharris7::ezuq
- Provide a microkinetic model with covariance matrices of the species/reaction uncertainties.
- Configure your reactor simulation.
- Run initial screening to find the most important parameters.
- Run global sampling to estimate model uncertainty.
- Make nice plots of the results.