ERROR: More than 95% of external source sites sampled were rejected. Please check your external source's spatial definition

full .py (25.0 KB)

i dont getting where is the issue,

Packing TRISO particles in fuel zone…
Placed 64 TRISO particles (PF=0.050248)
Packing pebbles in active bed (R=90 cm, H=125.881 cm)…

/opt/nuke/lib/python3.12/site-packages/openmc/model/triso.py:1188: UserWarning: Close random pack converged before reaching true sphere radius; some spheres may overlap. Try reducing contraction rate or packing fraction.
warnings.warn('Close random pack converged before reaching true ’

Placed 17277 pebbles (PF=0.61)
Geometry exported.

Fuel pebbles : 9848
Moderator pebbles: 7429
Total pebbles : 17277
Active bed : R 0–90.0 cm, Z 258.182–384.063 cm (H = 125.881 cm)

Running OpenMC criticality calculation…

Hi!

You can try removing the “only_fissionable” parameter from your code. There’s probably little fissionable material available, which makes the sampling inefficient. For criticality calculations this does not matter, since the idea is that the source converges to a realistic distribution during the inactive batches. You are running your simulation with inactive batches so this shouldn’t be a problem.

If you haven’t already solved the problem I can try to take a look at your geometry too later.

Best, J