From 05ce0e9f51fa27dc7fe18b8fd882a0a204bfd526 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 9 Jul 2019 08:45:01 -0500 Subject: [PATCH] Add depletion_chain element to cross_sections format --- docs/source/io_formats/cross_sections.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/source/io_formats/cross_sections.rst b/docs/source/io_formats/cross_sections.rst index 60f1d4f505..9f0759a3ac 100644 --- a/docs/source/io_formats/cross_sections.rst +++ b/docs/source/io_formats/cross_sections.rst @@ -51,3 +51,20 @@ attributes: :type: The type of data contained in the file. Accepted values are 'neutron', 'thermal', 'photon', and 'wmp'. + +.. _depletion_element: + +----------------------------- +```` Element +----------------------------- + +The ```` 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 + + + +The structure of the depletion chain file is explained in :ref:`io_depletion_chain`.