Open AI-Pranto opened 4 years ago
Some additional notes on work to be done:
XsData
class.openmc.mgxs.Library
class supports arbitrary reaction channels. That provides a way to get the additional xs channels from above in to the mgxs HDF5 library besides manually creating them.An extension of openmc.deplete.Operator
would be required to:
XsData
class aware of these other reaction channels.openmc.deplete.Operator
class would also need to update the model materials so that the isotopic constituents capture the burnup dependence. At the naive level this would be just changing the name (e.g., "U235_0MWdMTU" to "U235_10MWdMTU" assuming both are present in the MGXS library) but other methods should be considered.I will upload these notes as I think of more items.
These notes are not implying I am actively working on this, if interested, feel free to jump in and take advantage of the notes. If I do start working on it, I will advertise here so we dont duplicate efforts.
A user mentioned Any chance to add depletion capabilities to the multi-group execution mode? @nelsonag has already given a possible way to implement this
I opened this issue so that we can keep track of this.