Skip to content

Commit 7abcf1f

Browse files
committed
fix LithiumPrimaryKinetics
1 parent 2567755 commit 7abcf1f

2 files changed

Lines changed: 14 additions & 23 deletions

File tree

input/kinetics/libraries/LithiumPrimaryKinetics/dictionary.txt

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,6 @@ multiplicity 2
1212
10 H u0 p0 c0 {5,S}
1313
11 H u0 p0 c0 {5,S}
1414

15-
[Li]OC[=O]OC[CH2]
16-
multiplicity 2
17-
1 O u0 p2 c0 {4,S} {6,S}
18-
2 O u0 p2 c0 {6,S} {7,S}
19-
3 O u0 p2 c0 {6,D}
20-
4 C u0 p0 c0 {1,S} {5,S} {8,S} {9,S}
21-
5 C u1 p0 c0 {4,S} {10,S} {11,S}
22-
6 C u0 p0 c0 {1,S} {2,S} {3,D}
23-
7 Li u0 p0 c0 {2,S}
24-
8 H u0 p0 c0 {4,S}
25-
9 H u0 p0 c0 {4,S}
26-
10 H u0 p0 c0 {5,S}
27-
11 H u0 p0 c0 {5,S}
28-
2915
[Li]OCCO[C]=O
3016
multiplicity 2
3117
1 O u0 p2 c0 {4,S} {6,S}
@@ -272,12 +258,6 @@ multiplicity 2
272258
9 H u0 p0 c0 {4,S}
273259
10 H u0 p0 c0 {5,S}
274260

275-
O=C
276-
1 O u0 p2 c0 {2,D}
277-
2 C u0 p0 c0 {1,D} {3,S} {4,S}
278-
3 H u0 p0 c0 {2,S}
279-
4 H u0 p0 c0 {2,S}
280-
281261
N=CCN[CH2]
282262
multiplicity 2
283263
1 N u0 p1 c0 {3,S} {5,S} {8,S}

input/kinetics/libraries/LithiumPrimaryKinetics/reactions.py

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
autoGenerated=False
1010
entry(
1111
index = 0,
12-
label = "[Li]O[C]1OCCO1 <=> [Li]OC[=O]OC[CH2]",
12+
label = "[Li]O[C]1OCCO1 <=> [Li]OC(=O)OC[CH2]",
1313
degeneracy = 1.0,
1414
kinetics = Arrhenius(A=(4.99833e+12,'s^-1'), n=0.39066, Ea=(59.4863,'kJ/mol'), T0=(1,'K'), Tmin=(300,'K'), Tmax=(3000,'K'), solute=SoluteData(S=2.140536907525525,B=1.0466026029403899,E=-0.4141994326786929,L=4.770587031445122,A=0.9093778018261982,comment='')),
1515
longDesc =
@@ -460,7 +460,7 @@
460460

461461
entry(
462462
index = 11,
463-
label = "O=CCC[O] + [Li] <=> O=C + [Li]OC=C",
463+
label = "O=CCC[O] + [Li] <=> C=O + [Li]OC=C",
464464
degeneracy = 1.0,
465465
kinetics = Arrhenius(A=(1.74272e+07,'cm^3/(mol*s)'), n=2.05933, Ea=(-27.3358,'kJ/mol'), T0=(1,'K'), Tmin=(300,'K'), Tmax=(3000,'K'), solute=SoluteData(S=3.2490249849978214,B=2.6960753668589854,E=2.1706425235190108,L=14.985510873166351,A=0.7334126588566799,comment='')),
466466
longDesc =
@@ -819,6 +819,7 @@
819819
"methyl acetate", "formamide", "diethyl carbonate", "dimethyl carbonate",]
820820
MAE error: 1071.2824706634553 J/mol
821821
""",
822+
allow_max_rate_violation=True,
822823
)
823824

824825
entry(
@@ -852,6 +853,7 @@
852853
"methyl acetate", "formamide", "diethyl carbonate", "dimethyl carbonate",]
853854
MAE error: 2114.547977695349 J/mol
854855
""",
856+
allow_max_rate_violation=True,
855857
)
856858

857859
entry(
@@ -886,6 +888,7 @@
886888
"methyl acetate", "formamide", "diethyl carbonate", "dimethyl carbonate",]
887889
MAE error: 1435.1628987975923 J/mol
888890
""",
891+
allow_max_rate_violation=True,
889892
)
890893

891894
entry(
@@ -923,6 +926,7 @@
923926
"methyl acetate", "formamide", "diethyl carbonate", "dimethyl carbonate",]
924927
MAE error: 1321.823066484516 J/mol
925928
""",
929+
allow_max_rate_violation=True,
926930
)
927931

928932
entry(
@@ -959,6 +963,7 @@
959963
"methyl acetate", "formamide", "diethyl carbonate", "dimethyl carbonate",]
960964
MAE error: 2046.4105178239631 J/mol
961965
""",
966+
allow_max_rate_violation=True,
962967
)
963968

964969
entry(
@@ -996,6 +1001,7 @@
9961001
"methyl acetate", "formamide", "diethyl carbonate", "dimethyl carbonate",]
9971002
MAE error: 4708.787281816518 J/mol
9981003
""",
1004+
allow_max_rate_violation=True,
9991005
)
10001006

10011007
entry(
@@ -1115,6 +1121,7 @@
11151121
"methyl acetate", "formamide", "diethyl carbonate", "dimethyl carbonate",]
11161122
MAE error: 2191.6345368658176 J/mol
11171123
""",
1124+
allow_max_rate_violation=True,
11181125
)
11191126

11201127
entry(
@@ -1234,6 +1241,7 @@
12341241
"methyl acetate", "formamide", "diethyl carbonate", "dimethyl carbonate",]
12351242
MAE error: 3733.7594052313543 J/mol
12361243
""",
1244+
allow_max_rate_violation=True,
12371245
)
12381246

12391247
entry(
@@ -1275,6 +1283,7 @@
12751283
"methyl acetate", "formamide", "diethyl carbonate", "dimethyl carbonate",]
12761284
MAE error: 1260.011897897355 J/mol
12771285
""",
1286+
allow_max_rate_violation=True,
12781287
)
12791288

12801289
entry(
@@ -1561,6 +1570,7 @@
15611570
"methyl acetate", "formamide", "diethyl carbonate", "dimethyl carbonate",]
15621571
MAE error: 2167.4878926153538 J/mol
15631572
""",
1573+
allow_max_rate_violation=True,
15641574
)
15651575

15661576
entry(
@@ -1855,7 +1865,7 @@
18551865

18561866
entry(
18571867
index = 46,
1858-
label = "[Li]O[Li] + O=C <=> [Li]OCO[Li]",
1868+
label = "[Li]O[Li] + C=O <=> [Li]OCO[Li]",
18591869
degeneracy = 1.0,
18601870
kinetics = Arrhenius(A=(60668.5,'cm^3/(mol*s)'), n=2.48558, Ea=(-44.9325,'kJ/mol'), T0=(1,'K'), Tmin=(300,'K'), Tmax=(3000,'K'), solute=SoluteData(S=-6.237601960913579,B=9.474105452618263,E=1.6329134231750524,L=15.17499274807221,A=3.5783211118513525,comment='')),
18611871
longDesc =
@@ -2189,6 +2199,7 @@
21892199
"methyl acetate", "formamide", "diethyl carbonate", "dimethyl carbonate",]
21902200
MAE error: 1463.7250120069011 J/mol
21912201
""",
2202+
allow_max_rate_violation=True,
21922203
)
21932204

21942205
entry(

0 commit comments

Comments
 (0)