mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Add test for borrowing FPY, update documentation
This commit is contained in:
parent
19aa88cfe2
commit
ff58c199b1
3 changed files with 60 additions and 13 deletions
|
|
@ -82,7 +82,7 @@ element has the following attributes:
|
|||
------------------------------------
|
||||
|
||||
The ``<neutron_fission_yields>`` element provides yields of fission products for
|
||||
fissionable nuclides. It has the follow sub-elements:
|
||||
fissionable nuclides. Normally, it has the follow sub-elements:
|
||||
|
||||
:energies:
|
||||
Energies in [eV] at which yields for products are tabulated
|
||||
|
|
@ -100,3 +100,11 @@ fissionable nuclides. It has the follow sub-elements:
|
|||
|
||||
:data:
|
||||
Independent yields for each fission product
|
||||
|
||||
In the event that a nuclide doesn't have any known fission product yields, it is
|
||||
possible to have that nuclide borrow yields from another nuclide by indicating
|
||||
the other nuclide in a single `parent` attribute. For example:
|
||||
|
||||
.. code-block:: xml
|
||||
|
||||
<neutron_fission_yields parent="U235"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue