-
|
I want to simulate such a system:A source at the middle ,and a wall made of iron beside it,I put 64 detector around them to show the influce the wall make to the transmit of particles. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
You have your detectors inside This is not allowed, because all inscribed geometries must be entirely inside the base geometry, and must not be touching other inscribed geometries. Instead of using Use |
Beta Was this translation helpful? Give feedback.
You have your detectors inside
world_box, but then try to envelope everything intoworld_boxagain.This is not allowed, because all inscribed geometries must be entirely inside the base geometry, and must not be touching other inscribed geometries. Instead of using
world_boxas the base geometry forall_detectors, create a smaller box just around the detectors. Or better, just place all your detectors inscribed intowo…