From edee3046c0960a542b187eb147a8665f42ac2889 Mon Sep 17 00:00:00 2001 From: Chris B <56306881+ChrisBNEU@users.noreply.github.com> Date: Wed, 10 Jul 2024 18:14:03 -0400 Subject: [PATCH] Dissociation Beta vdW --- .../Surface_Dissociation_Beta_vdW/rules.py | 22 +------------------ 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/input/kinetics/families/Surface_Dissociation_Beta_vdW/rules.py b/input/kinetics/families/Surface_Dissociation_Beta_vdW/rules.py index 5743c338ca..10371ade46 100755 --- a/input/kinetics/families/Surface_Dissociation_Beta_vdW/rules.py +++ b/input/kinetics/families/Surface_Dissociation_Beta_vdW/rules.py @@ -61,24 +61,4 @@ 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. 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) """ -) - -entry( - index = 4, - label = "CH3;VacantSite", - kinetics = SurfaceArrheniusBEP( - A = (1.393e17, 'm^2/(mol*s)'), - n = 0., - alpha =0.58, - E0 = (112.9, 'kJ/mol'), - Tmin = (200, 'K'), - Tmax = (3000, 'K'), - ), - rank = 0, - shortDesc = u"""Default""", - longDesc = u""" -E0 and alpha are taken from Table 6 for oxygenates for 3x3 cell size from "A Theoretical and Computational Analysis of Linear Free Energy Relations for the Estimation of Activation Energies" Jonathan E. Sutton, Dionisios G. Vlachos, ACS Catal., 2012, 2, 1624-1634, DOI:10.1021/cs3003269. -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) -A divided by 3 because of reaction path degeneracy for -R-CH3 dissociation (3 equivalent H atoms) -""" -) +) \ No newline at end of file