Skip to content
Open
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
22 changes: 15 additions & 7 deletions source/user/tutorial/input_recycle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,15 @@
</nuclide>
</recipe>

<recipe>
<name>fresh_mox</name>
<basis>mass</basis>
<nuclide><id>92235</id><comp>0.01</comp></nuclide>
<nuclide><id>92238</id><comp>0.90</comp></nuclide>
<nuclide><id>94239</id><comp>0.08</comp></nuclide>
<nuclide><id>94240</id><comp>0.01</comp></nuclide>
</recipe>

<facility>
<name>EnrichmentPlant</name>
<config>
Expand Down Expand Up @@ -182,7 +191,7 @@
</fuel_incommods>
<fuel_inrecipes>
<val>fresh_uox</val>
<val>fresh_uox</val>
<val>fresh_mox</val>
Comment on lines -185 to +194
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It turns out that this was intentional in this example/tutorial. There is a footnote about this here (https://fuelcycle.org/user/tutorial/mod_rxtr.html).

Since the fuel fabrication facility's model is to blend the input streams to find a reactor physics equivalent to the requested fuel recipe, the purpose of this tutorial is to have that facility produce MOX fuel that is the best possible match to the UOX recipe.

</fuel_inrecipes>
<fuel_prefs>
<val>1.0</val>
Expand Down Expand Up @@ -246,7 +255,7 @@
<item>
<commod>separated_fissile</commod>
<info>
<buf_size>5e+3</buf_size>
<buf_size>5e+4</buf_size>
<efficiencies>
<item>
<comp>94000</comp>
Expand All @@ -257,7 +266,6 @@
</item>
</streams>
<leftover_commod>separated_waste</leftover_commod>
<leftoverbuf_size>1000e+3</leftoverbuf_size>
</Separations>
</config>
</facility>
Expand All @@ -270,14 +278,14 @@
<val>u_ore</val>
</fill_commods>
<fill_recipe>nat_u</fill_recipe>
<fill_size>1000e+3</fill_size>
<fill_size>94e+3</fill_size>
<fiss_commods>
<val>separated-fissile</val>
<val>separated_fissile</val>
</fiss_commods>
<fiss_size>5e+3</fiss_size>
<fiss_size>6e+3</fiss_size>
<spectrum>thermal</spectrum>
<outcommod>fresh_mox</outcommod>
<throughput>2e+3 </throughput>
<throughput>1e+5 </throughput>
</FuelFab>
</config>
</facility>
Expand Down