-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add neutron leakage postprocessors and allow for optional group constants #235
Conversation
6504d5c
to
48447d0
Compare
48447d0
to
17819e3
Compare
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.
Looks good! I just had a few minor comments on things. I am not super familiar with C++, so if you want someone else to review I can wait to merge.
Thanks @LukeSeifert! This is ready for another review. Feel free to merge if you approve |
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.
Looks good!
Fixes #234 and #167
Users can now choose which group constants they're providing to Moltres through the
group_constants
input parameter forMoltresJsonMaterial
. This is useful for many problems which do not require every group constant type (e.g. eigenvalue problems do not require inverse neutron velocity data, neutronics-only problems do not require average fission energy released).