Skip to content

Commit 8dd1ef5

Browse files
committed
Dissociation vdW C-C degeneracy
1 parent 860db04 commit 8dd1ef5

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

  • input/kinetics/families/Surface_Dissociation_vdW

input/kinetics/families/Surface_Dissociation_vdW/rules.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@
8888
index = 8,
8989
label = "C-C;VacantSite",
9090
kinetics = SurfaceArrheniusBEP(
91-
A = (4.18e17, 'm^2/(mol*s)'),
91+
A = (2.09e17, 'm^2/(mol*s)'),
9292
n = 0,
93-
alpha =0.72,
93+
alpha =0.72,
9494
E0 = (126.39, 'kJ/mol'),
9595
Tmin = (200, 'K'),
9696
Tmax = (3000, 'K'),
@@ -100,5 +100,8 @@
100100
longDesc = u"""
101101
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.
102102
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)
103+
104+
BK: This group is symmetrical, and RMG matches this node from both directions. Thus, a reaction degeneracy of 2 is applied, and the pre-exponential coefficient A is doubled.
105+
We divided the pre-exponential coefficient by a factor of 2 so that RMG predicts the correct rate.
103106
"""
104107
)

0 commit comments

Comments
 (0)