mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Respond to @smharper comments on #721
This commit is contained in:
parent
dfcb4bc935
commit
5555cfd1aa
3 changed files with 5 additions and 7 deletions
|
|
@ -663,9 +663,7 @@ class Reaction(EqualityMixin):
|
|||
mt : int
|
||||
The ENDF MT number for this reaction.
|
||||
q_value : float
|
||||
The Q-value of this reaction in MeV.
|
||||
threshold : float
|
||||
Threshold of the reaction in MeV
|
||||
The Q-value of this reaction in MeV or eV, depending on the data source.
|
||||
xs : dict of str to openmc.data.Function1D
|
||||
Microscopic cross section for this reaction as a function of incident
|
||||
energy; these cross sections are provided in a dictionary where the key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue