-
Notifications
You must be signed in to change notification settings - Fork 3
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
base: Cyclus
Are you sure you want to change the base?
Conversation
@@ -20,7 +20,7 @@ | |||
<Source> | |||
<outcommod>UOX</outcommod> | |||
<outrecipe>UOX</outrecipe> | |||
<throughput>1000</throughput> | |||
<throughput>1e100</throughput> |
There was a problem hiding this comment.
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).
There was a problem hiding this comment.
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...
There was a problem hiding this comment.
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.
This looks fine to me if @FlanFlanagan wants to merge. |
there were a mistake in the reactor definition : in mass were in tonne not kg...