Skip to content

Commit

Permalink
added halogen training reactions from CF2BrCl and CH3Cl kinetic libra…
Browse files Browse the repository at this point in the history
…ries
  • Loading branch information
davidfarinajr committed Aug 9, 2021
1 parent 604712c commit dd66f46
Show file tree
Hide file tree
Showing 19 changed files with 13,096 additions and 416 deletions.
10 changes: 10 additions & 0 deletions input/kinetics/families/1,2_Insertion_CO/training/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,13 @@ multiplicity 2
7 H u0 p0 c0 {2,S}
8 H u0 p0 c0 {2,S}

CHClO
1 *3 Cl u0 p3 c0 {3,S}
2 *4 O u0 p2 c0 {3,D}
3 *1 C u0 p0 c0 {1,S} {2,D} {4,S}
4 *2 H u0 p0 c0 {3,S}

ClH
1 *3 Cl u0 p3 c0 {2,S}
2 *2 H u0 p0 c0 {1,S}

14 changes: 14 additions & 0 deletions input/kinetics/families/1,2_Insertion_CO/training/reactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,17 @@
# """,
# )

entry(
index = 8,
label = "CHClO <=> CO + ClH",
degeneracy = 1.0,
kinetics = Arrhenius(A=(1.1e+30,'s^-1'), n=-5.19, Ea=(92960,'cal/mol'), T0=(1,'K')),
rank = 3,
shortDesc = """The chemkin file reaction is CLCHO <=> CO + HCL""",
longDesc =
"""
Training reaction from kinetics library: CH3Cl
Original entry: CLCHO <=> CO + HCL
""",
)

Loading

0 comments on commit dd66f46

Please sign in to comment.