Hello!
I am new to OpenMC and am working on the examples, I have completed the pincell, hexagonal lattice, and triso fuel examples. I wanted to try out the VHTR reactor example
Jupyter Notebook Viewer
Everything was going well however, when I tried to run the xml exported I encounter this prompt:
More than 95% of external source sites sampled were rejected.
I tried some to change the boundaries by looking at the geom.plot(), and geom.plot(basis=‘xz’) and it didn’t work. As a last resort, I changed the only_fissionable=True to only_fissionable=False which made the simulation work. But I’m not sure if this is correct.
Any thoughts?
Thank you in advance!