Skip to content

Commit

Permalink
Removed NNOH from PNL
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Aug 27, 2023
1 parent ebd5cdf commit 5df6a7b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,13 +285,6 @@ multiplicity 2
3 O u1 p2 c0 {2,S}
4 H u0 p0 c0 {1,S}

NNOH
multiplicity 2
1 N u1 p1 c0 {2,D}
2 N u0 p1 c0 {1,D} {3,S}
3 O u0 p2 c0 {2,S} {4,S}
4 H u0 p0 c0 {3,S}

HNNO2
multiplicity 2
1 N u1 p1 c0 {2,S} {3,S}
Expand Down
49 changes: 32 additions & 17 deletions input/kinetics/libraries/primaryNitrogenLibrary/reactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1430,7 +1430,7 @@

entry(
index = 70,
label = "H + N2O <=> HNNO",
label = "N2O + H <=> HNNO",
degeneracy = 1,
kinetics = Arrhenius(A=(8.5e+13, 'cm^3/(mol*s)'), n=0, Ea=(9082, 'cal/mol'), T0=(1, 'K')),
elementary_high_p = True,
Expand All @@ -1442,19 +1442,34 @@
""",
)

entry(
index = 71,
label = "H + N2O <=> NNOH",
degeneracy = 1,
kinetics = Arrhenius(A=(1.3e+14, 'cm^3/(mol*s)'), n=0, Ea=(18403, 'cal/mol'), T0=(1, 'K')),
elementary_high_p = True,
shortDesc = u"""[DeanBozz2000]""",
longDesc =
u"""
Part of the "N2O Pathway"
See [DeanBozz2000] 2.6.3, p. 158, and Table 2.6 on p. 163
""",
)
# entry(
# index = 71,
# label = "N2O + H <=> NNOH",
# degeneracy = 1,
# kinetics = Arrhenius(A=(1.0e+0, 'cm^3/(mol*s)'), n=0, Ea=(1000, 'kcal/mol'), T0=(1, 'K')),
# elementary_high_p = True,
# shortDesc = u"""NPS""",
# longDesc =
# u"""
#
#
# The NNOH species does not exist, see A.M. Mebel, C.C. Hsu, M.C. Lin, K. Morokuma, J. Chem. Phys. 103, 5640-5649, 1995,
# DOI: 10.1063/1.470546
#
# However, a rate was given later by D&B:
# See [DeanBozz2000] 2.6.3, p. 158, and Table 2.6 on p. 163:
# Arrhenius(A=(1.3e+14, 'cm^3/(mol*s)'), n=0, Ea=(18403, 'cal/mol'), T0=(1, 'K')
#
# We could not optimize NNH at neither of wb97xd/Def2TZVP, CBS-QB3, M062X/Def2TZVP.
#
# NNOH
# multiplicity 2
# 1 N u1 p1 c0 {2,D}
# 2 N u0 p1 c0 {1,D} {3,S}
# 3 O u0 p2 c0 {2,S} {4,S}
# 4 H u0 p0 c0 {3,S}
# """,
# )

entry(
index = 72,
Expand Down Expand Up @@ -2682,7 +2697,8 @@
index = 142,
label = "NH2 + NO <=> N2O + H2",
degeneracy = 1,
kinetics = Arrhenius(A=(7e+13, 'cm^3/(mol*s)','*|/',2), n=0, Ea=(15700, 'cal/mol'), T0=(1, 'K'), Tmin=(1680, 'K'), Tmax=(2850, 'K')),
kinetics = Arrhenius(A=(7e+13, 'cm^3/(mol*s)', '*|/', 2), n=0, Ea=(15700, 'cal/mol'),
T0=(1, 'K'), Tmin=(1680, 'K'), Tmax=(2850, 'K')),
shortDesc = u"""[Hanson1981]""",
longDesc =
u"""
Expand Down Expand Up @@ -3206,8 +3222,7 @@
entry(
index = 172,
label='NH2 + NO2 <=> N2O + H2O',
kinetics=Arrhenius(A=(4.3e+17, 'cm^3/(mol*s)'), n=-1.874, Ea=(588, 'cal/mol'),
T0=(1, 'K')),
kinetics=Arrhenius(A=(4.3e+17, 'cm^3/(mol*s)'), n=-1.874, Ea=(588, 'cal/mol'), T0=(1, 'K')),
shortDesc=u"""[Glarborg2022]""",
longDesc=
u"""
Expand Down

0 comments on commit 5df6a7b

Please sign in to comment.