Welcome to pyrometheus’s documentation!#

Pyrometheus is a code generator for chemical mechanisms, based on cantera.

Here’s an example, to give you an impression:

import numpy as np
import pyrometheus as pyro

sol = ct.Solution("mech.yaml")
ptk = pyro.get_thermochem_class(sol)()

Table of Contents#

Indices and tables#