Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions source/user/tutorial/add_deploy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ institution blocks.
``ExampleInstitution`` is a placeholder for your institution name, and in this scenario
only one of each prototype will be deployed since ``n_build`` has a value of 1 for each.

This example is now complete. Save your file as the desired file name (with ``.xml``
extension) and run your code through |Cyclus|. If your simulation runs into errors,
This example is now complete. Save your file as ``tutorial_deployinst.xml`` and run your code through |Cyclus|. If your simulation runs into errors,
sample files can be found `here <https://doi.org/10.5281/zenodo.4557613>`_ under
``input_deployinst.xml`` or ``output_deployinst.sqlite``.
4 changes: 2 additions & 2 deletions source/user/tutorial/add_reg_inst.rst
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ Check: Complete Region block
Activity: Save your input file
------------------------------

Save your input file as ``cyclus_intro_file.xml``
Save your input file as ``tutorial_oncethrough.xml``


Activity: Add an extra institution into the Region
Expand Down Expand Up @@ -472,7 +472,7 @@ Activity: Save your Input File

You are now ready to generate a full |Cyclus| input file.

1. Save your input file as 'cyclus_intro_file.xml'
1. Save your input file as ``tutorial_oncethrough.xml``


Check: Full Input File
Expand Down
2 changes: 1 addition & 1 deletion source/user/tutorial/add_second_reactor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ of the region block should now look like,
Note: the blank space between ``</institution>`` and ``</region>`` is
for additional institutions in the future.

Save your input file as input_file2.xml and run the |Cyclus| simulation.
Save your input file as ``tutorial_secondreactor.xml`` and run the |Cyclus| simulation.
If your simulation runs into errors, sample files can be found `here
<https://doi.org/10.5281/zenodo.4557613>`_ under ``input_secondreactor.xml``
or ``ouput_secondreactor.sqlite``.
2 changes: 1 addition & 1 deletion source/user/tutorial/mod_rxtr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Add an accepted commodity for the repository to be Separated-Waste.

Activity: Save your Input File
--------------------
The input for this example is now complete. Save your input file as 'recycle_input.xml'. If
The input for this example is now complete. Save your input file as ``tutorial_recycle.xml``. If
your simulation runs into errors, sample files can be found `here
<https://doi.org/10.5281/zenodo.4557613>`_ under ``input_recycle.xml``
or ``ouput_recycle.sqlite``.
Expand Down
4 changes: 2 additions & 2 deletions source/user/tutorial/run_cyclus_native.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ Jupyter Notebook Scenario Execution
--------------------------------------------
1. Go to the Jupyter notebook, making sure you are in the same folder as the input file
2. Remove any old |Cyclus| output files by: ``!rm tutorial.sqlite``
3. Run |Cyclus| by: ``!cyclus input.xml -o tutorial_singlerx.sqlite``
3. Run |Cyclus| by: ``!cyclus tutorial_oncethrough.xml -o tutorial_output_oncethrough.sqlite``

.. image:: cyclus_in_IP.png
:align: center
:alt: Running |Cyclus| in an IPython Notebook

When your simulation has finished, a file of the name ``tutorial_singlerx.sqlite``
When your simulation has finished, a file of the name ``tutorial_output_oncethrough.sqlite``
will be in your file folder. Your Jupyter Notebook can then be used with
`Cymetric <https://fuelcycle.org/user/cymetric/index.html>`_ to analyze your
data. Examples of how to use Cymetric can be found in the `GitHub
Expand Down