-
Notifications
You must be signed in to change notification settings - Fork 24
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
Adding 3D tally recomposition and 3D Domain Decomposition test #230
Conversation
Thanks, Alex. How did you generate the |
I ran the input with domain decomposition turned off. Everything else in the input should be the same. |
I see. So the DD run does not reproduce the stdev of the non-DD run, right? |
... and have you made sure that the same issue only shows up in 3D? Does it also show up in 1D? |
Would it be a good idea to make the |
dd_slab_reed is already tally-decomposed, as it’s an inherent part of domain decomposition. It passes all tests; I haven’t tested a 1D version of dd_cooper, however. |
I see. We need to make sure if the issue is unique to 3D DD or not: Can you check if |
I ran the test as you described, and got the same issue. Seems like it is tied to DD in general and not 3D DD specifically. I also tested it without the tally recombination introduced in this update, and the issue still occurred, so it was not introduced by these changes. |
The identified issue is not unique to this PR and will be tracked in #231. |
These changes are mainly improvements to #212, namely expanding the mesh tally decomposition to 3D domain decompositions. A new regression test,
dd_cooper
, has also been added to show and test this capability. Currently, this test passes on mean flux, but fails on standard deviation (see #231).