Skip to content

Commit 860db04

Browse files
ChrisBNEUbjkreitz
authored andcommitted
Dissociation vdW
1 parent 4367fac commit 860db04

1 file changed

Lines changed: 4 additions & 107 deletions

File tree

  • input/kinetics/families/Surface_Dissociation_vdW

input/kinetics/families/Surface_Dissociation_vdW/rules.py

Lines changed: 4 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929

3030
entry(
3131
index = 2,
32-
label = "H2O;VacantSite",
32+
label = "O-H;VacantSite",
3333
kinetics = SurfaceArrheniusBEP(
34-
A = (2.09e17, 'm^2/(mol*s)'),
34+
A = (4.18e17, 'm^2/(mol*s)'),
3535
n = 0,
3636
alpha =0.51,
3737
E0 = (97.5, 'kJ/mol'),
@@ -43,7 +43,6 @@
4343
longDesc = u"""
4444
BEP relation for all metals and facets from Wang et al. "Universal transition state scaling relations for (de)hydrogenation over transition metals", Physical chemistry chemical physics, 2011, 13, 20760-20765, DOI:10.1039/c1cp20547a.
4545
Technically this is a relation for dissociative adsorption.
46-
A divided by 2 because of reaction path degeneracy for H2O
4746
"""
4847
)
4948

@@ -85,71 +84,11 @@
8584
"""
8685
)
8786

88-
entry(
89-
index = 5,
90-
label = "CH4;VacantSite",
91-
kinetics = SurfaceArrheniusBEP(
92-
A = (1.045e17, 'm^2/(mol*s)'),
93-
n = 0,
94-
alpha =0.57,
95-
E0 = (75.25, 'kJ/mol'),
96-
Tmin = (200, 'K'),
97-
Tmax = (3000, 'K'),
98-
),
99-
rank = 0,
100-
shortDesc = u"""Default""",
101-
longDesc = u"""
102-
E0 and alpha are taken from Table 5 for all metals from Sutton and Vlachos, "Ethanol Activation on closed-packed surfaces", Industrial & Engineering Chemistry Research, 2015, 54, 4213-4225, DOI: 10.1021/ie5043374.
103-
Pre-exponential coefficient is calculated from 1e13 s^-1 (standard guess from transition state theory) divided by 2.39e-9 mol cm^-2 (surface site density of Pt(111)
104-
A divided by 4 because of reaction path degeneracy for CH4
105-
"""
106-
)
107-
108-
entry(
109-
index = 6,
110-
label = "CH3R;VacantSite",
111-
kinetics = SurfaceArrheniusBEP(
112-
A = (1.39e17, 'm^2/(mol*s)'),
113-
n = 0,
114-
alpha =0.57,
115-
E0 = (75.25, 'kJ/mol'),
116-
Tmin = (200, 'K'),
117-
Tmax = (3000, 'K'),
118-
),
119-
rank = 0,
120-
shortDesc = u"""Default""",
121-
longDesc = u"""
122-
E0 and alpha are taken from Table 5 for all metals from Sutton and Vlachos, "Ethanol Activation on closed-packed surfaces", Industrial & Engineering Chemistry Research, 2015, 54, 4213-4225, DOI: 10.1021/ie5043374.
123-
Pre-exponential coefficient is calculated from 1e13 s^-1 (standard guess from transition state theory) divided by 2.39e-9 mol cm^-2 (surface site density of Pt(111)
124-
A divided by 3 because of reaction path degeneracy for 3 equivalent H atoms for bond fission (example CH3OH)
125-
"""
126-
)
127-
128-
entry(
129-
index = 7,
130-
label = "CH2R;VacantSite",
131-
kinetics = SurfaceArrheniusBEP(
132-
A = (2.09e17, 'm^2/(mol*s)'),
133-
n = 0,
134-
alpha =0.57,
135-
E0 = (75.25, 'kJ/mol'),
136-
Tmin = (200, 'K'),
137-
Tmax = (3000, 'K'),
138-
),
139-
rank = 0,
140-
shortDesc = u"""Default""",
141-
longDesc = u"""
142-
E0 and alpha are taken from Table 5 for all metals from Sutton and Vlachos, "Ethanol Activation on closed-packed surfaces", Industrial & Engineering Chemistry Research, 2015, 54, 4213-4225, DOI: 10.1021/ie5043374.
143-
Pre-exponential coefficient is calculated from 1e13 s^-1 (standard guess from transition state theory) divided by 2.39e-9 mol cm^-2 (surface site density of Pt(111)
144-
A divided by 2 because of reaction path degeneracy for 2 equivalent H atoms for bond fission (example CH2O)
145-
"""
146-
)
147-
14887
entry(
14988
index = 8,
15089
label = "C-C;VacantSite",
15190
kinetics = SurfaceArrheniusBEP(
152-
A = (2.09e17, 'm^2/(mol*s)'),
91+
A = (4.18e17, 'm^2/(mol*s)'),
15392
n = 0,
15493
alpha =0.72,
15594
E0 = (126.39, 'kJ/mol'),
@@ -161,47 +100,5 @@
161100
longDesc = u"""
162101
E0 and alpha are taken from Table 5 for all metals from Sutton and Vlachos, "Ethanol Activation on closed-packed surfaces", Industrial & Engineering Chemistry Research, 2015, 54, 4213-4225, DOI: 10.1021/ie5043374.
163102
Pre-exponential coefficient is calculated from 1e13 s^-1 (standard guess from transition state theory) divided by 2.39e-9 mol cm^-2 (surface site density of Pt(111)
164-
A divided by 2 because of reaction path degeneracy for 2 equivalent C atoms for bond fission (example CH3CH3)
165103
"""
166-
)
167-
168-
169-
entry(
170-
index = 9,
171-
label = "C2H6;VacantSite",
172-
kinetics = SurfaceArrheniusBEP(
173-
A = (0.69e17, 'm^2/(mol*s)'),
174-
n = 0,
175-
alpha =0.57,
176-
E0 = (75.25, 'kJ/mol'),
177-
Tmin = (200, 'K'),
178-
Tmax = (3000, 'K'),
179-
),
180-
rank = 0,
181-
shortDesc = u"""Default""",
182-
longDesc = u"""
183-
E0 and alpha are taken from Table 5 for all metals from Sutton and Vlachos, "Ethanol Activation on closed-packed surfaces", Industrial & Engineering Chemistry Research, 2015, 54, 4213-4225, DOI: 10.1021/ie5043374.
184-
Pre-exponential coefficient is calculated from 1e13 s^-1 (standard guess from transition state theory) divided by 2.39e-9 mol cm^-2 (surface site density of Pt(111)
185-
A divided by 6 because of reaction path degeneracy for 6 equivalent H atoms for bond fission (example CH3CH3)
186-
"""
187-
)
188-
189-
entry(
190-
index = 10,
191-
label = "C2H4;VacantSite",
192-
kinetics = SurfaceArrheniusBEP(
193-
A = (1.045e17, 'm^2/(mol*s)'),
194-
n = 0,
195-
alpha =0.57,
196-
E0 = (75.25, 'kJ/mol'),
197-
Tmin = (200, 'K'),
198-
Tmax = (3000, 'K'),
199-
),
200-
rank = 0,
201-
shortDesc = u"""Default""",
202-
longDesc = u"""
203-
E0 and alpha are taken from Table 5 for all metals from Sutton and Vlachos, "Ethanol Activation on closed-packed surfaces", Industrial & Engineering Chemistry Research, 2015, 54, 4213-4225, DOI: 10.1021/ie5043374.
204-
Pre-exponential coefficient is calculated from 1e13 s^-1 (standard guess from transition state theory) divided by 2.39e-9 mol cm^-2 (surface site density of Pt(111)
205-
A divided by 4 because of reaction path degeneracy for 4 equivalent H atoms for bond fission (example C2H4)
206-
"""
207-
)
104+
)

0 commit comments

Comments
 (0)