Dear all,
I am trying to create an experimental channel inside of a reactor and to do so, I used the openmc.model.rectangular_prism(width=3.6, height=3.6, axis =‘x’, origin(0,0)).
However, as I input as axis, the x-axis, it gives me an error:
KeyError: ‘Zplane’
Just as a trial, I put as axis, the z-axis and it does work, does somebody know what could be the problem. I need to put in in the x and not in the z.