Skip to content

Commit

Permalink
Corrected two elementary_high_p attributes in primaryNitrogenLibrary
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed May 18, 2023
1 parent 4cfc73c commit 0dcdad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions input/kinetics/libraries/primaryNitrogenLibrary/reactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4875,7 +4875,7 @@
T0=(1, 'K'), Tmin=(200, 'K'), Tmax=(2000, 'K')),
arrheniusLow = Arrhenius(A=(1.20e+42, 'cm^6/(mol^2*s)'), n=-8.8, Ea=(3117.9, 'cal/mol'),
T0=(1, 'K'), Tmin=(200, 'K'), Tmax=(2000, 'K'))),
elementary_high_p = False,
elementary_high_p = True,
shortDesc = u"""[Lin2003d]""",
longDesc =
u"""
Expand All @@ -4892,7 +4892,7 @@
T0=(1, 'K'), Tmin=(200, 'K'), Tmax=(2000, 'K')),
arrheniusLow = Arrhenius(A=(1.14e+50, 'cm^6/(mol^2*s)'), n=-12.3, Ea=(5136.9, 'cal/mol'),
T0=(1, 'K'), Tmin=(200, 'K'), Tmax=(2000, 'K'))),
elementary_high_p = False,
elementary_high_p = True,
shortDesc = u"""[Lin2003d]""",
longDesc =
u"""
Expand Down

0 comments on commit 0dcdad2

Please sign in to comment.