You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. [GRIMech3.0] Gregory P. Smith, David M. Golden, Michael Frenklach, Nigel W. Moriarty, Boris Eiteneer, Mikhail Goldenberg, C. Thomas Bowman, Ronald K. Hanson, Soonho Song, William C. Gardiner, Jr., Vitali V. Lissianski, and Zhiwei Qin http://combustion.berkeley.edu/gri-mech/
55
55
@@ -78,7 +78,7 @@ In the following example, the user has created
78
78
a reaction library with a few additional reactions specific to n-butane, and these reactions
79
79
are to be used in addition to the Glarborg C3 library::
80
80
81
-
reactionLibraries = [('Glarborg/C3',False)],
81
+
reactionLibraries = [('Glarborg/C3',False)],
82
82
83
83
The keyword False/True permits user to append all unused reactions (= kept in the edge) from this library to the chemkin file.
84
84
True means those reactions will be appended. Using just the string inputs would lead to
@@ -104,6 +104,23 @@ given in each mechanism, the different mechanisms can have different units.
104
104
Library.
105
105
106
106
107
+
.. _externallib:
108
+
109
+
External Libraries
110
+
------------------
111
+
Users may direct RMG to use thermo and/or kinetic libraries which are not included in the RMG database,
112
+
e.g., a library a user created that was intentionally saved to a path different than the conventional
113
+
RMG-database location. In such cases, the user can specify the full path to the library in the input file::
0 commit comments