Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct the mass in exo 1 to 5 #36

Open
wants to merge 13 commits into
base: Cyclus
Choose a base branch
from
4 changes: 2 additions & 2 deletions input/OFCB/1/Batched/1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<Source>
<outcommod>UOX</outcommod>
<outrecipe>UOX</outrecipe>
<throughput>1000</throughput>
<throughput>1e100</throughput>
Copy link
Member

Choose a reason for hiding this comment

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

This seems wrong. Remind me of the units of this, please? Even the number of atoms in a megatonne is only O(10^33).

Copy link
Member Author

Choose a reason for hiding this comment

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

I just wanted to set an unlimited throughput for the source to avoid limit the filling of the reactor...

Copy link
Member

Choose a reason for hiding this comment

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

Ok! I have more typically seen this as closer to the max double value of 1e300. But this is fine too.

</Source>
</config>
</facility>
Expand All @@ -38,7 +38,7 @@
<cycle_time>12</cycle_time>
<power_cap>965.16</power_cap>
<refuel_time>0</refuel_time>
<assem_size>27.3</assem_size>
<assem_size>27300</assem_size>
<n_assem_core>3</n_assem_core>
<n_assem_spent>1</n_assem_spent>
<n_assem_batch>1</n_assem_batch>
Expand Down
Loading