From a33fac59908e18f6f7a4202864c0b1855d647aa9 Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Sat, 25 Jun 2005 05:28:53 +0000 Subject: [PATCH] *** empty log message *** --- data/inputs/ohn.cti | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 data/inputs/ohn.cti diff --git a/data/inputs/ohn.cti b/data/inputs/ohn.cti new file mode 100644 index 000000000..ace7666b9 --- /dev/null +++ b/data/inputs/ohn.cti @@ -0,0 +1,14 @@ +# +# This definition extracts the O/H/N submechanism from GRI-Mech 3.0 + +ideal_gas(name = "gas", + elements = "O H N", + species = """gri30: all""", + transport = 'Mix', + reactions = 'gri30: all', + options = ['skip_undeclared_elements', + 'skip_undeclared_species'], + initial_state = state(temperature = 300.0, pressure = OneAtm, + mole_fractions = 'H2:2, O2:1, N2:3.76') + ) +