fusion-energy / neutronics-workshop

A workshop covering a range of fusion relevant analysis and simulations with OpenMC, DAGMC, Paramak and other open source fusion neutronics tools
MIT License
111 stars 50 forks source link

Adding multipulse fast r2s example using independent operator #256

Closed shimwell closed 8 months ago

shimwell commented 8 months ago

this should speed up the neutron activation simulations for multiple pulse simulations

using openmc.deplete would make use of the coupled operator which would run a transport simulation for each time step. This makes use of the independent operator so we just need on transport simulation

for the example here we have 7 pulses of 1 second so this method using the independent operator is roughly 7 times quicker than using the coupled operator