Dear exports,
I have a question about the root universe feature of OpenMC.
I am trying to build a small reactor containing external structures, and using the lattice repeating structure for core fuel region. My question is: do I need to fill only this fuel region into the root universe, or I need to fill all cells of the whole model into the root universe?
And if for the first case, export to xml should be like this? I mean, fill all the cells to “geometry”?
geometry = openmc.Geometry([root_universe, reflector_cell, B4C_cell, ods_cell, …])
geometry.export_to_xml()
Thank you.