MCNP Geometry Error when I try to create a sliced geometry in a torus structure

AI Thread Summary
Creating a sliced geometry in a torus structure in MCNP can lead to issues with the automatic volume calculation failing. To address this, users can manually specify the volume in the cell definition using "vol=" or apply a divisor card SD, especially if a tally is involved. For thin slices resembling cylinders, an approximate volume calculation using Pi*200*200*70*2 may suffice. If the output file indicates "reason volume not calculated asymmetric," further adjustments to the geometry may be necessary. Properly defining the geometry and volume should resolve the issue.
Osas
Messages
2
Reaction score
0
In a study I did in MCNP, I want to create a sliced geometry in a torus structure. But MCNP cannot calculate the volume of the geometry I created. What should I do about this issue?

2 0 -50 -12 13
3 0 #2

12 pz 34.4985
13 pz -34.4985
50 ty 0 0 0 620 200 200
 
Engineering news on Phys.org
Hello @Osas, welcome to PhysicsForums.

It's quite common for the automatic volume routine to fail. The actual volume can be added to the cell definition using "vol=", or with a divisor card SD. Usually it's only needed if the cell has a tally. Such a thin slice is quite close to a pair of cylinders, so Pi*200*200*70*2 might be good enough for most purposes.
 
Alex A said:
Hello @Osas, welcome to PhysicsForums.

It's quite common for the automatic volume routine to fail. The actual volume can be added to the cell definition using "vol=", or with a divisor card SD. Usually it's only needed if the cell has a tally. Such a thin slice is quite close to a pair of cylinders, so Pi*200*200*70*2 might be good enough for most purposes.
Thank you so much for your answer Alex but in output file,
reason volume
not calculated

asymmetric

I come across with this, how can I solve this?
 
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