Hi everyone,
When I run a simulation, the OpenMC interrupted unexpectedly.
And echo the Warning means Reflective boundary could not reflecting particles.
At first, I thought it was an accident. But secondly the Warning appears, the simulation broke down.
Has anyone ever encountered this?
Any answer will be appreciate!
Hi Yiming,
Good morning!
There are 4 reflective surfaces of my case.Now I have dealt with the issue with more particles, But I have no idea what’s happen!
I find your model is named the singleonePin_test. So I assume the four reflective surfaces are rectangular box surfaces. Trying the other way to model is cell. Such as:
box = openmc.rectangular_prism(width=pitch, height=pitch,
boundary_type=‘reflective’)
type(box)
If still appear the same problem, I feel you should check the surface of the fuel rod cylinder.