Hello!
I am modelling detailed reactor in openmc. But I am having some problems with simulations.
First I am having error when I want to get the tallys from .h5 file. The error is:
Traceback (most recent call last):
File ˝test.py˝, line 3, in
sp = openmc.StatePoint(‘statepoint.2.h5’)
File ˝/usr/lib/python2.7/dist-packages/openmc/statepoint.py˝, line 143, in init
su = openmc.Summary(path_summary)
File ˝/usr/lib/python2.7/dist-packages/openmc/summary.py˝, line 47, in init
self._read_geometry()
File ˝/usr/lib/python2.7/dist-packages/openmc/summary.py˝, line 96, in _read_geometry
self._read_cells()
File ˝/usr/lib/python2.7/dist-packages/openmc/summary.py˝, line 300, in _read_cells
region, {s.id: s for s in self.surfaces.values()})
File ˝/usr/lib/python2.7/dist-packages/openmc/region.py˝, line 121, in from_expression
tokens.append(+surfaces[abs(j)])
KeyError: 1
And the second problem is that when the simulation is running there appear warning: Particle (number of particle) underwent maximum number of events. I have a limited model with vacuum boundary conditions and the same problem was with reflective boundary conditions. With reflective boundary condition there was another problem that I was losing some particles which couldn’t be found after reflecting.
Has anyone already had a similar problem and can help me?
Best regards,
Ingrid Vavtar