Skip to content

Commit 6bbe93a

Browse files
committed
update erroneous Glarborg rxn units to be unimol
1 parent d10ca81 commit 6bbe93a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3661,19 +3661,19 @@
36613661
pressures = ([1, 10, 100], 'atm'),
36623662
arrhenius = [
36633663
Arrhenius(
3664-
A = (3.5e+12, 'cm^3/(mol*s)'),
3664+
A = (3.5e+12, 's^-1'),
36653665
n = -0.947,
36663666
Ea = (979, 'cal/mol'),
36673667
T0 = (1, 'K'),
36683668
),
36693669
Arrhenius(
3670-
A = (3.5e+13, 'cm^3/(mol*s)'),
3670+
A = (3.5e+13, 's^-1'),
36713671
n = -0.947,
36723672
Ea = (980, 'cal/mol'),
36733673
T0 = (1, 'K'),
36743674
),
36753675
Arrhenius(
3676-
A = (5.8e+14, 'cm^3/(mol*s)'),
3676+
A = (5.8e+14, 's^-1'),
36773677
n = -1.012,
36783678
Ea = (1068, 'cal/mol'),
36793679
T0 = (1, 'K'),

0 commit comments

Comments
 (0)