From e320ec785e4e30b286eb879628e7058d32581e24 Mon Sep 17 00:00:00 2001 From: Ingmar Schoegl Date: Mon, 14 Oct 2019 12:51:08 -0500 Subject: [PATCH] [Examples] add version info to ic_engines.py --- interfaces/cython/cantera/examples/reactors/ic_engine.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interfaces/cython/cantera/examples/reactors/ic_engine.py b/interfaces/cython/cantera/examples/reactors/ic_engine.py index bee0e63f1..2840cdd35 100644 --- a/interfaces/cython/cantera/examples/reactors/ic_engine.py +++ b/interfaces/cython/cantera/examples/reactors/ic_engine.py @@ -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