Skip to content

Commit 9b30ddd

Browse files
committed
Fixed kinetics type in H_Abstraction training entry 540.
Training entries should have Arrhenius (or KineticsData) kinetics, but this one still had ArrheniusEP (back from when it was a rate rule).
1 parent 18a95a3 commit 9b30ddd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

input/kinetics/families/H_Abstraction/training.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2573,11 +2573,11 @@
25732573
2 O 0 {1,S}
25742574
3 *2 H 0 {1,S}
25752575
""",
2576-
kinetics = ArrheniusEP(
2576+
kinetics = Arrhenius(
25772577
A = (0.000191,"cm^3/(mol*s)","*|/",3),
25782578
n = 4.25,
2579-
alpha = 0,
2580-
E0 = (0.81,"kcal/mol","+|-",2),
2579+
Ea = (0.81,"kcal/mol","+|-",2),
2580+
T0 = (1,"K"),
25812581
Tmin = (600,"K"),
25822582
Tmax = (2000,"K"),
25832583
),

0 commit comments

Comments
 (0)