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.cti")
ptk = pyro.get_thermochem_class(sol)()

Indices and tables¶