Reading the total atomic density (TOT_ADENS) of fission products in Openmc

@paulromano @Shimwell How can I read the total atomic density of fission products for mixed fuels from the output file in OpenMC?

_time, u5 = results.get_atoms("1", "U235")

In this depletion example, I think it does not read the total atomic density.

1 Like

@paulromano @Shimwell @pshriwise