Skip to content

Commit 807e840

Browse files
authored
Merge pull request #182 from ReactionMechanismGenerator/R_Rec_train
Added training reactions to R_Recombination
2 parents b53ff7a + ba237e3 commit 807e840

2 files changed

Lines changed: 86 additions & 0 deletions

File tree

input/kinetics/families/R_Recombination/training/dictionary.txt

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,42 @@ CH3NO2
206206
6 H u0 p0 c0 {1,S}
207207
7 H u0 p0 c0 {1,S}
208208

209+
C2H6
210+
1 C u0 p0 c0 {2,S} {3,S} {4,S} {5,S}
211+
2 C u0 p0 c0 {1,S} {6,S} {7,S} {8,S}
212+
3 H u0 p0 c0 {1,S}
213+
4 H u0 p0 c0 {1,S}
214+
5 H u0 p0 c0 {1,S}
215+
6 H u0 p0 c0 {2,S}
216+
7 H u0 p0 c0 {2,S}
217+
8 H u0 p0 c0 {2,S}
218+
219+
C3H8
220+
1 C u0 p0 c0 {2,S} {4,S} {5,S} {6,S}
221+
2 C u0 p0 c0 {1,S} {3,S} {7,S} {8,S}
222+
3 C u0 p0 c0 {2,S} {9,S} {10,S} {11,S}
223+
4 H u0 p0 c0 {1,S}
224+
5 H u0 p0 c0 {1,S}
225+
6 H u0 p0 c0 {1,S}
226+
7 H u0 p0 c0 {2,S}
227+
8 H u0 p0 c0 {2,S}
228+
9 H u0 p0 c0 {3,S}
229+
10 H u0 p0 c0 {3,S}
230+
11 H u0 p0 c0 {3,S}
231+
232+
C4H10
233+
1 C u0 p0 c0 {2,S} {5,S} {6,S} {7,S}
234+
2 C u0 p0 c0 {1,S} {3,S} {8,S} {9,S}
235+
3 C u0 p0 c0 {2,S} {4,S} {10,S} {11,S}
236+
4 C u0 p0 c0 {3,S} {12,S} {13,S} {14,S}
237+
5 H u0 p0 c0 {1,S}
238+
6 H u0 p0 c0 {1,S}
239+
7 H u0 p0 c0 {1,S}
240+
8 H u0 p0 c0 {2,S}
241+
9 H u0 p0 c0 {2,S}
242+
10 H u0 p0 c0 {3,S}
243+
11 H u0 p0 c0 {3,S}
244+
12 H u0 p0 c0 {4,S}
245+
13 H u0 p0 c0 {4,S}
246+
14 H u0 p0 c0 {4,S}
209247

input/kinetics/families/R_Recombination/training/reactions.py

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,3 +293,51 @@
293293
""",
294294
)
295295

296+
entry(
297+
index = 20,
298+
label = "CH3 + CH3 <=> C2H6",
299+
degeneracy = 1,
300+
kinetics = Arrhenius(A=(9.45e+14, 'cm^3/(mol*s)'), n=-0.538, Ea=(135.1, 'cal/mol'), T0=(1, 'K'), Tmin=(200, 'K'), Tmax=(2000, 'K')),
301+
rank = 2,
302+
shortDesc = u"""CASPT2/cc-pvdz""",
303+
longDesc =
304+
u"""
305+
S.J. Klippenstein, Y. Georgievskiia, L.B. Hardingb
306+
Predictive theory for the combination kinetics of two alkyl radicals
307+
Phys. Chem. Chem. Phys., 2006, 8, 1133-1147
308+
doi: 10.1039/B515914H
309+
""",
310+
)
311+
312+
entry(
313+
index = 21,
314+
label = "CH3 + C2H5 <=> C3H8",
315+
degeneracy = 1,
316+
kinetics = Arrhenius(A=(1.23e+15, 'cm^3/(mol*s)'), n=-0.562, Ea=(20.5, 'cal/mol'), T0=(1, 'K'), Tmin=(200, 'K'), Tmax=(2000, 'K')),
317+
rank = 2,
318+
shortDesc = u"""CASPT2/cc-pvdz""",
319+
longDesc =
320+
u"""
321+
S.J. Klippenstein, Y. Georgievskiia, L.B. Hardingb
322+
Predictive theory for the combination kinetics of two alkyl radicals
323+
Phys. Chem. Chem. Phys., 2006, 8, 1133-1147
324+
doi: 10.1039/B515914H
325+
""",
326+
)
327+
328+
entry(
329+
index = 22,
330+
label = "C2H5 + C2H5 <=> C4H10",
331+
degeneracy = 1,
332+
kinetics = Arrhenius(A=(8.73e+14, 'cm^3/(mol*s)'), n=-0.699, Ea=(-3.2, 'cal/mol'), T0=(1, 'K'), Tmin=(200, 'K'), Tmax=(2000, 'K')),
333+
rank = 2,
334+
shortDesc = u"""CASPT2/cc-pvdz""",
335+
longDesc =
336+
u"""
337+
S.J. Klippenstein, Y. Georgievskiia, L.B. Hardingb
338+
Predictive theory for the combination kinetics of two alkyl radicals
339+
Phys. Chem. Chem. Phys., 2006, 8, 1133-1147
340+
doi: 10.1039/B515914H
341+
""",
342+
)
343+

0 commit comments

Comments
 (0)