Skip to content

Commit ff289cc

Browse files
PoojaNemJacksonBurns
authored andcommitted
Corrected CH2 & CH2* species for reactions in JetSurF2.0
1 parent cc0ecdb commit ff289cc

File tree

1 file changed

+107
-40
lines changed

1 file changed

+107
-40
lines changed

Diff for: input/kinetics/libraries/JetSurF2.0/reactions.py

+107-40
Original file line numberDiff line numberDiff line change
@@ -585,12 +585,12 @@
585585
label = "CH2 + O <=> HCO + H",
586586
degeneracy = 1,
587587
duplicate = True,
588-
kinetics = MultiArrhenius(
589-
arrhenius = [
590-
Arrhenius(A=(8e+13, 'cm^3/(mol*s)'), n=0, Ea=(0, 'cal/mol'), T0=(1, 'K')),
591-
Arrhenius(A=(1.5e+13, 'cm^3/(mol*s)'), n=0, Ea=(0, 'cal/mol'), T0=(1, 'K')),
592-
],
593-
),
588+
kinetics = Arrhenius(A=(8e+13,'cm^3/(mol*s)'), n=0, Ea=(0,'cal/mol'), T0=(1,'K'), comment="""GRI"""),
589+
longDesc =
590+
"""
591+
Originally from reaction library: Unclassified
592+
GRI
593+
""",
594594
)
595595

596596
entry(
@@ -617,13 +617,12 @@
617617
index = 51,
618618
label = "CH2 + H2 <=> H + CH3",
619619
degeneracy = 1,
620-
duplicate = True,
621-
kinetics = MultiArrhenius(
622-
arrhenius = [
623-
Arrhenius(A=(500000, 'cm^3/(mol*s)'), n=2, Ea=(7230, 'cal/mol'), T0=(1, 'K')),
624-
Arrhenius(A=(7e+13, 'cm^3/(mol*s)'), n=0, Ea=(0, 'cal/mol'), T0=(1, 'K')),
625-
],
626-
),
620+
kinetics = Arrhenius(A=(500000,'cm^3/(mol*s)'), n=2, Ea=(7230,'cal/mol'), T0=(1,'K'), comment="""GRI"""),
621+
longDesc =
622+
"""
623+
Originally from reaction library: Unclassified
624+
GRI
625+
""",
627626
)
628627

629628
entry(
@@ -937,13 +936,12 @@
937936
index = 81,
938937
label = "CH3 + OH <=> CH2 + H2O",
939938
degeneracy = 1,
940-
duplicate = True,
941-
kinetics = MultiArrhenius(
942-
arrhenius = [
943-
Arrhenius(A=(5.6e+07, 'cm^3/(mol*s)'), n=1.6, Ea=(5420, 'cal/mol'), T0=(1, 'K')),
944-
Arrhenius(A=(2.501e+13, 'cm^3/(mol*s)'), n=0, Ea=(0, 'cal/mol'), T0=(1, 'K')),
945-
],
946-
),
939+
kinetics = Arrhenius(A=(5.6e+07,'cm^3/(mol*s)'), n=1.6, Ea=(5420,'cal/mol'), T0=(1,'K'), comment="""GRI"""),
940+
longDesc =
941+
"""
942+
Originally from reaction library: Unclassified
943+
GRI
944+
""",
947945
)
948946

949947
entry(
@@ -1018,13 +1016,12 @@
10181016
index = 91,
10191017
label = "CH3 + CH2 <=> C2H4 + H",
10201018
degeneracy = 1,
1021-
duplicate = True,
1022-
kinetics = MultiArrhenius(
1023-
arrhenius = [
1024-
Arrhenius(A=(4e+13, 'cm^3/(mol*s)'), n=0, Ea=(0, 'cal/mol'), T0=(1, 'K')),
1025-
Arrhenius(A=(1.2e+13, 'cm^3/(mol*s)'), n=0, Ea=(-570, 'cal/mol'), T0=(1, 'K')),
1026-
],
1027-
),
1019+
kinetics = Arrhenius(A=(4e+13,'cm^3/(mol*s)'), n=0, Ea=(0,'cal/mol'), T0=(1,'K'), comment="""GRI"""),
1020+
longDesc =
1021+
"""
1022+
Originally from reaction library: Unclassified
1023+
GRI
1024+
""",
10281025
)
10291026

10301027
entry(
@@ -1256,13 +1253,12 @@
12561253
index = 115,
12571254
label = "CH4 + CH2 <=> CH3 + CH3",
12581255
degeneracy = 1,
1259-
duplicate = True,
1260-
kinetics = MultiArrhenius(
1261-
arrhenius = [
1262-
Arrhenius(A=(2.46e+06, 'cm^3/(mol*s)'), n=2, Ea=(8270, 'cal/mol'), T0=(1, 'K')),
1263-
Arrhenius(A=(1.6e+13, 'cm^3/(mol*s)'), n=0, Ea=(-570, 'cal/mol'), T0=(1, 'K')),
1264-
],
1265-
),
1256+
kinetics = Arrhenius(A=(2.46e+06,'cm^3/(mol*s)'), n=2, Ea=(8270,'cal/mol'), T0=(1,'K'), comment="""GRI"""),
1257+
longDesc =
1258+
"""
1259+
Originally from reaction library: Unclassified
1260+
GRI
1261+
""",
12661262
)
12671263

