openmc-dev / openmc

OpenMC Monte Carlo Code
https://docs.openmc.org
Other
774 stars 503 forks source link

Depletion capability in multi-group energy mode #1669

Open AI-Pranto opened 4 years ago

AI-Pranto commented 4 years ago

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

To do so will require: extension of the multigroup library to include 
additional reaction channel cross-sections required for depletion 
but not needed for transport (e.g., (n,p) cross sections)), tieing in 
the multigroup mode to depletion (relatively minor changes would be necessary), 
and likely changes to the multigroup cross-section API to have 
continuous-energy mode create the MGXS data for the new reaction channels.

I opened this issue so that we can keep track of this.

nelsonag commented 3 years ago

Some additional notes on work to be done:

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.