Skip to content

Commit cf39e80

Browse files
authored
Merge pull request #219 from ReactionMechanismGenerator/c2h4o
Added the C2H4 +O surface as a kinetic library
2 parents 7420f10 + 4dfb1d4 commit cf39e80

2 files changed

Lines changed: 205 additions & 0 deletions

File tree

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
C2H4
2+
1 C u0 p0 c0 {2,D} {3,S} {4,S}
3+
2 C u0 p0 c0 {1,D} {5,S} {6,S}
4+
3 H u0 p0 c0 {1,S}
5+
4 H u0 p0 c0 {1,S}
6+
5 H u0 p0 c0 {2,S}
7+
6 H u0 p0 c0 {2,S}
8+
9+
O
10+
multiplicity 3
11+
1 O u2 p2 c0
12+
13+
CH3
14+
multiplicity 2
15+
1 C u1 p0 c0 {2,S} {3,S} {4,S}
16+
2 H u0 p0 c0 {1,S}
17+
3 H u0 p0 c0 {1,S}
18+
4 H u0 p0 c0 {1,S}
19+
20+
HCO
21+
multiplicity 2
22+
1 C u1 p0 c0 {2,S} {3,D}
23+
2 H u0 p0 c0 {1,S}
24+
3 O u0 p2 c0 {1,D}
25+
26+
CH3CO
27+
multiplicity 2
28+
1 C u0 p0 c0 {2,S} {4,S} {5,S} {6,S}
29+
2 C u1 p0 c0 {1,S} {3,D}
30+
3 O u0 p2 c0 {2,D}
31+
4 H u0 p0 c0 {1,S}
32+
5 H u0 p0 c0 {1,S}
33+
6 H u0 p0 c0 {1,S}
34+
35+
H
36+
multiplicity 2
37+
1 H u1 p0 c0
38+
39+
CH2CHO
40+
multiplicity 2
41+
1 C u1 p0 c0 {2,S} {3,S} {4,S}
42+
2 H u0 p0 c0 {1,S}
43+
3 H u0 p0 c0 {1,S}
44+
4 C u0 p0 c0 {1,S} {5,D} {6,S}
45+
5 O u0 p2 c0 {4,D}
46+
6 H u0 p0 c0 {4,S}
47+
48+
C2H3
49+
multiplicity 2
50+
1 C u1 p0 c0 {2,S} {3,D}
51+
2 H u0 p0 c0 {1,S}
52+
3 C u0 p0 c0 {1,D} {4,S} {5,S}
53+
4 H u0 p0 c0 {3,S}
54+
5 H u0 p0 c0 {3,S}
55+
56+
OH
57+
multiplicity 2
58+
1 O u1 p2 c0 {2,S}
59+
2 H u0 p0 c0 {1,S}
60+
61+
CH2
62+
multiplicity 3
63+
1 C u2 p0 c0 {2,S} {3,S}
64+
2 H u0 p0 c0 {1,S}
65+
3 H u0 p0 c0 {1,S}
66+
67+
CH2O
68+
1 C u0 p0 c0 {2,D} {3,S} {4,S}
69+
2 O u0 p2 c0 {1,D}
70+
3 H u0 p0 c0 {1,S}
71+
4 H u0 p0 c0 {1,S}
72+
73+
CH2CO
74+
1 C u0 p0 c0 {2,D} {4,S} {5,S}
75+
2 C u0 p0 c0 {1,D} {3,D}
76+
3 O u0 p2 c0 {2,D}
77+
4 H u0 p0 c0 {1,S}
78+
5 H u0 p0 c0 {1,S}
79+
80+
H2
81+
1 H u0 p0 c0 {2,S}
82+
2 H u0 p0 c0 {1,S}
83+
84+
CH4
85+
1 C u0 p0 c0 {2,S} {3,S} {4,S} {5,S}
86+
2 H u0 p0 c0 {1,S}
87+
3 H u0 p0 c0 {1,S}
88+
4 H u0 p0 c0 {1,S}
89+
5 H u0 p0 c0 {1,S}
90+
91+
CO
92+
1 C u0 p1 c-1 {2,T}
93+
2 O u0 p1 c+1 {1,T}
94+
95+
C2H2
96+
1 C u0 p0 c0 {2,T} {3,S}
97+
2 C u0 p0 c0 {1,T} {4,S}
98+
3 H u0 p0 c0 {1,S}
99+
4 H u0 p0 c0 {2,S}
100+
101+
H2O
102+
1 O u0 p2 c0 {2,S} {3,S}
103+
2 H u0 p0 c0 {1,S}
104+
3 H u0 p0 c0 {1,S}
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
#!/usr/bin/env python
2+
# encoding: utf-8
3+
4+
name = "C2H4+O_Klipp2017"
5+
shortDesc = u"C2H4 + O surface with product branching"
6+
longDesc = u"""
7+
The reaction of atomic oxygen with ethylene is a fundamental oxidation step in combustion.
8+
9+
Decomposition of the initial adduct via spin-allowed reaction channels on the triplet surface competes
10+
with intersystem crossing (ISC) and a set of spin-forbidden reaction channels on the ground-state singlet
11+
surface. This library describes product branching ratios based on the following publication:
12+
13+
X. Li, A.W. Jasper, J. Zádor, J.A. Miller, S.J. Klippenstein,
14+
Theoretical kinetics of O + C2H4,
15+
Proceedings of the Combustion Institute 36 (2017) 219–227
16+
http://dx.doi.org/10.1016/j.proci.2016.06.053
17+
18+
Several different methods were used:
19+
CCSDT(Q)/cc-pVDZ//CCSD(T)/cc-pVTZ
20+
For barrierless reactions on the spin allowed surface CASPT2(2e,2o)/cc-pVTZ was used.
21+
For reaction with barriers on the spin allowed surface CCSD(T)/CBS//B2PLYPD3/cc-pVTZ was used.
22+
The total ISC rate was calculated using Landau–Zener statistical theory
23+
non-statistical “prompt” branching in the dynamics immediately following ISC was predicted using
24+
direct classical trajectories and the CASPT2(2e,2o)/cc-pVDZ surface.
25+
26+
Pressure dependence in the product branching fractions and the potential formation of stabilized products were
27+
considered, but results show that rates are pressure-independent (with < 10% variations in the branching fractions)
28+
up to 20 bar at 300 K and up to 200 bar at 1000 K.
29+
30+
Channels which account for less than 1% of the products are given in this library a low rate: 1e7 cm^3/(mol*s)
31+
(since reactions 1a, 1b, 1c, 1e, 1f are all in the 1e10-1e13 cm^3/(mol*s) range at the 300-2500 K range)
32+
33+
The manuscript mentioned an additional reaction e' which wasn't included in this library, C2H4 + O <=> CH2(S) + CH2O,
34+
since its rate wasn't discussed.
35+
36+
Library written by alongd
37+
"""
38+
39+
entry(
40+
index = 1,
41+
label = "C2H4 + O <=> CH3 + HCO",
42+
degeneracy = 1,
43+
kinetics = Arrhenius(A=(3.319e+13,'cm^3/(mol*s)'), n=-1.717, Ea=(2893,'cal/mol'), T0=(298,'K'), Tmin=(300,'K'), Tmax=(2500,'K')),
44+
longDesc = u"""Reaction 1a""",
45+
)
46+
47+
entry(
48+
index = 2,
49+
label = "C2H4 + O <=> CH3CO + H",
50+
degeneracy = 1,
51+
kinetics = Arrhenius(A=(5.485e+11,'cm^3/(mol*s)'), n=-0.4843, Ea=(1958,'cal/mol'), T0=(298,'K'), Tmin=(300,'K'), Tmax=(2500,'K')),
52+
longDesc = u"""Reaction 1b""",
53+
)
54+
55+
entry(
56+
index = 3,
57+
label = "C2H4 + O <=> CH2CHO + H",
58+
degeneracy = 1,
59+
kinetics = Arrhenius(A=(2.022e+12,'cm^3/(mol*s)'), n=0.9475, Ea=(1724,'cal/mol'), T0=(298,'K'), Tmin=(300,'K'), Tmax=(2500,'K')),
60+
longDesc = u"""Reaction 1c""",
61+
)
62+
63+
entry(
64+
index = 4,
65+
label = "C2H4 + O <=> C2H3 + OH",
66+
degeneracy = 1,
67+
kinetics = Arrhenius(A=(1e+7,'cm^3/(mol*s)'), n=0, Ea=(0,'cal/mol'), T0=(298,'K'), Tmin=(300,'K'), Tmax=(2500,'K')),
68+
longDesc = u"""Reaction 1d""",
69+
)
70+
71+
entry(
72+
index = 5,
73+
label = "C2H4 + O <=> CH2 + CH2O",
74+
degeneracy = 1,
75+
kinetics = Arrhenius(A=(4.868e+11,'cm^3/(mol*s)'), n=1.991, Ea=(2860,'cal/mol'), T0=(298,'K'), Tmin=(300,'K'), Tmax=(2500,'K')),
76+
longDesc = u"""Reaction 1e""",
77+
)
78+
79+
entry(
80+
index = 6,
81+
label = "C2H4 + O <=> CH2CO + H2",
82+
degeneracy = 1,
83+
kinetics = Arrhenius(A=(3.315e+12,'cm^3/(mol*s)'), n=-1.831, Ea=(3180,'cal/mol'), T0=(298,'K'), Tmin=(300,'K'), Tmax=(2500,'K')),
84+
longDesc = u"""Reaction 1f""",
85+
)
86+
87+
entry(
88+
index = 7,
89+
label = "C2H4 + O <=> CH4 + CO",
90+
degeneracy = 1,
91+
kinetics = Arrhenius(A=(1e+7,'cm^3/(mol*s)'), n=0, Ea=(0,'cal/mol'), T0=(298,'K'), Tmin=(300,'K'), Tmax=(2500,'K')),
92+
longDesc = u"""Reaction 1g""",
93+
)
94+
95+
entry(
96+
index = 8,
97+
label = "C2H4 + O <=> C2H2 + H2O",
98+
degeneracy = 1,
99+
kinetics = Arrhenius(A=(1e+7,'cm^3/(mol*s)'), n=0, Ea=(0,'cal/mol'), T0=(298,'K'), Tmin=(300,'K'), Tmax=(2500,'K')),
100+
longDesc = u"""Reaction 1h""",
101+
)

0 commit comments

Comments
 (0)