File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,6 +56,27 @@ attributes:
5656
5757.. _io_chain_reaction :
5858
59+ --------------------
60+ ``<source> `` Element
61+ --------------------
62+
63+ The ``<source> `` element represents photon and electron sources associated with
64+ the decay of a nuclide and contains information to construct an
65+ :class: `openmc.stats.Univariate ` object that represents this emission as an
66+ energy distribution. This element has the following attributes:
67+
68+ :type:
69+ The type of :class: `openmc.stats.Univariate ` source term.
70+
71+ :particle:
72+ The type of particle emitted, e.g., 'photon' or 'electron'
73+
74+ :parameters:
75+ The parameters of the source term, e.g., for a
76+ :class: `openmc.stats.Discrete ` source, the energies (in [eV]) at which the
77+ particles are emitted and their relative intensities in [Bq/atom] (in other
78+ words, decay constants).
79+
5980----------------------
6081``<reaction> `` Element
6182----------------------
Original file line number Diff line number Diff line change @@ -591,7 +591,7 @@ def decay_photon_energy(nuclide: str) -> Univariate | None:
591591 openmc.stats.Univariate or None
592592 Distribution of energies in [eV] of photons emitted from decay, or None
593593 if no photon source exists. Note that the probabilities represent
594- intensities, given as [Bq] .
594+ intensities, given as [Bq/atom] (in other words, decay constants) .
595595 """
596596 if not _DECAY_PHOTON_ENERGY :
597597 chain_file = openmc .config .get ('chain_file' )
You can’t perform that action at this time.
0 commit comments