mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Add note in Chain.from_endf docstring about missing FPY
This commit is contained in:
parent
2dc63d5418
commit
3c25a2a4b3
1 changed files with 10 additions and 0 deletions
|
|
@ -264,6 +264,16 @@ class Chain:
|
|||
-------
|
||||
Chain
|
||||
|
||||
Notes
|
||||
-----
|
||||
When an actinide is missing fission product yield (FPY) data, yields will
|
||||
copied from a parent isotope, found according to:
|
||||
|
||||
1. If the nuclide is in a ground state and a metastable state exists with
|
||||
fission yields, copy the yields from the metastable
|
||||
2. Find an isotone (same number of neutrons) and copy those yields
|
||||
3. Copy the yields of U235 if the previous two checks fail
|
||||
|
||||
"""
|
||||
chain = cls()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue