Hi there,
I’ve bee trying out the development feature (coming among other things from PR #2234) of decay photon sources. In that process, as a super simple test case, I set up a sphere of Cs137 to decay into Ba137.
My first attempt was to simply run the depletion algorithm for a set of time steps and extract the number of atoms of Cs and Ba at each step. This resulted in plot1.png, which clearly is not right.
If I however reinitialize my source at every timestep by extracting the new material vector (for the material filling the sphere) and subsequently calling decay_photon_energy on that, for use as a source, I get plot2.png which must be right. This process is rather slow and awkward though.
Is there a simpler way that I’ve just missed? Or should I have a go at setting it up myself?
cheers
Erik