Add depletion_chain element to cross_sections format

This commit is contained in:
Andrew Johnson 2019-07-09 08:45:01 -05:00
parent 8b96356304
commit 05ce0e9f51
No known key found for this signature in database
GPG key ID: 253418E91B7F6FEB

View file

@ -51,3 +51,20 @@ attributes:
:type:
The type of data contained in the file. Accepted values are 'neutron',
'thermal', 'photon', and 'wmp'.
.. _depletion_element:
-----------------------------
``<depletion_chain>`` Element
-----------------------------
The ``<depletion_chain>`` element indicates the location of the depletion chain file.
This file contains information describing how nuclides decay and transmute to other
nuclides through the depletion process. This element has a single attribute, ``path``,
pointing to the location of the chain file.
.. code-block:: xml
<depletion_chain path="/opt/data/chain_endfb7.xml"/>
The structure of the depletion chain file is explained in :ref:`io_depletion_chain`.