MCNP6 Error: "Geometry error: no cell found"

AI Thread Summary
The user is experiencing a "Geometry error: no cell found" issue in MCNP6. The solution involves adjusting the bounding sphere to ensure that no objects extend beyond it, as anything outside is considered void. By using the command "mcnp ip inp=filename" and checking specific coordinates, it was discovered that some objects were protruding. Increasing the size of the bounding sphere resolved the issue. The user confirmed that the problem has been solved.
ameermukhtar
Messages
17
Reaction score
1
respected all
i am using MCNP6 and i am facing this problem from days and i can not found solution if anyone help me than i am ever grateful to you
files are attached
Thanks
 

Attachments

  • 屏幕截图 2024-12-27 025957.png
    屏幕截图 2024-12-27 025957.png
    32.6 KB · Views: 40
  • neutron16.txt
    neutron16.txt
    7.1 KB · Views: 36
Engineering news on Phys.org
Hello @ameermukhtar,

Welcome to PhysicsForums. Your bounding sphere defines the experiment area, and anything outside it is part of the void. That works so long as no objects poke through. If you run "mcnp ip inp=filename", the default view seems fine. But click on the input box and type "pz 149", to check close to corners of 9 and 10, you can see the corners of 9 (rpp) sticking through it. Just try making the sphere bigger and see if that fixes the problem.
 
can you correct it brother
 
Alex A said:
Hello @ameermukhtar,

Welcome to PhysicsForums. Your bounding sphere defines the experiment area, and anything outside it is part of the void. That works so long as no objects poke through. If you run "mcnp ip inp=filename", the default view seems fine. But click on the input box and type "pz 149", to check close to corners of 9 and 10, you can see the corners of 9 (rpp) sticking through it. Just try making the sphere bigger and see if that fixes the problem.
thank you dear the problem has been solved
 
Hello everyone, I am currently working on a burnup calculation for a fuel assembly with repeated geometric structures using MCNP6. I have defined two materials (Material 1 and Material 2) which are actually the same material but located in different positions. However, after running the calculation with the BURN card, I am encountering an issue where all burnup information(power fraction(Initial input is 1,but output file is 0), burnup, mass, etc.) for Material 2 is zero, while Material 1...
Back
Top