-
Notifications
You must be signed in to change notification settings - Fork 565
Add distributed cell densities #3546
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
Open
nuclearkevin
wants to merge
29
commits into
openmc-dev:develop
Choose a base branch
from
nuclearkevin:density_mult
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 28 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
eaee5a3
Sketch out C API functions for a density multiplier.
nuclearkevin c508d40
Track the distrib material density multiplier in the geometry state.
nuclearkevin 50c9cd0
Multiply atom density by the density multiplier for XS calcs.
nuclearkevin bebbfb1
Default density multipliers.
nuclearkevin 756ed67
Add density multiplier HDF5 import/exports.
nuclearkevin 05681a1
Assign default density multipliers for DAGMC geometry.
nuclearkevin 4404a99
Fix distance to next collision calculation.
nuclearkevin 515fe56
Add density multiplication to tally scoring.
nuclearkevin 81ff3a9
More fixes for tally scoring with density multipliers.
nuclearkevin 427a0d0
Style changes.
nuclearkevin 77b515f
Add density multipliers to the OpenMC lib python bindings.
nuclearkevin 7c13d8a
Address Patrick's first round of review comments.
nuclearkevin 06079ce
Document the new C-API functions.
nuclearkevin 3fe0db5
Finish openmc.lib implementation and add tests for density multipliers.
nuclearkevin 896eccb
Fix DAGMC bug.
nuclearkevin c2843eb
Change front end API to set densities (g/cc) instead of directly sett…
nuclearkevin 0abf047
No longer need the geometry_aux density mult initializer.
nuclearkevin 7b660bb
Add density multipliers to the cpp_driver test.
nuclearkevin c678eab
Format driver.cpp.
nuclearkevin 39a6f29
Add density to cells in the Python API.
nuclearkevin 290b8d2
Load density multipliers from xml nodes.
nuclearkevin 73c7c7a
Fix density multiplier calculation from xml files.
nuclearkevin b441874
Distribtued density regression test.
nuclearkevin d2b2049
Add unit tests for the Python API.
nuclearkevin c6e1ade
Address Patrick's second round of review comments.
nuclearkevin 856e2ed
Roll version strings and add documentation for density multipliers to…
nuclearkevin 06a113d
Clearer density intent.
nuclearkevin c539b6c
Read/write densities instead of density multipliers in properties.h5
nuclearkevin 454c673
Address Patrick's latest round of reviews.
nuclearkevin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.