forked from openmc-dev/openmc
-
Notifications
You must be signed in to change notification settings - Fork 2
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
[DagMC] Source Particles in Implicit Complement #3
Comments
pshriwise
pushed a commit
that referenced
this issue
Jun 17, 2019
Change order of x-oriented hex lattice universes to clockwise
pshriwise
pushed a commit
that referenced
this issue
Dec 17, 2019
pshriwise
pushed a commit
that referenced
this issue
Feb 26, 2020
Get the source_dlopen test working
pshriwise
pushed a commit
that referenced
this issue
Apr 13, 2021
Fix tallies regression test results
pshriwise
pushed a commit
that referenced
this issue
Apr 26, 2021
Fix tallies regression test results
pshriwise
pushed a commit
that referenced
this issue
Jan 1, 2022
yml file to publish (DAGMC+libmesh) image
pshriwise
pushed a commit
that referenced
this issue
Dec 30, 2022
Fix source definition in source_mcpl_file test
pshriwise
pushed a commit
that referenced
this issue
Jan 26, 2023
…shes Naming tally in activation unit test
pshriwise
pushed a commit
that referenced
this issue
Feb 7, 2023
Change ncrystal_max_energy to be a global constant
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Particles sourced outside of the model can sometimes be placed in the implicit complement. Once transport begins, this is a problem as the distance to boundary could be
inf
depending on the direction. Given that the sampled distance to collision is also going to beinf
, we may end up attempting to perform a collision in a void material.The text was updated successfully, but these errors were encountered: