mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 12:35:29 -04:00
Add documentation of chain.REACTIONS module variable
This commit is contained in:
parent
5b84c940f7
commit
3d35cd3f0f
2 changed files with 13 additions and 2 deletions
|
|
@ -112,6 +112,16 @@ for a depletion chain:
|
|||
FissionYieldDistribution
|
||||
FissionYield
|
||||
|
||||
The :class:`Chain` class uses information from the following module variable:
|
||||
|
||||
.. data:: chain.REACTIONS
|
||||
|
||||
Dictionary that maps transmutation reaction names to information needed when
|
||||
a chain is being generated: MT values, the change in atomic/mass numbers
|
||||
resulting from the reaction, and what secondaries are produced.
|
||||
|
||||
:type: dict
|
||||
|
||||
The following classes are used during a depletion simulation and store auxiliary
|
||||
data, such as number densities and reaction rates for each material.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue