mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Clarify probability units for decay_photon_energy
This commit is contained in:
parent
7815a5e02d
commit
10abbe910a
2 changed files with 3 additions and 2 deletions
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue