Clarify probability units for decay_photon_energy

This commit is contained in:
Paul Romano 2022-09-28 13:25:00 -05:00
parent 7815a5e02d
commit 10abbe910a
2 changed files with 3 additions and 2 deletions

View file

@ -596,7 +596,8 @@ def decay_photon_energy(nuclide: str) -> Univariate:
Returns
-------
openmc.stats.Univariate
Distribution of energies in [eV] of photons emitted from decay
Distribution of energies in [eV] of photons emitted from decay. Note
that the probabilities represent intensities, given as [decay/sec].
"""
if not _DECAY_PHOTON_ENERGY:
chain_file = openmc.config.get('chain_file')

View file

@ -95,7 +95,7 @@ class Material(IDManagerMixin):
decay_photon_energy : openmc.stats.Univariate
Energy distribution of photons emitted from decay of unstable nuclides
within the material. The integral of this distribution is the total
intensity of the photon source.
intensity of the photon source in [decay/sec].
.. versionadded:: 0.14.0