Skip to content

Commit

Permalink
Dissociation Beta vdW
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBNEU authored and bjkreitz committed Jul 22, 2024
1 parent 3d6a024 commit edee304
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions input/kinetics/families/Surface_Dissociation_Beta_vdW/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
"""
)
)

0 comments on commit edee304

Please sign in to comment.