-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
54 changed files
with
4,982 additions
and
3,567 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
documentation/source/users/rmg/modules/generateChemkinHTML.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
.. _generateChemkinHTML: | ||
|
||
******************* | ||
HTML Chemkin Output | ||
******************* | ||
|
||
The script, ``generateChemkinHTML.py``, will create a formatted HTML page displaying | ||
all of the species and reactions in a given Chemkin file. Thermo and kinetics parameters | ||
are also displayed, along with any comments if the Chemkin file was generated by RMG. | ||
|
||
This script gives the same output as turning on ``generateOutputHTML`` in the :ref:`options <miscellaneousoptions>` | ||
section of the RMG input file. However, having using that setting can increase the | ||
memory usage and computation time for large jobs, so this script provides an option | ||
for generating the HTML file after job completion. | ||
|
||
To use this script, you need a Chemkin input file and an RMG species dictionary. | ||
The syntax is as follows:: | ||
|
||
python importChemkinLibrary.py [-h, -f] CHEMKIN DICTIONARY [OUTPUT] | ||
|
||
Positional arguments:: | ||
|
||
CHEMKIN The path to the Chemkin file | ||
DICTIONARY The path to the RMG dictionary file | ||
OUTPUT Location to save the output files, defaults to the current directory | ||
|
||
Optional arguments:: | ||
|
||
-h, --help Show help message and exit | ||
-f, --foreign Not an RMG generated Chemkin file | ||
|
||
|
||
This method is also available to use with a web browser from the RMG website: `Convert Chemkin File <http://rmg.mit.edu/tools/chemkin>`_. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ otherwise. | |
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
generateChemkinHTML | ||
diffModels | ||
mergeModels | ||
generateReactions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.