Depletion power distribution

Hello!
I’m now working on varriation about power distribution with depletion. And I wanna to draw a power distributed visualization to help me work smoothly.
Following the tutor in the examplehttps://nbviewer.org/gist/paulromano/f2fbf3d4731e324b6f5ab31ef3fcaa26 ,I successfully draw a distribution image in zero burnup but I want to figure out that how can I draw such a image in every step of depletion, hense I found that openmc.lib.run_in_memory() can not remember all the step stastics.
Thanks
Kevin

Hi, I myself am trying to do the zero burnup visualization, but my output is not as desired, could you share your distribution image so that I can get an idea about your model?

Sorry , I can’t share with you because I also found that my visualization is not correct, But I am trying another solution that use matplotlib to draw a core in a plane and then add color to fuel rod .The color varries according to power .Hope we can make it !

1 Like

Best of luck!

-Mosharat

Hello Kevin:
I’m learning how to calculate power distribution by openmc.I try it with the link Jupyter Notebook Viewer (nbviewer.org) .When i finished the calculation,i got the fission distribution of fuel.I want to know how to get power distribution power distribution throughout the region.Could you give me an example to learn or tell me how to finish it?
Thanks