mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
*** empty log message ***
This commit is contained in:
@@ -1,21 +1,22 @@
|
||||
#
|
||||
# Gas 1: a stoichiometric H2/O2/Ar mixture
|
||||
# Gas 2: a wet CO/O2 mixture
|
||||
#
|
||||
# -------------------------------------
|
||||
# | || |
|
||||
# | || |
|
||||
# | gas 1 || gas 2 |
|
||||
# | || |
|
||||
# | || |
|
||||
# -------------------------------------
|
||||
#
|
||||
# The two volumes are connected by an adiabatic free piston.
|
||||
# The piston speed is proportional to the pressure difference
|
||||
# between the two chambers.
|
||||
#
|
||||
# Note that each side uses a *different* reaction mechanism
|
||||
#
|
||||
"""
|
||||
Gas 1: a stoichiometric H2/O2/Ar mixture
|
||||
Gas 2: a wet CO/O2 mixture
|
||||
|
||||
-------------------------------------
|
||||
| || |
|
||||
| || |
|
||||
| gas 1 || gas 2 |
|
||||
| || |
|
||||
| || |
|
||||
-------------------------------------
|
||||
|
||||
The two volumes are connected by an adiabatic free piston.
|
||||
The piston speed is proportional to the pressure difference
|
||||
between the two chambers.
|
||||
|
||||
Note that each side uses a *different* reaction mechanism
|
||||
|
||||
"""
|
||||
from Cantera import *
|
||||
from Cantera.Reactor import *
|
||||
import sys
|
||||
|
||||
Reference in New Issue
Block a user