Skip to content

Commit

Permalink
RMG-database v2.1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mliu49 committed May 2, 2018
2 parents 631e9c7 + 0ffc82d commit 7ca5cca
Show file tree
Hide file tree
Showing 15 changed files with 66,736 additions and 22,585 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,27 @@ multiplicity 2
2 *1 N u0 p1 c0 {1,S} {3,D}
3 O u0 p2 c0 {2,D}

CH3CH2OO
multiplicity 2
1 C u0 p0 c0 {2,S} {5,S} {6,S} {7,S}
2 C u0 p0 c0 {1,S} {3,S} {8,S} {9,S}
3 *1 O u0 p2 c0 {2,S} {4,S}
4 *2 O u1 p2 c0 {3,S}
5 H u0 p0 c0 {1,S}
6 H u0 p0 c0 {1,S}
7 H u0 p0 c0 {1,S}
8 H u0 p0 c0 {2,S}
9 H u0 p0 c0 {2,S}

CH3CH2O
multiplicity 2
1 C u0 p0 c0 {2,S} {4,S} {5,S} {6,S}
2 C u0 p0 c0 {1,S} {3,S} {7,S} {8,S}
3 *1 O u1 p2 c0 {2,S}
4 H u0 p0 c0 {1,S}
5 H u0 p0 c0 {1,S}
6 H u0 p0 c0 {1,S}
7 H u0 p0 c0 {2,S}
8 H u0 p0 c0 {2,S}


55 changes: 39 additions & 16 deletions input/kinetics/families/Birad_R_Recombination/training/reactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,25 @@
""",
)

entry(
index = 3,
label = "HSOO <=> HSO + O",
degeneracy = 1,
kinetics = Arrhenius(A=(2.01e+19, 's^-1'), n=-1.07, Ea=(28377, 'cal/mol'), T0=(1, 'K'), Tmin = (200, 'K'), Tmax = (2000, 'K')),
rank = 2,
shortDesc = u"""Training reaction from kinetics library: SOx""",
longDesc =
u"""
T range: 200-2000 K
A. Goumri, J-D.R. Rocha, D. Laakso, C.E. Smith, P. Marshall, J. Phys. Chem. A, 1999, 103(51), 11328-11335 doi: 10.1021/jp9924070
Table 7 on p. 11333
calculations done at the QCISD(T)/6-311+G(3df,2p)//MP2=FULL/6-31G(d) level of theory
Originally a Troe expression was given, only k_inf is taken here
""",
)
#This is commented out because currently GAV can't estimate the reverse rate
#which results in rates that are many orders of magnitude faster than they should
#be, when this is no longer a problem for these species, this can be uncommented
#entry(
# index = 3,
# label = "HSOO <=> HSO + O",
# degeneracy = 1,
# kinetics = Arrhenius(A=(2.01e+19, 's^-1'), n=-1.07, Ea=(28377, 'cal/mol'), T0=(1, 'K'), Tmin = (200, 'K'), Tmax = (2000, 'K')),
# rank = 2,
# shortDesc = u"""Training reaction from kinetics library: SOx""",
# longDesc =
#u"""
#T range: 200-2000 K
#A. Goumri, J-D.R. Rocha, D. Laakso, C.E. Smith, P. Marshall, J. Phys. Chem. A, 1999, 103(51), 11328-11335 doi: 10.1021/jp9924070
#Table 7 on p. 11333
#calculations done at the QCISD(T)/6-311+G(3df,2p)//MP2=FULL/6-31G(d) level of theory
#Originally a Troe expression was given, only k_inf is taken here
#""",
#)

entry(
index = 4,
Expand All @@ -77,3 +80,23 @@
Originally a Troe expression was given, only k_inf is taken here
""",
)

entry(
index = 5,
label = "CH3CH2OO = CH3CH2O + O",
degeneracy = 1,
kinetics = Arrhenius(A=(2.98e15, 's^-1'), n=-0.09, Ea=(61600, 'cal/mol'), T0=(1, 'K'), Tmin = (300, 'K'), Tmax = (2000, 'K')),
rank = 3,
shortDesc = u"""CBS-Q//B3LYP/6-31G(d,p) calculation""",
longDesc =
u"""
From Detailed Kinetics and Thermochemistry of C2H5+O2: Reaction Kinetics of the
Chemically-Activated and Stabilized CH3CH2OO Adduct
J. Phys. Chem. A 2002, 106,7276-7293
Sheng, Bozzelli, Dean and Chang
'enthalpy
calculated at the CBS-Q//B3LYP/6-31G(d,p) and entropy and
heat capacity values from frequencies and structures at B3LYP/
6-31G(d,p) level of theory'
""",
)
Loading

0 comments on commit 7ca5cca

Please sign in to comment.