Hello! I try to make model like this:
Where red cylinder - source.
detector.py (3.8 KB)
In CSV-files I have distribution for angle and energy.
And when I try to make it? I have these errors:
====================> K EIGENVALUE SIMULATION <====================
Bat./Gen. k Average k
========= ======== ====================
WARNING: After particle 4 crossed surface 2 it could not be located in any cell
and it did not leak.
WARNING: After particle 10002 crossed surface 7 it could not be located in any
cell and it did not leak.
WARNING: After particle 5002 crossed surface 2 it could not be located in any
cell and it did not leak.
ERROR: Did not sample any reaction for nuclide C0
Traceback (most recent call last):
File “”, line 1, in
File “/home/ilya/.local/lib/python3.8/site-packages/openmc/executor.py”, line 276, in run
_run(args, output, cwd)
File “/home/ilya/.local/lib/python3.8/site-packages/openmc/executor.py”, line 116, in _run
raise RuntimeError(error_msg)
RuntimeError: Did not sample any reaction for nuclide C0
I don’t understand why, cause i check my geometry in openmc-plotter. I try to find some voids, but I haven’t it.
With Regards