The package janus.data.radioactive.fission encapsulates the classes that store and access the data imported from reactions MT454 and MT459 of FILE 8 in ENDF format.

 

Class ENDF_EvaluationUpdater invokes the methods to create fission yields during an import.  With fission only a few materials are given in an ENDF tape but they result in a chart with approximately a thousand materials.  These few given materials are called “fission parents”.  Each fission parent contains data describing its decay towards other nuclides or “products” during a collision with an incident neutron.  An incident neutron with a given energy causes a parent nuclide to decay towards a set of products.  The reactions MT454 and MT459 provide with each parent, a set of incident energies for the neutron, a list of decay products, and yields.  Yields are physical properties that are associated with the parent’s decay toward each product nuclide.

 

A decay is characterized by: the parent nuclide obtained from the reaction’s field ZA, the product nuclide from field ZAPF and FPS, and the incident neutron energy from field E1 in the reaction.  For a given decay, two physical parameters are stored:

·        in reaction MT454 the fields YI, the independent yield, and field DYI, the uncertainty of its value.

·        in reaction MT459, the fields YC, the cumulative yield, and field DYC, its uncertainty value.

 

Decay data is provided in one direction: from a given parent towards its various products.  For a given product nuclide, however, the ENDF format does not directly contain the corresponding decay information.  This data must be reconstructed from the information in the parent nuclide.  For reasons of performance, this data is reconstructed during an import.

 

User Access to Data

 

For a given parent nuclide, the user may wish to display its corresponding decays.  These classes are defined as a function of the incident neutron energy.  If the user selects a parent and an incident energy, the decays originating from this parent are displayed.

 

For a given product display, data may be displayed in four forms.  In each case, the data is grouped by incident energy.  When the user selects a product nuclide and an incident energy, the following display modes are available:

·        (all parents mode) - displays the decays terminating in the specified product with the specified incident energy.  In this case, there is one Z but different fissioning systems.

·        (charge mode) - display decays terminating in products with the same charge (i.e. Z) as the specified product, with the specified incident energy, and for a user-defined parent.  In this case, the fission yields are for the same Z but different A.

·        (chain mode) - display decays terminating in products with the same mass (i.e. A) as the specified product, with the specified incident energy, and for a user-defined parent.  In this case, the fission yields are for the same A but different Z.

·        (chart mode) - display decays originating from a user-defined parent nuclide with a specified incident energy.

 

In Janis, a fission parent may be selected and all the possible fission products are displayed.  Alternatively, a fission product may be selected and all the fission parents capable of producing it are displayed.