Skip to content

Commit 4008a64

Browse files
authored
Merge pull request #139 from ReactionMechanismGenerator/aromatic_lib
Pull request for aromatic libraries C6H5+C2H2 and C6H4C2H+C2H2
2 parents 72b6d2d + 444fd9e commit 4008a64

10 files changed

Lines changed: 3784 additions & 0 deletions

File tree

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
C6H5CH3
2+
1 C u0 p0 c0 {2,S} {8,S} {9,S} {10,S}
3+
2 C u0 p0 c0 {1,S} {3,B} {4,B}
4+
3 C u0 p0 c0 {2,B} {5,B} {11,S}
5+
4 C u0 p0 c0 {2,B} {7,B} {15,S}
6+
5 C u0 p0 c0 {3,B} {6,B} {12,S}
7+
6 C u0 p0 c0 {5,B} {7,B} {13,S}
8+
7 C u0 p0 c0 {4,B} {6,B} {14,S}
9+
8 H u0 p0 c0 {1,S}
10+
9 H u0 p0 c0 {1,S}
11+
10 H u0 p0 c0 {1,S}
12+
11 H u0 p0 c0 {3,S}
13+
12 H u0 p0 c0 {5,S}
14+
13 H u0 p0 c0 {6,S}
15+
14 H u0 p0 c0 {7,S}
16+
15 H u0 p0 c0 {4,S}
17+
18+
ipso-(C7H9)
19+
multiplicity 2
20+
1 C u0 p0 c0 {2,S} {3,S} {4,S} {8,S}
21+
2 C u0 p0 c0 {1,S} {9,S} {10,S} {11,S}
22+
3 C u1 p0 c0 {1,S} {5,S} {12,S}
23+
4 C u0 p0 c0 {1,S} {6,D} {13,S}
24+
5 C u0 p0 c0 {3,S} {7,D} {14,S}
25+
6 C u0 p0 c0 {4,D} {7,S} {16,S}
26+
7 C u0 p0 c0 {5,D} {6,S} {15,S}
27+
8 H u0 p0 c0 {1,S}
28+
9 H u0 p0 c0 {2,S}
29+
10 H u0 p0 c0 {2,S}
30+
11 H u0 p0 c0 {2,S}
31+
12 H u0 p0 c0 {3,S}
32+
13 H u0 p0 c0 {4,S}
33+
14 H u0 p0 c0 {5,S}
34+
15 H u0 p0 c0 {7,S}
35+
16 H u0 p0 c0 {6,S}
36+
37+
CH3
38+
multiplicity 2
39+
1 C u1 p0 c0 {2,S} {3,S} {4,S}
40+
2 H u0 p0 c0 {1,S}
41+
3 H u0 p0 c0 {1,S}
42+
4 H u0 p0 c0 {1,S}
43+
44+
C6H6
45+
1 C u0 p0 c0 {2,B} {6,B} {7,S}
46+
2 C u0 p0 c0 {1,B} {3,B} {8,S}
47+
3 C u0 p0 c0 {2,B} {4,B} {9,S}
48+
4 C u0 p0 c0 {3,B} {5,B} {10,S}
49+
5 C u0 p0 c0 {4,B} {6,B} {11,S}
50+
6 C u0 p0 c0 {1,B} {5,B} {12,S}
51+
7 H u0 p0 c0 {1,S}
52+
8 H u0 p0 c0 {2,S}
53+
9 H u0 p0 c0 {3,S}
54+
10 H u0 p0 c0 {4,S}
55+
11 H u0 p0 c0 {5,S}
56+
12 H u0 p0 c0 {6,S}
57+
58+
H
59+
multiplicity 2
60+
1 H u1 p0 c0
61+
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
#!/usr/bin/env python
2+
# encoding: utf-8
3+
4+
name = "2001_Tokmakov_H_Toluene_to_CH3_Benzene"
5+
shortDesc = u"Cantherm computed T,P-dependent rates using quantum calcs of 2001 Tokmakov for H + Toluene = CH3 + Benzene"
6+
longDesc = u"""
7+
Computed T,P-dependent k's for the methyl-hydrogen exchange reaction of toluene (H + Toluene = CH3 + Benzene)
8+
using Cantherm and the molecular properties computed with G2M(cc,MP2)//B3LYP/6-311++G(3df,2p) from:
9+
I.V. Tokmakov and M.C. Lin,
10+
"Kinetics and Mechanism for the H-for-X Exchange Process in the H+C6H5X Reactions: A Computational Study",
11+
Int. J. Chem. Kin., Vol. 33, Iss. 11, November 2001, Pages 633-653
12+
Calculated for an N2 bath gas
13+
"""
14+
entry(
15+
index = 1,
16+
label = "C6H5CH3 + H <=> ipso-(C7H9)",
17+
degeneracy = 1,
18+
kinetics = Chebyshev(
19+
coeffs = [
20+
[10.3, 0.4378, -0.06555, 0.0005308],
21+
[1.278, 0.6505, -0.06177, -0.01036],
22+
[-0.2451, 0.2798, 0.02277, -0.01323],
23+
[-0.1451, 0.06763, 0.03706, -0.002604],
24+
[-0.07194, 0.007107, 0.01811, 0.003786],
25+
[-0.03465, -0.005259, 0.005851, 0.003213],
26+
],
27+
kunits = 'cm^3/(mol*s)',
28+
Tmin = (300, 'K'),
29+
Tmax = (2000, 'K'),
30+
Pmin = (0.1, 'atm'),
31+
Pmax = (100, 'atm'),
32+
),
33+
)
34+
35+
entry(
36+
index = 2,
37+
label = "ipso-(C7H9) <=> C6H6 + CH3",
38+
degeneracy = 1,
39+
kinetics = Chebyshev(
40+
coeffs = [
41+
[4.9, 0.3872, -0.05504, -0.0009308],
42+
[5.716, 0.6158, -0.06469, -0.007937],
43+
[-0.3614, 0.3125, 0.005812, -0.01142],
44+
[-0.208, 0.09791, 0.03132, -0.004837],
45+
[-0.09645, 0.01443, 0.02134, 0.001782],
46+
[-0.04212, -0.006098, 0.008707, 0.002987],
47+
],
48+
kunits = 's^-1',
49+
Tmin = (300, 'K'),
50+
Tmax = (2000, 'K'),
51+
Pmin = (0.1, 'atm'),
52+
Pmax = (100, 'atm'),
53+
),
54+
)
55+
56+
entry(
57+
index = 3,
58+
label = "C6H5CH3 + H <=> C6H6 + CH3",
59+
degeneracy = 1,
60+
kinetics = Chebyshev(
61+
coeffs = [
62+
[9.422, -0.9213, -0.08453, 0.000839],
63+
[3.45, 0.7276, -0.0409, -0.0175],
64+
[0.04877, 0.174, 0.05977, -0.01032],
65+
[-0.005075, -0.01084, 0.03801, 0.006718],
66+
[0.03466, -0.004496, 0.004886, 0.006774],
67+
[0.006253, 0.001523, -0.0008725, 0.001804],
68+
],
69+
kunits = 'cm^3/(mol*s)',
70+
Tmin = (300, 'K'),
71+
Tmax = (2000, 'K'),
72+
Pmin = (0.1, 'atm'),
73+
Pmax = (100, 'atm'),
74+
),
75+
)
76+

0 commit comments

Comments
 (0)