Skip to content

Commit a00c52c

Browse files
committed
Updated kinetic libraries' comments
Updated information about the sources and people who developed libraries.
1 parent c413680 commit a00c52c

28 files changed

Lines changed: 108 additions & 36 deletions

File tree

input/kinetics/libraries/Dooley/C1/reactions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
name = "Dooley/C1"
55
shortDesc = u""
66
longDesc = u"""
7-
7+
mechanism used in
8+
S. Dooley, M. P. Burke, M. Chaos, Y. Stein, F. L. Dryer, V. P. Zhukov, O. Finch, J. M. Simmie, H. J. Curran, Int. J. Chem. Kinet. 42 (9) (2010) 527-549.
89
"""
910
entry(
1011
index = 1,

input/kinetics/libraries/Dooley/methylformate/reactions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
name = "Dooley/methylformate"
55
shortDesc = u""
66
longDesc = u"""
7-
7+
mechanism used in
8+
S. Dooley, M. P. Burke, M. Chaos, Y. Stein, F. L. Dryer, V. P. Zhukov, O. Finch, J. M. Simmie, H. J. Curran, Int. J. Chem. Kinet. 42 (9) (2010) 527-549.
89
"""
910
entry(
1011
index = 1,

input/kinetics/libraries/Dooley/methylformate_2/reactions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
name = "Dooley/methylformate_2"
55
shortDesc = u""
66
longDesc = u"""
7-
7+
mechanism used in
8+
S. Dooley, M. P. Burke, M. Chaos, Y. Stein, F. L. Dryer, V. P. Zhukov, O. Finch, J. M. Simmie, H. J. Curran, Int. J. Chem. Kinet. 42 (9) (2010) 527-549.
89
"""
910
entry(
1011
index = 1,

input/kinetics/libraries/Dooley/methylformate_all_ARHEbathgas/reactions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
name = "Dooley/methylformate_all_ARHEbathgas"
55
shortDesc = u""
66
longDesc = u"""
7-
7+
mechanism used in
8+
S. Dooley, M. P. Burke, M. Chaos, Y. Stein, F. L. Dryer, V. P. Zhukov, O. Finch, J. M. Simmie, H. J. Curran, Int. J. Chem. Kinet. 42 (9) (2010) 527-549.
89
"""
910
entry(
1011
index = 1,

input/kinetics/libraries/Dooley/methylformate_all_N2bathgas/reactions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
name = "Dooley/methylformate_all_N2bathgas"
55
shortDesc = u""
66
longDesc = u"""
7-
7+
mechanism used in
8+
S. Dooley, M. P. Burke, M. Chaos, Y. Stein, F. L. Dryer, V. P. Zhukov, O. Finch, J. M. Simmie, H. J. Curran, Int. J. Chem. Kinet. 42 (9) (2010) 527-549.
89
"""
910
entry(
1011
index = 1,

input/kinetics/libraries/ERC-FoundationFuelv0.9/reactions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env python
22
# encoding: utf-8
33

4-
name = ""
5-
shortDesc = u""
4+
name = "ERC-FoundationFuelv0.9"
5+
shortDesc = u"Small molecule combustion kinetics by ERC"
66
longDesc = u"""
7-
7+
Small molecule combustion kinetics created by Engine Research Center at University of Wisconsin.
88
"""
99
entry(
1010
index = 1,

input/kinetics/libraries/GRI-Mech3.0/reactions.py

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,20 @@
22
# encoding: utf-8
33

44
name = "GRI-Mech3.0"
5-
shortDesc = u""
5+
shortDesc = u"Natural Gas Combustion Mechanism (without NOx chemistry)"
66
longDesc = u"""
7+
The thermodynamic and kinetic parameters in the GRI-Mech 3.0 mechanism have
8+
been collectively estimated from literature search and then optimized to a set
9+
of representative experimental targets. For this reason you should generally
10+
use GRI-Mech in its entirety, and generally should not tweak any of its
11+
parameter values.
12+
13+
GRI-Mech is the result of collaborative research of the Gas Research Institute
14+
and carried out at The University of California at Berkeley, Stanford
15+
University, The University of Texas at Austin, and SRI International.
16+
17+
http://combustion.berkeley.edu/gri-mech/
18+
719
820
"""
921
entry(

input/kinetics/libraries/KlippensteinH2O2/reactions.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22
# encoding: utf-8
33

44
name = "KlippensteinH2O2"
5-
shortDesc = u""
5+
shortDesc = u"Library for H2 combustion by Klippenstein et al."
66
longDesc = u"""
7+
Update to Li et al. by Burke, Chaos, Ju, Dryer, and Klippenstein in 2011.
78
9+
Models H2 combustion reactions
10+
11+
Reference citation:
12+
M.P. Burke, M. Chaos, Y. Ju, F.L. Dryer, S.J. Klippenstein
13+
"Comprehensive H2/O2 Kinetic Model for High-Pressure Combustion,"
14+
Int. J. Chem. Kinet. (2011).
815
"""
916
entry(
1017
index = 1,

input/kinetics/libraries/OxygenSingTrip/reactions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# encoding: utf-8
33

44
name = "OxygenSingTrip"
5-
shortDesc = u""
5+
shortDesc = u"reactions of singlet and triplet oxygen"
66
longDesc = u"""
7-
7+
Reactions of singlet and triplet oxygen. added based on the new adjacency list representation in 2014 by Connie
88
"""
99
entry(
1010
index = 1,

input/kinetics/libraries/Sulfur/DMDS/reactions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# encoding: utf-8
33

44
name = "Sulfur/DMDS"
5-
shortDesc = u""
5+
shortDesc = u"dimethyl disulfide library"
66
longDesc = u"""
7-
7+
Sulfur library originally created by Caleb in RMG-Java. No mention of source of kinetics in Java git commits.
88
"""
99
entry(
1010
index = 1,

0 commit comments

Comments
 (0)