pshriwise / openmc

OpenMC Monte Carlo Code
http://openmc.readthedocs.io/
Other
5 stars 2 forks source link

[DagMC] Source Particles in Implicit Complement #3

Open pshriwise opened 5 years ago

pshriwise commented 5 years ago

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 be inf, we may end up attempting to perform a collision in a void material.