Skip to content

Commit d10ca81

Browse files
committed
Update incorrect Glarborg database entry
Glarborg's original thesis has the entry as CH3CHOOH -> CH3CHO + OH. The previous entry was malformed (a symmetric reaction). https://backend.orbit.dtu.dk/ws/portalfiles/portal/4727804/PhDThesis_CLR_Printing.pdf (see Ch. 5.3 Table 5.4 pg. 133, entry 182).
1 parent e883a4c commit d10ca81

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

input/kinetics/libraries/Glarborg/C2/dictionary.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,3 +389,14 @@ multiplicity 2
389389
7 H u0 p0 c0 {2,S}
390390
8 H u0 p0 c0 {3,S}
391391

392+
CH3CHOOH
393+
multiplicity 2
394+
1 C u0 p0 c0 {2,S} {5,S} {6,S} {7,S}
395+
2 C u1 p0 c0 {1,S} {3,S} {8,S}
396+
3 O u0 p2 c0 {2,S} {4,S}
397+
4 O u0 p2 c0 {3,S} {9,S}
398+
5 H u0 p0 c0 {1,S}
399+
6 H u0 p0 c0 {1,S}
400+
7 H u0 p0 c0 {1,S}
401+
8 H u0 p0 c0 {2,S}
402+
9 H u0 p0 c0 {4,S}

input/kinetics/libraries/Glarborg/C2/reactions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3655,7 +3655,7 @@
36553655

36563656
entry(
36573657
index = 403,
3658-
label = "CH3CHO + OH <=> CH3CHO + OH",
3658+
label = "CH3CHOOH <=> CH3CHO + OH",
36593659
degeneracy = 1,
36603660
kinetics = PDepArrhenius(
36613661
pressures = ([1, 10, 100], 'atm'),

0 commit comments

Comments
 (0)