forked from ReactionMechanismGenerator/RMG-database
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed the sign of electrons in PCET families
This is to make them consistent with Li families
- Loading branch information
Showing
10 changed files
with
240 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
125 changes: 125 additions & 0 deletions
125
input/kinetics/families/Surface_Proton_Electron_Reduction_Alpha_vdW/training/reactions.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,125 @@ | ||
#!/usr/bin/env python | ||
# encoding: utf-8 | ||
|
||
name = "Surface_Proton_Electron_Reduction_Alpha/training" | ||
shortDesc = u"Reaction kinetics used to generate rate rules" | ||
longDesc = u""" | ||
Put kinetic parameters for specific reactions in this file to use as a | ||
training set for generating rate rules to populate this kinetics family. | ||
""" | ||
|
||
# entry( | ||
# index = 1, | ||
# label = "CH3X + H <=> CH4X", | ||
# degeneracy = 1, | ||
# kinetics = SurfaceChargeTransfer( | ||
# alpha = 0.12, # charge transfer coeff | ||
# A = (2.5e10, 'm^3/(mol*s)'), # pre-exponential factor estimate 10^11 s^-1 * 2.5e5 m^2/mol / 1000 m^3/mol H+ | ||
# n = 0, # temperature coeff | ||
# V0 = (0.51, 'V'), # reference potential | ||
# Ea = (0.89, 'eV/molecule'), # activation energy | ||
# Tmin = (200, 'K'), | ||
# Tmax = (3000, 'K'), | ||
# electrons = 1, # electron stochiometric coeff | ||
# ), | ||
# shortDesc = u"""https://doi.org/10.1016/j.cattod.2017.01.050""", | ||
# longDesc = u""" | ||
# """, | ||
# metal = "Pt", | ||
# facet = "111", | ||
# site = "", | ||
# rank = 5, | ||
# ) | ||
|
||
entry( | ||
index = 1, | ||
label = "CH3X + H <=> CH4X", | ||
degeneracy = 1, | ||
kinetics = SurfaceChargeTransfer( | ||
alpha = 0.23, # charge transfer coeff | ||
A = (2.5e10, 'm^3/(mol*s)'), # pre-exponential factor estimate 10^11 s^-1 * 2.5e5 m^2/mol / 1000 m^3/mol H+ | ||
n = 0, # temperature coeff | ||
V0 = (-0.5, 'V'), # reference potential | ||
Ea = (0.53, 'eV/molecule'), # activation energy | ||
Tmin = (200, 'K'), | ||
Tmax = (3000, 'K'), | ||
electrons = 1, # electron stochiometric coeff | ||
), | ||
shortDesc = u"""https://doi.org/10.1016/j.cattod.2018.03.048""", | ||
longDesc = u""" | ||
""", | ||
metal = "Pt", | ||
facet = "111", | ||
site = "", | ||
rank = 5, | ||
) | ||
|
||
# entry( | ||
# index = 2, | ||
# label = "HOX + H <=> H2OX", | ||
# degeneracy = 1, | ||
# kinetics = SurfaceChargeTransfer( | ||
# alpha = 0.07, # charge transfer coeff | ||
# A = (2.5e10, 'm^3/(mol*s)'), # pre-exponential factor estimate 10^11 s^-1 * 2.5e5 m^2/mol / 1000 m^3/mol H+ | ||
# n = 0, # temperature coeff | ||
# V0 = (0.39, 'V'), # reference potential | ||
# Ea = (0.14, 'eV/molecule'), # activation energy | ||
# Tmin = (200, 'K'), | ||
# Tmax = (3000, 'K'), | ||
# electrons = 1, # electron stochiometric coeff | ||
# ), | ||
# shortDesc = u"""https://doi.org/10.1016/j.cattod.2017.01.050""", | ||
# longDesc = u""" | ||
# """, | ||
# metal = "Pt", | ||
# facet = "111", | ||
# site = "", | ||
# rank = 5, | ||
# ) | ||
|
||
entry( | ||
index = 2, | ||
label = "HOX + H <=> H2OX", | ||
degeneracy = 1, | ||
kinetics = SurfaceChargeTransfer( | ||
alpha = 0.11, # charge transfer coeff | ||
A = (2.5e10, 'm^3/(mol*s)'), # pre-exponential factor estimate 10^11 s^-1 * 2.5e5 m^2/mol / 1000 m^3/mol H+ | ||
n = 0, # temperature coeff | ||
V0 = (-0.5, 'V'), # reference potential | ||
Ea = (0.12, 'eV/molecule'), # activation energy | ||
Tmin = (200, 'K'), | ||
Tmax = (3000, 'K'), | ||
electrons = 1, # electron stochiometric coeff | ||
), | ||
shortDesc = u"""https://doi.org/10.1016/j.cattod.2018.03.048""", | ||
longDesc = u""" | ||
""", | ||
metal = "Pt", | ||
facet = "111", | ||
site = "", | ||
rank = 5, | ||
) | ||
|
||
entry( | ||
index = 3, | ||
label = "NH2X + H <=> NH3X", | ||
degeneracy = 1, | ||
kinetics = SurfaceChargeTransfer( | ||
alpha = 0.35, # charge transfer coeff | ||
A = (2.5e10, 'm^3/(mol*s)'), # pre-exponential factor estimate 10^11 s^-1 * 2.5e5 m^2/mol / 1000 m^3/mol H+ | ||
n = 0, # temperature coeff | ||
V0 = (-0.5, 'V'), # reference potential | ||
Ea = (0.23, 'eV/molecule'), # activation energy | ||
Tmin = (200, 'K'), | ||
Tmax = (3000, 'K'), | ||
electrons = 1, # electron stochiometric coeff | ||
), | ||
shortDesc = u"""https://doi.org/10.1016/j.cattod.2018.03.048""", | ||
longDesc = u""" | ||
""", | ||
metal = "Pt", | ||
facet = "111", | ||
site = "", | ||
rank = 5, | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.