[Examples] add version info to ic_engines.py

This commit is contained in:
Ingmar Schoegl 2019-10-14 12:51:08 -05:00 committed by Ray Speth
parent 088c52fff2
commit e320ec785e

View file

@ -5,6 +5,8 @@ Simulation of a (gaseous) Diesel-type internal combustion engine.
The simulation uses n-Dodecane as fuel, which is injected close to top dead
center. Note that this example uses numerous simplifying assumptions and
thus serves for illustration purposes only.
Requires: Cantera >= 2.5.0, scipy >= 0.19, matplotlib >= 2.0
"""
import cantera as ct