-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from andrewryh/develop
Bringing SaltProc repository up to date
- Loading branch information
Showing
52 changed files
with
3,347 additions
and
111 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,29 @@ | ||
Examples | ||
========= | ||
|
||
A number of examples are present in the [examples | ||
directory](https://github.com/arfc/saltproc/tree/master/examples) | ||
provided with the source code. | ||
A number of examples are present in the `examples directory`_ provided with the source code. | ||
|
||
.. _examples directory: https://github.com/arfc/saltproc/tree/master/examples | ||
|
||
Transatomic Power Molten Salt Reactor example can be run with: | ||
|
||
|
||
.. code-block:: bash | ||
cd /path/to/saltproc | ||
python saltproc -i examples/tap_main.json | ||
python saltproc -i examples/tap/tap_main.json | ||
In the example above, ``path/to/saltproc`` is, of course, the path to the main | ||
saltproc directory, containing ``setup.py``. The ``tap_main.json`` is the main | ||
Saltproc input file, which contains paths to Serpent input file | ||
(``tap.serpent``), DOT-file with reprocessing scheme (``tap.dot``), and | ||
reprocessing system components' detailed description (``tap_objects.json``). | ||
|
||
|
||
Similarly, Molten Salt Breeder Reactor example can be run with: | ||
|
||
|
||
.. code-block:: bash | ||
python saltproc -i examples/msbr/msbr_main.json |
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 was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.