Hello,
I was reading the posts about employing the best models for obtaining, in the best possible way, the energy deposition for the subsequent flux to power normalization during depletion calculations. So far I am not interested in reading (or to get an output tally) of the photon and neutron energy deposition but, moreover, I am so far only interested in the code computing the energy deposition while performing depletion calculations. As I understand it, in order to do this, I just need to activate the following ‘energy-deposition’ attribute, i.e.:
op = openmc.deplete.Operator(geometry, settings, "chain.xml",
energy_mode="energy-deposition")
Is it the only thing I need to do so the code calculates in the best possible way the normalization factor due to photon and neutron depositions?
Or, do I also need to add photo_transport to 'true' in the settings? I am running the version from the master branch, but from the forum threads I've seen many pull requests in the last weeks regarding the improvement of such module. Shall I use the latest pull from the development branch instead ?
Or, do I need to do something else so I can benchmark, for instance, the newest SERPENT photon/neutron energy deposition model? I am actually using the ENDFB71 libraries that were computed by the OpenMC team (I have them since January). I think these libraries are ok in terms of containing the proper KERMA factors for such type of energy deposition calculations; am I right?
Thank you for your attention!
Augusto