Skip to content

Commit

Permalink
Correct A factor units in training depositories
Browse files Browse the repository at this point in the history
  • Loading branch information
mliu49 authored and mjohnson541 committed Jan 30, 2019
1 parent 9601d18 commit 8231496
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
label = "CH2O + C3H5O <=> C4H7O2",
degeneracy = 1.0,
kinetics = Arrhenius(
A = (54.3214, 's^-1', '*|/', 1.1507),
A = (54.3214, 'cm^3/(mol*s)', '*|/', 1.1507),
n = 3.00879,
Ea = (6.589, 'kcal/mol', '+|-', 0.024),
T0 = (1, 'K'),
Expand Down
8 changes: 4 additions & 4 deletions input/kinetics/families/R_Recombination/training/reactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@
label = "CH3NHNH2 <=> NH2 + CH3NH",
degeneracy = 1.0,
kinetics = Arrhenius(
A = (4.55e+23, 'cm^3/(mol*s)'),
A = (4.55e+23, 's^-1'),
n = -2.147,
Ea = (64703, 'cal/mol'),
T0 = (1, 'K'),
Expand All @@ -751,7 +751,7 @@
label = "CH3NHNH2 <=> CH3 + NHNH2",
degeneracy = 1.0,
kinetics = Arrhenius(
A = (5.65e+19, 'cm^3/(mol*s)'),
A = (5.65e+19, 's^-1'),
n = -1.12,
Ea = (65677, 'cal/mol'),
T0 = (1, 'K'),
Expand All @@ -773,7 +773,7 @@
label = "HSSH <=> SH + SH",
degeneracy = 1.0,
kinetics = Arrhenius(
A = (1.59e+18, 'cm^3/(mol*s)'),
A = (1.59e+18, 's^-1'),
n = -0.957,
Ea = (267, 'kJ/mol'),
T0 = (1, 'K'),
Expand All @@ -793,7 +793,7 @@
label = "HSSH <=> HSS + H",
degeneracy = 2.0,
kinetics = Arrhenius(
A = (4.7e+17, 'cm^3/(mol*s)'),
A = (4.7e+17, 's^-1'),
n = -0.076,
Ea = (310, 'kJ/mol'),
T0 = (1, 'K'),
Expand Down

0 comments on commit 8231496

Please sign in to comment.