Skip to content

Commit

Permalink
Fix typos in samples/python/reactors/PorousMediaBurner.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ray Speth <yarmond@gmail.com>
  • Loading branch information
2 people authored and ischoegl committed Mar 20, 2023
1 parent c185d9a commit 128e1c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/python/reactors/PorousMediaBurner.py
Expand Up @@ -20,7 +20,7 @@
A Nusselt number model is used to compute the heat transfer coefficient.
This example assumes finding steady-state solutions with constant pressure
so that mass controllers and pressure valves are not required. The code is written in
a general way to support an arbitrary number of reactors and an arbirary number of
a general way to support an arbitrary number of reactors and an arbitrary number of
burner sections with different physical properties.
The implemented equations make use of Cantera's extensible reactor models.
Expand Down Expand Up @@ -96,7 +96,7 @@ def __init__(self, diameter, length, midpoint, chemistry, TsInit, solid):
self.midpoint = midpoint # coordinate of the reactor center (m)
self.chemistry = chemistry # chemistry on or off in the reactor
self.TsInit = TsInit # initial temperature of the solid (K)
self.solid = solid # poperties of the solid porous medium
self.solid = solid # properties of the solid porous medium

# class to represent the properties of the solid porous media
class SolidProperties:
Expand Down

0 comments on commit 128e1c0

Please sign in to comment.