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
Copy file name to clipboardExpand all lines: _sources/users/rmg/input.rst.txt
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -965,6 +965,7 @@ Miscellaneous options::
965
965
units='si',
966
966
generateOutputHTML=True,
967
967
generatePlots=False,
968
+
generatePESDiagrams=False,
968
969
saveSimulationProfiles=True,
969
970
verboseComments=False,
970
971
saveEdgeSpecies=True,
@@ -986,6 +987,8 @@ HTML file for your model containing all the species and reactions. Turning this
986
987
987
988
Setting ``generatePlots`` to ``True`` will generate a number of plots describing the statistics of the RMG job, including the reaction model core and edge size and memory use versus execution time. These will be placed in the output directory in the plot/ folder.
988
989
990
+
Setting ``generatePESDiagrams`` to ``True`` will generate potential energy surface diagrams for each pressure dependent network in the model. These diagrams will be saved in the ``pdep/`` folder in the output directory. Only applicable if pressure dependence is enabled.
991
+
989
992
Setting ``saveSimulationProfiles`` to ``True`` will make RMG save csv files of the simulation in .csv files in the ``solver/`` folder. The filename will be ``simulation_1_26.csv`` where the first number corresponds to the reaciton system, and the second number corresponds to the total number of species at the point of the simulation. Therefore, the highest second number will indicate the latest simulation that RMG has complete while enlarging the core model. The information inside the csv file will provide the time, reactor volume in m^3, as well as mole fractions of the individual species.
990
993
991
994
Setting ``verboseComments`` to ``True`` will make RMG generate chemkin files with complete verbose commentary for the kinetic and thermo parameters. This will be helpful in debugging what values are being averaged for the kinetics. Note that this may produce very large files.
<spanclass="sig-name descname"><spanclass="pre">draw</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">output_directory</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">file_format</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">'pdf'</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink" href="#arkane.PressureDependenceJob.draw" title="Permalink to this definition">¶</a></dt>
195
+
<spanclass="sig-name descname"><spanclass="pre">draw</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">output_directory</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">file_format</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">'pdf'</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">filename_stem</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">'network'</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink" href="#arkane.PressureDependenceJob.draw" title="Permalink to this definition">¶</a></dt>
196
196
<dd><p>Generate a PDF drawing of the pressure-dependent reaction network.
197
197
This requires that Cairo and its Python wrapper be available; if not,
198
198
the drawing is not generated.</p>
199
199
<p>You may also generate different formats of drawings, by changing format to
200
200
one of the following: <cite>pdf</cite>, <cite>svg</cite>, <cite>png</cite>.</p>
201
+
<p>The default filename stem is ‘network’, which will result in a file
202
+
named ‘network.pdf’ in the specified output directory. You can change
203
+
this by passing a different <cite>filename_stem</cite> argument.</p>
<td><p><codeclass="docutils literal notranslate"><spanclass="pre">True</span></code> to generate plots of the job execution statistics after each iteration, <codeclass="docutils literal notranslate"><spanclass="pre">False</span></code> otherwise</p></td>
<td><p><codeclass="docutils literal notranslate"><spanclass="pre">True</span></code> to generate potential energy surface diagrams for pressure dependent networks in the model, <codeclass="docutils literal notranslate"><spanclass="pre">False</span></code> otherwise</p></td>
<td><p><codeclass="docutils literal notranslate"><spanclass="pre">True</span></code> to keep the verbose comments for database estimates, <codeclass="docutils literal notranslate"><spanclass="pre">False</span></code> otherwise</p></td>
<td><p><codeclass="docutils literal notranslate"><spanclass="pre">True</span></code> to save chemkin and HTML files of the edge species, <codeclass="docutils literal notranslate"><spanclass="pre">False</span></code> otherwise</p></td>
<td><p><codeclass="docutils literal notranslate"><spanclass="pre">True</span></code> to keep ireversibility of library reactions as is (‘<=>’ or ‘=>’). <codeclass="docutils literal notranslate"><spanclass="pre">False</span></code> (default) to force all library reactions to be reversible (‘<=>’)</p></td>
<td><p><codeclass="docutils literal notranslate"><spanclass="pre">True</span></code> (default) to allow families with trimolecular products to react in the reverse direction, <codeclass="docutils literal notranslate"><spanclass="pre">False</span></code> otherwise</p></td>
<td><p>The maximum amount of CPU time in the form DD:HH:MM:SS to expend on this job; used to stop gracefully so we can still get profiling information</p></td>
<td><p><codeclass="docutils literal notranslate"><spanclass="pre">True</span></code> if storing details of each kinetic database entry in text file, <codeclass="docutils literal notranslate"><spanclass="pre">False</span></code> otherwise</p></td>
@@ -949,6 +950,7 @@ <h3><span class="section-number">4.10.5. </span>Maximum size of adduct for which
949
950
<p>Setting <codeclass="docutils literal notranslate"><spanclass="pre">generateOutputHTML</span></code> to <codeclass="docutils literal notranslate"><spanclass="pre">True</span></code> will let RMG know that you want to save 2-D images (png files in the local <codeclass="docutils literal notranslate"><spanclass="pre">species</span></code> folder) of all species in the generated core model. It will save a visualized
950
951
HTML file for your model containing all the species and reactions. Turning this feature off by setting it to <codeclass="docutils literal notranslate"><spanclass="pre">False</span></code> may save memory if running large jobs.</p>
951
952
<p>Setting <codeclass="docutils literal notranslate"><spanclass="pre">generatePlots</span></code> to <codeclass="docutils literal notranslate"><spanclass="pre">True</span></code> will generate a number of plots describing the statistics of the RMG job, including the reaction model core and edge size and memory use versus execution time. These will be placed in the output directory in the plot/ folder.</p>
953
+
<p>Setting <codeclass="docutils literal notranslate"><spanclass="pre">generatePESDiagrams</span></code> to <codeclass="docutils literal notranslate"><spanclass="pre">True</span></code> will generate potential energy surface diagrams for each pressure dependent network in the model. These diagrams will be saved in the <codeclass="docutils literal notranslate"><spanclass="pre">pdep/</span></code> folder in the output directory. Only applicable if pressure dependence is enabled.</p>
952
954
<p>Setting <codeclass="docutils literal notranslate"><spanclass="pre">saveSimulationProfiles</span></code> to <codeclass="docutils literal notranslate"><spanclass="pre">True</span></code> will make RMG save csv files of the simulation in .csv files in the <codeclass="docutils literal notranslate"><spanclass="pre">solver/</span></code> folder. The filename will be <codeclass="docutils literal notranslate"><spanclass="pre">simulation_1_26.csv</span></code> where the first number corresponds to the reaciton system, and the second number corresponds to the total number of species at the point of the simulation. Therefore, the highest second number will indicate the latest simulation that RMG has complete while enlarging the core model. The information inside the csv file will provide the time, reactor volume in m^3, as well as mole fractions of the individual species.</p>
953
955
<p>Setting <codeclass="docutils literal notranslate"><spanclass="pre">verboseComments</span></code> to <codeclass="docutils literal notranslate"><spanclass="pre">True</span></code> will make RMG generate chemkin files with complete verbose commentary for the kinetic and thermo parameters. This will be helpful in debugging what values are being averaged for the kinetics. Note that this may produce very large files.</p>
954
956
<p>Setting <codeclass="docutils literal notranslate"><spanclass="pre">saveEdgeSpecies</span></code> to <codeclass="docutils literal notranslate"><spanclass="pre">True</span></code> will make RMG generate chemkin files of the edge reactions in addition to the core model in files such as <codeclass="docutils literal notranslate"><spanclass="pre">chem_edge.inp</span></code> and <codeclass="docutils literal notranslate"><spanclass="pre">chem_edge_annotated.inp</span></code> files located inside the <codeclass="docutils literal notranslate"><spanclass="pre">chemkin</span></code> folder. These files will be helpful in viewing RMG’s estimate for edge reactions and seeing if certain reactions one expects are actually in the edge or not.</p>
0 commit comments