Skip to content

Commit

Permalink
f! PNL - fix NH + O2 <=> O + HNO(T)
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed May 24, 2024
1 parent 710b563 commit 1416c93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion input/kinetics/libraries/primaryNitrogenLibrary/reactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5802,7 +5802,7 @@

entry(
index=334,
label='NH + O2 <=> O + HNO',
label='NH + O2 <=> O + HNO(T)',
kinetics=Arrhenius(A=(4.61e+05, 'cm^3/(mol*s)'), n=2.0, Ea=(6500, 'cal/mol'),
T0=(1, 'K'), Tmin=(300, 'K'), Tmax=(3300, 'K')),
shortDesc=u"""[Miller1992]""",
Expand All @@ -5811,6 +5811,8 @@
Part of the "NOx" subset
k3
BAC-MP4
Also studied by 10.1021/jp902527a
""",
)

Expand Down

0 comments on commit 1416c93

Please sign in to comment.