paulromano/openmc

openmc.deplete to support IndependentOperator

Closed this issue · 1 comments

Currently the openmc.deplete method makes use of the CoupledOperator class.

For fusion with relatively low burnup compared to fission fuel we might be better of with the IndependentOperator as this will allow us to do long pulse schedules quickly. This speed increase is perhaps particularly useful for ICF fusion where we have lots of short pulses compared to MCF which has less but longer pulses.

Being able to specific the IndependentOperator for deplete simulations is marked as aTODO in the openmc source code

# TODO: Support use of IndependentOperator too

However I don't see this task in the Shutdown Dose Rate Workflow plan, I was wondering if this is something anyone is already planning on tackling this or if it is unassigned?

sorry I made this issue on the wrong repo