12681264
entry(
@@ -2507,12 +2503,12 @@
25072503
label = "C2H4 + CH2 <=> aC3H5 + H",
25082504
degeneracy = 1,
25092505
duplicate = True,
2510-
kinetics = MultiArrhenius(
2511-
arrhenius = [
2512-
Arrhenius(A=(2e+13, 'cm^3/(mol*s)'), n=0, Ea=(6000, 'cal/mol'), T0=(1, 'K')),
2513-
Arrhenius(A=(5e+13, 'cm^3/(mol*s)'), n=0, Ea=(0, 'cal/mol'), T0=(1, 'K')),
2514-
],
2515-
),
2506+
kinetics = Arrhenius(A=(2e+13,'cm^3/(mol*s)'), n=0, Ea=(6000,'cal/mol'), T0=(1,'K'), comment="""Estimated"""),
2507+
longDesc =
2508+
"""
2509+
Originally from reaction library: Unclassified
2510+
Estimated
2511+
""",
25162512
)
25172513

25182514
entry(
@@ -22102,3 +22098,74 @@
2210222098
kinetics = Arrhenius(A=(4.5e+15, 'cm^3/(mol*s)'), n=0, Ea=(25000, 'cal/mol'), T0=(1, 'K')),
2210322099
shortDesc = u"""The chemkin file reaction is C2H + O2 => CH* + CO2""",
2210422100
)
22101+
entry(
22102+
index = 2137,
22103+
label = "CH3 + OH <=> CH2* + H2O",
22104+
degeneracy = 1.0,
22105+
kinetics = Arrhenius(A=(2.501e+13,'cm^3/(mol*s)'), n=0, Ea=(0,'cal/mol'), T0=(1,'K'), comment="""GRI"""),
22106+
longDesc =
22107+
"""
22108+
Originally from reaction library: Unclassified
22109+
GRI
22110+
""",
22111+
)
22112+
22113+
entry(
22114+
index = 2138,
22115+
label = "CH2* + H2 <=> CH3 + H",
22116+
degeneracy = 1.0,
22117+
kinetics = Arrhenius(A=(7e+13,'cm^3/(mol*s)'), n=0, Ea=(0,'cal/mol'), T0=(1,'K'), comment="""GRI"""),
22118+
longDesc =
22119+
"""
22120+
Originally from reaction library: Unclassified
22121+
GRI
22122+
""",
22123+
)
22124+
22125+
entry(
22126+
index = 2139,
22127+
label = "CH3 + CH2* <=> C2H4 + H",
22128+
degeneracy = 1.0,
22129+
kinetics = Arrhenius(A=(1.2e+13,'cm^3/(mol*s)'), n=0, Ea=(-570,'cal/mol'), T0=(1,'K'), comment="""GRI"""),
22130+
longDesc =
22131+
"""
22132+
Originally from reaction library: Unclassified
22133+
GRI
22134+
""",
22135+
)
22136+
22137+
entry(
22138+
index = 2140,
22139+
label = "C2H4 + CH2* <=> aC3H5 + H",
22140+
degeneracy = 1.0,
22141+
kinetics = Arrhenius(A=(5e+13,'cm^3/(mol*s)'), n=0, Ea=(0,'cal/mol'), T0=(1,'K'), comment="""Estimated"""),
22142+
longDesc =
22143+
"""
22144+
Originally from reaction library: Unclassified
22145+
Estimated
22146+
""",
22147+
)
22148+
22149+
entry(
22150+
index = 2141,
22151+
label = "CH4 + CH2* <=> CH3 + CH3",
22152+
degeneracy = 1.0,
22153+
kinetics = Arrhenius(A=(1.6e+13,'cm^3/(mol*s)'), n=0, Ea=(-570,'cal/mol'), T0=(1,'K'), comment="""GRI"""),
22154+
longDesc =
22155+
"""
22156+
Originally from reaction library: Unclassified
22157+
GRI
22158+
""",
22159+
)
22160+
22161+
entry(
22162+
index = 2142,
22163+
label = "CH2* + O <=> HCO + H",
22164+
degeneracy = 1.0,
22165+
kinetics = Arrhenius(A=(1.5e+13,'cm^3/(mol*s)'), n=0, Ea=(0,'cal/mol'), T0=(1,'K'), comment="""GRI"""),
22166+
longDesc =
22167+
"""
22168+
Originally from reaction library: Unclassified
22169+
GRI
22170+
""",
22171+
)

0 commit comments

Comments
 (0)