Pyrolysis simulationΒΆ

Start by importing pyropy.

To simulate pyrolysis import the appropriate model. Here, we use an example of a parallel model.

from pyropy import PyrolysisParallel
{
  "solids": ["S1"],
  "rhoIni": [100],
  "reactions": [
                {"S1" : "Gas1"}
                ],
  "parameters": [
                {"E": 180000, "A":6,  "n":4, "F":0.15,  "g":[1]}
                ]
}