In there any class or methods to continue run when the burnup interrupted,cause my ubuntu GUI is always collapsing,I have to restart the mainframe.
If you have a depletion_results.h5
file, you can load that in with:
results = openmc.deplete.ResultsList.from_hdf5(...)`
and then use that when setting up an Operator:
op = openmc.deplete.Operator(..., prev_results=results)