Hello everyone,
I wanna ask about burn up calculation,
how to create graph in openmc that shows burn up level vs operation time?
Thanks,
Anas
Hello everyone,
I wanna ask about burn up calculation,
how to create graph in openmc that shows burn up level vs operation time?
Thanks,
Anas
Thank you abdel, but i wanna plot core time operation (years) in x axis and burn up level (MWd/Kg) in y-axis. I don’t know how to do that. I hope you can help me 
You’ll have to do some small calculation.Burnup unit in OpenMC is ‘s’.you are also providing power density. After the depletion calculation u’ll be able to get time from result file. After that burnup is (MWd/KgHM)
B=( P*time/(seconds in a day))/(fuel weight)
After that u can simply plot B in X axis & time in Y axis.
Hope this helps.
-Imtiaj