Skip to content

Commit

Permalink
Merge pull request #126 from ReactionMechanismGenerator/fix_dipolemom…
Browse files Browse the repository at this point in the history
…ent_units

fix unit mistakes of dipole moment in GRI library
  • Loading branch information
KEHANG authored Sep 2, 2016
2 parents 4d1e15b + c03eea4 commit e6ce739
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions input/transport/libraries/GRI-Mech.py
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@
shapeIndex = 2,
epsilon = (3467.15,'J/mol'),
sigma = (3.69,'angstroms'),
dipoleMoment = (1.7,'C*m'),
dipoleMoment = (1.7,'De'),
polarizability = (0,'angstroms^3'),
rotrelaxcollnum = 2.0,
),
Expand Down Expand Up @@ -1186,7 +1186,7 @@
shapeIndex = 2,
epsilon = (3467.15,'J/mol'),
sigma = (3.69,'angstroms'),
dipoleMoment = (1.7,'C*m'),
dipoleMoment = (1.7,'De'),
polarizability = (0,'angstroms^3'),
rotrelaxcollnum = 2.0,
),
Expand Down Expand Up @@ -1458,7 +1458,7 @@
shapeIndex = 2,
epsilon = (4759.22,'J/mol'),
sigma = (2.605,'angstroms'),
dipoleMoment = (1.844,'C*m'),
dipoleMoment = (1.844,'De'),
polarizability = (0,'angstroms^3'),
rotrelaxcollnum = 4.0,
),
Expand Down Expand Up @@ -2037,7 +2037,7 @@
shapeIndex = 2,
epsilon = (3999.27,'J/mol'),
sigma = (2.92,'angstroms'),
dipoleMoment = (1.47,'C*m'),
dipoleMoment = (1.47,'De'),
polarizability = (0,'angstroms^3'),
rotrelaxcollnum = 10.0,
),
Expand Down

0 comments on commit e6ce739

Please sign in to comment.