From 6b54d8888515d7c005c32bb672bab07b232ce000 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 18 Apr 2014 17:26:52 -0400 Subject: [PATCH] Added documentation on . --- docs/source/usersguide/input.rst | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/docs/source/usersguide/input.rst b/docs/source/usersguide/input.rst index eebe6bfc1..ee71e6366 100644 --- a/docs/source/usersguide/input.rst +++ b/docs/source/usersguide/input.rst @@ -182,6 +182,29 @@ performed. It has the following attributes/sub-elements: *Default*: None +.. _natural_elements: + +```` Element +------------------------------ + +The ```` element indicates to OpenMC what nuclides are +available in the cross section library when expanding an ```` into +separate isotopes (see :ref:`material`). The accepted values are: + + - ENDF/B-VII.0 + - ENDF/B-VII.1 + - JEFF-3.1.1 + - JEFF-3.1.2 + - JEFF-3.2 + - JENDL-3.2 + - JENDL-3.3 + - JENDL-4.0 + +Note that the value is case-insensitive, so "ENDF/B-VII.1" is equivalent to +"endf/b-vii.1". + + *Default*: ENDF/B-VII.1 + ```` Element ----------------------- @@ -741,6 +764,8 @@ sub-elements: Materials Specification -- materials.xml ---------------------------------------- +.. _material: + ```` Element ---------------------- @@ -781,7 +806,7 @@ Each ``material`` element can have the following attributes or sub-elements: Specifies that a natural element is present in the material. The natural element is split up into individual isotopes based on IUPAC Isotopic - Compositions of the Elements 1997. This element has attributes/sub-elements + Compositions of the Elements 2009. This element has attributes/sub-elements called ``name``, ``xs``, and ``ao``. The ``name`` attribute is the atomic symbol of the element while the ``xs`` attribute is the cross-section identifier. Finally, the ``ao`` attribute specifies the atom percent of the @@ -794,6 +819,10 @@ Each ``material`` element can have the following attributes or sub-elements: + In some cross section libraries, certain naturally occurring isotopes do not + have cross sections. The :ref:`natural_elements` option determines how a + natural element is split into isotopes in these cases. + *Default*: None