Hey Guys,
If I have a geometry like in the attached picture, and I want to determine the surface sense of the bounding surfaces of cell 27, which is bound by the cylinder 101, and the planes 5, and 15, can I just say
surfaces=" -101 5 -15"
or will openMC not recognize the tangential bounding, and I’ll need to make the cylinder like 0.000001 cm smaller than it actually is, and bound it with
surfaces=" -101 5 -15 14 -6"
I know in DRAGON, I have to do the later. Does making such a very small bounding surface cause any issues with openMC?