-
Notifications
You must be signed in to change notification settings - Fork 525
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 get_mass()
function to openmc.deplete.Results
#2565
Conversation
0aa1bbd
to
64725ee
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.
Co-authored-by: Paul Romano <[email protected]>
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.
Sorry, missed a few nuc_units
→ mass_units
before
Co-authored-by: Paul Romano <[email protected]>
We're having some CI issues right now but once they're resolved, this is good to merge 👍 |
ah sorry I just noticed this has been approved already. Please ignore my comments, if anyone needs other units we can always add them at a later date |
Description
This PR adds a convenience function for getting mass or mass density of nuclides from depletion results.
Checklist