From 8a2035a191833f8c8248b9c559d31bcd385083e4 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 23 Mar 2017 13:49:03 -0500 Subject: [PATCH 01/16] Start restructuring user's guide --- docs/source/io_formats/cmfd.rst | 221 ++ docs/source/io_formats/cross_sections.rst | 5 + docs/source/io_formats/geometry.rst | 418 ++++ docs/source/io_formats/index.rst | 18 + docs/source/io_formats/materials.rst | 133 ++ docs/source/io_formats/plots.rst | 192 ++ docs/source/io_formats/settings.rst | 856 +++++++ docs/source/io_formats/tallies.rst | 583 +++++ docs/source/methods/cmfd.rst | 2 +- docs/source/usersguide/basics.rst | 154 ++ docs/source/usersguide/beginners.rst | 76 +- docs/source/usersguide/index.rst | 5 +- docs/source/usersguide/input.rst | 2451 --------------------- docs/source/usersguide/install.rst | 41 +- docs/source/usersguide/scripts.rst | 120 + scripts/openmc-memory-usage | 62 - scripts/openmc-statepoint-3d | 393 ---- 17 files changed, 2746 insertions(+), 2984 deletions(-) create mode 100644 docs/source/io_formats/cmfd.rst create mode 100644 docs/source/io_formats/cross_sections.rst create mode 100644 docs/source/io_formats/geometry.rst create mode 100644 docs/source/io_formats/materials.rst create mode 100644 docs/source/io_formats/plots.rst create mode 100644 docs/source/io_formats/settings.rst create mode 100644 docs/source/io_formats/tallies.rst create mode 100644 docs/source/usersguide/basics.rst delete mode 100644 docs/source/usersguide/input.rst create mode 100644 docs/source/usersguide/scripts.rst delete mode 100755 scripts/openmc-memory-usage delete mode 100755 scripts/openmc-statepoint-3d diff --git a/docs/source/io_formats/cmfd.rst b/docs/source/io_formats/cmfd.rst new file mode 100644 index 000000000..80e8365c7 --- /dev/null +++ b/docs/source/io_formats/cmfd.rst @@ -0,0 +1,221 @@ +.. _io_cmfd: + +============================== +CMFD Specification -- cmfd.xml +============================== + +Coarse mesh finite difference acceleration method has been implemented in +OpenMC. Currently, it allows users to accelerate fission source convergence +during inactive neutron batches. To run CMFD, the ```` element in +``settings.xml`` should be set to "true". + +------------------- +```` Element +------------------- + +The ```` element controls what batch CMFD calculations should begin. + + *Default*: 1 + +------------------------ +```` Element +------------------------ + +The ```` element controls whether :math:`\widehat{D}` nonlinear +CMFD parameters should be reset to zero before solving CMFD eigenproblem. +It can be turned on with "true" and off with "false". + + *Default*: false + +--------------------- +```` Element +--------------------- + +The ```` element sets one additional CMFD output column. Options are: + +* "balance" - prints the RMS [%] of the resdiual from the neutron balance + equation on CMFD tallies. +* "dominance" - prints the estimated dominance ratio from the CMFD iterations. + **This will only work for power iteration eigensolver**. +* "entropy" - prints the *entropy* of the CMFD predicted fission source. + **Can only be used if OpenMC entropy is active as well**. +* "source" - prints the RMS [%] between the OpenMC fission source and CMFD + fission source. + + *Default*: balance + +------------------------- +```` Element +------------------------- + +The ```` element controls whether an effective downscatter cross +section should be used when using 2-group CMFD. It can be turned on with "true" +and off with "false". + + *Default*: false + +---------------------- +```` Element +---------------------- + +The ```` element controls whether or not the CMFD diffusion result is +used to adjust the weight of fission source neutrons on the next OpenMC batch. +It can be turned on with "true" and off with "false". + + *Default*: false + +------------------------------------ +```` Element +------------------------------------ + +The ```` element specifies two parameters. The first is +the absolute inner tolerance for Gauss-Seidel iterations when performing CMFD +and the second is the relative inner tolerance for Gauss-Seidel iterations +for CMFD calculations. + + *Default*: 1.e-10 1.e-5 + +-------------------- +```` Element +-------------------- + +The ```` element specifies the tolerance on the eigenvalue when performing +CMFD power iteration. + + *Default*: 1.e-8 + +------------------ +```` Element +------------------ + +The CMFD mesh is a structured Cartesian mesh. This element has the following +attributes/sub-elements: + + :lower_left: + The lower-left corner of the structured mesh. If only two coordinates are + given, it is assumed that the mesh is an x-y mesh. + + :upper_right: + The upper-right corner of the structrued mesh. If only two coordinates are + given, it is assumed that the mesh is an x-y mesh. + + :dimension: + The number of mesh cells in each direction. + + :width: + The width of mesh cells in each direction. + + :energy: + Energy bins [in eV], listed in ascending order (e.g. 0.0 0.625 20.0e6) + for CMFD tallies and acceleration. If no energy bins are listed, OpenMC + automatically assumes a one energy group calculation over the entire + energy range. + + :albedo: + Surface ratio of incoming to outgoing partial currents on global boundary + conditions. They are listed in the following order: -x +x -y +y -z +z. + + *Default*: 1.0 1.0 1.0 1.0 1.0 1.0 + + :map: + An optional acceleration map can be specified to overlay on the coarse + mesh spatial grid. If this option is used, a ``1`` is used for a + non-accelerated region and a ``2`` is used for an accelerated region. + For a simple 4x4 coarse mesh with a 2x2 fuel lattice surrounded by + reflector, the map is: + + ``1 1 1 1`` + + ``1 2 2 1`` + + ``1 2 2 1`` + + ``1 1 1 1`` + + Therefore a 2x2 system of equations is solved rather than a 4x4. This + is extremely important to use in reflectors as neutrons will not + contribute to any tallies far away from fission source neutron regions. + A ``2`` must be used to identify any fission source region. + + .. note:: Only two of the following three sub-elements are needed: + ``lower_left``, ``upper_right`` and ``width``. Any combination + of two of these will yield the third. + +------------------ +```` Element +------------------ + +The ```` element is used to normalize the CMFD fission source distribution +to a particular value. For example, if a fission source is calculated for a +17 x 17 lattice of pins, the fission source may be normalized to the number of +fission source regions, in this case 289. This is useful when visualizing this +distribution as the average peaking factor will be unity. This parameter will +not impact the calculation. + + *Default*: 1.0 + +--------------------------- +```` Element +--------------------------- + +The ```` element is used to view the convergence of power +iteration. This option can be turned on with "true" and turned off with "false". + + *Default*: false + +------------------------- +```` Element +------------------------- + +The ```` element can be turned on with "true" to have an adjoint +calculation be performed on the last batch when CMFD is active. + + *Default*: false + +-------------------- +```` Element +-------------------- + +The ```` element specifies an optional Wielandt shift parameter for +accelerating power iterations. It is by default very large so the impact of the +shift is effectively zero. + + *Default*: 1e6 + +---------------------- +```` Element +---------------------- + +The ```` element specifies an optional spectral radius that can be set to +accelerate the convergence of Gauss-Seidel iterations during CMFD power iteration +solve. + + *Default*: 0.0 + +------------------ +```` Element +------------------ + +The ```` element specifies the tolerance on the fission source when performing +CMFD power iteration. + + *Default*: 1.e-8 + +------------------------- +```` Element +------------------------- + +The ```` element contains a list of batch numbers in which CMFD tallies +should be reset. + + *Default*: None + +---------------------------- +```` Element +---------------------------- + +The ```` element is used to write the sparse matrices created +when solving CMFD equations. This option can be turned on with "true" and off +with "false". + + *Default*: false diff --git a/docs/source/io_formats/cross_sections.rst b/docs/source/io_formats/cross_sections.rst new file mode 100644 index 000000000..6998d3615 --- /dev/null +++ b/docs/source/io_formats/cross_sections.rst @@ -0,0 +1,5 @@ +.. _io_cross_sections: + +============================================ +Cross Sections Locator -- cross_sections.xml +============================================ diff --git a/docs/source/io_formats/geometry.rst b/docs/source/io_formats/geometry.rst new file mode 100644 index 000000000..d3da787bd --- /dev/null +++ b/docs/source/io_formats/geometry.rst @@ -0,0 +1,418 @@ +.. _io_geometry: + +====================================== +Geometry Specification -- geometry.xml +====================================== + +The geometry in OpenMC is described using `constructive solid geometry`_ (CSG), +also sometimes referred to as combinatorial geometry. CSG allows a user to +create complex objects using Boolean operators on a set of simpler surfaces. In +the geometry model, each unique volume is defined by its bounding surfaces. In +OpenMC, most `quadratic surfaces`_ can be modeled and used as bounding surfaces. + +Every geometry.xml must have an XML declaration at the beginning of the file and +a root element named geometry. Within the root element the user can define any +number of cells, surfaces, and lattices. Let us look at the following example: + +.. code-block:: xml + + + + + + + 1 + sphere + 0.0 0.0 0.0 5.0 + vacuum + + + + 1 + 0 + 1 + -1 + + + +At the beginning of this file is a comment, denoted by a tag starting with +````. Comments, as well as any other type of input, +may span multiple lines. One convenient feature of the XML input format is that +sub-elements of the ``cell`` and ``surface`` elements can also be equivalently +expressed of attributes of the original element, e.g. the geometry file above +could be written as: + +.. code-block:: xml + + + + + + + + + + +.. _surface_element: + +--------------------- +```` Element +--------------------- + +Each ```` element can have the following attributes or sub-elements: + + :id: + A unique integer that can be used to identify the surface. + + *Default*: None + + :name: + An optional string name to identify the surface in summary output + files. This string is limited to 52 characters for formatting purposes. + + *Default*: "" + + :type: + The type of the surfaces. This can be "x-plane", "y-plane", "z-plane", + "plane", "x-cylinder", "y-cylinder", "z-cylinder", "sphere", "x-cone", + "y-cone", "z-cone", or "quadric". + + *Default*: None + + :coeffs: + The corresponding coefficients for the given type of surface. See below for + a list a what coefficients to specify for a given surface + + *Default*: None + + :boundary: + The boundary condition for the surface. This can be "transmission", + "vacuum", "reflective", or "periodic". Periodic boundary conditions can + only be applied to x-, y-, and z-planes. Only axis-aligned periodicity is + supported, i.e., x-planes can only be paired with x-planes. Specify which + planes are periodic and the code will automatically identify which planes + are paired together. + + *Default*: "transmission" + + :periodic_surface_id: + If a periodic boundary condition is applied, this attribute identifies the + ``id`` of the corresponding periodic sufrace. + +The following quadratic surfaces can be modeled: + + :x-plane: + A plane perpendicular to the x axis, i.e. a surface of the form :math:`x - + x_0 = 0`. The coefficients specified are ":math:`x_0`". + + :y-plane: + A plane perpendicular to the y axis, i.e. a surface of the form :math:`y - + y_0 = 0`. The coefficients specified are ":math:`y_0`". + + :z-plane: + A plane perpendicular to the z axis, i.e. a surface of the form :math:`z - + z_0 = 0`. The coefficients specified are ":math:`z_0`". + + :plane: + An arbitrary plane of the form :math:`Ax + By + Cz = D`. The coefficients + specified are ":math:`A \: B \: C \: D`". + + :x-cylinder: + An infinite cylinder whose length is parallel to the x-axis. This is a + quadratic surface of the form :math:`(y - y_0)^2 + (z - z_0)^2 = R^2`. The + coefficients specified are ":math:`y_0 \: z_0 \: R`". + + :y-cylinder: + An infinite cylinder whose length is parallel to the y-axis. This is a + quadratic surface of the form :math:`(x - x_0)^2 + (z - z_0)^2 = R^2`. The + coefficients specified are ":math:`x_0 \: z_0 \: R`". + + :z-cylinder: + An infinite cylinder whose length is parallel to the z-axis. This is a + quadratic surface of the form :math:`(x - x_0)^2 + (y - y_0)^2 = R^2`. The + coefficients specified are ":math:`x_0 \: y_0 \: R`". + + :sphere: + A sphere of the form :math:`(x - x_0)^2 + (y - y_0)^2 + (z - z_0)^2 = + R^2`. The coefficients specified are ":math:`x_0 \: y_0 \: z_0 \: R`". + + :x-cone: + A cone parallel to the x-axis of the form :math:`(y - y_0)^2 + (z - z_0)^2 = + R^2 (x - x_0)^2`. The coefficients specified are ":math:`x_0 \: y_0 \: z_0 + \: R^2`". + + :y-cone: + A cone parallel to the y-axis of the form :math:`(x - x_0)^2 + (z - z_0)^2 = + R^2 (y - y_0)^2`. The coefficients specified are ":math:`x_0 \: y_0 \: z_0 + \: R^2`". + + :z-cone: + A cone parallel to the x-axis of the form :math:`(x - x_0)^2 + (y - y_0)^2 = + R^2 (z - z_0)^2`. The coefficients specified are ":math:`x_0 \: y_0 \: z_0 + \: R^2`". + + :quadric: + A general quadric surface of the form :math:`Ax^2 + By^2 + Cz^2 + Dxy + + Eyz + Fxz + Gx + Hy + Jz + K = 0` The coefficients specified are ":math:`A + \: B \: C \: D \: E \: F \: G \: H \: J \: K`". + +.. _cell_element: + +------------------ +```` Element +------------------ + +Each ```` element can have the following attributes or sub-elements: + + :id: + A unique integer that can be used to identify the cell. + + *Default*: None + + :name: + An optional string name to identify the cell in summary output files. + This string is limmited to 52 characters for formatting purposes. + + *Default*: "" + + :universe: + The ``id`` of the universe that this cell is contained in. + + *Default*: 0 + + :fill: + The ``id`` of the universe that fills this cell. + + .. note:: If a fill is specified, no material should be given. + + *Default*: None + + :material: + The ``id`` of the material that this cell contains. If the cell should + contain no material, this can also be set to "void". A list of materials + can be specified for the "distributed material" feature. This will give each + unique instance of the cell its own material. + + .. note:: If a material is specified, no fill should be given. + + *Default*: None + + :region: + A Boolean expression of half-spaces that defines the spatial region which + the cell occupies. Each half-space is identified by the unique ID of the + surface prefixed by `-` or `+` to indicate that it is the negative or + positive half-space, respectively. The `+` sign for a positive half-space + can be omitted. Valid Boolean operators are parentheses, union `|`, + complement `~`, and intersection. Intersection is implicit and indicated by + the presence of whitespace. The order of operator precedence is parentheses, + complement, intersection, and then union. + + As an example, the following code gives a cell that is the union of the + negative half-space of surface 3 and the complement of the intersection of + the positive half-space of surface 5 and the negative half-space of surface + 2: + + .. code-block:: xml + + + + .. note:: The ``region`` attribute/element can be omitted to make a cell + fill its entire universe. + + *Default*: A region filling all space. + + :temperature: + The temperature of the cell in Kelvin. If windowed-multipole data is + avalable, this temperature will be used to Doppler broaden some cross + sections in the resolved resonance region. A list of temperatures can be + specified for the "distributed temperature" feature. This will give each + unique instance of the cell its own temperature. + + *Default*: If a material default temperature is supplied, it is used. In the + absence of a material default temperature, the :ref:`global default + temperature ` is used. + + :rotation: + If the cell is filled with a universe, this element specifies the angles in + degrees about the x, y, and z axes that the filled universe should be + rotated. Should be given as three real numbers. For example, if you wanted + to rotate the filled universe by 90 degrees about the z-axis, the cell + element would look something like: + + .. code-block:: xml + + + + The rotation applied is an intrinsic rotation whose Tait-Bryan angles are + given as those specified about the x, y, and z axes respectively. That is to + say, if the angles are :math:`(\phi, \theta, \psi)`, then the rotation + matrix applied is :math:`R_z(\psi) R_y(\theta) R_x(\phi)` or + + .. math:: + + \left [ \begin{array}{ccc} \cos\theta \cos\psi & -\cos\theta \sin\psi + + \sin\phi \sin\theta \cos\psi & \sin\phi \sin\psi + \cos\phi \sin\theta + \cos\psi \\ \cos\theta \sin\psi & \cos\phi \cos\psi + \sin\phi \sin\theta + \sin\psi & -\sin\phi \cos\psi + \cos\phi \sin\theta \sin\psi \\ + -\sin\theta & \sin\phi \cos\theta & \cos\phi \cos\theta \end{array} + \right ] + + *Default*: None + + :translation: + If the cell is filled with a universe, this element specifies a vector that + is used to translate (shift) the universe. Should be given as three real + numbers. + + .. note:: Any translation operation is applied after a rotation, if also + specified. + + *Default*: None + + +--------------------- +```` Element +--------------------- + +The ```` can be used to represent repeating structures (e.g. fuel pins +in an assembly) or other geometry which fits onto a rectilinear grid. Each cell +within the lattice is filled with a specified universe. A ```` accepts +the following attributes or sub-elements: + + :id: + A unique integer that can be used to identify the lattice. + + :name: + An optional string name to identify the lattice in summary output + files. This string is limited to 52 characters for formatting purposes. + + *Default*: "" + + :dimension: + Two or three integers representing the number of lattice cells in the x- and + y- (and z-) directions, respectively. + + *Default*: None + + :lower_left: + The coordinates of the lower-left corner of the lattice. If the lattice is + two-dimensional, only the x- and y-coordinates are specified. + + *Default*: None + + :pitch: + If the lattice is 3D, then three real numbers that express the distance + between the centers of lattice cells in the x-, y-, and z- directions. If + the lattice is 2D, then omit the third value. + + *Default*: None + + :outer: + The unique integer identifier of a universe that will be used to fill all + space outside of the lattice. The universe will be tiled repeatedly as if + it were placed in a lattice of infinite size. This element is optional. + + *Default*: An error will be raised if a particle leaves a lattice with no + outer universe. + + :universes: + A list of the universe numbers that fill each cell of the lattice. + + *Default*: None + +Here is an example of a properly defined 2d rectangular lattice: + +.. code-block:: xml + + + -1.5 -1.5 + 1.0 1.0 + + 2 2 2 + 2 1 2 + 2 2 2 + + + +------------------------- +```` Element +------------------------- + +The ```` can be used to represent repeating structures (e.g. fuel +pins in an assembly) or other geometry which naturally fits onto a hexagonal +grid or hexagonal prism grid. Each cell within the lattice is filled with a +specified universe. This lattice uses the "flat-topped hexagon" scheme where two +of the six edges are perpendicular to the y-axis. A ```` accepts +the following attributes or sub-elements: + + :id: + A unique integer that can be used to identify the lattice. + + :name: + An optional string name to identify the hex_lattice in summary output + files. This string is limited to 52 characters for formatting purposes. + + *Default*: "" + + :n_rings: + An integer representing the number of radial ring positions in the xy-plane. + Note that this number includes the degenerate center ring which only has one + element. + + *Default*: None + + :n_axial: + An integer representing the number of positions along the z-axis. This + element is optional. + + *Default*: None + + :center: + The coordinates of the center of the lattice. If the lattice does not have + axial sections then only the x- and y-coordinates are specified. + + *Default*: None + + :pitch: + If the lattice is 3D, then two real numbers that express the distance + between the centers of lattice cells in the xy-plane and along the z-axis, + respectively. If the lattice is 2D, then omit the second value. + + *Default*: None + + :outer: + The unique integer identifier of a universe that will be used to fill all + space outside of the lattice. The universe will be tiled repeatedly as if + it were placed in a lattice of infinite size. This element is optional. + + *Default*: An error will be raised if a particle leaves a lattice with no + outer universe. + + :universes: + A list of the universe numbers that fill each cell of the lattice. + + *Default*: None + +Here is an example of a properly defined 2d hexagonal lattice: + +.. code-block:: xml + + +
0.0 0.0
+ 1.0 + + 202 + 202 202 + 202 202 202 + 202 202 + 202 101 202 + 202 202 + 202 202 202 + 202 202 + 202 + +
+ +.. _constructive solid geometry: http://en.wikipedia.org/wiki/Constructive_solid_geometry + +.. _quadratic surfaces: http://en.wikipedia.org/wiki/Quadric diff --git a/docs/source/io_formats/index.rst b/docs/source/io_formats/index.rst index 6de9f199c..f3eea21de 100644 --- a/docs/source/io_formats/index.rst +++ b/docs/source/io_formats/index.rst @@ -4,6 +4,23 @@ File Format Specifications ========================== +.. _io_file_formats_input: + +----------- +Input Files +----------- + +.. toctree:: + :numbered: + :maxdepth: 2 + + geometry + materials + settings + tallies + plots + cmfd + ---------- Data Files ---------- @@ -12,6 +29,7 @@ Data Files :numbered: :maxdepth: 2 + cross_sections nuclear_data mgxs_library data_wmp diff --git a/docs/source/io_formats/materials.rst b/docs/source/io_formats/materials.rst new file mode 100644 index 000000000..fc57280f8 --- /dev/null +++ b/docs/source/io_formats/materials.rst @@ -0,0 +1,133 @@ +.. _io_materials: + +======================================== +Materials Specification -- materials.xml +======================================== + +.. _cross_sections: + +---------------------------- +```` Element +---------------------------- + +The ```` element has no attributes and simply indicates the path +to an XML cross section listing file (usually named cross_sections.xml). If this +element is absent from the settings.xml file, the +:envvar:`OPENMC_CROSS_SECTIONS` environment variable will be used to find the +path to the XML cross section listing when in continuous-energy mode, and the +:envvar:`OPENMC_MG_CROSS_SECTIONS` environment variable will be used in +multi-group mode. + +.. _multipole_library: + +------------------------------- +```` Element +------------------------------- + +The ```` element indicates the directory containing a +windowed multipole library. If a windowed multipole library is available, +OpenMC can use it for on-the-fly Doppler-broadening of resolved resonance range +cross sections. If this element is absent from the settings.xml file, the +:envvar:`OPENMC_MULTIPOLE_LIBRARY` environment variable will be used. + + .. note:: The element must also be set to "true" for + windowed multipole functionality. + +.. _material: + +---------------------- +```` Element +---------------------- + +Each ``material`` element can have the following attributes or sub-elements: + + :id: + A unique integer that can be used to identify the material. + + :name: + An optional string name to identify the material in summary output + files. This string is limited to 52 characters for formatting purposes. + + *Default*: "" + + :temperature: + An element with no attributes which is used to set the default temperature + of the material in Kelvin. + + *Default*: If a material default temperature is not given and a cell + temperature is not specified, the :ref:`global default temperature + ` is used. + + :density: + An element with attributes/sub-elements called ``value`` and ``units``. The + ``value`` attribute is the numeric value of the density while the ``units`` + can be "g/cm3", "kg/m3", "atom/b-cm", "atom/cm3", or "sum". The "sum" unit + indicates that values appearing in ``ao`` or ``wo`` attributes for ```` + and ```` sub-elements are to be interpreted as absolute nuclide/element + densities in atom/b-cm or g/cm3, and the total density of the material is + taken as the sum of all nuclides/elements. The "macro" unit is used with + a ``macroscopic`` quantity to indicate that the density is already included + in the library and thus not needed here. However, if a value is provided + for the ``value``, then this is treated as a number density multiplier on + the macroscopic cross sections in the multi-group data. This can be used, + for example, when perturbing the density slightly. + + *Default*: None + + .. note:: A ``macroscopic`` quantity can not be used in conjunction with a + ``nuclide``, ``element``, or ``sab`` quantity. + + :nuclide: + An element with attributes/sub-elements called ``name``, and ``ao`` + or ``wo``. The ``name`` attribute is the name of the cross-section for a + desired nuclide. Finally, the ``ao`` and ``wo`` attributes specify the atom or + weight percent of that nuclide within the material, respectively. One + example would be as follows: + + .. code-block:: xml + + + + + .. note:: If one nuclide is specified in atom percent, all others must also + be given in atom percent. The same applies for weight percentages. + + An optional attribute/sub-element for each nuclide is ``scattering``. This + attribute may be set to "data" to use the scattering laws specified by the + cross section library (default). Alternatively, when set to "iso-in-lab", + the scattering laws are used to sample the outgoing energy but an + isotropic-in-lab distribution is used to sample the outgoing angle at each + scattering interaction. The ``scattering`` attribute may be most useful + when using OpenMC to compute multi-group cross-sections for deterministic + transport codes and to quantify the effects of anisotropic scattering. + + *Default*: None + + .. note:: The ``scattering`` attribute/sub-element is not used in the + multi-group :ref:`energy_mode`. + + :sab: + Associates an S(a,b) table with the material. This element has one + attribute/sub-element called ``name``. The ``name`` attribute + is the name of the S(a,b) table that should be associated with the material. + + *Default*: None + + .. note:: This element is not used in the multi-group :ref:`energy_mode`. + + :macroscopic: + The ``macroscopic`` element is similar to the ``nuclide`` element, but, + recognizes that some multi-group libraries may be providing material + specific macroscopic cross sections instead of always providing nuclide + specific data like in the continuous-energy case. To that end, the + macroscopic element has one attribute/sub-element called ``name``. + The ``name`` attribute is the name of the cross-section for a + desired nuclide. One example would be as follows: + + .. code-block:: xml + + + + .. note:: This element is only used in the multi-group :ref:`energy_mode`. + + *Default*: None diff --git a/docs/source/io_formats/plots.rst b/docs/source/io_formats/plots.rst new file mode 100644 index 000000000..4bfdaa8d5 --- /dev/null +++ b/docs/source/io_formats/plots.rst @@ -0,0 +1,192 @@ +.. _io_plots: + +============================================ +Geometry Plotting Specification -- plots.xml +============================================ + +Basic plotting capabilities are available in OpenMC by creating a plots.xml +file and subsequently running with the command-line flag ``-plot``. The root +element of the plots.xml is simply ```` and any number output plots can +be defined with ```` sub-elements. Two plot types are currently +implemented in openMC: + +* ``slice`` 2D pixel plot along one of the major axes. Produces a PPM image + file. +* ``voxel`` 3D voxel data dump. Produces a binary file containing voxel xyz + position and cell or material id. + + +------------------ +```` Element +------------------ + +Each plot is specified by a combination of the following attributes or +sub-elements: + + :id: + The unique ``id`` of the plot. + + *Default*: None - Required entry + + :filename: + Filename for the output plot file. + + *Default*: "plot" + + :color_by: + Keyword for plot coloring. This can be either "cell" or "material", which + colors regions by cells and materials, respectively. For voxel plots, this + determines which id (cell or material) is associated with each position. + + *Default*: "cell" + + :level: + Universe depth to plot at (optional). This parameter controls how many + universe levels deep to pull cell and material ids from when setting plot + colors. If a given location does not have as many levels as specified, + colors will be taken from the lowest level at that location. For example, if + ``level`` is set to zero colors will be taken from top-level (universe zero) + cells only. However, if ``level`` is set to 1 colors will be taken from + cells in universes that fill top-level fill-cells, and from top-level cells + that contain materials. + + *Default*: Whatever the deepest universe is in the model + + :origin: + Specifies the (x,y,z) coordinate of the center of the plot. Should be three + floats separated by spaces. + + *Default*: None - Required entry + + :width: + Specifies the width of the plot along each of the basis directions. Should + be two or three floats separated by spaces for 2D plots and 3D plots, + respectively. + + *Default*: None - Required entry + + :type: + Keyword for type of plot to be produced. Currently only "slice" and "voxel" + plots are implemented. The "slice" plot type creates 2D pixel maps saved in + the PPM file format. PPM files can be displayed in most viewers (e.g. the + default Gnome viewer, IrfanView, etc.). The "voxel" plot type produces a + binary datafile containing voxel grid positioning and the cell or material + (specified by the ``color`` tag) at the center of each voxel. These + datafiles can be processed into 3D SILO files using the + ``openmc-voxel-to-silovtk`` utility provided with the OpenMC source, and + subsequently viewed with a 3D viewer such as VISIT or Paraview. See the + :ref:`io_voxel` for information about the datafile structure. + + .. note:: Since the PPM format is saved without any kind of compression, + the resulting file sizes can be quite large. Saving the image in + the PNG format can often times reduce the file size by orders of + magnitude without any loss of image quality. Likewise, + high-resolution voxel files produced by OpenMC can be quite large, + but the equivalent SILO files will be significantly smaller. + + *Default*: "slice" + +```` elements of ``type`` "slice" and "voxel" must contain the ``pixels`` +attribute or sub-element: + + :pixels: + Specifies the number of pixels or voxels to be used along each of the basis + directions for "slice" and "voxel" plots, respectively. Should be two or + three integers separated by spaces. + + .. warning:: The ``pixels`` input determines the output file size. For the + PPM format, 10 million pixels will result in a file just under + 30 MB in size. A 10 million voxel binary file will be around + 40 MB. + + .. warning:: If the aspect ratio defined in ``pixels`` does not match the + aspect ratio defined in ``width`` the plot may appear stretched + or squeezed. + + .. warning:: Geometry features along a basis direction smaller than + ``width``/``pixels`` along that basis direction may not appear + in the plot. + + *Default*: None - Required entry for "slice" and "voxel" plots + +```` elements of ``type`` "slice" can also contain the following +attributes or sub-elements. These are not used in "voxel" plots: + + :basis: + Keyword specifying the plane of the plot for "slice" type plots. Can be + one of: "xy", "xz", "yz". + + *Default*: "xy" + + :background: + Specifies the RGB color of the regions where no OpenMC cell can be found. + Should be three integers separated by spaces. + + *Default*: 0 0 0 (black) + + :color: + Any number of this optional tag may be included in each ```` element, + which can override the default random colors for cells or materials. Each + ``color`` element must contain ``id`` and ``rgb`` sub-elements. + + :id: + Specifies the cell or material unique id for the color specification. + + :rgb: + Specifies the custom color for the cell or material. Should be 3 integers + separated by spaces. + + As an example, if your plot is colored by material and you want material 23 + to be blue, the corresponding ``color`` element would look like: + + .. code-block:: xml + + + + *Default*: None + + :mask: + The special ``mask`` sub-element allows for the selective plotting of *only* + user-specified cells or materials. Only one ``mask`` element is allowed per + ``plot`` element, and it must contain as attributes or sub-elements a + background masking color and a list of cells or materials to plot: + + :components: + List of unique ``id`` numbers of the cells or materials to plot. Should be + any number of integers separated by spaces. + + :background: + Color to apply to all cells or materials not in the ``components`` list of + cells or materials to plot. This overrides any ``color`` color + specifications. + + *Default*: 255 255 255 (white) + + :meshlines: + The ``meshlines`` sub-element allows for plotting the boundaries of a + regular mesh on top of a plot. Only one ``meshlines`` element is allowed per + ``plot`` element, and it must contain as attributes or sub-elements a mesh + type and a linewidth. Optionally, a color may be specified for the overlay: + + :meshtype: + The type of the mesh to be plotted. Valid options are "tally", "entropy", + "ufs", and "cmfd". If plotting "tally" meshes, the id of the mesh to plot + must be specified with the ``id`` sub-element. + + :id: + A single integer id number for the mesh specified on ``tallies.xml`` that + should be plotted. This element is only required for ``meshtype="tally"``. + + :linewidth: + A single integer number of pixels of linewidth to specify for the mesh + boundaries. Specifying this as 0 indicates that lines will be 1 pixel + thick, specifying 1 indicates 3 pixels thick, specifying 2 indicates + 5 pixels thick, etc. + + :color: + Specifies the custom color for the meshlines boundaries. Should be 3 + integers separated by whitespace. This element is optional. + + *Default*: 0 0 0 (black) + + *Default*: None diff --git a/docs/source/io_formats/settings.rst b/docs/source/io_formats/settings.rst new file mode 100644 index 000000000..3b26eb84b --- /dev/null +++ b/docs/source/io_formats/settings.rst @@ -0,0 +1,856 @@ +.. _io_settings: + +====================================== +Settings Specification -- settings.xml +====================================== + +All simulation parameters and miscellaneous options are specified in the +settings.xml file. + +--------------------- +```` Element +--------------------- + +The ```` element indicates the total number of batches to execute, +where each batch corresponds to a tally realization. In a fixed source +calculation, each batch consists of a number of source particles. In an +eigenvalue calculation, each batch consists of one or many fission source +iterations (generations), where each generation itself consists of a number of +source neutrons. + + *Default*: None + +---------------------------------- +```` Element +---------------------------------- + +The ```` element has no attributes and has an accepted +value of "true" or "false". If set to "true", uncertainties on tally results +will be reported as the half-width of the 95% two-sided confidence interval. If +set to "false", uncertainties on tally results will be reported as the sample +standard deviation. + + *Default*: false + +-------------------- +```` Element +-------------------- + +The ```` element indicates two kinds of cutoffs. The first is the weight +cutoff used below which particles undergo Russian roulette. Surviving particles +are assigned a user-determined weight. Note that weight cutoffs and Russian +rouletting are not turned on by default. The second is the energy cutoff which +is used to kill particles under certain energy. The energy cutoff should not be +used unless you know particles under the energy are of no importance to results +you care. This element has the following attributes/sub-elements: + + :weight: + The weight below which particles undergo Russian roulette. + + *Default*: 0.25 + + :weight_avg: + The weight that is assigned to particles that are not killed after Russian + roulette. + + *Default*: 1.0 + + :energy: + The energy under which particles will be killed. + + *Default*: 0.0 + +------------------------- +```` Element +------------------------- + +The ```` element determines the treatment of the energy grid during +a simulation. The valid options are "nuclide", "logarithm", and +"material-union". Setting this element to "nuclide" will cause OpenMC to use a +nuclide's energy grid when determining what points to interpolate between for +determining cross sections (i.e. non-unionized energy grid). Setting this +element to "logarithm" causes OpenMC to use a logarithmic mapping technique +described in LA-UR-14-24530_. Setting this element to "material-union" will +cause OpenMC to create energy grids that are unionized material-by-material and +use these grids when determining the energy-cross section pairs to interpolate +cross section values between. + + *Default*: logarithm + + .. note:: This element is not used in the multi-group :ref:`energy_mode`. + +.. _LA-UR-14-24530: https://laws.lanl.gov/vhosts/mcnp.lanl.gov/pdf_files/la-ur-14-24530.pdf + +.. _energy_mode: + +------------------------- +```` Element +------------------------- + +The ```` element tells OpenMC if the run-mode should be +continuous-energy or multi-group. Options for entry are: ``continuous-energy`` +or ``multi-group``. + + *Default*: continuous-energy + +--------------------- +```` Element +--------------------- + +The ```` element describes a mesh that is used for calculating Shannon +entropy. This mesh should cover all possible fissionable materials in the +problem. It has the following attributes/sub-elements: + + :dimension: + The number of mesh cells in the x, y, and z directions, respectively. + + *Default*: If this tag is not present, the number of mesh cells is + automatically determined by the code. + + :lower_left: + The Cartesian coordinates of the lower-left corner of the mesh. + + *Default*: None + + :upper_right: + The Cartesian coordinates of the upper-right corner of the mesh. + + *Default*: None + +----------------------------------- +```` Element +----------------------------------- + +The ```` element indicates the number of total fission +source iterations per batch for an eigenvalue calculation. This element is +ignored for all run modes other than "eigenvalue". + + *Default*: 1 + +---------------------- +```` Element +---------------------- + +The ```` element indicates the number of inactive batches used in a +k-eigenvalue calculation. In general, the starting fission source iterations in +an eigenvalue calculation can not be used to contribute to tallies since the +fission source distribution and eigenvalue are generally not converged +immediately. This element is ignored for all run modes other than "eigenvalue". + + *Default*: 0 + +-------------------------- +```` Element +-------------------------- + +The ```` element (ignored for all run modes other than +"eigenvalue".) specifies a precision trigger on the combined +:math:`k_{eff}`. The trigger is a convergence criterion on the uncertainty of +the estimated eigenvalue. It has the following attributes/sub-elements: + + :type: + The type of precision trigger. Accepted options are "variance", "std_dev", + and "rel_err". + + :variance: + Variance of the batch mean :math:`\sigma^2` + + :std_dev: + Standard deviation of the batch mean :math:`\sigma` + + :rel_err: + Relative error of the batch mean :math:`\frac{\sigma}{\mu}` + + *Default*: None + + :threshold: + The precision trigger's convergence criterion for the + combined :math:`k_{eff}`. + + *Default*: None + +.. note:: See section on the :ref:`trigger` for more information. + + +--------------------------- +```` Element +--------------------------- + +The ```` element indicates the number of bins to use for the +logarithmic-mapped energy grid. Using more bins will result in energy grid +searches over a smaller range at the expense of more memory. The default is +based on the recommended value in LA-UR-14-24530_. + + *Default*: 8000 + + .. note:: This element is not used in the multi-group :ref:`energy_mode`. + +--------------------------- +```` Element +--------------------------- + +The ```` element allows the user to set a maximum scattering order +to apply to every nuclide/material in the problem. That is, if the data +library has :math:`P_3` data available, but ```` was set to ``1``, +then, OpenMC will only use up to the :math:`P_1` data. + + *Default*: Use the maximum order in the data library + + .. note:: This element is not used in the continuous-energy + :ref:`energy_mode`. + +----------------------- +```` Element +----------------------- + +The ```` element has no attributes and has an accepted value of +"true" or "false". If set to "true", all user-defined tallies and global tallies +will not be reduced across processors in a parallel calculation. This means that +the accumulate score in one batch on a single processor is considered as an +independent realization for the tally random variable. For a problem with large +tally data, this option can significantly improve the parallel efficiency. + + *Default*: false + +-------------------- +```` Element +-------------------- + +The ```` element determines what output files should be written to disk +during the run. The sub-elements are described below, where "true" will write +out the file and "false" will not. + + :cross_sections: + Writes out an ASCII summary file of the cross sections that were read in. + + *Default*: false + + :summary: + Writes out an HDF5 summary file describing all of the user input files that + were read in. + + *Default*: true + + :tallies: + Write out an ASCII file of tally results. + + *Default*: true + + .. note:: The tally results will always be written to a binary/HDF5 state + point file. + +------------------------- +```` Element +------------------------- + +The ```` element specifies an absolute or relative path where all +output files should be written to. The specified path must exist or else OpenMC +will abort. + + *Default*: Current working directory + +----------------------- +```` Element +----------------------- + +This element indicates the number of neutrons to simulate per fission source +iteration when a k-eigenvalue calculation is performed or the number of neutrons +per batch for a fixed source simulation. + + *Default*: None + +--------------------- +```` Element +--------------------- + +The ```` element determines whether probability tables should be used +in the unresolved resonance range if available. This element has no attributes +or sub-elements and can be set to either "false" or "true". + + *Default*: true + + .. note:: This element is not used in the multi-group :ref:`energy_mode`. + +---------------------------------- +```` Element +---------------------------------- + +The ``resonance_scattering`` element indicates to OpenMC that a method be used +to properly account for resonance elastic scattering (typically for nuclides +with Z > 40). This element can contain one or more of the following attributes +or sub-elements: + + :enable: + Indicates whether a resonance elastic scattering method should be turned + on. Accepts values of "true" or "false". + + *Default*: If the ```` element is present, "true". + + :method: + + Which resonance elastic scattering method is to be applied: "ares" + (accelerated resonance elastic scattering), "dbrc" (Doppler broadening + rejection correction), or "wcm" (weight correction method). Descriptions of + each of these methods are documented here_. + + .. _here: http://dx.doi.org/10.1016/j.anucene.2014.01.017 + + *Default*: "ares" + + :energy_min: + The energy in eV above which the resonance elastic scattering method should + be applied. + + *Default*: 0.01 eV + + :energy_max: + The energy in eV below which the resonance elastic scattering method should + be applied. + + *Default*: 1000.0 eV + + :nuclides: + + A list of nuclides to which the resonance elastic scattering method should + be applied. + + *Default*: If ```` is present but the ```` + sub-element is not given, the method is applied to all nuclides with 0 K + elastic scattering data present. + + .. note:: If the ``resonance_scattering`` element is not given, the free gas, + constant cross section scattering model, which has historically been + used by Monte Carlo codes to sample target velocities, is used to + treat the target motion of all nuclides. If + ``resonance_scattering`` is present, the constant cross section + method is applied below ``energy_min`` and the target-at-rest + (asymptotic) kernel is used above ``energy_max``. + + .. note:: This element is not used in the multi-group :ref:`energy_mode`. + +---------------------- +```` Element +---------------------- + +The ```` element indicates whether or not CMFD acceleration should be +turned on or off. This element has no attributes or sub-elements and can be set +to either "false" or "true". + + *Default*: false + +---------------------- +```` Element +---------------------- + +The ```` element indicates which run mode should be used when OpenMC +is executed. This element has no attributes or sub-elements and can be set to +"eigenvalue", "fixed source", "plot", "volume", or "particle restart". + + *Default*: None + +------------------ +```` Element +------------------ + +The ``seed`` element is used to set the seed used for the linear congruential +pseudo-random number generator. + + *Default*: 1 + +-------------------- +```` Element +-------------------- + +The ``source`` element gives information on an external source distribution to +be used either as the source for a fixed source calculation or the initial +source guess for criticality calculations. Multiple ```` elements may be +specified to define different source distributions. Each one takes the following +attributes/sub-elements: + + :strength: + The strength of the source. If multiple sources are present, the source + strength indicates the relative probability of choosing one source over the + other. + + *Default*: 1.0 + + :file: + If this attribute is given, it indicates that the source is to be read from + a binary source file whose path is given by the value of this element. Note, + the number of source sites needs to be the same as the number of particles + simulated in a fission source generation. + + *Default*: None + + :space: + An element specifying the spatial distribution of source sites. This element + has the following attributes: + + :type: + The type of spatial distribution. Valid options are "box", "fission", + "point", and "cartesian". A "box" spatial distribution has coordinates + sampled uniformly in a parallelepiped. A "fission" spatial distribution + samples locations from a "box" distribution but only locations in + fissionable materials are accepted. A "point" spatial distribution has + coordinates specified by a triplet. An "cartesian" spatial distribution + specifies independent distributions of x-, y-, and z-coordinates. + + *Default*: None + + :parameters: + For a "box" or "fission" spatial distribution, ``parameters`` should be + given as six real numbers, the first three of which specify the lower-left + corner of a parallelepiped and the last three of which specify the + upper-right corner. Source sites are sampled uniformly through that + parallelepiped. + + For a "point" spatial distribution, ``parameters`` should be given as + three real numbers which specify the (x,y,z) location of an isotropic + point source. + + For an "cartesian" distribution, no parameters are specified. Instead, + the ``x``, ``y``, and ``z`` elements must be specified. + + *Default*: None + + :x: + For an "cartesian" distribution, this element specifies the distribution + of x-coordinates. The necessary sub-elements/attributes are those of a + univariate probability distribution (see the description in + :ref:`univariate`). + + :y: + For an "cartesian" distribution, this element specifies the distribution + of y-coordinates. The necessary sub-elements/attributes are those of a + univariate probability distribution (see the description in + :ref:`univariate`). + + :z: + For an "cartesian" distribution, this element specifies the distribution + of z-coordinates. The necessary sub-elements/attributes are those of a + univariate probability distribution (see the description in + :ref:`univariate`). + + :angle: + An element specifying the angular distribution of source sites. This element + has the following attributes: + + :type: + The type of angular distribution. Valid options are "isotropic", + "monodirectional", and "mu-phi". The angle of the particle emitted from a + source site is isotropic if the "isotropic" option is given. The angle of + the particle emitted from a source site is the direction specified in the + ``reference_uvw`` element/attribute if "monodirectional" option is + given. The "mu-phi" option produces directions with the cosine of the + polar angle and the azimuthal angle explicitly specified. + + *Default*: isotropic + + :reference_uvw: + The direction from which the polar angle is measured. Represented by the + x-, y-, and z-components of a unit vector. For a monodirectional + distribution, this defines the direction of all sampled particles. + + :mu: + An element specifying the distribution of the cosine of the polar + angle. Only relevant when the type is "mu-phi". The necessary + sub-elements/attributes are those of a univariate probability distribution + (see the description in :ref:`univariate`). + + :phi: + An element specifying the distribution of the azimuthal angle. Only + relevant when the type is "mu-phi". The necessary sub-elements/attributes + are those of a univariate probability distribution (see the description in + :ref:`univariate`). + + :energy: + An element specifying the energy distribution of source sites. The necessary + sub-elements/attributes are those of a univariate probability distribution + (see the description in :ref:`univariate`). + + *Default*: Watt spectrum with :math:`a` = 0.988 MeV and :math:`b` = + 2.249 MeV :sup:`-1` + + :write_initial: + An element specifying whether to write out the initial source bank used at + the beginning of the first batch. The output file is named + "initial_source.h5" + + *Default*: false + +.. _univariate: + +Univariate Probability Distributions +++++++++++++++++++++++++++++++++++++ + +Various components of a source distribution involve probability distributions of +a single random variable, e.g. the distribution of the energy, the distribution +of the polar angle, and the distribution of x-coordinates. Each of these +components supports the same syntax with an element whose tag signifies the +variable and whose sub-elements/attributes are as follows: + +:type: + The type of the distribution. Valid options are "uniform", "discrete", + "tabular", "maxwell", and "watt". The "uniform" option produces variates + sampled from a uniform distribution over a finite interval. The "discrete" + option produces random variates that can assume a finite number of values + (i.e., a distribution characterized by a probability mass function). The + "tabular" option produces random variates sampled from a tabulated + distribution where the density function is either a histogram or + linearly-interpolated between tabulated points. The "watt" option produces + random variates is sampled from a Watt fission spectrum (only used for + energies). The "maxwell" option produce variates sampled from a Maxwell + fission spectrum (only used for energies). + + *Default*: None + +:parameters: + For a "uniform" distribution, ``parameters`` should be given as two real + numbers :math:`a` and :math:`b` that define the interval :math:`[a,b]` over + which random variates are sampled. + + For a "discrete" or "tabular" distribution, ``parameters`` provides the + :math:`(x,p)` pairs defining the discrete/tabular distribution. All :math:`x` + points are given first followed by corresponding :math:`p` points. + + For a "watt" distribution, ``parameters`` should be given as two real numbers + :math:`a` and :math:`b` that parameterize the distribution :math:`p(x) dx = c + e^{-x/a} \sinh \sqrt{b \, x} dx`. + + For a "maxwell" distribution, ``parameters`` should be given as one real + number :math:`a` that parameterizes the distribution :math:`p(x) dx = c x + e^{-x/a} dx`. + + .. note:: The above format should be used even when using the multi-group + :ref:`energy_mode`. +:interpolation: + For a "tabular" distribution, ``interpolation`` can be set to "histogram" or + "linear-linear" thereby specifying how tabular points are to be interpolated. + + *Default*: histogram + +------------------------- +```` Element +------------------------- + +The ```` element indicates at what batches a state point file +should be written. A state point file can be used to restart a run or to get +tally results at any batch. The default behavior when using this tag is to +write out the source bank in the state_point file. This behavior can be +customized by using the ```` element. This element has the +following attributes/sub-elements: + + :batches: + A list of integers separated by spaces indicating at what batches a state + point file should be written. + + *Default*: Last batch only + +-------------------------- +```` Element +-------------------------- + +The ```` element indicates at what batches the source bank +should be written. The source bank can be either written out within a state +point file or separately in a source point file. This element has the following +attributes/sub-elements: + + :batches: + A list of integers separated by spaces indicating at what batches a state + point file should be written. It should be noted that if the ``separate`` + attribute is not set to "true", this list must be a subset of state point + batches. + + *Default*: Last batch only + + :separate: + If this element is set to "true", a separate binary source point file will + be written. Otherwise, the source sites will be written in the state point + directly. + + *Default*: false + + :write: + If this element is set to "false", source sites are not written + to the state point or source point file. This can substantially reduce the + size of state points if large numbers of particles per batch are used. + + *Default*: true + + :overwrite_latest: + If this element is set to "true", a source point file containing + the source bank will be written out to a separate file named + ``source.binary`` or ``source.h5`` depending on if HDF5 is enabled. + This file will be overwritten at every single batch so that the latest + source bank will be available. It should be noted that a user can set both + this element to "true" and specify batches to write a permanent source bank. + + *Default*: false + +------------------------------ +```` Element +------------------------------ + +The ```` element has no attributes and has an accepted value +of "true" or "false". If set to "true", this option will enable the use of +survival biasing, otherwise known as implicit capture or absorption. + + *Default*: false + +.. _tabular_legendre: + +--------------------------------- +```` Element +--------------------------------- + +The optional ```` element specifies how the multi-group +Legendre scattering kernel is represented if encountered in a multi-group +problem. Specifically, the options are to either convert the Legendre +expansion to a tabular representation or leave it as a set of Legendre +coefficients. Converting to a tabular representation will cost memory but can +allow for a decrease in runtime compared to leaving as a set of Legendre +coefficients. This element has the following attributes/sub-elements: + + :enable: + This attribute/sub-element denotes whether or not the conversion of a + Legendre scattering expansion to the tabular format should be performed or + not. A value of “true” means the conversion should be performed, “false” + means it will not. + + *Default*: true + + :num_points: + If the conversion is to take place the number of tabular points is + required. This attribute/sub-element allows the user to set the desired + number of points. + + *Default*: 33 + + .. note:: This element is only used in the multi-group :ref:`energy_mode`. + +.. _temperature_default: + +--------------------------------- +```` Element +--------------------------------- + +The ```` element specifies a default temperature in Kelvin +that is to be applied to cells in the absence of an explicit cell temperature or +a material default temperature. + + *Default*: 293.6 K + +.. _temperature_method: + +-------------------------------- +```` Element +-------------------------------- + +The ```` element has an accepted value of "nearest" or +"interpolation". A value of "nearest" indicates that for each +cell, the nearest temperature at which cross sections are given is to be +applied, within a given tolerance (see :ref:`temperature_tolerance`). A value of +"interpolation" indicates that cross sections are to be linear-linear +interpolated between temperatures at which nuclear data are present (see +:ref:`temperature_treatment`). + + *Default*: "nearest" + +.. _temperature_multipole: + +----------------------------------- +```` Element +----------------------------------- + +The ```` element toggles the windowed multipole +capability on or off. If this element is set to "True" and the relevant data is +available, OpenMC will use the windowed multipole method to evaluate and Doppler +broaden cross sections in the resolved resonance range. This override other +methods like "nearest" and "interpolation" in the resolved resonance range. + + *Default*: False + +.. _temperature_tolerance: + +----------------------------------- +```` Element +----------------------------------- + +The ```` element specifies a tolerance in Kelvin that is +to be applied when the "nearest" temperature method is used. For example, if a +cell temperature is 340 K and the tolerance is 15 K, then the closest +temperature in the range of 325 K to 355 K will be used to evaluate cross +sections. + + *Default*: 10 K + +--------------------- +```` Element +--------------------- + +The ```` element indicates the number of OpenMP threads to be used for +a simulation. It has no attributes and accepts a positive integer value. + + *Default*: None (Determined by environment variable :envvar:`OMP_NUM_THREADS`) + +.. _trace: + +------------------- +```` Element +------------------- + +The ```` element can be used to print out detailed information about a +single particle during a simulation. This element should be followed by three +integers: the batch number, generation number, and particle number. + + *Default*: None + +.. _track: + +------------------- +```` Element +------------------- + +The ```` element specifies particles for which OpenMC will output binary +files describing particle position at every step of its transport. This element +should be followed by triplets of integers. Each triplet describes one +particle. The integers in each triplet specify the batch number, generation +number, and particle number, respectively. + + *Default*: None + +.. _trigger: + +------------------------- +```` Element +------------------------- + +OpenMC includes tally precision triggers which allow the user to define +uncertainty thresholds on :math:`k_{eff}` in the ```` subelement +of ``settings.xml``, and/or tallies in ``tallies.xml``. When using triggers, +OpenMC will run until it completes as many batches as defined by ````. +At this point, the uncertainties on all tallied values are computed and compared +with their corresponding trigger thresholds. If any triggers have not been met, +OpenMC will continue until either all trigger thresholds have been satisfied or +```` has been reached. + +The ```` element provides an active "toggle switch" for tally +precision trigger(s), the maximum number of batches and the batch interval. It +has the following attributes/sub-elements: + + :active: + This determines whether or not to use trigger(s). Trigger(s) are used when + this tag is set to "true". + + :max_batches: + This describes the maximum number of batches allowed when using trigger(s). + + .. note:: When max_batches is set, the number of ``batches`` shown in the + ```` element represents minimum number of batches to + simulate when using the trigger(s). + + :batch_interval: + This tag describes the number of batches in between convergence checks. + OpenMC will check if the trigger has been reached at each batch defined + by ``batch_interval`` after the minimum number of batches is reached. + + .. note:: If this tag is not present, the ``batch_interval`` is predicted + dynamically by OpenMC for each convergence check. The predictive + model assumes no correlation between fission sources + distributions from batch-to-batch. This assumption is reasonable + for fixed source and small criticality calculations, but is very + optimistic for highly coupled full-core reactor problems. + + +------------------------ +```` Element +------------------------ + +The ```` element describes a mesh that is used for re-weighting +source sites at every generation based on the uniform fission site methodology +described in Kelly et al., "MC21 Analysis of the Nuclear Energy Agency Monte +Carlo Performance Benchmark Problem," Proceedings of *Physor 2012*, Knoxville, +TN (2012). This mesh should cover all possible fissionable materials in the +problem. It has the following attributes/sub-elements: + + :dimension: + The number of mesh cells in the x, y, and z directions, respectively. + + *Default*: None + + :lower_left: + The Cartesian coordinates of the lower-left corner of the mesh. + + *Default*: None + + :upper_right: + The Cartesian coordinates of the upper-right corner of the mesh. + + *Default*: None + +.. _verbosity: + +----------------------- +```` Element +----------------------- + +The ```` element tells the code how much information to display to +the standard output. A higher verbosity corresponds to more information being +displayed. The text of this element should be an integer between between 1 +and 10. The verbosity levels are defined as follows: + + :1: don't display any output + :2: only show OpenMC logo + :3: all of the above + headers + :4: all of the above + results + :5: all of the above + file I/O + :6: all of the above + timing statistics and initialization messages + :7: all of the above + :math:`k` by generation + :9: all of the above + indicate when each particle starts + :10: all of the above + event information + + *Default*: 7 + +------------------------------------- +```` Element +------------------------------------- + +The ```` element indicates whether fission neutrons +should be created or not. If this element is set to "true", fission neutrons +will be created; otherwise the fission is treated as capture and no fission +neutron will be created. Note that this option is only applied to fixed source +calculation. For eigenvalue calculation, fission will always be treated as real +fission. + + *Default*: true + + +------------------------- +```` Element +------------------------- + +The ```` element indicates that a stochastic volume calculation +should be run at the beginning of the simulation. This element has the following +sub-elements/attributes: + + :cells: + The unique IDs of cells for which the volume should be estimated. + + *Default*: None + + :samples: + The number of samples used to estimate volumes. + + *Default*: None + + :lower_left: + The lower-left Cartesian coordinates of a bounding box that is used to + sample points within. + + *Default*: None + + :upper_right: + The upper-right Cartesian coordinates of a bounding box that is used to + sample points within. + + *Default*: None diff --git a/docs/source/io_formats/tallies.rst b/docs/source/io_formats/tallies.rst new file mode 100644 index 000000000..b64b5a776 --- /dev/null +++ b/docs/source/io_formats/tallies.rst @@ -0,0 +1,583 @@ +.. _io_tallies: + +==================================== +Tallies Specification -- tallies.xml +==================================== + +The tallies.xml file allows the user to tell the code what results he/she is +interested in, e.g. the fission rate in a given cell or the current across a +given surface. There are two pieces of information that determine what +quantities should be scored. First, one needs to specify what region of phase +space should count towards the tally and secondly, the actual quantity to be +scored also needs to be specified. The first set of parameters we call *filters* +since they effectively serve to filter events, allowing some to score and +preventing others from scoring to the tally. + +The structure of tallies in OpenMC is flexible in that any combination of +filters can be used for a tally. The following types of filter are available: +cell, universe, material, surface, birth region, pre-collision energy, +post-collision energy, and an arbitrary structured mesh. + +The three valid elements in the tallies.xml file are ````, ````, +and ````. + +.. _tally: + +------------------- +```` Element +------------------- + +The ```` element accepts the following sub-elements: + + :name: + An optional string name to identify the tally in summary output + files. This string is limited to 52 characters for formatting purposes. + + *Default*: "" + + :filter: + Specify a filter that modifies tally behavior. Most tallies (e.g. ``cell``, + ``energy``, and ``material``) restrict the tally so that only particles + within certain regions of phase space contribute to the tally. Others + (e.g. ``delayedgroup`` and ``energyfunction``) can apply some other function + to the scored values. This element and its attributes/sub-elements are + described below. + + .. note:: + You may specify zero, one, or multiple filters to apply to the tally. To + specify multiple filters, you must use multiple ```` elements. + + The ``filter`` element has the following attributes/sub-elements: + + :type: + The type of the filter. Accepted options are "cell", "cellborn", + "material", "universe", "energy", "energyout", "mu", "polar", + "azimuthal", "mesh", "distribcell", "delayedgroup", and + "energyfunction". + + :bins: + A description of the bins for each type of filter can be found in + :ref:`filter_types`. + + :energy: + ``energyfunction`` filters multiply tally scores by an arbitrary + function. The function is described by a piecewise linear-linear set of + (energy, y) values. This entry specifies the energy values. The function + will be evaluated as zero outside of the bounds of this energy grid. + (Only used for ``energyfunction`` filters) + + :y: + ``energyfunction`` filters multiply tally scores by an arbitrary + function. The function is described by a piecewise linear-linear set of + (energy, y) values. This entry specifies the y values. (Only used + for ``energyfunction`` filters) + + :nuclides: + If specified, the scores listed will be for particular nuclides, not the + summation of reactions from all nuclides. The format for nuclides should be + [Atomic symbol]-[Mass number], e.g. "U-235". The reaction rate for all + nuclides can be obtained with "total". For example, to obtain the reaction + rates for U-235, Pu-239, and all nuclides in a material, this element should + be: + + .. code-block:: xml + + U-235 Pu-239 total + + *Default*: total + + :estimator: + The estimator element is used to force the use of either ``analog``, + ``collision``, or ``tracklength`` tally estimation. ``analog`` is generally + the least efficient though it can be used with every score type. + ``tracklength`` is generally the most efficient, but neither ``tracklength`` + nor ``collision`` can be used to score a tally that requires post-collision + information. For example, a scattering tally with outgoing energy filters + cannot be used with ``tracklength`` or ``collision`` because the code will + not know the outgoing energy distribution. + + *Default*: ``tracklength`` but will revert to ``analog`` if necessary. + + :scores: + A space-separated list of the desired responses to be accumulated. The accepted + options are listed in the following tables: + + .. table:: **Flux scores: units are particle-cm per source particle.** + + +----------------------+---------------------------------------------------+ + |Score | Description | + +======================+===================================================+ + |flux |Total flux. | + +----------------------+---------------------------------------------------+ + |flux-YN |Spherical harmonic expansion of the direction of | + | |motion :math:`\left(\Omega\right)` of the total | + | |flux. This score will tally all of the harmonic | + | |moments of order 0 to N. N must be between 0 and | + | |10. | + +----------------------+---------------------------------------------------+ + + .. table:: **Reaction scores: units are reactions per source particle.** + + +----------------------+---------------------------------------------------+ + |Score | Description | + +======================+===================================================+ + |absorption |Total absorption rate. This accounts for all | + | |reactions which do not produce secondary neutrons | + | |as well as fission. | + +----------------------+---------------------------------------------------+ + |elastic |Elastic scattering reaction rate. | + +----------------------+---------------------------------------------------+ + |fission |Total fission reaction rate. | + +----------------------+---------------------------------------------------+ + |scatter |Total scattering rate. Can also be identified with | + | |the "scatter-0" response type. | + +----------------------+---------------------------------------------------+ + |scatter-N |Tally the N\ :sup:`th` \ scattering moment, where N| + | |is the Legendre expansion order of the change in | + | |particle angle :math:`\left(\mu\right)`. N must be | + | |between 0 and 10. As an example, tallying the 2\ | + | |:sup:`nd` \ scattering moment would be specified as| + | |``scatter-2``. | + +----------------------+---------------------------------------------------+ + |scatter-PN |Tally all of the scattering moments from order 0 to| + | |N, where N is the Legendre expansion order of the | + | |change in particle angle | + | |:math:`\left(\mu\right)`. That is, "scatter-P1" is | + | |equivalent to requesting tallies of "scatter-0" and| + | |"scatter-1". Like for "scatter-N", N must be | + | |between 0 and 10. As an example, tallying up to the| + | |2\ :sup:`nd` \ scattering moment would be specified| + | |as `` scatter-P2 ``. | + +----------------------+---------------------------------------------------+ + |scatter-YN |"scatter-YN" is similar to "scatter-PN" except an | + | |additional expansion is performed for the incoming | + | |particle direction :math:`\left(\Omega\right)` | + | |using the real spherical harmonics. This is useful| + | |for performing angular flux moment weighting of the| + | |scattering moments. Like "scatter-PN", "scatter-YN"| + | |will tally all of the moments from order 0 to N; N | + | |again must be between 0 and 10. | + +----------------------+---------------------------------------------------+ + |total |Total reaction rate. | + +----------------------+---------------------------------------------------+ + |total-YN |The total reaction rate expanded via spherical | + | |harmonics about the direction of motion of the | + | |neutron, :math:`\Omega`. This score will tally all | + | |of the harmonic moments of order 0 to N. N must be| + | |between 0 and 10. | + +----------------------+---------------------------------------------------+ + |(n,2nd) |(n,2nd) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,2n) |(n,2n) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,3n) |(n,3n) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,na) |(n,n\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,n3a) |(n,n3\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,2na) |(n,2n\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,3na) |(n,3n\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,np) |(n,np) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,n2a) |(n,n2\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,2n2a) |(n,2n2\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,nd) |(n,nd) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,nt) |(n,nt) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,nHe-3) |(n,n\ :sup:`3`\ He) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,nd2a) |(n,nd2\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,nt2a) |(n,nt2\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,4n) |(n,4n) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,2np) |(n,2np) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,3np) |(n,3np) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,n2p) |(n,n2p) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,n*X*) |Level inelastic scattering reaction rate. The *X* | + | |indicates what which inelastic level, e.g., (n,n3) | + | |is third-level inelastic scattering. | + +----------------------+---------------------------------------------------+ + |(n,nc) |Continuum level inelastic scattering reaction rate.| + +----------------------+---------------------------------------------------+ + |(n,gamma) |Radiative capture reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,p) |(n,p) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,d) |(n,d) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,t) |(n,t) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,3He) |(n,\ :sup:`3`\ He) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,a) |(n,\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,2a) |(n,2\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,3a) |(n,3\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,2p) |(n,2p) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,pa) |(n,p\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,t2a) |(n,t2\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,d2a) |(n,d2\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,pd) |(n,pd) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,pt) |(n,pt) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,da) |(n,d\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |*Arbitrary integer* |An arbitrary integer is interpreted to mean the | + | |reaction rate for a reaction with a given ENDF MT | + | |number. | + +----------------------+---------------------------------------------------+ + + .. table:: **Particle production scores: units are particles produced per + source particles.** + + +----------------------+---------------------------------------------------+ + |Score | Description | + +======================+===================================================+ + |delayed-nu-fission |Total production of delayed neutrons due to | + | |fission. | + +----------------------+---------------------------------------------------+ + |prompt-nu-fission |Total production of prompt neutrons due to | + | |fission. | + +----------------------+---------------------------------------------------+ + |nu-fission |Total production of neutrons due to fission. | + +----------------------+---------------------------------------------------+ + |nu-scatter, |These scores are similar in functionality to their | + |nu-scatter-N, |``scatter*`` equivalents except the total | + |nu-scatter-PN, |production of neutrons due to scattering is scored | + |nu-scatter-YN |vice simply the scattering rate. This accounts for | + | |multiplicity from (n,2n), (n,3n), and (n,4n) | + | |reactions. | + +----------------------+---------------------------------------------------+ + + .. table:: **Miscellaneous scores: units are indicated for each.** + + +----------------------+---------------------------------------------------+ + |Score | Description | + +======================+===================================================+ + |current |Partial currents on the boundaries of each cell in | + | |a mesh. Units are particles per source | + | |particle. Note that this score can only be used if | + | |a mesh filter has been specified. Furthermore, it | + | |may not be used in conjunction with any other | + | |score. | + +----------------------+---------------------------------------------------+ + |events |Number of scoring events. Units are events per | + | |source particle. | + +----------------------+---------------------------------------------------+ + |inverse-velocity |The flux-weighted inverse velocity where the | + | |velocity is in units of centimeters per second. | + +----------------------+---------------------------------------------------+ + |kappa-fission |The recoverable energy production rate due to | + | |fission. The recoverable energy is defined as the | + | |fission product kinetic energy, prompt and delayed | + | |neutron kinetic energies, prompt and delayed | + | |:math:`\gamma`-ray total energies, and the total | + | |energy released by the delayed :math:`\beta` | + | |particles. The neutrino energy does not contribute | + | |to this response. The prompt and delayed | + | |:math:`\gamma`-rays are assumed to deposit their | + | |energy locally. Units are eV per source particle. | + +----------------------+---------------------------------------------------+ + |fission-q-prompt |The prompt fission energy production rate. This | + | |energy comes in the form of fission fragment | + | |nuclei, prompt neutrons, and prompt | + | |:math:`\gamma`-rays. This value depends on the | + | |incident energy and it requires that the nuclear | + | |data library contains the optional fission energy | + | |release data. Energy is assumed to be deposited | + | |locally. Units are eV per source particle. | + +----------------------+---------------------------------------------------+ + |fission-q-recoverable |The recoverable fission energy production rate. | + | |This energy comes in the form of fission fragment | + | |nuclei, prompt and delayed neutrons, prompt and | + | |delayed :math:`\gamma`-rays, and delayed | + | |:math:`\beta`-rays. This tally differs from the | + | |kappa-fission tally in that it is dependent on | + | |incident neutron energy and it requires that the | + | |nuclear data library contains the optional fission | + | |energy release data. Energy is assumed to be | + | |deposited locally. Units are eV per source | + | |paticle. | + +----------------------+---------------------------------------------------+ + |decay-rate |The delayed-nu-fission-weighted decay rate where | + | |the decay rate is in units of inverse seconds. | + +----------------------+---------------------------------------------------+ + + .. note:: + The ``analog`` estimator is actually identical to the ``collision`` + estimator for the flux and inverse-velocity scores. + + :trigger: + Precision trigger applied to all filter bins and nuclides for this tally. + It must specify the trigger's type, threshold and scores to which it will + be applied. It has the following attributes/sub-elements: + + :type: + The type of the trigger. Accepted options are "variance", "std_dev", + and "rel_err". + + :variance: + Variance of the batch mean :math:`\sigma^2` + + :std_dev: + Standard deviation of the batch mean :math:`\sigma` + + :rel_err: + Relative error of the batch mean :math:`\frac{\sigma}{\mu}` + + *Default*: None + + :threshold: + The precision trigger's convergence criterion for tallied values. + + *Default*: None + + :scores: + The score(s) in this tally to which the trigger should be applied. + + .. note:: The ``scores`` in ``trigger`` must have been defined in + ``scores`` in ``tally``. An optional "all" may be used to + select all scores in this tally. + + *Default*: "all" + + :derivative: + The id of a ``derivative`` element. This derivative will be applied to all + scores in the tally. Differential tallies are currently only implemented + for collision and analog estimators. + + *Default*: None + +.. _filter_types: + +Filter Types +++++++++++++ + +For each filter type, the following table describes what the ``bins`` attribute +should be set to: + +:cell: + A list of unique IDs for cells in which the tally should be accumulated. + +:cellborn: + This filter allows the tally to be scored to only when particles were + originally born in a specified cell. A list of cell IDs should be given. + +:material: + A list of unique IDs for matreials in which the tally should be accumulated. + +:universe: + A list of unique IDs for universes in which the tally should be accumulated. + +:energy: + In continuous-energy mode, this filter should be provided as a + monotonically increasing list of bounding **pre-collision** energies + for a number of groups. For example, if this filter is specified as + + .. code-block:: xml + + + + then two energy bins will be created, one with energies between 0 and + 1 MeV and the other with energies between 1 and 20 MeV. + + In multi-group mode the bins provided must match group edges + defined in the multi-group library. + +:energyout: + In continuous-energy mode, this filter should be provided as a + monotonically increasing list of bounding **post-collision** energies + for a number of groups. For example, if this filter is specified as + + .. code-block:: xml + + + + then two post-collision energy bins will be created, one with + energies between 0 and 1 MeV and the other with energies between + 1 and 20 MeV. + + In multi-group mode the bins provided must match group edges + defined in the multi-group library. + +:mu: + A monotonically increasing list of bounding **post-collision** cosines + of the change in a particle's angle (i.e., :math:`\mu = \hat{\Omega} + \cdot \hat{\Omega}'`), which represents a portion of the possible + values of :math:`[-1,1]`. For example, spanning all of :math:`[-1,1]` + with five equi-width bins can be specified as: + + .. code-block:: xml + + + + Alternatively, if only one value is provided as a bin, OpenMC will + interpret this to mean the complete range of :math:`[-1,1]` should + be automatically subdivided in to the provided value for the bin. + That is, the above example of five equi-width bins spanning + :math:`[-1,1]` can be instead written as: + + .. code-block:: xml + + + +:polar: + A monotonically increasing list of bounding particle polar angles + which represents a portion of the possible values of :math:`[0,\pi]`. + For example, spanning all of :math:`[0,\pi]` with five equi-width + bins can be specified as: + + .. code-block:: xml + + + + Alternatively, if only one value is provided as a bin, OpenMC will + interpret this to mean the complete range of :math:`[0,\pi]` should + be automatically subdivided in to the provided value for the bin. + That is, the above example of five equi-width bins spanning + :math:`[0,\pi]` can be instead written as: + + .. code-block:: xml + + + +:azimuthal: + A monotonically increasing list of bounding particle azimuthal angles + which represents a portion of the possible values of :math:`[-\pi,\pi)`. + For example, spanning all of :math:`[-\pi,\pi)` with two equi-width + bins can be specified as: + + .. code-block:: xml + + + + Alternatively, if only one value is provided as a bin, OpenMC will + interpret this to mean the complete range of :math:`[-\pi,\pi)` should + be automatically subdivided in to the provided value for the bin. + That is, the above example of five equi-width bins spanning + :math:`[-\pi,\pi)` can be instead written as: + + .. code-block:: xml + + + +:mesh: + The unique ID of a structured mesh to be tallied over. + +:distribcell: + The single cell which should be tallied uniquely for all instances. + + .. note:: The distribcell filter will take a single cell ID and will tally + each unique occurrence of that cell separately. This filter will not + accept more than one cell ID. It is not recommended to combine this + filter with a cell or mesh filter. + +:delayedgroup: + A list of delayed neutron precursor groups for which the tally should + be accumulated. For instance, to tally to all 6 delayed groups in the + ENDF/B-VII.1 library the filter is specified as: + + .. code-block:: xml + + + +:energyfunction: + ``energyfunction`` filters do not use the ``bins`` entry. Instead + they use ``energy`` and ``y``. + + +------------------ +```` Element +------------------ + +If a structured mesh is desired as a filter for a tally, it must be specified in +a separate element with the tag name ````. This element has the following +attributes/sub-elements: + + :type: + The type of structured mesh. The only valid option is "regular". + + :dimension: + The number of mesh cells in each direction. + + :lower_left: + The lower-left corner of the structured mesh. If only two coordinates are + given, it is assumed that the mesh is an x-y mesh. + + :upper_right: + The upper-right corner of the structured mesh. If only two coordinates are + given, it is assumed that the mesh is an x-y mesh. + + :width: + The width of mesh cells in each direction. + + .. note:: + One of ```` or ```` must be specified, but not both + (even if they are consistent with one another). + +------------------------ +```` Element +------------------------ + +OpenMC can take the first-order derivative of many tallies with respect to +material perturbations. It works by propagating a derivative through the +transport equation. Essentially, OpenMC keeps track of how each particle's +weight would change as materials are perturbed, and then accounts for that +weight change in the tallies. Note that this assumes material perturbations are +small enough not to change the distribution of fission sites. This element has +the following attributes/sub-elements: + + :id: + A unique integer that can be used to identify the derivative. + + :variable: + The independent variable of the derivative. Accepted options are "density", + "nuclide_density", and "temperature". A "density" derivative will give the + derivative with respect to the density of the material in [g / cm^3]. A + "nuclide_density" derivative will give the derivative with respect to the + density of a particular nuclide in units of [atom / b / cm]. A + "temperature" derivative is with respect to a material temperature in units + of [K]. The temperature derivative requires windowed multipole to be + turned on. Note also that the temperature derivative only accounts for + resolved resonance Doppler broadening. It does not account for thermal + expansion, S(a, b) scattering, resonance scattering, or unresolved Doppler + broadening. + + :material: + The perturbed material. (Necessary for all derivative types) + + :nuclide: + The perturbed nuclide. (Necessary only for "nuclide_density") + +----------------------------- +```` Element +----------------------------- + +In cases where the user needs to specify many different tallies each of which +are spatially separate, this tag can be used to cut down on some of the tally +overhead. The effect of assuming all tallies are spatially separate is that once +one tally is scored to, the same event is assumed not to score to any other +tallies. This element should be followed by "true" or "false". + + .. warning:: If used incorrectly, the assumption that all tallies are + spatially separate can lead to incorrect results. + + *Default*: false diff --git a/docs/source/methods/cmfd.rst b/docs/source/methods/cmfd.rst index 9403933fd..a1dcc4847 100644 --- a/docs/source/methods/cmfd.rst +++ b/docs/source/methods/cmfd.rst @@ -402,7 +402,7 @@ information: It should be noted that for more difficult simulations (e.g., light water reactors), there are other options available to users such as tally resetting parameters, effective down-scatter usage, tally estimator, etc. For more -information please see :ref:`usersguide_cmfd`. +information please see :ref:`io_cmfd`. Of the options described above, the optional acceleration subset region is an uncommon feature. Because OpenMC only has a structured Cartesian mesh, mesh diff --git a/docs/source/usersguide/basics.rst b/docs/source/usersguide/basics.rst new file mode 100644 index 000000000..0633212df --- /dev/null +++ b/docs/source/usersguide/basics.rst @@ -0,0 +1,154 @@ +.. _usersguide_basics: + +====================== +Basics of Using OpenMC +====================== + +----------- +Input Files +----------- + +When you build and install OpenMC, you will have an :ref:`scripts_openmc` +executable on your system. When you run ``openmc``, the first thing it will do +is look for a set of XML_ files that describe the model you want to +simulation. Three of these files are required and another three are optional, as +described below. + +.. admonition:: Required + :class: error + + :ref:`io_materials` + This file describes what materials are present in the problem and what they + are composed of. Additionally, it indicates where OpenMC should look for a + cross section library. + + :ref:`io_geometry` + This file describes how the materials defined in ``materials.xml`` occupy + regions of space. Physical volumes are defined using constructive solid + geometry, described in detail in FIXME. + + :ref:`io_settings` + This file indicates what mode OpenMC should be run in, how many particles + to simulate, the source definition, and a whole host of miscellaneous + options. + +.. admonition:: Optional + :class: note + + :ref:`io_tallies` + This file describes what physical quantities should be tallied during the + simulation (fluxes, reaction rates, currents, etc.). + + :ref:`io_plots` + This file gives specifications for producing slice or voxel plots of the + geometry. + + :ref:`io_cmfd` + This file specifies execution parameters for coarse mesh finite difference + (CMFD) acceleration. + +eXtensible Markup Language (XML) +-------------------------------- + +Unlike many other Monte Carlo codes which use an arbitrary-format ASCII file +with "cards" to specify a particular geometry, materials, and associated run +settings, the input files for OpenMC are structured in a set of XML_ files. XML, +which stands for eXtensible Markup Language, is a simple format that allows data +to be exchanged efficiently between different programs and interfaces. + +Anyone who has ever seen webpages written in HTML will be familiar with the +structure of XML whereby "tags" enclosed in angle brackets denote that a +particular piece of data will follow. Let us examine the follow example: + +.. code-block:: xml + + + John + Smith + 27 + Health Physicist + + +Here we see that the first tag indicates that the following data will describe a +person. The nested tags *firstname*, *lastname*, *age*, and *occupation* +indicate characteristics about the person being described. + +In much the same way, OpenMC input uses XML tags to describe the geometry, the +materials, and settings for a Monte Carlo simulation. Note that because the XML +files have a well-defined structure, they can be validated using the +:ref:`scripts_validate` script. + +.. _XML: http://www.w3.org/XML/ + +Creating Input Files +-------------------- + +.. currentmodule:: openmc + +The simplest option to create input files is to simply write them from scratch +using the :ref:`XML format specifications `. This +approach will feel familiar to users of other Monte Carlo codes such as MCNP and +Serpent, with the added bonus that the XML formats feel much more "readable". + +Alternatively, input files can be generated using OpenMC's :ref:`pythonapi`. The +Python API defines a set of functions and classes that roughly correspond to +elements in the XML files. For example, the :class:`openmc.Cell` Python class +directly corresponds to the :ref:`cell_element` in XML. Each XML file itself +also has a corresponding class: :class:`openmc.Geometry` for ``geometry.xml``, +:class:`openmc.Materials` for ``materials.xml``, :class:`openmc.Settings` for +``settings.xml``, and so on. To create a model then, one creates instances of +these classes and then uses the ``export_to_xml()`` method, +e.g. :meth:`Geometry.export_to_xml`. Most scripts that generate a full model +will look something like the following: + +.. code-block:: Python + + # Create materials + materials = openmc.Materials() + ... + materials.export_to_xml() + + # Create geometry + geom = openmc.Geometry() + ... + geom.export_to_xml() + + # Assign simulation settings + settings = openmc.Settings() + ... + settings.export_to_xml() + +One a model has been created and exported to XML, a simulation can be run either +by calling :ref:`scripts_openmc` directly from a shell or by using the +:func:`openmc.run()` function from Python. + +.. tip:: Users are strongly encouraged to use the Python API to generate input + files and analyze results. + +-------------- +Physical Units +-------------- + +Unless specified otherwise, all length quantities are assumed to be in units of +centimeters, all energy quantities are assumed to be in electronvolts, and all +time quantities are assumed to be in seconds. + +======= ============ ====== +Measure Default unit Symbol +======= ============ ====== +length centimeter cm +energy electronvolt eV +time second s +======= ============ ====== + +------------------------------------ +ERSN-OpenMC Graphical User Interface +------------------------------------ + +A third-party Java-based user-friendly graphical user interface for creating XML +input files called ERSN-OpenMC_ is developed and maintained by members of the +Radiation and Nuclear Systems Group at the Faculty of Sciences Tetouan, Morocco. +The GUI also allows one to automatically download prerequisites for installing and +running OpenMC. + +.. _ERSN-OpenMC: https://github.com/EL-Bakkali-Jaafar/ERSN-OpenMC diff --git a/docs/source/usersguide/beginners.rst b/docs/source/usersguide/beginners.rst index 2487e9c41..22b09a24d 100644 --- a/docs/source/usersguide/beginners.rst +++ b/docs/source/usersguide/beginners.rst @@ -8,33 +8,35 @@ A Beginner's Guide to OpenMC What does OpenMC do? -------------------- -In a nutshell, OpenMC simulates neutrons moving around randomly in a `nuclear -reactor`_ (or other fissile system). This is what's known as `Monte Carlo`_ -simulation. Neutrons are important in nuclear reactors because they are the -particles that induce `fission`_ in uranium and other nuclides. Knowing the -behavior of neutrons allows you to determine how often and where fission -occurs. The amount of energy released is then directly proportional to the -fission reaction rate since most heat is produced by fission. By simulating many -neutrons (millions or billions), it is possible to determine the average -behavior of these neutrons (or the behavior of the energy produced or any other -quantity one is interested in) very accurately. +In a nutshell, OpenMC simulates neutral particles (presently only neutrons) +moving stochastically through an arbitrarily defined model that represents an +real-world experimental setup. The experiment could be as simple as a sphere of +metal or as complicated as a full-scale `nuclear reactor`_. This is what's known +as `Monte Carlo`_ simulation. In the case of a nuclear reactor model, neutrons +are especially important because they are the particles that induce `fission`_ +in isotopes of uranium and other elements. Knowing the behavior of neutrons +allows one to determine how often and where fission occurs. The amount of energy +released is then directly proportional to the fission reaction rate since most +heat is produced by fission. By simulating many neutrons (millions or billions), +it is possible to determine the average behavior of these neutrons (or the +behavior of the energy produced, or any other quantity one is interested in) +very accurately. Using Monte Carlo methods to determine the average behavior of various physical -quantities in a nuclear reactor is quite different from other means of solving -the same problem. The other class of methods for determining the behavior of -neutrons and reactions rates in a reactor is so-called `deterministic`_ -methods. In these methods, the starting point is not randomly simulating -particles but rather writing an equation that describes the average behavior of -the particles. The equation that describes the average behavior of neutrons is -called the `neutron transport`_ equation. This equation is a seven-dimensional -equation (three for space, three for velocity, and one for time) and is very -difficult to solve directly. For all but the simplest problems, it is necessary -to make some sort of `discretization`_. As an example, we can divide up all -space into small sections which are homogeneous and then solve the equation on -those small sections. After these discretizations and various approximations, -one can arrive at forms that are suitable for solution on a computer. Among -these are discrete ordinates, method of characteristics, finite-difference -diffusion, and nodal methods. +quantities in a system is quite different from other means of solving the same +problem. The other class of methods for determining the behavior of neutrons and +reactions rates is so-called `deterministic`_ methods. In these methods, the +starting point is not randomly simulating particles but rather writing an +equation that describes the average behavior of the particles. The equation that +describes the average behavior of neutrons is called the `neutron transport`_ +equation. This equation is a seven-dimensional equation (three for space, three +for velocity, and one for time) and is very difficult to solve directly. For all +but the simplest problems, it is necessary to make some sort of +`discretization`_. As an example, we can divide up all space into small sections +which are homogeneous and then solve the equation on those small sections. After +these discretizations and various approximations, one can arrive at forms that +are suitable for solution on a computer. Among these are discrete ordinates, +method of characteristics, finite-difference diffusion, and nodal methods. So why choose Monte Carlo over deterministic methods? Each method has its pros and cons. Let us first take a look at few of the salient pros and cons of @@ -88,30 +90,32 @@ interest. This could be a nuclear reactor or any other physical system with fissioning material. You, as the code user, will need to describe the model so that the code can do something with it. A basic model consists of a few things: -- A description of the geometry -- the problem should be split up into regions - of homogeneous material. +- A description of the geometry -- the problem must be split up into regions of + homogeneous material composition. - For each different material in the problem, a description of what nuclides are in the material and at what density. - Various parameters telling the code how many particles to simulate and what options to use. - A list of different physical quantities that the code should return at the end - of the simulation. Remember, in a Monte Carlo simulation, if you don't ask for - anything, it will not give you any answers (other than a few default - quantities). + of the simulation. In a Monte Carlo simulation, if you don't ask for anything, + it will not give you any answers (other than a few default quantities). ----------------------- What do I need to know? ----------------------- If you are starting to work with OpenMC, there are a few things you should be -familiar with. Whether you plan on working in Linux, Mac OS X, or Windows, you +familiar with. Whether you plan on working in Linux, macOS, or Windows, you should be comfortable working in a command line environment. There are many resources online for learning command line environments. If you are using Linux or Mac OS X (also Unix-derived), `this tutorial `_ will help you get acquainted with -commonly-used commands. It is also helpful to be familiar with `Python -`_, as most of the post-processing utilities provided -with OpenMC rely on it for data manipulation and results visualization. +commonly-used commands. + +To reap the full benefits of OpenMC, you should also have basic proficiency in +the use of `Python `_, as OpenMC includes a rich Python +API that offers many usability improvements over dealing with raw XML input +files. OpenMC uses a version control software called `git`_ to keep track of changes to the code, document bugs and issues, and other development tasks. While you don't @@ -122,7 +126,7 @@ at the git documentation website. The `OpenMC source code`_ and documentation are hosted at `GitHub`_. In order to receive updates to the code directly, submit `bug reports`_, and perform other development tasks, you may want to sign up for a free account on GitHub. Once you have an account, you can follow `these -instructions `_ on how to set up +instructions `_ on how to set up your computer for using GitHub. If you are new to nuclear engineering, you may want to review the NRC's `Reactor @@ -153,5 +157,5 @@ and `Volume II`_. You may also find it helpful to review the following terms: .. _GitHub: https://github.com/ .. _bug reports: https://github.com/mit-crpg/openmc/issues .. _Neutron cross section: http://en.wikipedia.org/wiki/Neutron_cross_section -.. _Effective multiplication factor: http://en.wikipedia.org/wiki/Effective_multiplication_factor +.. _Effective multiplication factor: https://en.wikipedia.org/wiki/Nuclear_chain_reaction#Effective_neutron_multiplication_factor .. _Flux: http://en.wikipedia.org/wiki/Neutron_flux diff --git a/docs/source/usersguide/index.rst b/docs/source/usersguide/index.rst index cbdb60806..d3fa0f4cf 100644 --- a/docs/source/usersguide/index.rst +++ b/docs/source/usersguide/index.rst @@ -9,10 +9,11 @@ essential aspects of using OpenMC to perform simulations. .. toctree:: :numbered: - :maxdepth: 2 + :maxdepth: 1 beginners install - input + basics + scripts processing troubleshoot diff --git a/docs/source/usersguide/input.rst b/docs/source/usersguide/input.rst deleted file mode 100644 index b4ba5350b..000000000 --- a/docs/source/usersguide/input.rst +++ /dev/null @@ -1,2451 +0,0 @@ -.. _usersguide_input: - -======================= -Writing XML Input Files -======================= - -Unlike many other Monte Carlo codes which use an arbitrary-format ASCII file -with "cards" to specify a particular geometry, materials, and associated run -settings, the input files for OpenMC are structured in a set of XML_ files. XML, -which stands for eXtensible Markup Language, is a simple format that allows data -to be exchanged efficiently between different programs and interfaces. - -Anyone who has ever seen webpages written in HTML will be familiar with the -structure of XML whereby "tags" enclosed in angle brackets denote that a -particular piece of data will follow. Let us examine the follow example: - -.. code-block:: xml - - - John - Smith - 27 - Health Physicist - - -Here we see that the first tag indicates that the following data will describe a -person. The nested tags *firstname*, *lastname*, *age*, and *occupation* -indicate characteristics about the person being described. - -In much the same way, OpenMC input uses XML tags to describe the geometry, the -materials, and settings for a Monte Carlo simulation. - -.. _XML: http://www.w3.org/XML/ - ------------------ -Overview of Files ------------------ - -To assemble a complete model for OpenMC, one needs to create separate XML files -for the geometry, materials, and settings. Additionally, there are three optional -input files. The first is a tallies XML file that specifies physical quantities -to be tallied. The second is a plots XML file that specifies regions of geometry -which should be plotted. The third is a CMFD XML file that specifies coarse mesh -acceleration geometry and execution parameters. OpenMC expects that these -files are called: - -* ``geometry.xml`` -* ``materials.xml`` -* ``settings.xml`` -* ``tallies.xml`` -* ``plots.xml`` -* ``cmfd.xml`` - --------------------- -Validating XML Files --------------------- - -Input files can be checked before executing OpenMC using the -``openmc-validate-xml`` script which is installed alongside the Python API. Two -command line arguments can be set when running ``openmc-validate-xml``: - -* ``-i``, ``--input-path`` - Location of OpenMC input files. - *Default*: current working directory -* ``-r``, ``--relaxng-path`` - Location of OpenMC RelaxNG files. - *Default*: None - -If the RelaxNG path is not set, the script will search for these files because -it expects that the user is either running the script located in the install -directory ``bin`` folder or in ``src/utils``. Once executed, it will match -OpenMC XML files with their RelaxNG schema and check if they are valid. Below -is a table of the messages that will be printed after each file is checked. - -======================== =================================== -Message Description -======================== =================================== -[XML ERROR] Cannot parse XML file. -[NO RELAXNG FOUND] No RelaxNG file found for XML file. -[NOT VALID] XML file does not match RelaxNG. -[VALID] XML file matches RelaxNG. -======================== =================================== - -As an example, if OpenMC is installed in the directory ``/opt/openmc/`` and the -current working directory is where OpenMC XML input files are located, they can -be validated using the following command: - -.. code-block:: bash - - /opt/openmc/bin/openmc-validate-xml - --------------- -Physical Units --------------- - -Unless specified otherwise, all length quantities are assumed to be in units of -centimeters, all energy quantities are assumed to be in electronvolts, and all -time quantities are assumed to be in seconds. - -======= ============ ====== -Measure Default unit Symbol -======= ============ ====== -length centimeter cm -energy electronvolt eV -time second s -======= ============ ====== - --------------------------------------- -Settings Specification -- settings.xml --------------------------------------- - -All simulation parameters and miscellaneous options are specified in the -settings.xml file. - -```` Element ---------------------- - -The ```` element indicates the total number of batches to execute, -where each batch corresponds to a tally realization. In a fixed source -calculation, each batch consists of a number of source particles. In an -eigenvalue calculation, each batch consists of one or many fission source -iterations (generations), where each generation itself consists of a number of -source neutrons. - - *Default*: None - -```` Element ----------------------------------- - -The ```` element has no attributes and has an accepted -value of "true" or "false". If set to "true", uncertainties on tally results -will be reported as the half-width of the 95% two-sided confidence interval. If -set to "false", uncertainties on tally results will be reported as the sample -standard deviation. - - *Default*: false - -```` Element --------------------- - -The ```` element indicates two kinds of cutoffs. The first is the weight -cutoff used below which particles undergo Russian roulette. Surviving particles -are assigned a user-determined weight. Note that weight cutoffs and Russian -rouletting are not turned on by default. The second is the energy cutoff which -is used to kill particles under certain energy. The energy cutoff should not be -used unless you know particles under the energy are of no importance to results -you care. This element has the following attributes/sub-elements: - - :weight: - The weight below which particles undergo Russian roulette. - - *Default*: 0.25 - - :weight_avg: - The weight that is assigned to particles that are not killed after Russian - roulette. - - *Default*: 1.0 - - :energy: - The energy under which particles will be killed. - - *Default*: 0.0 - -```` Element -------------------------- - -The ```` element determines the treatment of the energy grid during -a simulation. The valid options are "nuclide", "logarithm", and -"material-union". Setting this element to "nuclide" will cause OpenMC to use a -nuclide's energy grid when determining what points to interpolate between for -determining cross sections (i.e. non-unionized energy grid). Setting this -element to "logarithm" causes OpenMC to use a logarithmic mapping technique -described in LA-UR-14-24530_. Setting this element to "material-union" will -cause OpenMC to create energy grids that are unionized material-by-material and -use these grids when determining the energy-cross section pairs to interpolate -cross section values between. - - *Default*: logarithm - - .. note:: This element is not used in the multi-group :ref:`energy_mode`. - -.. _LA-UR-14-24530: https://laws.lanl.gov/vhosts/mcnp.lanl.gov/pdf_files/la-ur-14-24530.pdf - -.. _energy_mode: - -```` Element -------------------------- - -The ```` element tells OpenMC if the run-mode should be -continuous-energy or multi-group. Options for entry are: ``continuous-energy`` -or ``multi-group``. - - *Default*: continuous-energy - -```` Element ---------------------- - -The ```` element describes a mesh that is used for calculating Shannon -entropy. This mesh should cover all possible fissionable materials in the -problem. It has the following attributes/sub-elements: - - :dimension: - The number of mesh cells in the x, y, and z directions, respectively. - - *Default*: If this tag is not present, the number of mesh cells is - automatically determined by the code. - - :lower_left: - The Cartesian coordinates of the lower-left corner of the mesh. - - *Default*: None - - :upper_right: - The Cartesian coordinates of the upper-right corner of the mesh. - - *Default*: None - -```` Element ------------------------------------ - -The ```` element indicates the number of total fission -source iterations per batch for an eigenvalue calculation. This element is -ignored for all run modes other than "eigenvalue". - - *Default*: 1 - -```` Element ----------------------- - -The ```` element indicates the number of inactive batches used in a -k-eigenvalue calculation. In general, the starting fission source iterations in -an eigenvalue calculation can not be used to contribute to tallies since the -fission source distribution and eigenvalue are generally not converged -immediately. This element is ignored for all run modes other than "eigenvalue". - - *Default*: 0 - -```` Element --------------------------- - -The ```` element (ignored for all run modes other than -"eigenvalue".) specifies a precision trigger on the combined -:math:`k_{eff}`. The trigger is a convergence criterion on the uncertainty of -the estimated eigenvalue. It has the following attributes/sub-elements: - - :type: - The type of precision trigger. Accepted options are "variance", "std_dev", - and "rel_err". - - :variance: - Variance of the batch mean :math:`\sigma^2` - - :std_dev: - Standard deviation of the batch mean :math:`\sigma` - - :rel_err: - Relative error of the batch mean :math:`\frac{\sigma}{\mu}` - - *Default*: None - - :threshold: - The precision trigger's convergence criterion for the - combined :math:`k_{eff}`. - - *Default*: None - -.. note:: See section on the :ref:`trigger` for more information. - - -```` Element ---------------------------- - -The ```` element indicates the number of bins to use for the -logarithmic-mapped energy grid. Using more bins will result in energy grid -searches over a smaller range at the expense of more memory. The default is -based on the recommended value in LA-UR-14-24530_. - - *Default*: 8000 - - .. note:: This element is not used in the multi-group :ref:`energy_mode`. - -```` Element ---------------------------- - -The ```` element allows the user to set a maximum scattering order -to apply to every nuclide/material in the problem. That is, if the data -library has :math:`P_3` data available, but ```` was set to ``1``, -then, OpenMC will only use up to the :math:`P_1` data. - - *Default*: Use the maximum order in the data library - - .. note:: This element is not used in the continuous-energy - :ref:`energy_mode`. - -```` Element ------------------------ - -The ```` element has no attributes and has an accepted value of -"true" or "false". If set to "true", all user-defined tallies and global tallies -will not be reduced across processors in a parallel calculation. This means that -the accumulate score in one batch on a single processor is considered as an -independent realization for the tally random variable. For a problem with large -tally data, this option can significantly improve the parallel efficiency. - - *Default*: false - -```` Element --------------------- - -The ```` element determines what output files should be written to disk -during the run. The sub-elements are described below, where "true" will write -out the file and "false" will not. - - :cross_sections: - Writes out an ASCII summary file of the cross sections that were read in. - - *Default*: false - - :summary: - Writes out an HDF5 summary file describing all of the user input files that - were read in. - - *Default*: true - - :tallies: - Write out an ASCII file of tally results. - - *Default*: true - - .. note:: The tally results will always be written to a binary/HDF5 state - point file. - -```` Element -------------------------- - -The ```` element specifies an absolute or relative path where all -output files should be written to. The specified path must exist or else OpenMC -will abort. - - *Default*: Current working directory - -```` Element ------------------------ - -This element indicates the number of neutrons to simulate per fission source -iteration when a k-eigenvalue calculation is performed or the number of neutrons -per batch for a fixed source simulation. - - *Default*: None - -```` Element ---------------------- - -The ```` element determines whether probability tables should be used -in the unresolved resonance range if available. This element has no attributes -or sub-elements and can be set to either "false" or "true". - - *Default*: true - - .. note:: This element is not used in the multi-group :ref:`energy_mode`. - -```` Element ----------------------------------- - -The ``resonance_scattering`` element indicates to OpenMC that a method be used -to properly account for resonance elastic scattering (typically for nuclides -with Z > 40). This element can contain one or more of the following attributes -or sub-elements: - - :enable: - Indicates whether a resonance elastic scattering method should be turned - on. Accepts values of "true" or "false". - - *Default*: If the ```` element is present, "true". - - :method: - - Which resonance elastic scattering method is to be applied: "ares" - (accelerated resonance elastic scattering), "dbrc" (Doppler broadening - rejection correction), or "wcm" (weight correction method). Descriptions of - each of these methods are documented here_. - - .. _here: http://dx.doi.org/10.1016/j.anucene.2014.01.017 - - *Default*: "ares" - - :energy_min: - The energy in eV above which the resonance elastic scattering method should - be applied. - - *Default*: 0.01 eV - - :energy_max: - The energy in eV below which the resonance elastic scattering method should - be applied. - - *Default*: 1000.0 eV - - :nuclides: - - A list of nuclides to which the resonance elastic scattering method should - be applied. - - *Default*: If ```` is present but the ```` - sub-element is not given, the method is applied to all nuclides with 0 K - elastic scattering data present. - - .. note:: If the ``resonance_scattering`` element is not given, the free gas, - constant cross section scattering model, which has historically been - used by Monte Carlo codes to sample target velocities, is used to - treat the target motion of all nuclides. If - ``resonance_scattering`` is present, the constant cross section - method is applied below ``energy_min`` and the target-at-rest - (asymptotic) kernel is used above ``energy_max``. - - .. note:: This element is not used in the multi-group :ref:`energy_mode`. - -```` Element ----------------------- - -The ```` element indicates whether or not CMFD acceleration should be -turned on or off. This element has no attributes or sub-elements and can be set -to either "false" or "true". - - *Default*: false - -```` Element ----------------------- - -The ```` element indicates which run mode should be used when OpenMC -is executed. This element has no attributes or sub-elements and can be set to -"eigenvalue", "fixed source", "plot", "volume", or "particle restart". - - *Default*: None - -```` Element ------------------- - -The ``seed`` element is used to set the seed used for the linear congruential -pseudo-random number generator. - - *Default*: 1 - -```` Element --------------------- - -The ``source`` element gives information on an external source distribution to -be used either as the source for a fixed source calculation or the initial -source guess for criticality calculations. Multiple ```` elements may be -specified to define different source distributions. Each one takes the following -attributes/sub-elements: - - :strength: - The strength of the source. If multiple sources are present, the source - strength indicates the relative probability of choosing one source over the - other. - - *Default*: 1.0 - - :file: - If this attribute is given, it indicates that the source is to be read from - a binary source file whose path is given by the value of this element. Note, - the number of source sites needs to be the same as the number of particles - simulated in a fission source generation. - - *Default*: None - - :space: - An element specifying the spatial distribution of source sites. This element - has the following attributes: - - :type: - The type of spatial distribution. Valid options are "box", "fission", - "point", and "cartesian". A "box" spatial distribution has coordinates - sampled uniformly in a parallelepiped. A "fission" spatial distribution - samples locations from a "box" distribution but only locations in - fissionable materials are accepted. A "point" spatial distribution has - coordinates specified by a triplet. An "cartesian" spatial distribution - specifies independent distributions of x-, y-, and z-coordinates. - - *Default*: None - - :parameters: - For a "box" or "fission" spatial distribution, ``parameters`` should be - given as six real numbers, the first three of which specify the lower-left - corner of a parallelepiped and the last three of which specify the - upper-right corner. Source sites are sampled uniformly through that - parallelepiped. - - For a "point" spatial distribution, ``parameters`` should be given as - three real numbers which specify the (x,y,z) location of an isotropic - point source. - - For an "cartesian" distribution, no parameters are specified. Instead, - the ``x``, ``y``, and ``z`` elements must be specified. - - *Default*: None - - :x: - For an "cartesian" distribution, this element specifies the distribution - of x-coordinates. The necessary sub-elements/attributes are those of a - univariate probability distribution (see the description in - :ref:`univariate`). - - :y: - For an "cartesian" distribution, this element specifies the distribution - of y-coordinates. The necessary sub-elements/attributes are those of a - univariate probability distribution (see the description in - :ref:`univariate`). - - :z: - For an "cartesian" distribution, this element specifies the distribution - of z-coordinates. The necessary sub-elements/attributes are those of a - univariate probability distribution (see the description in - :ref:`univariate`). - - :angle: - An element specifying the angular distribution of source sites. This element - has the following attributes: - - :type: - The type of angular distribution. Valid options are "isotropic", - "monodirectional", and "mu-phi". The angle of the particle emitted from a - source site is isotropic if the "isotropic" option is given. The angle of - the particle emitted from a source site is the direction specified in the - ``reference_uvw`` element/attribute if "monodirectional" option is - given. The "mu-phi" option produces directions with the cosine of the - polar angle and the azimuthal angle explicitly specified. - - *Default*: isotropic - - :reference_uvw: - The direction from which the polar angle is measured. Represented by the - x-, y-, and z-components of a unit vector. For a monodirectional - distribution, this defines the direction of all sampled particles. - - :mu: - An element specifying the distribution of the cosine of the polar - angle. Only relevant when the type is "mu-phi". The necessary - sub-elements/attributes are those of a univariate probability distribution - (see the description in :ref:`univariate`). - - :phi: - An element specifying the distribution of the azimuthal angle. Only - relevant when the type is "mu-phi". The necessary sub-elements/attributes - are those of a univariate probability distribution (see the description in - :ref:`univariate`). - - :energy: - An element specifying the energy distribution of source sites. The necessary - sub-elements/attributes are those of a univariate probability distribution - (see the description in :ref:`univariate`). - - *Default*: Watt spectrum with :math:`a` = 0.988 MeV and :math:`b` = - 2.249 MeV :sup:`-1` - - :write_initial: - An element specifying whether to write out the initial source bank used at - the beginning of the first batch. The output file is named - "initial_source.h5" - - *Default*: false - -.. _univariate: - -Univariate Probability Distributions -++++++++++++++++++++++++++++++++++++ - -Various components of a source distribution involve probability distributions of -a single random variable, e.g. the distribution of the energy, the distribution -of the polar angle, and the distribution of x-coordinates. Each of these -components supports the same syntax with an element whose tag signifies the -variable and whose sub-elements/attributes are as follows: - -:type: - The type of the distribution. Valid options are "uniform", "discrete", - "tabular", "maxwell", and "watt". The "uniform" option produces variates - sampled from a uniform distribution over a finite interval. The "discrete" - option produces random variates that can assume a finite number of values - (i.e., a distribution characterized by a probability mass function). The - "tabular" option produces random variates sampled from a tabulated - distribution where the density function is either a histogram or - linearly-interpolated between tabulated points. The "watt" option produces - random variates is sampled from a Watt fission spectrum (only used for - energies). The "maxwell" option produce variates sampled from a Maxwell - fission spectrum (only used for energies). - - *Default*: None - -:parameters: - For a "uniform" distribution, ``parameters`` should be given as two real - numbers :math:`a` and :math:`b` that define the interval :math:`[a,b]` over - which random variates are sampled. - - For a "discrete" or "tabular" distribution, ``parameters`` provides the - :math:`(x,p)` pairs defining the discrete/tabular distribution. All :math:`x` - points are given first followed by corresponding :math:`p` points. - - For a "watt" distribution, ``parameters`` should be given as two real numbers - :math:`a` and :math:`b` that parameterize the distribution :math:`p(x) dx = c - e^{-x/a} \sinh \sqrt{b \, x} dx`. - - For a "maxwell" distribution, ``parameters`` should be given as one real - number :math:`a` that parameterizes the distribution :math:`p(x) dx = c x - e^{-x/a} dx`. - - .. note:: The above format should be used even when using the multi-group - :ref:`energy_mode`. -:interpolation: - For a "tabular" distribution, ``interpolation`` can be set to "histogram" or - "linear-linear" thereby specifying how tabular points are to be interpolated. - - *Default*: histogram - -```` Element -------------------------- - -The ```` element indicates at what batches a state point file -should be written. A state point file can be used to restart a run or to get -tally results at any batch. The default behavior when using this tag is to -write out the source bank in the state_point file. This behavior can be -customized by using the ```` element. This element has the -following attributes/sub-elements: - - :batches: - A list of integers separated by spaces indicating at what batches a state - point file should be written. - - *Default*: Last batch only - -```` Element --------------------------- - -The ```` element indicates at what batches the source bank -should be written. The source bank can be either written out within a state -point file or separately in a source point file. This element has the following -attributes/sub-elements: - - :batches: - A list of integers separated by spaces indicating at what batches a state - point file should be written. It should be noted that if the ``separate`` - attribute is not set to "true", this list must be a subset of state point - batches. - - *Default*: Last batch only - - :separate: - If this element is set to "true", a separate binary source point file will - be written. Otherwise, the source sites will be written in the state point - directly. - - *Default*: false - - :write: - If this element is set to "false", source sites are not written - to the state point or source point file. This can substantially reduce the - size of state points if large numbers of particles per batch are used. - - *Default*: true - - :overwrite_latest: - If this element is set to "true", a source point file containing - the source bank will be written out to a separate file named - ``source.binary`` or ``source.h5`` depending on if HDF5 is enabled. - This file will be overwritten at every single batch so that the latest - source bank will be available. It should be noted that a user can set both - this element to "true" and specify batches to write a permanent source bank. - - *Default*: false - -```` Element ------------------------------- - -The ```` element has no attributes and has an accepted value -of "true" or "false". If set to "true", this option will enable the use of -survival biasing, otherwise known as implicit capture or absorption. - - *Default*: false - -.. _tabular_legendre: - -```` Element ---------------------------------- - -The optional ```` element specifies how the multi-group -Legendre scattering kernel is represented if encountered in a multi-group -problem. Specifically, the options are to either convert the Legendre -expansion to a tabular representation or leave it as a set of Legendre -coefficients. Converting to a tabular representation will cost memory but can -allow for a decrease in runtime compared to leaving as a set of Legendre -coefficients. This element has the following attributes/sub-elements: - - :enable: - This attribute/sub-element denotes whether or not the conversion of a - Legendre scattering expansion to the tabular format should be performed or - not. A value of “true” means the conversion should be performed, “false” - means it will not. - - *Default*: true - - :num_points: - If the conversion is to take place the number of tabular points is - required. This attribute/sub-element allows the user to set the desired - number of points. - - *Default*: 33 - - .. note:: This element is only used in the multi-group :ref:`energy_mode`. - -.. _temperature_default: - -```` Element ---------------------------------- - -The ```` element specifies a default temperature in Kelvin -that is to be applied to cells in the absence of an explicit cell temperature or -a material default temperature. - - *Default*: 293.6 K - -.. _temperature_method: - -```` Element --------------------------------- - -The ```` element has an accepted value of "nearest" or -"interpolation". A value of "nearest" indicates that for each -cell, the nearest temperature at which cross sections are given is to be -applied, within a given tolerance (see :ref:`temperature_tolerance`). A value of -"interpolation" indicates that cross sections are to be linear-linear -interpolated between temperatures at which nuclear data are present (see -:ref:`temperature_treatment`). - - *Default*: "nearest" - -.. _temperature_multipole: - -```` Element ------------------------------------ - -The ```` element toggles the windowed multipole -capability on or off. If this element is set to "True" and the relevant data is -available, OpenMC will use the windowed multipole method to evaluate and Doppler -broaden cross sections in the resolved resonance range. This override other -methods like "nearest" and "interpolation" in the resolved resonance range. - - *Default*: False - -.. _temperature_tolerance: - -```` Element ------------------------------------ - -The ```` element specifies a tolerance in Kelvin that is -to be applied when the "nearest" temperature method is used. For example, if a -cell temperature is 340 K and the tolerance is 15 K, then the closest -temperature in the range of 325 K to 355 K will be used to evaluate cross -sections. - - *Default*: 10 K - -```` Element ---------------------- - -The ```` element indicates the number of OpenMP threads to be used for -a simulation. It has no attributes and accepts a positive integer value. - - *Default*: None (Determined by environment variable :envvar:`OMP_NUM_THREADS`) - -.. _trace: - -```` Element -------------------- - -The ```` element can be used to print out detailed information about a -single particle during a simulation. This element should be followed by three -integers: the batch number, generation number, and particle number. - - *Default*: None - -.. _track: - -```` Element -------------------- - -The ```` element specifies particles for which OpenMC will output binary -files describing particle position at every step of its transport. This element -should be followed by triplets of integers. Each triplet describes one -particle. The integers in each triplet specify the batch number, generation -number, and particle number, respectively. - - *Default*: None - -.. _trigger: - -```` Element -------------------------- - -OpenMC includes tally precision triggers which allow the user to define -uncertainty thresholds on :math:`k_{eff}` in the ```` subelement -of ``settings.xml``, and/or tallies in ``tallies.xml``. When using triggers, -OpenMC will run until it completes as many batches as defined by ````. -At this point, the uncertainties on all tallied values are computed and compared -with their corresponding trigger thresholds. If any triggers have not been met, -OpenMC will continue until either all trigger thresholds have been satisfied or -```` has been reached. - -The ```` element provides an active "toggle switch" for tally -precision trigger(s), the maximum number of batches and the batch interval. It -has the following attributes/sub-elements: - - :active: - This determines whether or not to use trigger(s). Trigger(s) are used when - this tag is set to "true". - - :max_batches: - This describes the maximum number of batches allowed when using trigger(s). - - .. note:: When max_batches is set, the number of ``batches`` shown in the - ```` element represents minimum number of batches to - simulate when using the trigger(s). - - :batch_interval: - This tag describes the number of batches in between convergence checks. - OpenMC will check if the trigger has been reached at each batch defined - by ``batch_interval`` after the minimum number of batches is reached. - - .. note:: If this tag is not present, the ``batch_interval`` is predicted - dynamically by OpenMC for each convergence check. The predictive - model assumes no correlation between fission sources - distributions from batch-to-batch. This assumption is reasonable - for fixed source and small criticality calculations, but is very - optimistic for highly coupled full-core reactor problems. - - -```` Element ------------------------- - -The ```` element describes a mesh that is used for re-weighting -source sites at every generation based on the uniform fission site methodology -described in Kelly et al., "MC21 Analysis of the Nuclear Energy Agency Monte -Carlo Performance Benchmark Problem," Proceedings of *Physor 2012*, Knoxville, -TN (2012). This mesh should cover all possible fissionable materials in the -problem. It has the following attributes/sub-elements: - - :dimension: - The number of mesh cells in the x, y, and z directions, respectively. - - *Default*: None - - :lower_left: - The Cartesian coordinates of the lower-left corner of the mesh. - - *Default*: None - - :upper_right: - The Cartesian coordinates of the upper-right corner of the mesh. - - *Default*: None - -.. _verbosity: - -```` Element ------------------------ - -The ```` element tells the code how much information to display to -the standard output. A higher verbosity corresponds to more information being -displayed. The text of this element should be an integer between between 1 -and 10. The verbosity levels are defined as follows: - - :1: don't display any output - :2: only show OpenMC logo - :3: all of the above + headers - :4: all of the above + results - :5: all of the above + file I/O - :6: all of the above + timing statistics and initialization messages - :7: all of the above + :math:`k` by generation - :9: all of the above + indicate when each particle starts - :10: all of the above + event information - - *Default*: 7 - -```` Element -------------------------------------- - -The ```` element indicates whether fission neutrons -should be created or not. If this element is set to "true", fission neutrons -will be created; otherwise the fission is treated as capture and no fission -neutron will be created. Note that this option is only applied to fixed source -calculation. For eigenvalue calculation, fission will always be treated as real -fission. - - *Default*: true - - -```` Element -------------------------- - -The ```` element indicates that a stochastic volume calculation -should be run at the beginning of the simulation. This element has the following -sub-elements/attributes: - - :cells: - The unique IDs of cells for which the volume should be estimated. - - *Default*: None - - :samples: - The number of samples used to estimate volumes. - - *Default*: None - - :lower_left: - The lower-left Cartesian coordinates of a bounding box that is used to - sample points within. - - *Default*: None - - :upper_right: - The upper-right Cartesian coordinates of a bounding box that is used to - sample points within. - - *Default*: None - --------------------------------------- -Geometry Specification -- geometry.xml --------------------------------------- - -The geometry in OpenMC is described using `constructive solid geometry`_ (CSG), -also sometimes referred to as combinatorial geometry. CSG allows a user to -create complex objects using Boolean operators on a set of simpler surfaces. In -the geometry model, each unique volume is defined by its bounding surfaces. In -OpenMC, most `quadratic surfaces`_ can be modeled and used as bounding surfaces. - -Every geometry.xml must have an XML declaration at the beginning of the file and -a root element named geometry. Within the root element the user can define any -number of cells, surfaces, and lattices. Let us look at the following example: - -.. code-block:: xml - - - - - - - 1 - sphere - 0.0 0.0 0.0 5.0 - vacuum - - - - 1 - 0 - 1 - -1 - - - -At the beginning of this file is a comment, denoted by a tag starting with -````. Comments, as well as any other type of input, -may span multiple lines. One convenient feature of the XML input format is that -sub-elements of the ``cell`` and ``surface`` elements can also be equivalently -expressed of attributes of the original element, e.g. the geometry file above -could be written as: - -.. code-block:: xml - - - - - - - - - - -.. _surface_element: - -```` Element ---------------------- - -Each ```` element can have the following attributes or sub-elements: - - :id: - A unique integer that can be used to identify the surface. - - *Default*: None - - :name: - An optional string name to identify the surface in summary output - files. This string is limited to 52 characters for formatting purposes. - - *Default*: "" - - :type: - The type of the surfaces. This can be "x-plane", "y-plane", "z-plane", - "plane", "x-cylinder", "y-cylinder", "z-cylinder", "sphere", "x-cone", - "y-cone", "z-cone", or "quadric". - - *Default*: None - - :coeffs: - The corresponding coefficients for the given type of surface. See below for - a list a what coefficients to specify for a given surface - - *Default*: None - - :boundary: - The boundary condition for the surface. This can be "transmission", - "vacuum", "reflective", or "periodic". Periodic boundary conditions can - only be applied to x-, y-, and z-planes. Only axis-aligned periodicity is - supported, i.e., x-planes can only be paired with x-planes. Specify which - planes are periodic and the code will automatically identify which planes - are paired together. - - *Default*: "transmission" - - :periodic_surface_id: - If a periodic boundary condition is applied, this attribute identifies the - ``id`` of the corresponding periodic sufrace. - -The following quadratic surfaces can be modeled: - - :x-plane: - A plane perpendicular to the x axis, i.e. a surface of the form :math:`x - - x_0 = 0`. The coefficients specified are ":math:`x_0`". - - :y-plane: - A plane perpendicular to the y axis, i.e. a surface of the form :math:`y - - y_0 = 0`. The coefficients specified are ":math:`y_0`". - - :z-plane: - A plane perpendicular to the z axis, i.e. a surface of the form :math:`z - - z_0 = 0`. The coefficients specified are ":math:`z_0`". - - :plane: - An arbitrary plane of the form :math:`Ax + By + Cz = D`. The coefficients - specified are ":math:`A \: B \: C \: D`". - - :x-cylinder: - An infinite cylinder whose length is parallel to the x-axis. This is a - quadratic surface of the form :math:`(y - y_0)^2 + (z - z_0)^2 = R^2`. The - coefficients specified are ":math:`y_0 \: z_0 \: R`". - - :y-cylinder: - An infinite cylinder whose length is parallel to the y-axis. This is a - quadratic surface of the form :math:`(x - x_0)^2 + (z - z_0)^2 = R^2`. The - coefficients specified are ":math:`x_0 \: z_0 \: R`". - - :z-cylinder: - An infinite cylinder whose length is parallel to the z-axis. This is a - quadratic surface of the form :math:`(x - x_0)^2 + (y - y_0)^2 = R^2`. The - coefficients specified are ":math:`x_0 \: y_0 \: R`". - - :sphere: - A sphere of the form :math:`(x - x_0)^2 + (y - y_0)^2 + (z - z_0)^2 = - R^2`. The coefficients specified are ":math:`x_0 \: y_0 \: z_0 \: R`". - - :x-cone: - A cone parallel to the x-axis of the form :math:`(y - y_0)^2 + (z - z_0)^2 = - R^2 (x - x_0)^2`. The coefficients specified are ":math:`x_0 \: y_0 \: z_0 - \: R^2`". - - :y-cone: - A cone parallel to the y-axis of the form :math:`(x - x_0)^2 + (z - z_0)^2 = - R^2 (y - y_0)^2`. The coefficients specified are ":math:`x_0 \: y_0 \: z_0 - \: R^2`". - - :z-cone: - A cone parallel to the x-axis of the form :math:`(x - x_0)^2 + (y - y_0)^2 = - R^2 (z - z_0)^2`. The coefficients specified are ":math:`x_0 \: y_0 \: z_0 - \: R^2`". - - :quadric: - A general quadric surface of the form :math:`Ax^2 + By^2 + Cz^2 + Dxy + - Eyz + Fxz + Gx + Hy + Jz + K = 0` The coefficients specified are ":math:`A - \: B \: C \: D \: E \: F \: G \: H \: J \: K`". - - -```` Element ------------------- - -Each ```` element can have the following attributes or sub-elements: - - :id: - A unique integer that can be used to identify the cell. - - *Default*: None - - :name: - An optional string name to identify the cell in summary output files. - This string is limmited to 52 characters for formatting purposes. - - *Default*: "" - - :universe: - The ``id`` of the universe that this cell is contained in. - - *Default*: 0 - - :fill: - The ``id`` of the universe that fills this cell. - - .. note:: If a fill is specified, no material should be given. - - *Default*: None - - :material: - The ``id`` of the material that this cell contains. If the cell should - contain no material, this can also be set to "void". A list of materials - can be specified for the "distributed material" feature. This will give each - unique instance of the cell its own material. - - .. note:: If a material is specified, no fill should be given. - - *Default*: None - - :region: - A Boolean expression of half-spaces that defines the spatial region which - the cell occupies. Each half-space is identified by the unique ID of the - surface prefixed by `-` or `+` to indicate that it is the negative or - positive half-space, respectively. The `+` sign for a positive half-space - can be omitted. Valid Boolean operators are parentheses, union `|`, - complement `~`, and intersection. Intersection is implicit and indicated by - the presence of whitespace. The order of operator precedence is parentheses, - complement, intersection, and then union. - - As an example, the following code gives a cell that is the union of the - negative half-space of surface 3 and the complement of the intersection of - the positive half-space of surface 5 and the negative half-space of surface - 2: - - .. code-block:: xml - - - - .. note:: The ``region`` attribute/element can be omitted to make a cell - fill its entire universe. - - *Default*: A region filling all space. - - :temperature: - The temperature of the cell in Kelvin. If windowed-multipole data is - avalable, this temperature will be used to Doppler broaden some cross - sections in the resolved resonance region. A list of temperatures can be - specified for the "distributed temperature" feature. This will give each - unique instance of the cell its own temperature. - - *Default*: If a material default temperature is supplied, it is used. In the - absence of a material default temperature, the :ref:`global default - temperature ` is used. - - :rotation: - If the cell is filled with a universe, this element specifies the angles in - degrees about the x, y, and z axes that the filled universe should be - rotated. Should be given as three real numbers. For example, if you wanted - to rotate the filled universe by 90 degrees about the z-axis, the cell - element would look something like: - - .. code-block:: xml - - - - The rotation applied is an intrinsic rotation whose Tait-Bryan angles are - given as those specified about the x, y, and z axes respectively. That is to - say, if the angles are :math:`(\phi, \theta, \psi)`, then the rotation - matrix applied is :math:`R_z(\psi) R_y(\theta) R_x(\phi)` or - - .. math:: - - \left [ \begin{array}{ccc} \cos\theta \cos\psi & -\cos\theta \sin\psi + - \sin\phi \sin\theta \cos\psi & \sin\phi \sin\psi + \cos\phi \sin\theta - \cos\psi \\ \cos\theta \sin\psi & \cos\phi \cos\psi + \sin\phi \sin\theta - \sin\psi & -\sin\phi \cos\psi + \cos\phi \sin\theta \sin\psi \\ - -\sin\theta & \sin\phi \cos\theta & \cos\phi \cos\theta \end{array} - \right ] - - *Default*: None - - :translation: - If the cell is filled with a universe, this element specifies a vector that - is used to translate (shift) the universe. Should be given as three real - numbers. - - .. note:: Any translation operation is applied after a rotation, if also - specified. - - *Default*: None - - -```` Element ---------------------- - -The ```` can be used to represent repeating structures (e.g. fuel pins -in an assembly) or other geometry which fits onto a rectilinear grid. Each cell -within the lattice is filled with a specified universe. A ```` accepts -the following attributes or sub-elements: - - :id: - A unique integer that can be used to identify the lattice. - - :name: - An optional string name to identify the lattice in summary output - files. This string is limited to 52 characters for formatting purposes. - - *Default*: "" - - :dimension: - Two or three integers representing the number of lattice cells in the x- and - y- (and z-) directions, respectively. - - *Default*: None - - :lower_left: - The coordinates of the lower-left corner of the lattice. If the lattice is - two-dimensional, only the x- and y-coordinates are specified. - - *Default*: None - - :pitch: - If the lattice is 3D, then three real numbers that express the distance - between the centers of lattice cells in the x-, y-, and z- directions. If - the lattice is 2D, then omit the third value. - - *Default*: None - - :outer: - The unique integer identifier of a universe that will be used to fill all - space outside of the lattice. The universe will be tiled repeatedly as if - it were placed in a lattice of infinite size. This element is optional. - - *Default*: An error will be raised if a particle leaves a lattice with no - outer universe. - - :universes: - A list of the universe numbers that fill each cell of the lattice. - - *Default*: None - -Here is an example of a properly defined 2d rectangular lattice: - -.. code-block:: xml - - - -1.5 -1.5 - 1.0 1.0 - - 2 2 2 - 2 1 2 - 2 2 2 - - - -```` Element -------------------------- - -The ```` can be used to represent repeating structures (e.g. fuel -pins in an assembly) or other geometry which naturally fits onto a hexagonal -grid or hexagonal prism grid. Each cell within the lattice is filled with a -specified universe. This lattice uses the "flat-topped hexagon" scheme where two -of the six edges are perpendicular to the y-axis. A ```` accepts -the following attributes or sub-elements: - - :id: - A unique integer that can be used to identify the lattice. - - :name: - An optional string name to identify the hex_lattice in summary output - files. This string is limited to 52 characters for formatting purposes. - - *Default*: "" - - :n_rings: - An integer representing the number of radial ring positions in the xy-plane. - Note that this number includes the degenerate center ring which only has one - element. - - *Default*: None - - :n_axial: - An integer representing the number of positions along the z-axis. This - element is optional. - - *Default*: None - - :center: - The coordinates of the center of the lattice. If the lattice does not have - axial sections then only the x- and y-coordinates are specified. - - *Default*: None - - :pitch: - If the lattice is 3D, then two real numbers that express the distance - between the centers of lattice cells in the xy-plane and along the z-axis, - respectively. If the lattice is 2D, then omit the second value. - - *Default*: None - - :outer: - The unique integer identifier of a universe that will be used to fill all - space outside of the lattice. The universe will be tiled repeatedly as if - it were placed in a lattice of infinite size. This element is optional. - - *Default*: An error will be raised if a particle leaves a lattice with no - outer universe. - - :universes: - A list of the universe numbers that fill each cell of the lattice. - - *Default*: None - -Here is an example of a properly defined 2d hexagonal lattice: - -.. code-block:: xml - - -
0.0 0.0
- 1.0 - - 202 - 202 202 - 202 202 202 - 202 202 - 202 101 202 - 202 202 - 202 202 202 - 202 202 - 202 - -
- -.. _constructive solid geometry: http://en.wikipedia.org/wiki/Constructive_solid_geometry - -.. _quadratic surfaces: http://en.wikipedia.org/wiki/Quadric - ----------------------------------------- -Materials Specification -- materials.xml ----------------------------------------- - -.. _cross_sections: - -```` Element ----------------------------- - -The ```` element has no attributes and simply indicates the path -to an XML cross section listing file (usually named cross_sections.xml). If this -element is absent from the settings.xml file, the -:envvar:`OPENMC_CROSS_SECTIONS` environment variable will be used to find the -path to the XML cross section listing when in continuous-energy mode, and the -:envvar:`OPENMC_MG_CROSS_SECTIONS` environment variable will be used in -multi-group mode. - -.. _multipole_library: - -```` Element -------------------------------- - -The ```` element indicates the directory containing a -windowed multipole library. If a windowed multipole library is available, -OpenMC can use it for on-the-fly Doppler-broadening of resolved resonance range -cross sections. If this element is absent from the settings.xml file, the -:envvar:`OPENMC_MULTIPOLE_LIBRARY` environment variable will be used. - - .. note:: The element must also be set to "true" for - windowed multipole functionality. - -.. _material: - -```` Element ----------------------- - -Each ``material`` element can have the following attributes or sub-elements: - - :id: - A unique integer that can be used to identify the material. - - :name: - An optional string name to identify the material in summary output - files. This string is limited to 52 characters for formatting purposes. - - *Default*: "" - - :temperature: - An element with no attributes which is used to set the default temperature - of the material in Kelvin. - - *Default*: If a material default temperature is not given and a cell - temperature is not specified, the :ref:`global default temperature - ` is used. - - :density: - An element with attributes/sub-elements called ``value`` and ``units``. The - ``value`` attribute is the numeric value of the density while the ``units`` - can be "g/cm3", "kg/m3", "atom/b-cm", "atom/cm3", or "sum". The "sum" unit - indicates that values appearing in ``ao`` or ``wo`` attributes for ```` - and ```` sub-elements are to be interpreted as absolute nuclide/element - densities in atom/b-cm or g/cm3, and the total density of the material is - taken as the sum of all nuclides/elements. The "macro" unit is used with - a ``macroscopic`` quantity to indicate that the density is already included - in the library and thus not needed here. However, if a value is provided - for the ``value``, then this is treated as a number density multiplier on - the macroscopic cross sections in the multi-group data. This can be used, - for example, when perturbing the density slightly. - - *Default*: None - - .. note:: A ``macroscopic`` quantity can not be used in conjunction with a - ``nuclide``, ``element``, or ``sab`` quantity. - - :nuclide: - An element with attributes/sub-elements called ``name``, and ``ao`` - or ``wo``. The ``name`` attribute is the name of the cross-section for a - desired nuclide. Finally, the ``ao`` and ``wo`` attributes specify the atom or - weight percent of that nuclide within the material, respectively. One - example would be as follows: - - .. code-block:: xml - - - - - .. note:: If one nuclide is specified in atom percent, all others must also - be given in atom percent. The same applies for weight percentages. - - An optional attribute/sub-element for each nuclide is ``scattering``. This - attribute may be set to "data" to use the scattering laws specified by the - cross section library (default). Alternatively, when set to "iso-in-lab", - the scattering laws are used to sample the outgoing energy but an - isotropic-in-lab distribution is used to sample the outgoing angle at each - scattering interaction. The ``scattering`` attribute may be most useful - when using OpenMC to compute multi-group cross-sections for deterministic - transport codes and to quantify the effects of anisotropic scattering. - - *Default*: None - - .. note:: The ``scattering`` attribute/sub-element is not used in the - multi-group :ref:`energy_mode`. - - :sab: - Associates an S(a,b) table with the material. This element has one - attribute/sub-element called ``name``. The ``name`` attribute - is the name of the S(a,b) table that should be associated with the material. - - *Default*: None - - .. note:: This element is not used in the multi-group :ref:`energy_mode`. - - :macroscopic: - The ``macroscopic`` element is similar to the ``nuclide`` element, but, - recognizes that some multi-group libraries may be providing material - specific macroscopic cross sections instead of always providing nuclide - specific data like in the continuous-energy case. To that end, the - macroscopic element has one attribute/sub-element called ``name``. - The ``name`` attribute is the name of the cross-section for a - desired nuclide. One example would be as follows: - - .. code-block:: xml - - - - .. note:: This element is only used in the multi-group :ref:`energy_mode`. - - *Default*: None - ------------------------------------- -Tallies Specification -- tallies.xml ------------------------------------- - -The tallies.xml file allows the user to tell the code what results he/she is -interested in, e.g. the fission rate in a given cell or the current across a -given surface. There are two pieces of information that determine what -quantities should be scored. First, one needs to specify what region of phase -space should count towards the tally and secondly, the actual quantity to be -scored also needs to be specified. The first set of parameters we call *filters* -since they effectively serve to filter events, allowing some to score and -preventing others from scoring to the tally. - -The structure of tallies in OpenMC is flexible in that any combination of -filters can be used for a tally. The following types of filter are available: -cell, universe, material, surface, birth region, pre-collision energy, -post-collision energy, and an arbitrary structured mesh. - -The three valid elements in the tallies.xml file are ````, ````, -and ````. - -.. _tally: - -```` Element -------------------- - -The ```` element accepts the following sub-elements: - - :name: - An optional string name to identify the tally in summary output - files. This string is limited to 52 characters for formatting purposes. - - *Default*: "" - - :filter: - Specify a filter that modifies tally behavior. Most tallies (e.g. ``cell``, - ``energy``, and ``material``) restrict the tally so that only particles - within certain regions of phase space contribute to the tally. Others - (e.g. ``delayedgroup`` and ``energyfunction``) can apply some other function - to the scored values. This element and its attributes/sub-elements are - described below. - - .. note:: - You may specify zero, one, or multiple filters to apply to the tally. To - specify multiple filters, you must use multiple ```` elements. - - The ``filter`` element has the following attributes/sub-elements: - - :type: - The type of the filter. Accepted options are "cell", "cellborn", - "material", "universe", "energy", "energyout", "mu", "polar", - "azimuthal", "mesh", "distribcell", "delayedgroup", and - "energyfunction". - - :bins: - A description of the bins for each type of filter can be found in - :ref:`filter_types`. - - :energy: - ``energyfunction`` filters multiply tally scores by an arbitrary - function. The function is described by a piecewise linear-linear set of - (energy, y) values. This entry specifies the energy values. The function - will be evaluated as zero outside of the bounds of this energy grid. - (Only used for ``energyfunction`` filters) - - :y: - ``energyfunction`` filters multiply tally scores by an arbitrary - function. The function is described by a piecewise linear-linear set of - (energy, y) values. This entry specifies the y values. (Only used - for ``energyfunction`` filters) - - :nuclides: - If specified, the scores listed will be for particular nuclides, not the - summation of reactions from all nuclides. The format for nuclides should be - [Atomic symbol]-[Mass number], e.g. "U-235". The reaction rate for all - nuclides can be obtained with "total". For example, to obtain the reaction - rates for U-235, Pu-239, and all nuclides in a material, this element should - be: - - .. code-block:: xml - - U-235 Pu-239 total - - *Default*: total - - :estimator: - The estimator element is used to force the use of either ``analog``, - ``collision``, or ``tracklength`` tally estimation. ``analog`` is generally - the least efficient though it can be used with every score type. - ``tracklength`` is generally the most efficient, but neither ``tracklength`` - nor ``collision`` can be used to score a tally that requires post-collision - information. For example, a scattering tally with outgoing energy filters - cannot be used with ``tracklength`` or ``collision`` because the code will - not know the outgoing energy distribution. - - *Default*: ``tracklength`` but will revert to ``analog`` if necessary. - - :scores: - A space-separated list of the desired responses to be accumulated. The accepted - options are listed in the following tables: - - .. table:: **Flux scores: units are particle-cm per source particle.** - - +----------------------+---------------------------------------------------+ - |Score | Description | - +======================+===================================================+ - |flux |Total flux. | - +----------------------+---------------------------------------------------+ - |flux-YN |Spherical harmonic expansion of the direction of | - | |motion :math:`\left(\Omega\right)` of the total | - | |flux. This score will tally all of the harmonic | - | |moments of order 0 to N. N must be between 0 and | - | |10. | - +----------------------+---------------------------------------------------+ - - .. table:: **Reaction scores: units are reactions per source particle.** - - +----------------------+---------------------------------------------------+ - |Score | Description | - +======================+===================================================+ - |absorption |Total absorption rate. This accounts for all | - | |reactions which do not produce secondary neutrons | - | |as well as fission. | - +----------------------+---------------------------------------------------+ - |elastic |Elastic scattering reaction rate. | - +----------------------+---------------------------------------------------+ - |fission |Total fission reaction rate. | - +----------------------+---------------------------------------------------+ - |scatter |Total scattering rate. Can also be identified with | - | |the "scatter-0" response type. | - +----------------------+---------------------------------------------------+ - |scatter-N |Tally the N\ :sup:`th` \ scattering moment, where N| - | |is the Legendre expansion order of the change in | - | |particle angle :math:`\left(\mu\right)`. N must be | - | |between 0 and 10. As an example, tallying the 2\ | - | |:sup:`nd` \ scattering moment would be specified as| - | |``scatter-2``. | - +----------------------+---------------------------------------------------+ - |scatter-PN |Tally all of the scattering moments from order 0 to| - | |N, where N is the Legendre expansion order of the | - | |change in particle angle | - | |:math:`\left(\mu\right)`. That is, "scatter-P1" is | - | |equivalent to requesting tallies of "scatter-0" and| - | |"scatter-1". Like for "scatter-N", N must be | - | |between 0 and 10. As an example, tallying up to the| - | |2\ :sup:`nd` \ scattering moment would be specified| - | |as `` scatter-P2 ``. | - +----------------------+---------------------------------------------------+ - |scatter-YN |"scatter-YN" is similar to "scatter-PN" except an | - | |additional expansion is performed for the incoming | - | |particle direction :math:`\left(\Omega\right)` | - | |using the real spherical harmonics. This is useful| - | |for performing angular flux moment weighting of the| - | |scattering moments. Like "scatter-PN", "scatter-YN"| - | |will tally all of the moments from order 0 to N; N | - | |again must be between 0 and 10. | - +----------------------+---------------------------------------------------+ - |total |Total reaction rate. | - +----------------------+---------------------------------------------------+ - |total-YN |The total reaction rate expanded via spherical | - | |harmonics about the direction of motion of the | - | |neutron, :math:`\Omega`. This score will tally all | - | |of the harmonic moments of order 0 to N. N must be| - | |between 0 and 10. | - +----------------------+---------------------------------------------------+ - |(n,2nd) |(n,2nd) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,2n) |(n,2n) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,3n) |(n,3n) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,na) |(n,n\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,n3a) |(n,n3\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,2na) |(n,2n\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,3na) |(n,3n\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,np) |(n,np) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,n2a) |(n,n2\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,2n2a) |(n,2n2\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,nd) |(n,nd) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,nt) |(n,nt) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,nHe-3) |(n,n\ :sup:`3`\ He) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,nd2a) |(n,nd2\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,nt2a) |(n,nt2\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,4n) |(n,4n) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,2np) |(n,2np) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,3np) |(n,3np) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,n2p) |(n,n2p) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,n*X*) |Level inelastic scattering reaction rate. The *X* | - | |indicates what which inelastic level, e.g., (n,n3) | - | |is third-level inelastic scattering. | - +----------------------+---------------------------------------------------+ - |(n,nc) |Continuum level inelastic scattering reaction rate.| - +----------------------+---------------------------------------------------+ - |(n,gamma) |Radiative capture reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,p) |(n,p) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,d) |(n,d) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,t) |(n,t) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,3He) |(n,\ :sup:`3`\ He) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,a) |(n,\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,2a) |(n,2\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,3a) |(n,3\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,2p) |(n,2p) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,pa) |(n,p\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,t2a) |(n,t2\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,d2a) |(n,d2\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,pd) |(n,pd) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,pt) |(n,pt) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,da) |(n,d\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |*Arbitrary integer* |An arbitrary integer is interpreted to mean the | - | |reaction rate for a reaction with a given ENDF MT | - | |number. | - +----------------------+---------------------------------------------------+ - - .. table:: **Particle production scores: units are particles produced per - source particles.** - - +----------------------+---------------------------------------------------+ - |Score | Description | - +======================+===================================================+ - |delayed-nu-fission |Total production of delayed neutrons due to | - | |fission. | - +----------------------+---------------------------------------------------+ - |prompt-nu-fission |Total production of prompt neutrons due to | - | |fission. | - +----------------------+---------------------------------------------------+ - |nu-fission |Total production of neutrons due to fission. | - +----------------------+---------------------------------------------------+ - |nu-scatter, |These scores are similar in functionality to their | - |nu-scatter-N, |``scatter*`` equivalents except the total | - |nu-scatter-PN, |production of neutrons due to scattering is scored | - |nu-scatter-YN |vice simply the scattering rate. This accounts for | - | |multiplicity from (n,2n), (n,3n), and (n,4n) | - | |reactions. | - +----------------------+---------------------------------------------------+ - - .. table:: **Miscellaneous scores: units are indicated for each.** - - +----------------------+---------------------------------------------------+ - |Score | Description | - +======================+===================================================+ - |current |Partial currents on the boundaries of each cell in | - | |a mesh. Units are particles per source | - | |particle. Note that this score can only be used if | - | |a mesh filter has been specified. Furthermore, it | - | |may not be used in conjunction with any other | - | |score. | - +----------------------+---------------------------------------------------+ - |events |Number of scoring events. Units are events per | - | |source particle. | - +----------------------+---------------------------------------------------+ - |inverse-velocity |The flux-weighted inverse velocity where the | - | |velocity is in units of centimeters per second. | - +----------------------+---------------------------------------------------+ - |kappa-fission |The recoverable energy production rate due to | - | |fission. The recoverable energy is defined as the | - | |fission product kinetic energy, prompt and delayed | - | |neutron kinetic energies, prompt and delayed | - | |:math:`\gamma`-ray total energies, and the total | - | |energy released by the delayed :math:`\beta` | - | |particles. The neutrino energy does not contribute | - | |to this response. The prompt and delayed | - | |:math:`\gamma`-rays are assumed to deposit their | - | |energy locally. Units are eV per source particle. | - +----------------------+---------------------------------------------------+ - |fission-q-prompt |The prompt fission energy production rate. This | - | |energy comes in the form of fission fragment | - | |nuclei, prompt neutrons, and prompt | - | |:math:`\gamma`-rays. This value depends on the | - | |incident energy and it requires that the nuclear | - | |data library contains the optional fission energy | - | |release data. Energy is assumed to be deposited | - | |locally. Units are eV per source particle. | - +----------------------+---------------------------------------------------+ - |fission-q-recoverable |The recoverable fission energy production rate. | - | |This energy comes in the form of fission fragment | - | |nuclei, prompt and delayed neutrons, prompt and | - | |delayed :math:`\gamma`-rays, and delayed | - | |:math:`\beta`-rays. This tally differs from the | - | |kappa-fission tally in that it is dependent on | - | |incident neutron energy and it requires that the | - | |nuclear data library contains the optional fission | - | |energy release data. Energy is assumed to be | - | |deposited locally. Units are eV per source | - | |paticle. | - +----------------------+---------------------------------------------------+ - |decay-rate |The delayed-nu-fission-weighted decay rate where | - | |the decay rate is in units of inverse seconds. | - +----------------------+---------------------------------------------------+ - - .. note:: - The ``analog`` estimator is actually identical to the ``collision`` - estimator for the flux and inverse-velocity scores. - - :trigger: - Precision trigger applied to all filter bins and nuclides for this tally. - It must specify the trigger's type, threshold and scores to which it will - be applied. It has the following attributes/sub-elements: - - :type: - The type of the trigger. Accepted options are "variance", "std_dev", - and "rel_err". - - :variance: - Variance of the batch mean :math:`\sigma^2` - - :std_dev: - Standard deviation of the batch mean :math:`\sigma` - - :rel_err: - Relative error of the batch mean :math:`\frac{\sigma}{\mu}` - - *Default*: None - - :threshold: - The precision trigger's convergence criterion for tallied values. - - *Default*: None - - :scores: - The score(s) in this tally to which the trigger should be applied. - - .. note:: The ``scores`` in ``trigger`` must have been defined in - ``scores`` in ``tally``. An optional "all" may be used to - select all scores in this tally. - - *Default*: "all" - - :derivative: - The id of a ``derivative`` element. This derivative will be applied to all - scores in the tally. Differential tallies are currently only implemented - for collision and analog estimators. - - *Default*: None - -.. _filter_types: - -Filter Types -++++++++++++ - -For each filter type, the following table describes what the ``bins`` attribute -should be set to: - -:cell: - A list of unique IDs for cells in which the tally should be accumulated. - -:cellborn: - This filter allows the tally to be scored to only when particles were - originally born in a specified cell. A list of cell IDs should be given. - -:material: - A list of unique IDs for matreials in which the tally should be accumulated. - -:universe: - A list of unique IDs for universes in which the tally should be accumulated. - -:energy: - In continuous-energy mode, this filter should be provided as a - monotonically increasing list of bounding **pre-collision** energies - for a number of groups. For example, if this filter is specified as - - .. code-block:: xml - - - - then two energy bins will be created, one with energies between 0 and - 1 MeV and the other with energies between 1 and 20 MeV. - - In multi-group mode the bins provided must match group edges - defined in the multi-group library. - -:energyout: - In continuous-energy mode, this filter should be provided as a - monotonically increasing list of bounding **post-collision** energies - for a number of groups. For example, if this filter is specified as - - .. code-block:: xml - - - - then two post-collision energy bins will be created, one with - energies between 0 and 1 MeV and the other with energies between - 1 and 20 MeV. - - In multi-group mode the bins provided must match group edges - defined in the multi-group library. - -:mu: - A monotonically increasing list of bounding **post-collision** cosines - of the change in a particle's angle (i.e., :math:`\mu = \hat{\Omega} - \cdot \hat{\Omega}'`), which represents a portion of the possible - values of :math:`[-1,1]`. For example, spanning all of :math:`[-1,1]` - with five equi-width bins can be specified as: - - .. code-block:: xml - - - - Alternatively, if only one value is provided as a bin, OpenMC will - interpret this to mean the complete range of :math:`[-1,1]` should - be automatically subdivided in to the provided value for the bin. - That is, the above example of five equi-width bins spanning - :math:`[-1,1]` can be instead written as: - - .. code-block:: xml - - - -:polar: - A monotonically increasing list of bounding particle polar angles - which represents a portion of the possible values of :math:`[0,\pi]`. - For example, spanning all of :math:`[0,\pi]` with five equi-width - bins can be specified as: - - .. code-block:: xml - - - - Alternatively, if only one value is provided as a bin, OpenMC will - interpret this to mean the complete range of :math:`[0,\pi]` should - be automatically subdivided in to the provided value for the bin. - That is, the above example of five equi-width bins spanning - :math:`[0,\pi]` can be instead written as: - - .. code-block:: xml - - - -:azimuthal: - A monotonically increasing list of bounding particle azimuthal angles - which represents a portion of the possible values of :math:`[-\pi,\pi)`. - For example, spanning all of :math:`[-\pi,\pi)` with two equi-width - bins can be specified as: - - .. code-block:: xml - - - - Alternatively, if only one value is provided as a bin, OpenMC will - interpret this to mean the complete range of :math:`[-\pi,\pi)` should - be automatically subdivided in to the provided value for the bin. - That is, the above example of five equi-width bins spanning - :math:`[-\pi,\pi)` can be instead written as: - - .. code-block:: xml - - - -:mesh: - The unique ID of a structured mesh to be tallied over. - -:distribcell: - The single cell which should be tallied uniquely for all instances. - - .. note:: The distribcell filter will take a single cell ID and will tally - each unique occurrence of that cell separately. This filter will not - accept more than one cell ID. It is not recommended to combine this - filter with a cell or mesh filter. - -:delayedgroup: - A list of delayed neutron precursor groups for which the tally should - be accumulated. For instance, to tally to all 6 delayed groups in the - ENDF/B-VII.1 library the filter is specified as: - - .. code-block:: xml - - - -:energyfunction: - ``energyfunction`` filters do not use the ``bins`` entry. Instead - they use ``energy`` and ``y``. - - -```` Element ------------------- - -If a structured mesh is desired as a filter for a tally, it must be specified in -a separate element with the tag name ````. This element has the following -attributes/sub-elements: - - :type: - The type of structured mesh. The only valid option is "regular". - - :dimension: - The number of mesh cells in each direction. - - :lower_left: - The lower-left corner of the structured mesh. If only two coordinates are - given, it is assumed that the mesh is an x-y mesh. - - :upper_right: - The upper-right corner of the structured mesh. If only two coordinates are - given, it is assumed that the mesh is an x-y mesh. - - :width: - The width of mesh cells in each direction. - - .. note:: - One of ```` or ```` must be specified, but not both - (even if they are consistent with one another). - -```` Element ------------------------- - -OpenMC can take the first-order derivative of many tallies with respect to -material perturbations. It works by propagating a derivative through the -transport equation. Essentially, OpenMC keeps track of how each particle's -weight would change as materials are perturbed, and then accounts for that -weight change in the tallies. Note that this assumes material perturbations are -small enough not to change the distribution of fission sites. This element has -the following attributes/sub-elements: - - :id: - A unique integer that can be used to identify the derivative. - - :variable: - The independent variable of the derivative. Accepted options are "density", - "nuclide_density", and "temperature". A "density" derivative will give the - derivative with respect to the density of the material in [g / cm^3]. A - "nuclide_density" derivative will give the derivative with respect to the - density of a particular nuclide in units of [atom / b / cm]. A - "temperature" derivative is with respect to a material temperature in units - of [K]. The temperature derivative requires windowed multipole to be - turned on. Note also that the temperature derivative only accounts for - resolved resonance Doppler broadening. It does not account for thermal - expansion, S(a, b) scattering, resonance scattering, or unresolved Doppler - broadening. - - :material: - The perturbed material. (Necessary for all derivative types) - - :nuclide: - The perturbed nuclide. (Necessary only for "nuclide_density") - -```` Element ------------------------------ - -In cases where the user needs to specify many different tallies each of which -are spatially separate, this tag can be used to cut down on some of the tally -overhead. The effect of assuming all tallies are spatially separate is that once -one tally is scored to, the same event is assumed not to score to any other -tallies. This element should be followed by "true" or "false". - - .. warning:: If used incorrectly, the assumption that all tallies are - spatially separate can lead to incorrect results. - - *Default*: false - -.. _usersguide_plotting: - --------------------------------------------- -Geometry Plotting Specification -- plots.xml --------------------------------------------- - -Basic plotting capabilities are available in OpenMC by creating a plots.xml -file and subsequently running with the command-line flag ``-plot``. The root -element of the plots.xml is simply ```` and any number output plots can -be defined with ```` sub-elements. Two plot types are currently -implemented in openMC: - -* ``slice`` 2D pixel plot along one of the major axes. Produces a PPM image - file. -* ``voxel`` 3D voxel data dump. Produces a binary file containing voxel xyz - position and cell or material id. - - -```` Element ------------------- - -Each plot is specified by a combination of the following attributes or -sub-elements: - - :id: - The unique ``id`` of the plot. - - *Default*: None - Required entry - - :filename: - Filename for the output plot file. - - *Default*: "plot" - - :color_by: - Keyword for plot coloring. This can be either "cell" or "material", which - colors regions by cells and materials, respectively. For voxel plots, this - determines which id (cell or material) is associated with each position. - - *Default*: "cell" - - :level: - Universe depth to plot at (optional). This parameter controls how many - universe levels deep to pull cell and material ids from when setting plot - colors. If a given location does not have as many levels as specified, - colors will be taken from the lowest level at that location. For example, if - ``level`` is set to zero colors will be taken from top-level (universe zero) - cells only. However, if ``level`` is set to 1 colors will be taken from - cells in universes that fill top-level fill-cells, and from top-level cells - that contain materials. - - *Default*: Whatever the deepest universe is in the model - - :origin: - Specifies the (x,y,z) coordinate of the center of the plot. Should be three - floats separated by spaces. - - *Default*: None - Required entry - - :width: - Specifies the width of the plot along each of the basis directions. Should - be two or three floats separated by spaces for 2D plots and 3D plots, - respectively. - - *Default*: None - Required entry - - :type: - Keyword for type of plot to be produced. Currently only "slice" and "voxel" - plots are implemented. The "slice" plot type creates 2D pixel maps saved in - the PPM file format. PPM files can be displayed in most viewers (e.g. the - default Gnome viewer, IrfanView, etc.). The "voxel" plot type produces a - binary datafile containing voxel grid positioning and the cell or material - (specified by the ``color`` tag) at the center of each voxel. These - datafiles can be processed into 3D SILO files using the - ``openmc-voxel-to-silovtk`` utility provided with the OpenMC source, and - subsequently viewed with a 3D viewer such as VISIT or Paraview. See the - :ref:`io_voxel` for information about the datafile structure. - - .. note:: Since the PPM format is saved without any kind of compression, - the resulting file sizes can be quite large. Saving the image in - the PNG format can often times reduce the file size by orders of - magnitude without any loss of image quality. Likewise, - high-resolution voxel files produced by OpenMC can be quite large, - but the equivalent SILO files will be significantly smaller. - - *Default*: "slice" - -```` elements of ``type`` "slice" and "voxel" must contain the ``pixels`` -attribute or sub-element: - - :pixels: - Specifies the number of pixels or voxels to be used along each of the basis - directions for "slice" and "voxel" plots, respectively. Should be two or - three integers separated by spaces. - - .. warning:: The ``pixels`` input determines the output file size. For the - PPM format, 10 million pixels will result in a file just under - 30 MB in size. A 10 million voxel binary file will be around - 40 MB. - - .. warning:: If the aspect ratio defined in ``pixels`` does not match the - aspect ratio defined in ``width`` the plot may appear stretched - or squeezed. - - .. warning:: Geometry features along a basis direction smaller than - ``width``/``pixels`` along that basis direction may not appear - in the plot. - - *Default*: None - Required entry for "slice" and "voxel" plots - -```` elements of ``type`` "slice" can also contain the following -attributes or sub-elements. These are not used in "voxel" plots: - - :basis: - Keyword specifying the plane of the plot for "slice" type plots. Can be - one of: "xy", "xz", "yz". - - *Default*: "xy" - - :background: - Specifies the RGB color of the regions where no OpenMC cell can be found. - Should be three integers separated by spaces. - - *Default*: 0 0 0 (black) - - :color: - Any number of this optional tag may be included in each ```` element, - which can override the default random colors for cells or materials. Each - ``color`` element must contain ``id`` and ``rgb`` sub-elements. - - :id: - Specifies the cell or material unique id for the color specification. - - :rgb: - Specifies the custom color for the cell or material. Should be 3 integers - separated by spaces. - - As an example, if your plot is colored by material and you want material 23 - to be blue, the corresponding ``color`` element would look like: - - .. code-block:: xml - - - - *Default*: None - - :mask: - The special ``mask`` sub-element allows for the selective plotting of *only* - user-specified cells or materials. Only one ``mask`` element is allowed per - ``plot`` element, and it must contain as attributes or sub-elements a - background masking color and a list of cells or materials to plot: - - :components: - List of unique ``id`` numbers of the cells or materials to plot. Should be - any number of integers separated by spaces. - - :background: - Color to apply to all cells or materials not in the ``components`` list of - cells or materials to plot. This overrides any ``color`` color - specifications. - - *Default*: 255 255 255 (white) - - :meshlines: - The ``meshlines`` sub-element allows for plotting the boundaries of a - regular mesh on top of a plot. Only one ``meshlines`` element is allowed per - ``plot`` element, and it must contain as attributes or sub-elements a mesh - type and a linewidth. Optionally, a color may be specified for the overlay: - - :meshtype: - The type of the mesh to be plotted. Valid options are "tally", "entropy", - "ufs", and "cmfd". If plotting "tally" meshes, the id of the mesh to plot - must be specified with the ``id`` sub-element. - - :id: - A single integer id number for the mesh specified on ``tallies.xml`` that - should be plotted. This element is only required for ``meshtype="tally"``. - - :linewidth: - A single integer number of pixels of linewidth to specify for the mesh - boundaries. Specifying this as 0 indicates that lines will be 1 pixel - thick, specifying 1 indicates 3 pixels thick, specifying 2 indicates - 5 pixels thick, etc. - - :color: - Specifies the custom color for the meshlines boundaries. Should be 3 - integers separated by whitespace. This element is optional. - - *Default*: 0 0 0 (black) - - *Default*: None - -.. _usersguide_cmfd: - ------------------------------- -CMFD Specification -- cmfd.xml ------------------------------- - -Coarse mesh finite difference acceleration method has been implemented in -OpenMC. Currently, it allows users to accelerate fission source convergence -during inactive neutron batches. To run CMFD, the ```` element in -``settings.xml`` should be set to "true". - -```` Element -------------------- - -The ```` element controls what batch CMFD calculations should begin. - - *Default*: 1 - -```` Element ------------------------- - -The ```` element controls whether :math:`\widehat{D}` nonlinear -CMFD parameters should be reset to zero before solving CMFD eigenproblem. -It can be turned on with "true" and off with "false". - - *Default*: false - -```` Element ---------------------- - -The ```` element sets one additional CMFD output column. Options are: - -* "balance" - prints the RMS [%] of the resdiual from the neutron balance - equation on CMFD tallies. -* "dominance" - prints the estimated dominance ratio from the CMFD iterations. - **This will only work for power iteration eigensolver**. -* "entropy" - prints the *entropy* of the CMFD predicted fission source. - **Can only be used if OpenMC entropy is active as well**. -* "source" - prints the RMS [%] between the OpenMC fission source and CMFD - fission source. - - *Default*: balance - -```` Element -------------------------- - -The ```` element controls whether an effective downscatter cross -section should be used when using 2-group CMFD. It can be turned on with "true" -and off with "false". - - *Default*: false - -```` Element ----------------------- - -The ```` element controls whether or not the CMFD diffusion result is -used to adjust the weight of fission source neutrons on the next OpenMC batch. -It can be turned on with "true" and off with "false". - - *Default*: false - -```` Element ------------------------------------- - -The ```` element specifies two parameters. The first is -the absolute inner tolerance for Gauss-Seidel iterations when performing CMFD -and the second is the relative inner tolerance for Gauss-Seidel iterations -for CMFD calculations. - - *Default*: 1.e-10 1.e-5 - -```` Element --------------------- - -The ```` element specifies the tolerance on the eigenvalue when performing -CMFD power iteration. - - *Default*: 1.e-8 - -```` Element ------------------- - -The CMFD mesh is a structured Cartesian mesh. This element has the following -attributes/sub-elements: - - :lower_left: - The lower-left corner of the structured mesh. If only two coordinates are - given, it is assumed that the mesh is an x-y mesh. - - :upper_right: - The upper-right corner of the structrued mesh. If only two coordinates are - given, it is assumed that the mesh is an x-y mesh. - - :dimension: - The number of mesh cells in each direction. - - :width: - The width of mesh cells in each direction. - - :energy: - Energy bins [in eV], listed in ascending order (e.g. 0.0 0.625 20.0e6) - for CMFD tallies and acceleration. If no energy bins are listed, OpenMC - automatically assumes a one energy group calculation over the entire - energy range. - - :albedo: - Surface ratio of incoming to outgoing partial currents on global boundary - conditions. They are listed in the following order: -x +x -y +y -z +z. - - *Default*: 1.0 1.0 1.0 1.0 1.0 1.0 - - :map: - An optional acceleration map can be specified to overlay on the coarse - mesh spatial grid. If this option is used, a ``1`` is used for a - non-accelerated region and a ``2`` is used for an accelerated region. - For a simple 4x4 coarse mesh with a 2x2 fuel lattice surrounded by - reflector, the map is: - - ``1 1 1 1`` - - ``1 2 2 1`` - - ``1 2 2 1`` - - ``1 1 1 1`` - - Therefore a 2x2 system of equations is solved rather than a 4x4. This - is extremely important to use in reflectors as neutrons will not - contribute to any tallies far away from fission source neutron regions. - A ``2`` must be used to identify any fission source region. - - .. note:: Only two of the following three sub-elements are needed: - ``lower_left``, ``upper_right`` and ``width``. Any combination - of two of these will yield the third. - -```` Element ------------------- - -The ```` element is used to normalize the CMFD fission source distribution -to a particular value. For example, if a fission source is calculated for a -17 x 17 lattice of pins, the fission source may be normalized to the number of -fission source regions, in this case 289. This is useful when visualizing this -distribution as the average peaking factor will be unity. This parameter will -not impact the calculation. - - *Default*: 1.0 - -```` Element ---------------------------- - -The ```` element is used to view the convergence of power -iteration. This option can be turned on with "true" and turned off with "false". - - *Default*: false - -```` Element -------------------------- - -The ```` element can be turned on with "true" to have an adjoint -calculation be performed on the last batch when CMFD is active. - - *Default*: false - -```` Element --------------------- - -The ```` element specifies an optional Wielandt shift parameter for -accelerating power iterations. It is by default very large so the impact of the -shift is effectively zero. - - *Default*: 1e6 - -```` Element ----------------------- - -The ```` element specifies an optional spectral radius that can be set to -accelerate the convergence of Gauss-Seidel iterations during CMFD power iteration -solve. - - *Default*: 0.0 - -```` Element ------------------- - -The ```` element specifies the tolerance on the fission source when performing -CMFD power iteration. - - *Default*: 1.e-8 - -```` Element -------------------------- - -The ```` element contains a list of batch numbers in which CMFD tallies -should be reset. - - *Default*: None - -```` Element ----------------------------- - -The ```` element is used to write the sparse matrices created -when solving CMFD equations. This option can be turned on with "true" and off -with "false". - - *Default*: false - ------------------------------------- -ERSN-OpenMC Graphical User Interface ------------------------------------- - -A third-party Java-based user-friendly graphical user interface for creating XML -input files called ERSN-OpenMC_ is developed and maintained by members of the -Radiation and Nuclear Systems Group at the Faculty of Sciences Tetouan, Morocco. -The GUI also allows one to automatically download prerequisites for installing and -running OpenMC. - -.. _ERSN-OpenMC: https://github.com/EL-Bakkali-Jaafar/ERSN-OpenMC diff --git a/docs/source/usersguide/install.rst b/docs/source/usersguide/install.rst index e98040708..4d9a0849e 100644 --- a/docs/source/usersguide/install.rst +++ b/docs/source/usersguide/install.rst @@ -76,6 +76,7 @@ Prerequisites ------------- .. admonition:: Required + :class: error * A Fortran compiler such as gfortran_ @@ -140,6 +141,7 @@ Prerequisites distribution and version. .. admonition:: Optional + :class: note * An MPI implementation for distributed-memory parallel runs @@ -511,45 +513,6 @@ to the absolute path of the file library expected to used most frequently. .. _Serpent: http://montecarlo.vtt.fi .. _TENDL: https://tendl.web.psi.ch/tendl_2015/tendl2015.html --------------- -Running OpenMC --------------- - -Once you have a model built (see :ref:`usersguide_input`), you can either run -the openmc executable directly from the directory containing your XML input -files, or you can specify as a command-line argument the directory containing -the XML input files. For example, if your XML input files are in the directory -``/home/username/somemodel/``, one way to run the simulation would be: - -.. code-block:: sh - - cd /home/username/somemodel - openmc - -Alternatively, you could run from any directory: - -.. code-block:: sh - - openmc /home/username/somemodel - -Note that in the latter case, any output files will be placed in the present -working directory which may be different from ``/home/username/somemodel``. - -Command-Line Flags ------------------- - -OpenMC accepts the following command line flags: - --g, --geometry-debug Run in geometry debugging mode, where cell overlaps are - checked for after each move of a particle --n, --particles N Use *N* particles per generation or batch --p, --plot Run in plotting mode --r, --restart file Restart a previous run from a state point or a particle - restart file --s, --threads N Run with *N* OpenMP threads --t, --track Write tracks for all particles --v, --version Show version information - ----------------------------------------------------- Configuring Input Validation with GNU Emacs nXML mode ----------------------------------------------------- diff --git a/docs/source/usersguide/scripts.rst b/docs/source/usersguide/scripts.rst new file mode 100644 index 000000000..f99ddbc91 --- /dev/null +++ b/docs/source/usersguide/scripts.rst @@ -0,0 +1,120 @@ +.. _usersguide_scripts: + +======================= +Executables and Scripts +======================= + +.. _scripts_openmc: + +---------- +``openmc`` +---------- + +Once you have a model built (see :ref:`usersguide_basics`), you can either run +the openmc executable directly from the directory containing your XML input +files, or you can specify as a command-line argument the directory containing +the XML input files. For example, if your XML input files are in the directory +``/home/username/somemodel/``, one way to run the simulation would be: + +.. code-block:: sh + + cd /home/username/somemodel + openmc + +Alternatively, you could run from any directory: + +.. code-block:: sh + + openmc /home/username/somemodel + +Note that in the latter case, any output files will be placed in the present +working directory which may be different from ``/home/username/somemodel``. If +you're using the Python API, :func:`openmc.run` is equivalent to running +``openmc`` from the command line. OpenMC accepts the following command line +flags: + +-c, --volume Run in stochastic volume calculation mode +-g, --geometry-debug Run in geometry debugging mode, where cell overlaps are + checked for after each move of a particle +-n, --particles N Use *N* particles per generation or batch +-p, --plot Run in plotting mode +-r, --restart file Restart a previous run from a state point or a particle + restart file +-s, --threads N Run with *N* OpenMP threads +-t, --track Write tracks for all particles +-v, --version Show version information +-h, --help Show help message + +---------------------- +``openmc-ace-to-hdf5`` +---------------------- + +------------------------------ +``openmc-convert-mcnp70-data`` +------------------------------ + +------------------------------ +``openmc-convert-mcnp71-data`` +------------------------------ + +------------------------ +``openmc-get-jeff-data`` +------------------------ + +----------------------------- +``openmc-get-multipole-data`` +----------------------------- + +------------------------ +``openmc-get-nndc-data`` +------------------------ + +-------------------------- +``openmc-plot-mesh-tally`` +-------------------------- + +----------------------- +``openmc-track-to-vtk`` +----------------------- + +------------------------ +``openmc-update-inputs`` +------------------------ + +---------------------- +``openmc-update-mgxs`` +---------------------- + +.. _scripts_validate: + +----------------------- +``openmc-validate-xml`` +----------------------- + +Input files can be checked before executing OpenMC using the +``openmc-validate-xml`` script which is installed alongside the Python API. Two +command line arguments can be set when running ``openmc-validate-xml``: + +* ``-i``, ``--input-path`` - Location of OpenMC input files. + *Default*: current working directory +* ``-r``, ``--relaxng-path`` - Location of OpenMC RelaxNG files. + *Default*: None + +If the RelaxNG path is not set, the script will search for these files because +it expects that the user is either running the script located in the install +directory ``bin`` folder or in ``src/utils``. Once executed, it will match +OpenMC XML files with their RelaxNG schema and check if they are valid. Below +is a table of the messages that will be printed after each file is checked. + +======================== =================================== +Message Description +======================== =================================== +[XML ERROR] Cannot parse XML file. +[NO RELAXNG FOUND] No RelaxNG file found for XML file. +[NOT VALID] XML file does not match RelaxNG. +[VALID] XML file matches RelaxNG. +======================== =================================== + +--------------------------- +``openmc-voxel-to-silovtk`` +--------------------------- diff --git a/scripts/openmc-memory-usage b/scripts/openmc-memory-usage deleted file mode 100755 index 32655c62c..000000000 --- a/scripts/openmc-memory-usage +++ /dev/null @@ -1,62 +0,0 @@ -#!/usr/bin/env python - -""" -This script reads a cross_sections.out file, adds up the memory usage for each -nuclide and S(a,b) table, and displays the total memory usage. - -""" - -from __future__ import print_function - -import sys -import os - -if len(sys.argv) > 1: - # Get path to cross_sections.out file from command line argument - filename = sys.argv[-1] -else: - # Set default path for cross_sections.out - filename = 'cross_sections.out' - if not os.path.exists(filename): - raise OSError('Could not find cross_sections.out file!') - -# Open file handle for cross_sections.out file -f = open(filename, 'r') - -# Initialize memory size arrays -memory_xs = [] -memory_angle = [] -memory_energy = [] -memory_urr = [] -memory_total = [] -memory_sab = [] - -while True: - # Read next line in file - line = f.readline() - - # Check for EOF - if line == '': - break - - # Look for block listing memory usage for a nuclide - words = line.split() - if len(words) == 2 and words[0] == 'Memory': - memory_xs.append(int(f.readline().split()[-2])) - memory_angle.append(int(f.readline().split()[-2])) - memory_energy.append(int(f.readline().split()[-2])) - memory_urr.append(int(f.readline().split()[-2])) - memory_total.append(int(f.readline().split()[-2])) - - # Look for memory usage for S(a,b) table - if len(words) == 5 and words[1] == 'Used': - memory_sab.append(int(words[-2])) - -# Write out summary memory usage -print('Memory Requirements') -print(' Reaction Cross Sections = ' + str(sum(memory_xs))) -print(' Secondary Angle Distributions = ' + str(sum(memory_angle))) -print(' Secondary Energy Distributions = ' + str(sum(memory_energy))) -print(' Probability Tables = ' + str(sum(memory_urr))) -print(' S(a,b) Tables = ' + str(sum(memory_sab))) -print(' Total = ' + str(sum(memory_total))) diff --git a/scripts/openmc-statepoint-3d b/scripts/openmc-statepoint-3d deleted file mode 100755 index e667ad0bb..000000000 --- a/scripts/openmc-statepoint-3d +++ /dev/null @@ -1,393 +0,0 @@ -#!/usr/bin/env python2 - -from __future__ import division, print_function - -import sys -import itertools -import re -import warnings - -from openmc.statepoint import StatePoint - -alphanum = re.compile(r"[\W_]+") - -err = False - -################################################################################ -def parse_options(): - """Process command line arguments""" - - - - def tallies_callback(option, opt, value, parser): - """Option parser function for list of tallies""" - global err - try: - setattr(parser.values, option.dest, [int(v) for v in value.split(',')]) - except: - p.print_help() - err = True - - def scores_callback(option, opt, value, parser): - """Option parser function for list of scores""" - global err - try: - scores = {} - entries = value.split(',') - for e in entries: - tally,score = [int(i) for i in e.split('.')] - if not tally in scores: scores[tally] = [] - scores[tally].append(score) - setattr(parser.values, option.dest, scores) - except: - p.print_help() - err = True - - def filters_callback(option, opt, value, parser): - """Option parser function for list of filters""" - global err - try: - filters = {} - entries = value.split(',') - for e in entries: - tally,filter_,bin = [i for i in e.split('.')] - tally,bin = int(tally),int(bin) - if not tally in filters: filters[tally] = {} - if not filter_ in filters[tally]: filters[tally][filter_] = [] - filters[tally][filter_].append(bin) - setattr(parser.values, option.dest, filters) - except: - p.print_help() - err = True - - from optparse import OptionParser - usage = r"""%prog [options] - -The default is to process all tallies and all scores into one file. Subsets -can be chosen using the options. For example, to only process tallies 2 and 4 -with all scores on tally 2 and only scores 1 and 3 on tally 4: - -%prog -t 2,4 -s 4.1,4.3 - -Likewise if you have additional filters on a tally you can specify a subset of -bins for each filter for that tally. For example to process all tallies and -scores, but only energyin bin #1 in tally 2: - -%prog -f 2.energyin.1 - -You can list the available tallies, scores, and filters with the -l option: - -%prog -l """ - p = OptionParser(usage=usage) - p.add_option('-t', '--tallies', dest='tallies', type='string', default=None, - action='callback', callback=tallies_callback, - help='List of tally indices to process, separated by commas.' \ - ' Default is to process all tallies.') - p.add_option('-s', '--scores', dest='scores', type='string', default=None, - action='callback', callback=scores_callback, - help='List of score indices to process, separated by commas, ' \ - 'specified as {tallyid}.{scoreid}.' \ - ' Default is to process all scores in each tally.') - p.add_option('-f', '--filters', dest='filters', type='string', default=None, - action='callback', callback=filters_callback, - help='List of filter bins to process, separated by commas, ' \ - 'specified as {tallyid}.{filter}.{binid}. ' \ - 'Default is to process all filter combinaiton for each score.') - p.add_option('-l', '--list', dest='list', action='store_true', - help='List the tally and score indices available in the file.') - p.add_option('-o', '--output', action='store', dest='output', - default='tally', help='path to output SILO file.') - p.add_option('-e', '--error', dest='valerr', default=False, - action='store_true', - help='Flag to extract errors instead of values.') - p.add_option('-v', '--vtk', action='store_true', dest='vtk', - default=False, help='Flag to convert to VTK instead of SILO.') - parsed = p.parse_args() - - if not parsed[1]: - p.print_help() - return parsed, err - - if parsed[0].valerr: - parsed[0].valerr = 1 - else: - parsed[0].valerr = 0 - - return parsed, err - -################################################################################ -def main(file_, o): - """Main program""" - - sp = StatePoint(file_) - sp.read_results() - - validate_options(sp, o) - - if o.list: - print_available(sp) - return - - if o.vtk: - if not o.output[-4:] == ".vtm": o.output += ".vtm" - else: - if not o.output[-5:] == ".silo": o.output += ".silo" - - if o.vtk: - try: - import vtk - except: - print('The vtk python bindings do not appear to be installed properly.\n' - 'On Ubuntu: sudo apt-get install python-vtk\n' - 'See: http://www.vtk.org/') - return - else: - try: - import silomesh - except: - print('The silomesh package does not appear to be installed properly.\n' - 'See: https://github.com/nhorelik/silomesh/') - return - - if o.vtk: - blocks = vtk.vtkMultiBlockDataSet() - blocks.SetNumberOfBlocks(5) - block_idx = 0 - else: - silomesh.init_silo(o.output) - - # Tally loop ################################################################# - for tally in sp.tallies: - - # skip non-mesh tallies or non-user-specified tallies - if o.tallies and not tally.id in o.tallies: continue - if not 'mesh' in tally.filters: continue - - print("Processing Tally {}...".format(tally.id)) - - # extract filter options and mesh parameters for this tally - filtercombos = get_filter_combos(tally) - meshparms = get_mesh_parms(sp, tally) - nx,ny,nz = meshparms[:3] - ll = meshparms[3:6] - ur = meshparms[6:9] - - if o.vtk: - ww = [(u-l)/n for u,l,n in zip(ur,ll,(nx,ny,nz))] - grid = grid = vtk.vtkImageData() - grid.SetDimensions(nx+1,ny+1,nz+1) - grid.SetOrigin(*ll) - grid.SetSpacing(*ww) - else: - silomesh.init_mesh('Tally_{}'.format(tally.id), *meshparms) - - # Score loop ############################################################### - for sid,score in enumerate(tally.scores): - - # skip non-user-specified scrores for this tally - if o.scores and tally.id in o.scores and not sid in o.scores[tally.id]: - continue - - # Filter loop ############################################################ - for filterspec in filtercombos: - - # skip non-user-specified filter bins - skip = False - if o.filters and tally.id in o.filters: - for filter_,bin in filterspec[1:]: - if filter_ in o.filters[tally.id] and \ - not bin in o.filters[tally.id][filter_]: - skip = True - break - if skip: continue - - # find and sanitize the variable name for this score - varname = get_sanitized_filterspec_name(tally, score, filterspec) - if o.vtk: - vtkdata = vtk.vtkDoubleArray() - vtkdata.SetName(varname) - dataforvtk = {} - else: - silomesh.init_var(varname) - - lbl = "\t Score {}.{} {}:\t\t{}".format(tally.id, sid+1, score, varname) - - # Mesh fill loop ####################################################### - for x in range(1,nx+1): - sys.stdout.write(lbl+" {0}%\r".format(int(x/nx*100))) - sys.stdout.flush() - for y in range(1,ny+1): - for z in range(1,nz+1): - filterspec[0][1] = (x,y,z) - val = sp.get_values(tally.id-1, filterspec, sid)[o.valerr] - if o.vtk: - # vtk cells go z, y, x, so we store it now and enter it later - i = (z-1)*nx*ny + (y-1)*nx + x-1 - dataforvtk[i] = float(val) - else: - silomesh.set_value(float(val), x, y, z) - - # end mesh fill loop - print() - if o.vtk: - for i in range(nx*ny*nz): - vtkdata.InsertNextValue(dataforvtk[i]) - grid.GetCellData().AddArray(vtkdata) - del vtkdata - - else: - silomesh.finalize_var() - - # end filter loop - - # end score loop - if o.vtk: - blocks.SetBlock(block_idx, grid) - block_idx += 1 - else: - silomesh.finalize_mesh() - - # end tally loop - if o.vtk: - writer = vtk.vtkXMLMultiBlockDataWriter() - writer.SetFileName(o.output) - writer.SetInput(blocks) - writer.Write() - else: - silomesh.finalize_silo() - -################################################################################ -def get_sanitized_filterspec_name(tally, score, filterspec): - """Returns a name fit for silo vars for a given filterspec, tally and score""" - - comboname = "_"+" ".join(["{}_{}".format(filter_, bin) - for filter_, bin in filterspec[1:]]) - if len(filterspec[1:]) == 0: comboname = '' - varname = 'Tally_{}_{}{}'.format(tally.id, score, comboname) - varname = alphanum.sub('_', varname) - return varname - -################################################################################ -def get_filter_combos(tally): - """Returns a list of all filter spec combinations, excluding meshes - - Each combo has the mesh spec as the first element, to be set later. - These filter specs correspond with the second argument to StatePoint.get_value - """ - - specs = [] - - if len(tally.filters) == 1: - return [[['mesh', [1, 1, 1]]]] - - filters = list(tally.filters.keys()) - filters.pop(filters.index('mesh')) - nbins = [tally.filters[f].length for f in filters] - - combos = [ [b] for b in range(nbins[0])] - for i,b in enumerate(nbins[1:]): - prod = list(itertools.product(combos, range(b))) - if i == 0: - combos = prod - else: - combos = [[v for v in p[0]] + [p[1]] for p in prod] - - for c in combos: - spec = [['mesh', [1, 1, 1]]] - for i,bin in enumerate(c): - spec.append((filters[i], bin)) - specs.append(spec) - - return specs - -################################################################################ -def get_mesh_parms(sp, tally): - meshid = tally.filters['mesh'].bins[0] - for i,m in enumerate(sp.meshes): - if m.id == meshid: - mesh = m - return mesh.dimension + mesh.lower_left + mesh.upper_right - -################################################################################ -def print_available(sp): - """Prints available tallies/scores in a statepoint""" - - print("Available tally and score indices:") - for tally in sp.tallies: - mesh = "" - if not 'mesh' in tally.filters: mesh = "(no mesh)" - print("\tTally {} {}".format(tally.id, mesh)) - scores = ["{}.{}: {}".format(tally.id, sid, score) - for sid, score in enumerate(tally.scores)] - for score in scores: - print("\t\tScore {}".format(score)) - for filter_ in tally.filters: - if filter_ == 'mesh': continue - for bin in range(tally.filters[filter_].length): - print("\t\t\tFilters: {}.{}.{}".format(tally.id, filter_, bin)) - -################################################################################ -def validate_options(sp,o): - """Validates specified tally/score options for the current statepoint""" - - available_tallies = [t.id for t in sp.tallies] - if o.tallies: - for otally in o.tallies: - if not otally in available_tallies: - warnings.warn('Tally {} not in statepoint file'.format(otally)) - continue - else: - for tally in sp.tallies: - if tally.id == otally: break - if not 'mesh' in tally.filters: - warnings.warn('Tally {} contains no mesh'.format(otally)) - if o.scores and otally in o.scores.keys(): - for oscore in o.scores[otally]: - if oscore > len(tally.scores): - warnings.warn('No score {} in tally {}'.format(oscore, otally)) - - if o.scores: - for otally in o.scores.keys(): - if not otally in available_tallies: - warnings.warn('Tally {} not in statepoint file'.format(otally)) - continue - if o.tallies and not otally in o.tallies: - warnings.warn( - 'Skipping scores for tally {}, excluded by tally list'.format(otally)) - continue - - if o.filters: - for otally in o.filters.keys(): - if not otally in available_tallies: - warnings.warn('Tally {} not in statepoint file'.format(otally)) - continue - if o.tallies and not otally in o.tallies: - warnings.warn( - 'Skipping filters for tally {}, excluded by tally list'.format(otally)) - continue - for tally in sp.tallies: - if tally.id == otally: break - for filter_ in o.filters[otally]: - if filter_ == 'mesh': - warnings.warn('Cannot specify mesh filter bins') - continue - if not filter_ in tally.filters.keys(): - warnings.warn( - 'Tally {} does not contain filter {}'.format(otally, filter_)) - continue - for bin in o.filters[otally][filter_]: - if bin >= tally.filters[filter_].length: - warnings.warn( - 'No bin {} in tally {} filter {}'.format(bin, otally, filter_)) - -################################################################################ -# monkeypatch to suppress the source echo produced by warnings -def formatwarning(message, category, filename, lineno, line): - return "{}:{}: {}: {}\n".format(filename, lineno, category.__name__, message) -warnings.formatwarning = formatwarning - -################################################################################ -if __name__ == '__main__': - (options, args), err = parse_options() - if args and not err: - main(args[0],options) From 6c40fb640af9b37de3cb5a0c877a0732f51ab955 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 24 Mar 2017 14:16:09 -0500 Subject: [PATCH 02/16] Continue working through new user's manual --- docs/source/io_formats/cross_sections.rst | 2 +- docs/source/io_formats/geometry.rst | 53 ------ docs/source/io_formats/plots.rst | 18 +- docs/source/pythonapi/index.rst | 4 + docs/source/usersguide/basics.rst | 85 +++++++-- docs/source/usersguide/geometry.rst | 203 ++++++++++++++++++++++ docs/source/usersguide/index.rst | 3 + docs/source/usersguide/install.rst | 4 +- docs/source/usersguide/materials.rst | 173 ++++++++++++++++++ docs/source/usersguide/scripts.rst | 2 + docs/source/usersguide/settings.rst | 5 + openmc/material.py | 9 +- openmc/surface.py | 6 +- 13 files changed, 483 insertions(+), 84 deletions(-) create mode 100644 docs/source/usersguide/geometry.rst create mode 100644 docs/source/usersguide/materials.rst create mode 100644 docs/source/usersguide/settings.rst diff --git a/docs/source/io_formats/cross_sections.rst b/docs/source/io_formats/cross_sections.rst index 6998d3615..351011d01 100644 --- a/docs/source/io_formats/cross_sections.rst +++ b/docs/source/io_formats/cross_sections.rst @@ -1,5 +1,5 @@ .. _io_cross_sections: ============================================ -Cross Sections Locator -- cross_sections.xml +Cross Sections Listing -- cross_sections.xml ============================================ diff --git a/docs/source/io_formats/geometry.rst b/docs/source/io_formats/geometry.rst index d3da787bd..16ce8e655 100644 --- a/docs/source/io_formats/geometry.rst +++ b/docs/source/io_formats/geometry.rst @@ -4,55 +4,6 @@ Geometry Specification -- geometry.xml ====================================== -The geometry in OpenMC is described using `constructive solid geometry`_ (CSG), -also sometimes referred to as combinatorial geometry. CSG allows a user to -create complex objects using Boolean operators on a set of simpler surfaces. In -the geometry model, each unique volume is defined by its bounding surfaces. In -OpenMC, most `quadratic surfaces`_ can be modeled and used as bounding surfaces. - -Every geometry.xml must have an XML declaration at the beginning of the file and -a root element named geometry. Within the root element the user can define any -number of cells, surfaces, and lattices. Let us look at the following example: - -.. code-block:: xml - - - - - - - 1 - sphere - 0.0 0.0 0.0 5.0 - vacuum - - - - 1 - 0 - 1 - -1 - - - -At the beginning of this file is a comment, denoted by a tag starting with -````. Comments, as well as any other type of input, -may span multiple lines. One convenient feature of the XML input format is that -sub-elements of the ``cell`` and ``surface`` elements can also be equivalently -expressed of attributes of the original element, e.g. the geometry file above -could be written as: - -.. code-block:: xml - - - - - - - - - - .. _surface_element: --------------------- @@ -412,7 +363,3 @@ Here is an example of a properly defined 2d hexagonal lattice: 202
- -.. _constructive solid geometry: http://en.wikipedia.org/wiki/Constructive_solid_geometry - -.. _quadratic surfaces: http://en.wikipedia.org/wiki/Quadric diff --git a/docs/source/io_formats/plots.rst b/docs/source/io_formats/plots.rst index 4bfdaa8d5..841111b12 100644 --- a/docs/source/io_formats/plots.rst +++ b/docs/source/io_formats/plots.rst @@ -4,11 +4,11 @@ Geometry Plotting Specification -- plots.xml ============================================ -Basic plotting capabilities are available in OpenMC by creating a plots.xml -file and subsequently running with the command-line flag ``-plot``. The root -element of the plots.xml is simply ```` and any number output plots can -be defined with ```` sub-elements. Two plot types are currently -implemented in openMC: +Basic plotting capabilities are available in OpenMC by creating a plots.xml file +and subsequently running with the ``--plot``command-line flag. The root element +of the plots.xml is simply ```` and any number output plots can be +defined with ```` sub-elements. Two plot types are currently implemented +in openMC: * ``slice`` 2D pixel plot along one of the major axes. Produces a PPM image file. @@ -72,10 +72,10 @@ sub-elements: default Gnome viewer, IrfanView, etc.). The "voxel" plot type produces a binary datafile containing voxel grid positioning and the cell or material (specified by the ``color`` tag) at the center of each voxel. These - datafiles can be processed into 3D SILO files using the - ``openmc-voxel-to-silovtk`` utility provided with the OpenMC source, and - subsequently viewed with a 3D viewer such as VISIT or Paraview. See the - :ref:`io_voxel` for information about the datafile structure. + datafiles can be processed into 3D SILO files using the :ref:`scripts_voxel` + script provided with OpenMC, and subsequently viewed with a 3D viewer such + as VISIT or Paraview. See the :ref:`io_voxel` for information about the + datafile structure. .. note:: Since the PPM format is saved without any kind of compression, the resulting file sizes can be quite large. Saving the image in diff --git a/docs/source/pythonapi/index.rst b/docs/source/pythonapi/index.rst index 5ff2af2c2..700a6e82e 100644 --- a/docs/source/pythonapi/index.rst +++ b/docs/source/pythonapi/index.rst @@ -247,6 +247,8 @@ Spatial Distributions openmc.stats.Box openmc.stats.Point +.. _pythonapi_mgxs: + ---------------------------------------------------------- :mod:`openmc.mgxs` -- Multi-Group Cross Section Generation ---------------------------------------------------------- @@ -350,6 +352,8 @@ Classes openmc.model.Model +.. _pythonapi_data: + -------------------------------------------- :mod:`openmc.data` -- Nuclear Data Interface -------------------------------------------- diff --git a/docs/source/usersguide/basics.rst b/docs/source/usersguide/basics.rst index 0633212df..3383cb9fc 100644 --- a/docs/source/usersguide/basics.rst +++ b/docs/source/usersguide/basics.rst @@ -4,9 +4,9 @@ Basics of Using OpenMC ====================== ------------ -Input Files ------------ +---------------- +Creating a Model +---------------- When you build and install OpenMC, you will have an :ref:`scripts_openmc` executable on your system. When you run ``openmc``, the first thing it will do @@ -88,18 +88,23 @@ Creating Input Files The simplest option to create input files is to simply write them from scratch using the :ref:`XML format specifications `. This approach will feel familiar to users of other Monte Carlo codes such as MCNP and -Serpent, with the added bonus that the XML formats feel much more "readable". +Serpent, with the added bonus that the XML formats feel much more +"readable". Alternatively, input files can be generated using OpenMC's +:ref:`Python API `, which is introduced in the following section. -Alternatively, input files can be generated using OpenMC's :ref:`pythonapi`. The -Python API defines a set of functions and classes that roughly correspond to -elements in the XML files. For example, the :class:`openmc.Cell` Python class -directly corresponds to the :ref:`cell_element` in XML. Each XML file itself -also has a corresponding class: :class:`openmc.Geometry` for ``geometry.xml``, -:class:`openmc.Materials` for ``materials.xml``, :class:`openmc.Settings` for -``settings.xml``, and so on. To create a model then, one creates instances of -these classes and then uses the ``export_to_xml()`` method, -e.g. :meth:`Geometry.export_to_xml`. Most scripts that generate a full model -will look something like the following: +---------- +Python API +---------- + +OpenMC's Python API defines a set of functions and classes that roughly +correspond to elements in the XML files. For example, the :class:`openmc.Cell` +Python class directly corresponds to the :ref:`cell_element` in XML. Each XML +file itself also has a corresponding class: :class:`openmc.Geometry` for +``geometry.xml``, :class:`openmc.Materials` for ``materials.xml``, +:class:`openmc.Settings` for ``settings.xml``, and so on. To create a model +then, one creates instances of these classes and then uses the +``export_to_xml()`` method, e.g. :meth:`Geometry.export_to_xml`. Most scripts +that generate a full model will look something like the following: .. code-block:: Python @@ -122,9 +127,61 @@ One a model has been created and exported to XML, a simulation can be run either by calling :ref:`scripts_openmc` directly from a shell or by using the :func:`openmc.run()` function from Python. +If you have never used Python before, the prospect of learning a new code *and* +a programming language might sound daunting. However, you should keep mind in +mind that there are many substantial benefits to using the Python API, +including: + +- The ability to define dimensions using variables. +- Availability of standard-library modules for working with files. +- An entire ecosystem of third-party packages for scientific computing. +- Ability to create materials based on natural elements or uranium enrichment +- :ref:`Automated multi-group cross section generation ` +- Convenience functions (e.g., a function returning a hexagonal region) +- Ability to plot individual universes as geometry is being created +- A :math:`k_\text{eff}` search function (:func:`openmc.search_for_keff`) +- Random sphere packing for generating TRISO particle locations + (:func:`openmc.model.pack_trisos`) +- A fully-featured :ref:`nuclear data interface `. + .. tip:: Users are strongly encouraged to use the Python API to generate input files and analyze results. +Identifying Objects +------------------- + +In the XML user input files, each object (cell, surface, tally, etc.) has to be +uniquely identified by a positive integer (ID) in the same manner as MCNP and +Serpent. In the Python API, integer IDs can be assigned but it is not strictly +required. When IDs are not explicitly assigned to instances of the OpenMC Python +classes, they will be automatically assigned. + +----------------------------- +Viewing and Analyzing Results +----------------------------- + +After a simulation has been completed by running :ref:`scripts_openmc`, you will +have several output files that were created: + +``tallies.out`` + An ASCII file showing the mean and standard deviation of the mean for any + user-defined tallies. + +``summary.h5`` + An HDF5 file with a complete description of the geometry and materials used in + the simulation. + +``statepoint.#.h5`` + An HDF5 file with the complete results of the simulation, including tallies as + well as the final source distribution. This file can be used both to + view/analyze results as well as restart a simulation if desired. + +For a simple simulation with few tallies, looking at the ``tallies.out`` file +might be sufficient. For anything more complicated (plotting results, finding a +subset of results, etc.), you will likely find it easier to work with the +statepoint file directly using the :class:`openmc.StatePoint` class. For more +details on working with statepoints, see FIXME. + -------------- Physical Units -------------- diff --git a/docs/source/usersguide/geometry.rst b/docs/source/usersguide/geometry.rst new file mode 100644 index 000000000..8a21e4d74 --- /dev/null +++ b/docs/source/usersguide/geometry.rst @@ -0,0 +1,203 @@ +.. _usersguide_geometry: + +================= +Defining Geometry +================= + +-------------------- +Surfaces and Regions +-------------------- + +The geometry of a model in OpenMC is defined using `constructive solid +geometry`_ (CSG), also sometimes referred to as combinatorial geometry. CSG +allows a user to create complex regions using Boolean operators (intersection, +union, and complement) on simpler regions. In order to define a region that we +can assign to a cell, we must first define surfaces which bound the region. A +surface is a locus of zeros of a function of Cartesian coordinates +:math:`x,y,z`, e.g. + +- A plane perpendicular to the :math:`x` axis: :math:`x − x_0 = 0` +- A cylinder perpendicular to the :math:`z` axis: :math:`(x − x_0)^2 + (y − + y_0)^2 − R^2 = 0` +- A sphere: :math:`(x − x_0)^2 + (y − y_0)^2 + (z − z_0)^2 − R^2 = 0` + +Defining a surface alone is not sufficient to specify a volume -- in order to +define an actual volume, one must reference the *half-space* of a surface. A +surface half-space is the region whose points satisfy a positive of negative +inequality of the surface equation. For example, for a sphere of radius one +centered at the origin, the surface equation is :math:`f(x,y,z) = x^2 + y^2 + +z^2 − 1 = 0`. Thus, we say that the negative half-space of the sphere, is +defined as the collection of points satisfying :math:`f(x,y,z) < 0`, which one +can reason is the inside of the sphere. Conversely, the positive half-space of +the sphere would correspond to all points outside of the sphere, satisfying +:math:`f(x,y,z) > 0`. + +In the Python API, surfaces are created via subclasses of +:class:`openmc.Surface`. The available surface types and their corresponding +classes are listed in the following table. + +.. table:: Surface types available in OpenMC. + + +----------------------+------------------------------+---------------------------+ + | Surface | Equation | Class | + +======================+==============================+===========================+ + | Plane perpendicular | :math:`x - x_0 = 0` | :class:`openmc.XPlane` | + | to :math:`x`-axis | | | + +----------------------+------------------------------+---------------------------+ + | Plane perpendicular | :math:`y - y_0 = 0` | :class:`openmc.YPlane` | + | to :math:`y`-axis | | | + +----------------------+------------------------------+---------------------------+ + | Plane perpendicular | :math:`z - z_0 = 0` | :class:`openmc.ZPlane` | + | to :math:`z`-axis | | | + +----------------------+------------------------------+---------------------------+ + | Arbitrary plane | :math:`Ax + By + Cz = D` | :class:`openmc.Plane` | + +----------------------+------------------------------+---------------------------+ + | Infinite cylinder | :math:`(y-y_0)^2 + (z-z_0)^2 | :class:`openmc.XCylinder` | + | parallel to | - R^2 = 0` | | + | :math:`x`-axis | | | + +----------------------+------------------------------+---------------------------+ + | Infinite cylinder | :math:`(x-x_0)^2 + (z-z_0)^2 | :class:`openmc.YCylinder` | + | parallel to | - R^2 = 0` | | + | :math:`y`-axis | | | + +----------------------+------------------------------+---------------------------+ + | Infinite cylinder | :math:`(x-x_0)^2 + (y-y_0)^2 | :class:`openmc.ZCylinder` | + | parallel to | - R^2 = 0` | | + | :math:`z`-axis | | | + +----------------------+------------------------------+---------------------------+ + | Sphere | :math:`(x-x_0)^2 + (y-y_0)^2 | :class:`openmc.Sphere` | + | | + (z-z_0)^2 - R^2 = 0` | | + +----------------------+------------------------------+---------------------------+ + | Cone parallel to the | :math:`(y-y_0)^2 + (z-z_0)^2 | :class:`openmc.XCone` | + | :math:`x`-axis | - R^2(x-x_0)^2 = 0` | | + +----------------------+------------------------------+---------------------------+ + | Cone parallel to the | :math:`(x-x_0)^2 + (z-z_0)^2 | :class:`openmc.YCone` | + | :math:`y`-axis | - R^2(y-y_0)^2 = 0` | | + +----------------------+------------------------------+---------------------------+ + | Cone parallel to the | :math:`(x-x_0)^2 + (y-y_0)^2 | :class:`openmc.ZCone` | + | :math:`z`-axis | - R^2(z-z_0)^2 = 0` | | + +----------------------+------------------------------+---------------------------+ + | General quadric | :math:`Ax^2 + By^2 + Cz^2 + | :class:`openmc.Quadric` | + | surface | Dxy + Eyz + Fxz \\+Gx + Hy + | | + | | Jz + K = 0` | | + +----------------------+------------------------------+---------------------------+ + +Each surface is characterized by several parameters. As one example, the +parameters for a sphere are the :math:`x,y,z` coordinates of the center of the +sphere and the radius of the sphere. All of these parameters can be set either +as optional keyword arguments to the class constructor or via attributes:: + + sphere = openmc.Sphere(R=10.0) + + # ..or.. + sphere = openmc.Sphere() + sphere.r = 10.0 + +Once a surface has been created, half-spaces can be obtained by applying the +unary ``-`` or ``+`` operators, corresponding to the negative and positive +half-spaces, respectively. For example:: + + >>> sphere = openmc.Sphere(R=10.0) + >>> inside_sphere = -sphere + >>> outside_sphere = +sphere + >>> type(inside_sphere) + + +Instances of :class:`openmc.Halfspace` can be combined together using the +Boolean operators ``&`` (intersection), ``|`` (union), and ``~`` (complement):: + + >>> inside_sphere = -openmc.Sphere() + >>> above_plane = +openmc.ZPlane() + >>> northern_hemisphere = inside_sphere & above_plane + >>> type(northern_hemisphere) + + +For many regions, a bounding-box can be determined automatically:: + + >>> northern_hemisphere.bounding_box + (array([-1., -1., 0.]), array([1., 1., 1.])) + +Boundary Conditions +------------------- + +When a surface is created, by default particles that pass through the surface +will consider it to be transmissive, i.e., they pass through the surface +freely. If your model does not extend to infinity in all spatial dimensions, you +may want to specify different behavior for particles passing through a +surface. To specify a vacuum boundary condition, simply change the +:attr:`Surface.boundary_type` attribute to 'vacuum':: + + outer_surface = openmc.Sphere(R=100.0, boundary_type='vacuum') + + # ..or.. + outer_surface = openmc.Sphere(R=100.0) + outer_surface.boundary_type = 'vacuum' + +Reflective and periodic boundary conditions can be set with the strings +'reflective' and 'periodic'. Vacuum and reflective boundary conditions can be +applied to any type of surface. Periodic boundary conditions can only be applied +to pairs of axis-aligned planar surfaces. + +----- +Cells +----- + +Once you have a material created and a region of space defined, you need to +define a *cell* that assigns the material to the region. Cells are created using +the :class:`openmc.Cell` class:: + + fuel = openmc.Cell(fill=uo2, region=pellet) + + # ..or.. + fuel = openmc.Cell() + fuel.fill = uo2 + fuel.region = pellet + +The classes :class:`Halfspace`, :class:`Intersection`, :class:`Union`, and +:class:`Complement` and all instances of :class:`openmc.Region` and can be +assigned to the :attr:`Cell.region` attribute. + +--------- +Universes +--------- + +Similar to MCNP and Serpent, OpenMC is capable of using *universes*, collections +of cells that can be used as repeatable units of geometry. At a minimum, there +must be one "root" universe present in the model. To create a universe, the +:class:`openmc.Universe` is used:: + + universe = openmc.Universe(cells=[cell1, cell2, cell3]) + + # ..or.. + universe = openmc.Universe() + universe.add_cells([cell1, cell2]) + universe.add_cell(cell3) + +Universes are generally used in three ways: + +1. To be assigned to a :class:`Geometry` object (see + :ref:`usersguide_geom_export`), +2. To be assigned as the fill for a cell via the :attr:`Cell.fill` attribute, + and +3. To be used in a regular arrangement of universes in a :ref:`lattice + `. + +.. _usersguide_lattices: + +-------- +Lattices +-------- + + +------------------ +Hexagonal Lattices +------------------ + + +.. _usersguide_geom_export: + +-------------------------- +Exporting a Geometry Model +-------------------------- + +.. _constructive solid geometry: http://en.wikipedia.org/wiki/Constructive_solid_geometry +.. _quadratic surfaces: http://en.wikipedia.org/wiki/Quadric diff --git a/docs/source/usersguide/index.rst b/docs/source/usersguide/index.rst index d3fa0f4cf..53818941d 100644 --- a/docs/source/usersguide/index.rst +++ b/docs/source/usersguide/index.rst @@ -14,6 +14,9 @@ essential aspects of using OpenMC to perform simulations. beginners install basics + materials + geometry + settings scripts processing troubleshoot diff --git a/docs/source/usersguide/install.rst b/docs/source/usersguide/install.rst index 4d9a0849e..e7f85906c 100644 --- a/docs/source/usersguide/install.rst +++ b/docs/source/usersguide/install.rst @@ -52,7 +52,7 @@ Next, resynchronize the package index files: .. code-block:: sh - sudo apt-get update + sudo apt update Now OpenMC should be recognized within the repository and can be installed: @@ -320,7 +320,7 @@ Recent versions of Windows 10 include a subsystem for Linux that allows one to run Bash within Ubuntu running in Windows. First, follow the installation guide `here `_ to get Bash on Ubuntu on Windows setup. Once you are within bash, obtain the necessary -:ref:`prerequisites ` via ``apt-get``. Finally, follow the +:ref:`prerequisites ` via ``apt``. Finally, follow the :ref:`instructions for compiling on linux `. Compiling for the Intel Xeon Phi diff --git a/docs/source/usersguide/materials.rst b/docs/source/usersguide/materials.rst new file mode 100644 index 000000000..ed742171e --- /dev/null +++ b/docs/source/usersguide/materials.rst @@ -0,0 +1,173 @@ +.. _usersguide_materials: + +.. currentmodule:: openmc + +===================== +Material Compositions +===================== + +Materials in OpenMC are defined as a set of nuclides/elements at specified +densities and are created using the :class:`openmc.Material` class. Once a +material has been instantiated, nuclides can be added with +:meth:`Material.add_nuclide` and elements can be added with +:meth:`Material.add_element`. Densities can be specified using atom fractions or +weight fractions. For example, to create a material and add Gd152 at 0.5 atom +percent, you'd run: + +:: + + mat = openmc.Material() + mat.add_nuclide('Gd152', 0.5, 'ao') + +The third argument to :meth:`Material.add_nuclide` can also be 'wo' for weight +percent. The densities specified for each nuclide/element are relative and are +renormalized based on the total density of the material. The total density is +set using the :meth:`Material.set_density` method. The density can be specified +in gram per cubic centimeter, atom per barn-cm, or kilogram per cubic meter, +e.g., + +:: + + mat.set_density('g/cm3', 4.5) + +---------------- +Natural Elements +---------------- + +The :meth:`Material.add_element` method works exactly the same as +:meth:`Material.add_nuclide`, except that instead of specifying a single isotope +of an element, you specify the element itself. For example, + +:: + + mat.add_element('C', 1.0) + +Internally, OpenMC stores data on the atomic masses and natural abundances of +all known isotopes and then uses this data to determine what isotopes should be +added to the material. When the material is later exported to XML for use by the +:ref:`scripts_openmc` executable, you'll see that any natural elements are +expanded to the naturally-occurring isotopes. + +Often, cross section libraries don't actually have all naturally-occurring +isotopes for a given element. For example, in ENDF/B-VII.1, cross section +evaluations are given for O16 and O17 but not for O18. If OpenMC is aware of +what cross sections you will be using (either through the +:attr:`Materials.cross_sections` attribute or the +:envvar:`OPENMC_CROSS_SECTIONS` environment variable), it will attempt to only +put isotopes in your model for which you have cross section data. In the case of +oxygen in ENDF/B-VII.1, the abundance of O18 would end up being lumped with O16. + +----------------------- +Thermal Scattering Data +----------------------- + +If you have a moderating material in your model like water or graphite, you +should assign thermal scattering data (so-called :math:`S(\alpha,\beta)`) using +the :meth:`Material.add_s_alpha_beta` method. For example, to model light water, +you would need to add hydrogen and oxygen to a material and then assign the +``c_H_in_H2O`` thermal scattering data: + +:: + + water = openmc.Material() + water.add_nuclide('H1', 2.0) + water.add_nuclide('O16', 1.0) + water.add_s_alpha_beta('c_H_in_H2O') + water.set_density('g/cm3', 1.0) + +------------------ +Naming Conventions +------------------ + +OpenMC uses the GND_ naming convention for nuclides, metastable states, and +compounds: + +:Nuclides: ``SymA`` where "A" is the mass number (e.g., ``Fe56``) +:Elements: ``Sym0`` (e.g., ``Fe0`` or ``C0``) +:Excited states: ``SymA_eN`` (e.g., ``V51_e1`` for the first excited state of + Vanadium-51.) This is only used in decay data. +:Metastable states: ``SymA_mN`` (e.g., ``Am242_m1`` for the first excited state + of Americium-242). +:Compounds: ``c_String_Describing_Material`` (e.g., ``c_H_in_H2O``). Used for + thermal scattering data. + +.. important:: The element syntax, e.g., ``C0``, is only used when the cross + section evaluation is an elemental evaluation, like carbon in + ENDF/B-VII.1! If you are adding an element via + :meth:`Material.add_element`, just use ``Sym``. + +.. _GND: https://www.oecd-nea.org/science/wpec/sg38/Meetings/2016_May/tlh4gnd-main.pdf + + +----------- +Temperature +----------- + +Some Monte Carlo codes define temperature implicitly through the cross section +data, which is itself given only at a particular temperature. In OpenMC, the +material definition is decoupled from the specification of temperature. Instead, +temperatures are assigned to cells (FIXME add link) directly. Alternatively, a +default temperature can be assigned to a material that is to be applied to any +cell where the material is used. In the absence of any cell or material +temperature specification, a global default temperature can be set that is +applied to all cells and materials. Anytime a material temperature is specified, +it will override the global default temperature. Similarly, anytime a cell +temperatures is specified, it will override the material or global default +temperatures. + +To assign a default material temperature, one should use the ``temperature`` +attribute, e.g., + +:: + + hot_fuel = openmc.Material() + hot_fuel.temperature = 1200.0 # temperature in Kelvin + +.. warning:: MCNP_ users should be aware that OpenMC does not use the concept of + cross section suffixes like "71c" or "80c". Temperatures in Kelvin + should be assigned directly per material or per cell using the + :attr:`Material.temperature` or :attr:`Cell.temperature` + attributes, respectively. + +-------------------- +Material Collections +-------------------- + +The :ref:`scripts_openmc` executable expects to find a ``materials.xml`` file +when it is run. To create this file, one needs to instantiate the +:class:`openmc.Materials` class and add materials to it. The :class:`Materials` +class acts like a list (in fact, it is a subclass of Python's built-in ``list`` +class), so materials can be added by passing a list to the constructor, using +methods like ``append()``, or through the operator ``+=``. Once materials have +been added to the collection, it can be exported using the +:meth:`Materials.export_to_xml` method. + +:: + + materials = openmc.Materials() + materials.append(water) + materials += [uo2, zircaloy] + materials.export_to_xml() + + # This is equivalent + materials = openmc.Materials([water, uo2, zircaloy]) + materials.export_to_xml() + +Cross Sections +-------------- + +OpenMC uses a file called :ref:`cross_sections.xml ` to +indicate where cross section data can be found on the filesystem. This file +serves the same role that ``xsdir`` does for MCNP_ or ``xsdata`` does for +Serpent. Information on how to generate a cross section listing file can be +found in FIXME. Once you have a cross sections file that has been generated, you +can tell OpenMC to use this file either by setting +:attr:`Materials.cross_sections` or by setting the +:envvar:`OPENMC_CROSS_SECTIONS` environment variable to the path of the +``cross_sections.xml`` file. The former approach would look like: + +:: + + materials.cross_sections = '/path/to/cross_sections.xml' + +.. _MCNP: https://mcnp.lanl.gov/ diff --git a/docs/source/usersguide/scripts.rst b/docs/source/usersguide/scripts.rst index f99ddbc91..411409c99 100644 --- a/docs/source/usersguide/scripts.rst +++ b/docs/source/usersguide/scripts.rst @@ -115,6 +115,8 @@ Message Description [VALID] XML file matches RelaxNG. ======================== =================================== +.. _scripts_voxel: + --------------------------- ``openmc-voxel-to-silovtk`` --------------------------- diff --git a/docs/source/usersguide/settings.rst b/docs/source/usersguide/settings.rst new file mode 100644 index 000000000..c88c32491 --- /dev/null +++ b/docs/source/usersguide/settings.rst @@ -0,0 +1,5 @@ +.. _usersguide_settings: + +================== +Execution Settings +================== diff --git a/openmc/material.py b/openmc/material.py index 357753fa9..26b1bce8f 100644 --- a/openmc/material.py +++ b/openmc/material.py @@ -29,8 +29,13 @@ DENSITY_UNITS = ['g/cm3', 'g/cc', 'kg/cm3', 'atom/b-cm', 'atom/cm3', 'sum', class Material(object): - """A material composed of a collection of nuclides/elements that can be - assigned to a region of space. + """A material composed of a collection of nuclides/elements. + + To create a material, one should create an instance of this class, add + nuclides or elements with :meth:`Material.add_nuclide` or + `Material.add_element`, respectively, and set the total material density + with `Material.export_to_xml()`. The material can then be assigned to a cell + using the :attr:`Cell.fill` attribute. Parameters ---------- diff --git a/openmc/surface.py b/openmc/surface.py index bd59b556c..9c6be78a7 100644 --- a/openmc/surface.py +++ b/openmc/surface.py @@ -1177,7 +1177,7 @@ class Sphere(Surface): y-coordinate of the center of the sphere z0 : float z-coordinate of the center of the sphere - R : float + r : float Radius of the sphere boundary_type : {'transmission, 'vacuum', 'reflective'} Boundary condition that defines the behavior for particles hitting the @@ -1325,7 +1325,7 @@ class Cone(Surface): y-coordinate of the apex z0 : float z-coordinate of the apex - R2 : float + r2 : float Parameter related to the aperature boundary_type : {'transmission, 'vacuum', 'reflective'} Boundary condition that defines the behavior for particles hitting the @@ -2033,4 +2033,4 @@ def get_hexagonal_prism(edge_length=1., orientation='y', # y = sqrt(3)*(x + a) upper_left = Plane(A=-c, B=1., D=c*l, boundary_type=boundary_type) return Intersection(-top, +bottom, -upper_right, +lower_right, - +lower_left, -upper_left) \ No newline at end of file + +lower_left, -upper_left) From df786664a855329fc0cec74ad7a54795fcc10f27 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 27 Mar 2017 21:05:47 -0500 Subject: [PATCH 03/16] Finish geometry section --- docs/source/usersguide/basics.rst | 2 +- docs/source/usersguide/geometry.rst | 156 ++++++++++++++++++++++++++- docs/source/usersguide/index.rst | 1 + docs/source/usersguide/materials.rst | 28 ++--- docs/source/usersguide/tallies.rst | 5 + 5 files changed, 171 insertions(+), 21 deletions(-) create mode 100644 docs/source/usersguide/tallies.rst diff --git a/docs/source/usersguide/basics.rst b/docs/source/usersguide/basics.rst index 3383cb9fc..5a2772da9 100644 --- a/docs/source/usersguide/basics.rst +++ b/docs/source/usersguide/basics.rst @@ -25,7 +25,7 @@ described below. :ref:`io_geometry` This file describes how the materials defined in ``materials.xml`` occupy regions of space. Physical volumes are defined using constructive solid - geometry, described in detail in FIXME. + geometry, described in detail in :ref:`usersguide_geometry`. :ref:`io_settings` This file indicates what mode OpenMC should be run in, how many particles diff --git a/docs/source/usersguide/geometry.rst b/docs/source/usersguide/geometry.rst index 8a21e4d74..300aad93e 100644 --- a/docs/source/usersguide/geometry.rst +++ b/docs/source/usersguide/geometry.rst @@ -4,6 +4,8 @@ Defining Geometry ================= +.. currentmodule:: openmc + -------------------- Surfaces and Regions -------------------- @@ -137,6 +139,8 @@ Reflective and periodic boundary conditions can be set with the strings applied to any type of surface. Periodic boundary conditions can only be applied to pairs of axis-aligned planar surfaces. +.. _usersguide_cells: + ----- Cells ----- @@ -152,18 +156,26 @@ the :class:`openmc.Cell` class:: fuel.fill = uo2 fuel.region = pellet +In this example, an instance of :class:`openmc.Material` is assigned to the +:attr:`Cell.fill` attribute. One can also fill a cell with a :ref:`universe +` or :ref:`lattice `. + The classes :class:`Halfspace`, :class:`Intersection`, :class:`Union`, and :class:`Complement` and all instances of :class:`openmc.Region` and can be assigned to the :attr:`Cell.region` attribute. +.. _usersguide_universes: + --------- Universes --------- Similar to MCNP and Serpent, OpenMC is capable of using *universes*, collections of cells that can be used as repeatable units of geometry. At a minimum, there -must be one "root" universe present in the model. To create a universe, the -:class:`openmc.Universe` is used:: +must be one "root" universe present in the model. To define a universe, an +instance of :class:`openmc.Universe` is created and then cells can be added +using the :meth:`Universe.add_cells` or :meth:`Universe.add_cell` +methods. Alternatively, a list of cells can be specified in the constructor:: universe = openmc.Universe(cells=[cell1, cell2, cell3]) @@ -181,17 +193,141 @@ Universes are generally used in three ways: 3. To be used in a regular arrangement of universes in a :ref:`lattice `. +Note that as you are building a geometry, it is possible to display a plot of +single universe using the :meth:`Universe.plot` method. This method requires +that you have `matplotlib `_ installed. + .. _usersguide_lattices: -------- Lattices -------- +Many particle transport models involve repeated structures that occur in a +regular pattern such as a rectangular or hexagonal lattice. In such a case, it +would be cumbersome to have to define the boundaries of each of the cells to be +filled with a universe. OpenMC provides a means to define lattice structures +through the :class:`openmc.RectLattice` and :class:`openmc.HexLattice` classes. + +Rectangular Lattices +-------------------- + +A rectangular lattice defines a two-dimension or three-dimensional array of +universes that are filled into rectangular prisms (lattice elements) each of +which has the same width, length, and height. To completely define a rectangular +lattice, one needs to specify + +- The coordinates of the lower-left corner of the lattice + (:attr:`RectLattice.lower_left`), +- The pitch of the lattice, i.e., the distance between the center of adjacent + lattice elements (:attr:`RectLattice.pitch`), +- What universes should fill each lattice element + (:attr:`RectLattice.universes`), and +- A universe that is used to fill any lattice position outside the well-defined + portion of the lattice (:attr:`RectLattice.outer`). + +For example, to create a 3x3 lattice centered at the origin in which each +lattice element is 5cm by 5cm and is filled by a universe ``u``, one could run:: + + lattice = openmc.RectLattice() + lattice.lower_left = (-7.5, -7.5) + lattice.pitch = (5.0, 5.0) + lattice.universes = [[u, u, u], + [u, u, u], + [u, u, u]] + +Note that because this is a two-dimensional lattice, the lower-left coordinates +and pitch only need to specify the :math:`x,y` values. The order that the +universes appear is such that the first row corresponds to lattice elements with +the highest y-value. Note that the :attr:`RectLattice.universes` attribute +expects a doubly-nested iterable of type :class:`openmc.Universe` --- this can +be normal Python lists, as shown above, or a NumPy array can be used as well:: + + lattice.universes = np.tile(u, (3, 3)) + +For a three-dimensional lattice, the :math:`x,y,z` coordinates of the lower-left +coordinate need to be given and the pitch should also give dimensions for all +three axes. For example, to make a 3x3x3 lattice where the bottom layer is +universe ``u``, the middle layer is universe ``q`` and the top layer is universe +``z`` would look like:: + + lat3d = openmc.RectLattice() + lat3d.lower_left = (-7.5, -7.5, -7.5) + lat3d.pitch = (5.0, 5.0, 5.0) + lat3d.universes = [ + [[u, u, u], + [u, u, u], + [u, u, u]], + [[q, q, q], + [q, q, q], + [q, q, q]], + [[z, z, z], + [z, z, z] + [z, z, z]]] + +Again, using NumPy can make things easier:: + + lat3d.universes = np.empty((3, 3, 3), dtype=openmc.Universe) + lat3d.universes[0, ...] = u + lat3d.universes[1, ...] = q + lat3d.universes[2, ...] = z + +Finally, it's possible to specify that lattice positions that aren't normally +without the bounds of the lattice be filled with an "outer" universe. This +allows one to create a truly infinite lattice if desired. An outer universe is +set with the :attr:`RectLattice.outer` attribute. ------------------- Hexagonal Lattices ------------------ +OpenMC also allows creationg of 2D and 3D hexagonal lattices. Creating a +hexagonal lattice is similar to creating a rectangular lattice with a few +differences: + +- The center of the lattice must be specified (:attr:`HexLattice.center`). +- For a 2D hexagonal lattice, a single value for the pitch should be specified, + although it still needs to appear in a list. For a 3D hexagonal lattice, the + pitch in the radial and axial directions should be given. +- As with rectangular lattices, the :attr:`HexLattice.outer` attribute will + specify an outer universe. + +For a 2D hexagonal lattice, the :attr:`HexLattice.universes` attribute should be +set to a two-dimensional list of universes filling each lattice element. Each +sub-list corresponds to one ring of universes and is ordered from the outermost +ring to the innermost ring. The universes within each sub-list are ordered from +the "top" (position with greatest y value) and proceed in a clockwise fashion +around the ring. The :meth:`HexLattice.show_indices` static method can be used +to help figure out how to place universes:: + + >>> print(openmc.HexLattice.show_indices(3)) + (0, 0) + (0,11) (0, 1) + (0,10) (1, 0) (0, 2) + (1, 5) (1, 1) + (0, 9) (2, 0) (0, 3) + (1, 4) (1, 2) + (0, 8) (1, 3) (0, 4) + (0, 7) (0, 5) + (0, 6) + + +Note that by default, hexagonal lattices are positioned such that each lattice +element has two faces that are parallel to the y-axis. As one example, to create +a three-ring lattice centered at the origin with a pitch of 10 cm where all the +lattice elements centered along the y-axis are filled with universe ``u`` and +the remainder and filled with universe ``q``, the following code would work:: + + hexlat = openmc.HexLattice() + hexlat.center = (0, 0) + hexlat.pitch = [10] + + outer_ring = [u, q, q, q, q, q, u, q, q, q, q, q] + middle_ring = [u, q, q, u, q, q] + inner_ring = [u] + hexlat.universes = [outer_ring, middle_ring, inner_ring] + +If you need to create a hexagonal boundary (composed of six planar surfaces) for +a hexagonal lattice, :func:`openmc.get_hexagonal_prism` can be used. .. _usersguide_geom_export: @@ -199,5 +335,19 @@ Hexagonal Lattices Exporting a Geometry Model -------------------------- +Once you have finished building your geometry by creating surfaces, cell, and, +if needed, lattices, the last step is to create an instance of +:class:`openmc.Geometry` and export it to an XML file that the +:ref:`scripts_openmc` executable can read using the +:meth:`Geometry.export_to_xml` method. This can be done as follows:: + + geom = openmc.Geometry(root_univ) + geom.export_to_xml() + + # ..or.. + geom = openmc.Geometry() + geom.root_universe = root_univ + geom.export_to_xml() + .. _constructive solid geometry: http://en.wikipedia.org/wiki/Constructive_solid_geometry .. _quadratic surfaces: http://en.wikipedia.org/wiki/Quadric diff --git a/docs/source/usersguide/index.rst b/docs/source/usersguide/index.rst index 53818941d..a3f23dd86 100644 --- a/docs/source/usersguide/index.rst +++ b/docs/source/usersguide/index.rst @@ -17,6 +17,7 @@ essential aspects of using OpenMC to perform simulations. materials geometry settings + tallies scripts processing troubleshoot diff --git a/docs/source/usersguide/materials.rst b/docs/source/usersguide/materials.rst index ed742171e..a9d66b7cd 100644 --- a/docs/source/usersguide/materials.rst +++ b/docs/source/usersguide/materials.rst @@ -12,9 +12,7 @@ material has been instantiated, nuclides can be added with :meth:`Material.add_nuclide` and elements can be added with :meth:`Material.add_element`. Densities can be specified using atom fractions or weight fractions. For example, to create a material and add Gd152 at 0.5 atom -percent, you'd run: - -:: +percent, you'd run:: mat = openmc.Material() mat.add_nuclide('Gd152', 0.5, 'ao') @@ -65,9 +63,7 @@ If you have a moderating material in your model like water or graphite, you should assign thermal scattering data (so-called :math:`S(\alpha,\beta)`) using the :meth:`Material.add_s_alpha_beta` method. For example, to model light water, you would need to add hydrogen and oxygen to a material and then assign the -``c_H_in_H2O`` thermal scattering data: - -:: +``c_H_in_H2O`` thermal scattering data:: water = openmc.Material() water.add_nuclide('H1', 2.0) @@ -106,14 +102,14 @@ Temperature Some Monte Carlo codes define temperature implicitly through the cross section data, which is itself given only at a particular temperature. In OpenMC, the material definition is decoupled from the specification of temperature. Instead, -temperatures are assigned to cells (FIXME add link) directly. Alternatively, a -default temperature can be assigned to a material that is to be applied to any -cell where the material is used. In the absence of any cell or material -temperature specification, a global default temperature can be set that is -applied to all cells and materials. Anytime a material temperature is specified, -it will override the global default temperature. Similarly, anytime a cell -temperatures is specified, it will override the material or global default -temperatures. +temperatures are assigned to :ref:`cells ` +directly. Alternatively, a default temperature can be assigned to a material +that is to be applied to any cell where the material is used. In the absence of +any cell or material temperature specification, a global default temperature can +be set that is applied to all cells and materials. Anytime a material +temperature is specified, it will override the global default +temperature. Similarly, anytime a cell temperatures is specified, it will +override the material or global default temperatures. To assign a default material temperature, one should use the ``temperature`` attribute, e.g., @@ -164,9 +160,7 @@ found in FIXME. Once you have a cross sections file that has been generated, you can tell OpenMC to use this file either by setting :attr:`Materials.cross_sections` or by setting the :envvar:`OPENMC_CROSS_SECTIONS` environment variable to the path of the -``cross_sections.xml`` file. The former approach would look like: - -:: +``cross_sections.xml`` file. The former approach would look like:: materials.cross_sections = '/path/to/cross_sections.xml' diff --git a/docs/source/usersguide/tallies.rst b/docs/source/usersguide/tallies.rst new file mode 100644 index 000000000..2b277601a --- /dev/null +++ b/docs/source/usersguide/tallies.rst @@ -0,0 +1,5 @@ +.. _usersguide_tallies: + +================== +Specifying Tallies +================== From a7da8096f71486a2f47f0d13a3306a0538661952 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Fri, 31 Mar 2017 14:10:48 -0500 Subject: [PATCH 04/16] Keep working on documentation. Allow default source. Also merge Settings.output_path into Settings.output --- docs/source/io_formats/settings.rst | 17 +- docs/source/pythonapi/index.rst | 2 + docs/source/usersguide/basics.rst | 2 + docs/source/usersguide/index.rst | 1 + docs/source/usersguide/plots.rst | 125 +++++++++++++++ docs/source/usersguide/processing.rst | 2 +- docs/source/usersguide/scripts.rst | 27 +++- docs/source/usersguide/settings.rst | 218 ++++++++++++++++++++++++++ openmc/settings.py | 56 +++---- src/input_xml.F90 | 51 ++++-- src/relaxng/settings.rnc | 7 +- src/relaxng/settings.rng | 27 ++-- 12 files changed, 441 insertions(+), 94 deletions(-) create mode 100644 docs/source/usersguide/plots.rst diff --git a/docs/source/io_formats/settings.rst b/docs/source/io_formats/settings.rst index 3b26eb84b..e9bb5ef53 100644 --- a/docs/source/io_formats/settings.rst +++ b/docs/source/io_formats/settings.rst @@ -220,11 +220,6 @@ The ```` element determines what output files should be written to disk during the run. The sub-elements are described below, where "true" will write out the file and "false" will not. - :cross_sections: - Writes out an ASCII summary file of the cross sections that were read in. - - *Default*: false - :summary: Writes out an HDF5 summary file describing all of the user input files that were read in. @@ -239,15 +234,11 @@ out the file and "false" will not. .. note:: The tally results will always be written to a binary/HDF5 state point file. -------------------------- -```` Element -------------------------- + :path: + Absolute or relative path where all output files should be written to. The + specified path must exist or else OpenMC will abort. -The ```` element specifies an absolute or relative path where all -output files should be written to. The specified path must exist or else OpenMC -will abort. - - *Default*: Current working directory + *Default*: Current working directory ----------------------- ```` Element diff --git a/docs/source/pythonapi/index.rst b/docs/source/pythonapi/index.rst index 700a6e82e..41f190661 100644 --- a/docs/source/pythonapi/index.rst +++ b/docs/source/pythonapi/index.rst @@ -200,6 +200,8 @@ Various classes may be created when performing tally slicing and/or arithmetic: openmc.arithmetic.AggregateNuclide openmc.arithmetic.AggregateFilter +.. _pythonapi_stats: + --------------------------------- :mod:`openmc.stats` -- Statistics --------------------------------- diff --git a/docs/source/usersguide/basics.rst b/docs/source/usersguide/basics.rst index 5a2772da9..50d150573 100644 --- a/docs/source/usersguide/basics.rst +++ b/docs/source/usersguide/basics.rst @@ -156,6 +156,8 @@ Serpent. In the Python API, integer IDs can be assigned but it is not strictly required. When IDs are not explicitly assigned to instances of the OpenMC Python classes, they will be automatically assigned. +.. _result_files: + ----------------------------- Viewing and Analyzing Results ----------------------------- diff --git a/docs/source/usersguide/index.rst b/docs/source/usersguide/index.rst index a3f23dd86..38d04edca 100644 --- a/docs/source/usersguide/index.rst +++ b/docs/source/usersguide/index.rst @@ -18,6 +18,7 @@ essential aspects of using OpenMC to perform simulations. geometry settings tallies + plots scripts processing troubleshoot diff --git a/docs/source/usersguide/plots.rst b/docs/source/usersguide/plots.rst new file mode 100644 index 000000000..e969d4584 --- /dev/null +++ b/docs/source/usersguide/plots.rst @@ -0,0 +1,125 @@ +.. _usersguide_plots: + +====================== +Geometry Visualization +====================== + +OpenMC is capable of producing two-dimensional slice plots of a geometry as well +as three-dimensional voxel plots using the geometry plotting :ref:`run mode +` is a geometry plotting mode. The geometry plotting mode +relies on the presence of a :ref:`plots.xml ` file that indicates what +plots should be created. To create this file, one needs to create one or more +:class:`openmc.Plot` instances, add them to a :class:`openmc.Plots` collection, +and then use the :class:`Plots.export_to_xml` method to write the ``plots.xml`` +file. + +----------- +Slice Plots +----------- + +.. image:: ../_images/atr.png + :width: 300px + +By default, when an instance of :class:`openmc.Plot` is created, it indicates +that a 2D slice plot should be made. You can specify the origin of the plot +(:attr:`Plot.origin`), the width of the plot in each direction +(:attr:`Plot.width`), the number of pixels to use in each direction +(:attr:`Plot.pixels`), and the basis directions for the plot. For example, to +create a x-z plot centered at (5.0, 2.0, 3.0) with a width of (50., 50.) and +400x400 pixels:: + + plot = openmc.Plot() + plot.basis = 'yz' + plot.origin = (5.0, 2.0, 3.0) + plot.width = (50., 50.) + plot.pixels = (400, 400) + +By default, a unique color will be assigned to each cell in the geometry. If you +want your plot to be colored by material instead, change the +:attr:`Plot.color_by` attribute:: + + plot.color_by = 'material' + +If you don't like the random colors assigned, you can also indicate that +particular cells/materials should be given colors of your choosing:: + + plot.colors = { + water: 'blue', + clad: 'black' + } + + # ..or.. + plot.colors = { + water: (0, 0, 255), + clad: (0, 0, 0) + } + +Note that colors can be given as RGB tuples or by a string indicating a valid +`SVG color `_. + +When you're done creating your :class:`openmc.Plot` instances, you need to then +assign them to a :class:`openmc.Plots` collection and export it to XML:: + + plots = openmc.Plots([plot1, plot2, plot3]) + plots.export_to_xml() + + # ..or.. + plots = openmc.Plots() + plots.append(plot1) + plots += [plot2, plot3] + plots.export_to_xml() + +To actually generate the plots, run the :func:`openmc.plot_geometry` +function. Alternatively, run the :ref:`scripts_openmc` executable with the +``--plot`` command-line flag. When that has finished, you will have one or more +``.ppm`` files, i.e., `portable pixmap +`_ files. On some Linux +distributions, these ``.ppm`` files are natively viewable. If you find that +you're unable to open them on your system (or you don't like the fact that they +are not compressed), you may want to consider converting them to another format. +This is easily accomplished with the ``convert`` command available on most Linux +distributions as part of the `ImageMagick +`_ package. (On Debian +derivatives: ``sudo apt install imagemagick``). Images are then converted like: + +.. code-block:: sh + + convert myplot.ppm myplot.png + +Alternatively, if you're working with in a `Jupyter `_ +Notebook or QtConsole, you can use the :func:`openmc.plot_inline` to run OpenMC +in plotting mode and display the resulting plot within the notebook. + +.. _usersguide_voxel: + +----------- +Voxel Plots +----------- + +.. image:: ../_images/3dba.png + :width: 200px + +The :class:`openmc.Plot` class can also be told to generate a 3D voxel plot +instead of a 2D slice plot. Simply change the :attr:`Plot.type` attribute to +'voxel'. In this case, the :attr:`Plot.width` and :attr:`Plot.pixels` attributes +should be three items long, e.g.:: + + vox_plot = openmc.Plot() + vox_plot.type = 'voxel' + vox_plot.width = (100., 100., 50.) + vox_plot.pixels = (400, 400, 200) + +The voxel plot data is written to an :ref:`HDF5 file `. The voxel file +can subsequently be converted into a standard mesh format that can be viewed in +`ParaView `_, `VisIt +`_, etc. This typically +will compress the size of the file significantly. The provided +:ref:`scripts_voxel` script can convert the HDF5 voxel file to VTK or SILO +formats. Once processed into a standard 3D file format, colors and masks can be +defined using the stored ID numbers to better explore the geometry. The process +for doing this will depend on the 3D viewer, but should be straightforward. + +.. note:: 3D voxel plotting can be very computer intensive for the viewing + program (Visit, ParaView, etc.) if the number of voxels is large (>10 + million or so). Thus if you want an accurate picture that renders + smoothly, consider using only one voxel in a certain direction. diff --git a/docs/source/usersguide/processing.rst b/docs/source/usersguide/processing.rst index 93a17a7b8..426b3c425 100644 --- a/docs/source/usersguide/processing.rst +++ b/docs/source/usersguide/processing.rst @@ -34,7 +34,7 @@ Geometry Visualization Geometry plotting is carried out by creating a plots.xml, specifying plots, and running OpenMC with the --plot or -p command-line option (See -:ref:`usersguide_plotting`). +:ref:`scripts_openmc`). Plotting in 2D -------------- diff --git a/docs/source/usersguide/scripts.rst b/docs/source/usersguide/scripts.rst index 411409c99..d1c37fa16 100644 --- a/docs/source/usersguide/scripts.rst +++ b/docs/source/usersguide/scripts.rst @@ -30,7 +30,7 @@ Alternatively, you could run from any directory: Note that in the latter case, any output files will be placed in the present working directory which may be different from ``/home/username/somemodel``. If you're using the Python API, :func:`openmc.run` is equivalent to running -``openmc`` from the command line. OpenMC accepts the following command line +``openmc`` from the command line. ``openmc`` accepts the following command line flags: -c, --volume Run in stochastic volume calculation mode @@ -95,10 +95,8 @@ Input files can be checked before executing OpenMC using the ``openmc-validate-xml`` script which is installed alongside the Python API. Two command line arguments can be set when running ``openmc-validate-xml``: -* ``-i``, ``--input-path`` - Location of OpenMC input files. - *Default*: current working directory -* ``-r``, ``--relaxng-path`` - Location of OpenMC RelaxNG files. - *Default*: None +-i, --input-path Location of OpenMC input files. +-r, --relaxng-path Location of OpenMC RelaxNG files If the RelaxNG path is not set, the script will search for these files because it expects that the user is either running the script located in the install @@ -120,3 +118,22 @@ Message Description --------------------------- ``openmc-voxel-to-silovtk`` --------------------------- + +When OpenMC generates :ref:`voxel plots `, they are in an +:ref:`HDF5 format ` that is not terribly useful by itself. The +``openmc-voxel-to-silovtk`` script converts a voxel HDF5 file to `VTK +`_ or `SILO +`_ file. For VTK, you need +to have the VTK Python bindings installed. For SILO, you need to have `silomesh +`_ installed. To convert a voxel file, +simply provide the path to the file: + +.. code-block:: sh + + openmc-voxel-to-silovtk voxel_1.h5 + +The ``openmc-voxel-to-silovtk`` script also takes the following optional +command-line arguments: + +-o, --output Path to output VTK or SILO file +-s, --silo Flag to convert to SILO instead of VTK diff --git a/docs/source/usersguide/settings.rst b/docs/source/usersguide/settings.rst index c88c32491..ea099e8a6 100644 --- a/docs/source/usersguide/settings.rst +++ b/docs/source/usersguide/settings.rst @@ -3,3 +3,221 @@ ================== Execution Settings ================== + +.. currentmodule:: openmc + +Once you have created the materials and geometry for your simulation, the last +step to have a complete model is to specify execution settings through the +:class:`openmc.Settings` class. At a minimum, you need to specify a :ref:`source +distribution ` and :ref:`how many particles to run +`. Many other execution settings can be set using the +:class:`openmc.Settings` object, but they are generally optional. + +.. _usersguide_run_modes: + +--------- +Run Modes +--------- + +The :attr:`Settings.run_mode` attribute controls what run mode is used when +:ref:`scripts_openmc` is executed. There are five different run modes that can +be specified: + +'eigenvalue' + Runs a :math:`k` eigenvalue simulation. See :ref:`methods_eigenvalue` for a + full description of eigenvalue calculations. In this mode, the + :attr:`Settings.source` specifies a starting source that is only used for the + first fission generation. + +'fixed source' + Runs a fixed-source calculation with a specified external source, specified in + the :attr:`Settings.source` attribute. + +'volume' + Runs a stochastic volume calculation. + +'plot' + Generates slice or voxel plots (see :ref:`usersguide_plots`). + +'particle_restart' + Simulate a single source particle using a particle restart file. + + +So, for example, to specify that OpenMC should be run in fixed source mode, you +would need to instantiate a :class:`openmc.Settings` object and assign the +:attr:`Settings.run_mode` attribute:: + + settings = openmc.Settings() + settings.run_mode = 'fixed source' + +.. _usersguide_particles: + +------------------- +Number of Particles +------------------- + +For a fixed source simulation, the total number of source particle histories +simulated is broken up into a number of *batches*, each corresponding to a +:ref:`realization ` of the tally random variables. Thus, you +need to specify both the number of batches (:attr:`Settings.batches`) as well as +the number of particles per batch (:attr:`Settings.particles`). + +For a :math:`k` eigenvalue simulation, particles are grouped into *fission +generations*, as described in :ref:`methods_eigenvalue`. Successive fission +generations can be combined into a batch for statistical purposes. By default, a +batch will consist of only a single fission generation, but this can be changed +with the :attr:`Settings.generations_per_batch` attribute. For problems with a +high dominance ratio, using multiple generations per batch can help reduce +underprediction of variance, thereby leading to more accurate confidence +intervals. Tallies should not be scored to until the source distribution +converges, as described in :ref:`method-successive-generations`, which may take +many generations. To specify the number of batches that should be discarded +before tallies begin to accumulate, use the :attr:`Settings.inactive` attribute. + +The following example shows how one would simulate 10000 particles per +generation, using 10 generations per batch, 150 total batches, and discarding 5 +batches. Thus, a total of 145 active batches (or 1450 generations) will be used +for accumulating tallies. + +:: + + settings.particles = 10000 + settings.generations_per_batch = 10 + settings.batches = 150 + settings.inactive = 5 + +.. _usersguide_source: + +----------------------------- +External Source Distributions +----------------------------- + +External source distributions can be specified through the +:attr:`Settings.source` attribute. If you have a single external source, you can +create an instance of :class:`openmc.Source` and use it to set the +:attr:`Settings.source` attribute. If you have multiple external sources with +varying source strengths, :attr:`Settings.source` should be set to a list of +:class:`openmc.Source` objects. + +The :class:`openmc.Source` class has three main attributes that one can set: +:attr:`Source.space`, which defines the spatial distribution, +:attr:`Source.angle`, which defines the angular distribution, and +:attr:`Source.energy`, which defines the energy distribution. + +The spatial distribution can be set equal to a sub-class of +:class:`openmc.stats.Spatial`; common choices are :class:`openmc.stats.Point` or +:class:`openmc.stats.Box`. To independently specify distributions in the x, y, +and z coordinates, you can use :class:`openmc.stats.CartesianIndependent`. + +The angular distribution can be set equal to a sub-class of +:class:`openmc.stats.UnitSphere` such as :class:`openmc.stats.Isotropic`, +:class:`openmc.stats.Monodirectional`, or +:class:`openmc.stats.PolarAzimuthal`. By default, if no angular distribution is +specified, an isotropic angular distribution is used. + +The energy distribution can be set equal to any univariate probability +distribution. This could be a probability mass function +(:class:`openmc.stats.Discrete`), a Watt fission spectrum +(:class:`openmc.stats.Watt`), or a tabular distribution +(:class:`openmc.stats.Tabular`). By default, if no energy distribution is +specified, a Watt fission spectrum with :math:`a` = 0.988 MeV and :math:`b` = +2.249 MeV :sup:`-1` is used. + +As an example, to create an isotropic, 10 MeV monoenergetic source uniformly +distributed over a cube centered at the origin with an edge length of 10 cm, one +would run:: + + source = openmc.Source() + source.space = openmc.stats.Box((-5, -5, -5), (5, 5, 5)) + source.angle = openmc.stats.Isotropic() + source.energy = openmc.stats.Discrete([10.0e6], [1.0]) + settings.source = source + +The :class:`openmc.Source` class also has a :attr:`Source.strength` attribute +that indicates the relative strength of a source distribution if multiple are +used. For example, to create two sources, one that should be sampled 70% of the +time and another that should be sampled 30% of the time:: + + src1 = openmc.Source() + src1.strength = 0.7 + ... + + src2 = openmc.Source() + src2.strength = 0.3 + ... + + settings.source = [src1, src2] + +For a full list of all classes related to statistical distributions, see +:ref:`pythonapi_stats`. + + +--------------- +Shannon Entropy +--------------- + +To assess convergence of the source distribution, the scalar Shannon entropy +metric is often used in Monte Carlo codes. OpenMC also allows you to calculate +Shannon entropy at each generation over a specified mesh, created using the +:class:`openmc.Mesh` class. After instantiating a :class:`Mesh`, you need to +specify the lower-left coordinates of the mesh (:attr:`Mesh.lower_left`), the +number of mesh cells in each direction (:attr:`Mesh.dimension`) and either the +upper-right coordinates of the mesh (:attr:`Mesh.upper_right`) or the width of +each mesh cell (:attr:`Mesh.width`). Once you have a mesh, simply assign it to +the :attr:`Settings.entropy_mesh` attribute. + +:: + + entropy_mesh = openmc.Mesh() + entropy_mesh.lower_left = (-50, -50, -25) + entropy_mesh.upper_right = (50, 50, 25) + entropy_mesh.dimension = (8, 8, 8) + + settings.entropy_mesh = entropy_mesh + +If you're unsure of what bounds to use for the entropy mesh, you can try getting +a bounding box for the entire geometry using the :attr:`Geometry.bounding_box` +property:: + + geom = openmc.Geometry() + ... + m = openmc.Mesh() + m.lower_left, m.upper_right = geom.bounding_box + m.dimension = (8, 8, 8) + + settings.entropy_mesh = m + +-------------------------- +Generation of Output Files +-------------------------- + +A number of attributes of the :class:`openmc.Settings` class can be used to +control what files are output and how often. First, there is the +:attr:`Settings.output` attribute which takes a dictionary having keys +'summary', 'tallies', and 'path'. The first two keys controls whether a +``summary.h5`` and ``tallies.out`` file are written, respectively (see +:ref:`result_files` for a description of those files). By default, output files +are written to the current working directory; this can be changed by setting the +'path' key. For example, if you want to disable the ``tallies.out`` file and +write the ``summary.h5`` to a directory called 'results', you'd specify the +:attr:`Settings.output` dictionary as:: + + settings.output = { + 'tallies': False, + 'path': 'results' + } + +Generation of statepoint and source files is handled separately through the +:attr:`Settings.statepoint` and :attr:`Settings.sourcepoint` attributes. Both of +those attributes expect dictionaries and have a 'batches' key which indicates at +which batches statepoints and source files should be written. Note that by +default, the source is written as part of the statepoint file; this behavior can +be changed by the 'separate' and 'write' keys of the +:attr:`Settings.sourcepoint` dictionary, the first of which indicates whether +the source should be written to a separate file and the second of which +indicates whether the source should be written at all. + +As an example, to write a statepoint file every five batches:: + + settings.batches = n + settings.statepoint = {'batches': range(5, n + 5, 5)} diff --git a/openmc/settings.py b/openmc/settings.py index 3a5bd63a2..bb04defcd 100644 --- a/openmc/settings.py +++ b/openmc/settings.py @@ -71,11 +71,12 @@ class Settings(object): Indicate that all user-defined and global tallies should not be reduced across processes in a parallel calculation. output : dict - Dictionary indicating what files to output. Valid keys are 'summary', - 'cross_sections', 'tallies', and 'distribmats'. Values corresponding to - each key should be given as a boolean value. - output_path : str - Path to write output to + Dictionary indicating what files to output. Acceptable keys are: + + :path: String indicating a directory where output files should be + written + :summary: Whether the 'summary.h5' file should be written (bool) + :tallies: Whether the 'tallies.out' file should be written (bool) particles : int Number of particles per generation ptables : bool @@ -193,7 +194,6 @@ class Settings(object): self._trigger_batch_interval = None self._output = None - self._output_path = None # Output options self._statepoint = {} @@ -315,10 +315,6 @@ class Settings(object): def output(self): return self._output - @property - def output_path(self): - return self._output_path - @property def sourcepoint(self): return self._sourcepoint @@ -479,30 +475,15 @@ class Settings(object): @output.setter def output(self, output): - if not isinstance(output, dict): - msg = 'Unable to set output to "{0}" which is not a Python ' \ - 'dictionary of string keys and boolean values'.format(output) - raise ValueError(msg) - - for element in output: - keys = ['summary', 'cross_sections', 'tallies', 'distribmats'] - if element not in keys: - msg = 'Unable to set output to "{0}" which is unsupported by ' \ - 'OpenMC'.format(element) - raise ValueError(msg) - - if not isinstance(output[element], (bool, np.bool)): - msg = 'Unable to set output for "{0}" to a non-boolean ' \ - 'value "{1}"'.format(element, output[element]) - raise ValueError(msg) - + cv.check_type('output', output, Mapping) + for key, value in output.items(): + cv.check_value('output key', key, ('summary', 'tallies', 'path')) + if key in ('summary', 'tallies'): + cv.check_type("output['{}']".format(key), value, bool) + else: + cv.check_type("output['path']", value, string_types) self._output = output - @output_path.setter - def output_path(self, output_path): - cv.check_type('output path', output_path, string_types) - self._output_path = output_path - @verbosity.setter def verbosity(self, verbosity): cv.check_type('verbosity', verbosity, Integral) @@ -876,13 +857,12 @@ class Settings(object): if self._output is not None: element = ET.SubElement(root, "output") - for key in self._output: + for key, value in self._output.items(): subelement = ET.SubElement(element, key) - subelement.text = str(self._output[key]).lower() - - if self._output_path is not None: - element = ET.SubElement(root, "output_path") - element.text = self._output_path + if key in ('summary', 'tallies'): + subelement.text = str(value).lower() + else: + subelement.text = value def _create_verbosity_subelement(self, root): if self._verbosity is not None: diff --git a/src/input_xml.F90 b/src/input_xml.F90 index 9bf78324d..bf981e9f5 100644 --- a/src/input_xml.F90 +++ b/src/input_xml.F90 @@ -183,14 +183,6 @@ contains max_order = 0 end if - ! Set output directory if a path has been specified on the - ! element - if (check_for_node(root, "output_path")) then - call get_node_value(root, "output_path", path_output) - if (.not. ends_with(path_output, "/")) & - path_output = trim(path_output) // "/" - end if - ! Check for a trigger node and get trigger information if (check_for_node(root, "trigger")) then node_trigger = root % child("trigger") @@ -308,12 +300,30 @@ contains call get_node_list(root, "source", node_source_list) n = size(node_source_list) - if (run_mode == MODE_EIGENVALUE .or. run_mode == MODE_FIXEDSOURCE) then - if (n == 0) call fatal_error("No source specified in settings XML file.") - end if + if (n == 0) then + ! Default source is isotropic point source at origin with Watt spectrum + allocate(external_source(1)) + external_source % strength = ONE - ! Allocate array for sources - allocate(external_source(n)) + allocate(SpatialPoint :: external_source(1) % space) + select type (space => external_source(1) % space) + type is (SpatialPoint) + space % xyz(:) = [ZERO, ZERO, ZERO] + end select + + allocate(Isotropic :: external_source(1) % angle) + external_source(1) % angle % reference_uvw(:) = [ZERO, ZERO, ONE] + + allocate(Watt :: external_source(1) % energy) + select type(energy => external_source(1) % energy) + type is (Watt) + energy % a = 0.988e6_8 + energy % b = 2.249e-6_8 + end select + else + ! Allocate array for sources + allocate(external_source(n)) + end if ! Read each source do i = 1, n @@ -451,8 +461,12 @@ contains end select else - call fatal_error("No spatial distribution specified for external & - &source.") + ! If no spatial distribution specified, make it a point source + allocate(SpatialPoint :: external_source(i) % space) + select type (space => external_source(i) % space) + type is (SpatialPoint) + space % xyz(:) = [ZERO, ZERO, ZERO] + end select end if ! Determine external source angular distribution @@ -839,6 +853,13 @@ contains if (check_for_node(node_output, "tallies")) then call get_node_value(node_output, "tallies", output_tallies) end if + + ! Set output directory if a path has been specified + if (check_for_node(node_output, "path")) then + call get_node_value(node_output, "path", path_output) + if (.not. ends_with(path_output, "/")) & + path_output = trim(path_output) // "/" + end if end if ! Check for cmfd run diff --git a/src/relaxng/settings.rnc b/src/relaxng/settings.rnc index 2043feb16..a0f100cd8 100644 --- a/src/relaxng/settings.rnc +++ b/src/relaxng/settings.rnc @@ -38,13 +38,10 @@ element settings { element output { (element summary { xsd:boolean } | attribute summary { xsd:boolean })? & - (element cross_sections { xsd:boolean } | - attribute cross_sections { xsd:boolean })? & - (element tallies { xsd:boolean } | attribute tallies { xsd:boolean })? + (element tallies { xsd:boolean } | attribute tallies { xsd:boolean })? & + (element path { xsd:string } | attribute path { xsd:string })? }? & - element output_path { xsd:string { maxLength = "255" } }? & - element particles { xsd:positiveInteger }? & element ptables { xsd:boolean }? & diff --git a/src/relaxng/settings.rng b/src/relaxng/settings.rng index f0c7ddbbf..2a9a170f9 100644 --- a/src/relaxng/settings.rng +++ b/src/relaxng/settings.rng @@ -177,16 +177,6 @@ - - - - - - - - - - @@ -197,16 +187,19 @@ + + + + + + + + + +
- - - - 255 - - - From a348d70e1da4fba06c14b1de2681af16e91d2ee4 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Sat, 1 Apr 2017 14:56:54 -0500 Subject: [PATCH 05/16] Add tallies section, Python API requirements --- docs/source/examples/pandas-dataframes.rst | 2 + docs/source/io_formats/tallies.rst | 228 +-------------- docs/source/pythonapi/index.rst | 2 + docs/source/usersguide/basics.rst | 14 +- docs/source/usersguide/install.rst | 61 ++++ docs/source/usersguide/materials.rst | 2 + docs/source/usersguide/plots.rst | 2 + docs/source/usersguide/tallies.rst | 306 +++++++++++++++++++++ setup.py | 3 +- 9 files changed, 387 insertions(+), 233 deletions(-) diff --git a/docs/source/examples/pandas-dataframes.rst b/docs/source/examples/pandas-dataframes.rst index 7eacf4d32..76fc3e82e 100644 --- a/docs/source/examples/pandas-dataframes.rst +++ b/docs/source/examples/pandas-dataframes.rst @@ -1,3 +1,5 @@ +.. _examples_pandas: + ================= Pandas Dataframes ================= diff --git a/docs/source/io_formats/tallies.rst b/docs/source/io_formats/tallies.rst index b64b5a776..89468396e 100644 --- a/docs/source/io_formats/tallies.rst +++ b/docs/source/io_formats/tallies.rst @@ -99,231 +99,9 @@ The ```` element accepts the following sub-elements: *Default*: ``tracklength`` but will revert to ``analog`` if necessary. :scores: - A space-separated list of the desired responses to be accumulated. The accepted - options are listed in the following tables: - - .. table:: **Flux scores: units are particle-cm per source particle.** - - +----------------------+---------------------------------------------------+ - |Score | Description | - +======================+===================================================+ - |flux |Total flux. | - +----------------------+---------------------------------------------------+ - |flux-YN |Spherical harmonic expansion of the direction of | - | |motion :math:`\left(\Omega\right)` of the total | - | |flux. This score will tally all of the harmonic | - | |moments of order 0 to N. N must be between 0 and | - | |10. | - +----------------------+---------------------------------------------------+ - - .. table:: **Reaction scores: units are reactions per source particle.** - - +----------------------+---------------------------------------------------+ - |Score | Description | - +======================+===================================================+ - |absorption |Total absorption rate. This accounts for all | - | |reactions which do not produce secondary neutrons | - | |as well as fission. | - +----------------------+---------------------------------------------------+ - |elastic |Elastic scattering reaction rate. | - +----------------------+---------------------------------------------------+ - |fission |Total fission reaction rate. | - +----------------------+---------------------------------------------------+ - |scatter |Total scattering rate. Can also be identified with | - | |the "scatter-0" response type. | - +----------------------+---------------------------------------------------+ - |scatter-N |Tally the N\ :sup:`th` \ scattering moment, where N| - | |is the Legendre expansion order of the change in | - | |particle angle :math:`\left(\mu\right)`. N must be | - | |between 0 and 10. As an example, tallying the 2\ | - | |:sup:`nd` \ scattering moment would be specified as| - | |``scatter-2``. | - +----------------------+---------------------------------------------------+ - |scatter-PN |Tally all of the scattering moments from order 0 to| - | |N, where N is the Legendre expansion order of the | - | |change in particle angle | - | |:math:`\left(\mu\right)`. That is, "scatter-P1" is | - | |equivalent to requesting tallies of "scatter-0" and| - | |"scatter-1". Like for "scatter-N", N must be | - | |between 0 and 10. As an example, tallying up to the| - | |2\ :sup:`nd` \ scattering moment would be specified| - | |as `` scatter-P2 ``. | - +----------------------+---------------------------------------------------+ - |scatter-YN |"scatter-YN" is similar to "scatter-PN" except an | - | |additional expansion is performed for the incoming | - | |particle direction :math:`\left(\Omega\right)` | - | |using the real spherical harmonics. This is useful| - | |for performing angular flux moment weighting of the| - | |scattering moments. Like "scatter-PN", "scatter-YN"| - | |will tally all of the moments from order 0 to N; N | - | |again must be between 0 and 10. | - +----------------------+---------------------------------------------------+ - |total |Total reaction rate. | - +----------------------+---------------------------------------------------+ - |total-YN |The total reaction rate expanded via spherical | - | |harmonics about the direction of motion of the | - | |neutron, :math:`\Omega`. This score will tally all | - | |of the harmonic moments of order 0 to N. N must be| - | |between 0 and 10. | - +----------------------+---------------------------------------------------+ - |(n,2nd) |(n,2nd) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,2n) |(n,2n) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,3n) |(n,3n) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,na) |(n,n\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,n3a) |(n,n3\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,2na) |(n,2n\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,3na) |(n,3n\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,np) |(n,np) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,n2a) |(n,n2\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,2n2a) |(n,2n2\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,nd) |(n,nd) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,nt) |(n,nt) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,nHe-3) |(n,n\ :sup:`3`\ He) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,nd2a) |(n,nd2\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,nt2a) |(n,nt2\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,4n) |(n,4n) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,2np) |(n,2np) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,3np) |(n,3np) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,n2p) |(n,n2p) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,n*X*) |Level inelastic scattering reaction rate. The *X* | - | |indicates what which inelastic level, e.g., (n,n3) | - | |is third-level inelastic scattering. | - +----------------------+---------------------------------------------------+ - |(n,nc) |Continuum level inelastic scattering reaction rate.| - +----------------------+---------------------------------------------------+ - |(n,gamma) |Radiative capture reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,p) |(n,p) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,d) |(n,d) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,t) |(n,t) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,3He) |(n,\ :sup:`3`\ He) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,a) |(n,\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,2a) |(n,2\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,3a) |(n,3\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,2p) |(n,2p) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,pa) |(n,p\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,t2a) |(n,t2\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,d2a) |(n,d2\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,pd) |(n,pd) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,pt) |(n,pt) reaction rate. | - +----------------------+---------------------------------------------------+ - |(n,da) |(n,d\ :math:`\alpha`\ ) reaction rate. | - +----------------------+---------------------------------------------------+ - |*Arbitrary integer* |An arbitrary integer is interpreted to mean the | - | |reaction rate for a reaction with a given ENDF MT | - | |number. | - +----------------------+---------------------------------------------------+ - - .. table:: **Particle production scores: units are particles produced per - source particles.** - - +----------------------+---------------------------------------------------+ - |Score | Description | - +======================+===================================================+ - |delayed-nu-fission |Total production of delayed neutrons due to | - | |fission. | - +----------------------+---------------------------------------------------+ - |prompt-nu-fission |Total production of prompt neutrons due to | - | |fission. | - +----------------------+---------------------------------------------------+ - |nu-fission |Total production of neutrons due to fission. | - +----------------------+---------------------------------------------------+ - |nu-scatter, |These scores are similar in functionality to their | - |nu-scatter-N, |``scatter*`` equivalents except the total | - |nu-scatter-PN, |production of neutrons due to scattering is scored | - |nu-scatter-YN |vice simply the scattering rate. This accounts for | - | |multiplicity from (n,2n), (n,3n), and (n,4n) | - | |reactions. | - +----------------------+---------------------------------------------------+ - - .. table:: **Miscellaneous scores: units are indicated for each.** - - +----------------------+---------------------------------------------------+ - |Score | Description | - +======================+===================================================+ - |current |Partial currents on the boundaries of each cell in | - | |a mesh. Units are particles per source | - | |particle. Note that this score can only be used if | - | |a mesh filter has been specified. Furthermore, it | - | |may not be used in conjunction with any other | - | |score. | - +----------------------+---------------------------------------------------+ - |events |Number of scoring events. Units are events per | - | |source particle. | - +----------------------+---------------------------------------------------+ - |inverse-velocity |The flux-weighted inverse velocity where the | - | |velocity is in units of centimeters per second. | - +----------------------+---------------------------------------------------+ - |kappa-fission |The recoverable energy production rate due to | - | |fission. The recoverable energy is defined as the | - | |fission product kinetic energy, prompt and delayed | - | |neutron kinetic energies, prompt and delayed | - | |:math:`\gamma`-ray total energies, and the total | - | |energy released by the delayed :math:`\beta` | - | |particles. The neutrino energy does not contribute | - | |to this response. The prompt and delayed | - | |:math:`\gamma`-rays are assumed to deposit their | - | |energy locally. Units are eV per source particle. | - +----------------------+---------------------------------------------------+ - |fission-q-prompt |The prompt fission energy production rate. This | - | |energy comes in the form of fission fragment | - | |nuclei, prompt neutrons, and prompt | - | |:math:`\gamma`-rays. This value depends on the | - | |incident energy and it requires that the nuclear | - | |data library contains the optional fission energy | - | |release data. Energy is assumed to be deposited | - | |locally. Units are eV per source particle. | - +----------------------+---------------------------------------------------+ - |fission-q-recoverable |The recoverable fission energy production rate. | - | |This energy comes in the form of fission fragment | - | |nuclei, prompt and delayed neutrons, prompt and | - | |delayed :math:`\gamma`-rays, and delayed | - | |:math:`\beta`-rays. This tally differs from the | - | |kappa-fission tally in that it is dependent on | - | |incident neutron energy and it requires that the | - | |nuclear data library contains the optional fission | - | |energy release data. Energy is assumed to be | - | |deposited locally. Units are eV per source | - | |paticle. | - +----------------------+---------------------------------------------------+ - |decay-rate |The delayed-nu-fission-weighted decay rate where | - | |the decay rate is in units of inverse seconds. | - +----------------------+---------------------------------------------------+ - - .. note:: - The ``analog`` estimator is actually identical to the ``collision`` - estimator for the flux and inverse-velocity scores. + A space-separated list of the desired responses to be accumulated. A full + list of valid scores can be found in the :ref:`user's guide + `. :trigger: Precision trigger applied to all filter bins and nuclides for this tally. diff --git a/docs/source/pythonapi/index.rst b/docs/source/pythonapi/index.rst index 41f190661..0d417b47e 100644 --- a/docs/source/pythonapi/index.rst +++ b/docs/source/pythonapi/index.rst @@ -110,6 +110,8 @@ respectively. openmc.get_hexagonal_prism openmc.get_rectangular_prism +.. _pythonapi_tallies: + Constructing Tallies -------------------- diff --git a/docs/source/usersguide/basics.rst b/docs/source/usersguide/basics.rst index 50d150573..8be78ad0d 100644 --- a/docs/source/usersguide/basics.rst +++ b/docs/source/usersguide/basics.rst @@ -96,13 +96,13 @@ Serpent, with the added bonus that the XML formats feel much more Python API ---------- -OpenMC's Python API defines a set of functions and classes that roughly -correspond to elements in the XML files. For example, the :class:`openmc.Cell` -Python class directly corresponds to the :ref:`cell_element` in XML. Each XML -file itself also has a corresponding class: :class:`openmc.Geometry` for -``geometry.xml``, :class:`openmc.Materials` for ``materials.xml``, -:class:`openmc.Settings` for ``settings.xml``, and so on. To create a model -then, one creates instances of these classes and then uses the +OpenMC's :ref:`Python API ` defines a set of functions and classes +that roughly correspond to elements in the XML files. For example, the +:class:`openmc.Cell` Python class directly corresponds to the +:ref:`cell_element` in XML. Each XML file itself also has a corresponding class: +:class:`openmc.Geometry` for ``geometry.xml``, :class:`openmc.Materials` for +``materials.xml``, :class:`openmc.Settings` for ``settings.xml``, and so on. To +create a model then, one creates instances of these classes and then uses the ``export_to_xml()`` method, e.g. :meth:`Geometry.export_to_xml`. Most scripts that generate a full model will look something like the following: diff --git a/docs/source/usersguide/install.rst b/docs/source/usersguide/install.rst index e7f85906c..01cfd9879 100644 --- a/docs/source/usersguide/install.rst +++ b/docs/source/usersguide/install.rst @@ -373,6 +373,67 @@ if we wanted to run only the plot tests with 4 processors, we run: If you want to run the full test suite with different build options please refer to our :ref:`test suite` documentation. +-------------------- +Python Prerequisites +-------------------- + +OpenMC's :ref:`Python API ` works with either Python 2.7 or Python +3.2+. In addition to Python itself, the API relies on a number of third-party +packages. All prerequisites can be installed using `conda +`_ (recommended), `pip +`_, or through the package manager in most Linux +distributions. + +.. admonition:: Required + :class: error + + `six `_ + The Python API works with both Python 2.7+ and 3.2+. To do so, the six + compatibility library is used. + + `NumPy `_ + NumPy is used extensively within the Python API for its powerful + N-dimensional array. + + `h5py `_ + h5py provides Python bindings to the HDF5 library. Since OpenMC outputs + various HDF5 files, h5py is needed to provide access to data within these + files from Python. + +.. admonition:: Optional + :class: note + + `SciPy `_ + SciPy's special functions, sparse matrices, and spatial data structures + are used for several optional features in the API. + + `pandas `_ + Pandas is used to generate tally DataFrames as demonstrated in + :ref:`examples_pandas` example notebook. + + `Matplotlib `_ + Matplotlib is used to providing plotting functionality in the API like the + :meth:`Universe.plot` method and the :func:`openmc.plot_xs` function. + + `uncertainties `_ + Uncertainties are optionally used for decay data in the :ref:`openmc.data + `. + + `Cython `_ + Cython is used for resonance reconstruction for ENDF data converted to + :class:`openmc.data.IncidentNeutron`. + + `vtk `_ + The Python VTK bindings are needed to convert voxel and track files to VTK + format. + + `silomesh `_ + The silomesh package is needed to convert voxel and track files to SILO + format. + + `lxml `_ + lxml is used for the :ref:`scripts_validate` script. + --------------------------- Cross Section Configuration --------------------------- diff --git a/docs/source/usersguide/materials.rst b/docs/source/usersguide/materials.rst index a9d66b7cd..3123cf93e 100644 --- a/docs/source/usersguide/materials.rst +++ b/docs/source/usersguide/materials.rst @@ -71,6 +71,8 @@ you would need to add hydrogen and oxygen to a material and then assign the water.add_s_alpha_beta('c_H_in_H2O') water.set_density('g/cm3', 1.0) +.. _usersguide_naming: + ------------------ Naming Conventions ------------------ diff --git a/docs/source/usersguide/plots.rst b/docs/source/usersguide/plots.rst index e969d4584..a8e3713bf 100644 --- a/docs/source/usersguide/plots.rst +++ b/docs/source/usersguide/plots.rst @@ -4,6 +4,8 @@ Geometry Visualization ====================== +.. currentmodule:: openmc + OpenMC is capable of producing two-dimensional slice plots of a geometry as well as three-dimensional voxel plots using the geometry plotting :ref:`run mode ` is a geometry plotting mode. The geometry plotting mode diff --git a/docs/source/usersguide/tallies.rst b/docs/source/usersguide/tallies.rst index 2b277601a..08910d1dc 100644 --- a/docs/source/usersguide/tallies.rst +++ b/docs/source/usersguide/tallies.rst @@ -3,3 +3,309 @@ ================== Specifying Tallies ================== + +.. currentmodule:: openmc + +In order to obtain estimates of physical quantities in your simulation, you need +to create one or more tallies using the :class:`openmc.Tally` class. As +explained in detail in the :ref:`theory manual `, tallies +provide estimates of a scoring function times the flux integrated over some +region of phase space, as in: + +.. math:: + + X = \underbrace{\int d\mathbf{r} \int d\mathbf{\Omega} \int + dE}_{\text{filters}} \underbrace{f(\mathbf{r}, \mathbf{\Omega}, + E)}_{\text{scores}} \psi (\mathbf{r}, \mathbf{\Omega}, E) + +Thus, to specify a tally, we need to specify what regions of phase space should +be included when deciding whether to score an event as well as what the scoring +function (:math:`f` in the above equation) should be used. The regions of phase +space are called *filters* and the scoring functions are simply called *scores*. + +------- +Filters +------- + +To specify the regions of phase space, one must create a +:class:`openmc.Filter`. Since :class:`openmc.Filter` is an abstract class, you +actually need to instantiate one of its sub-classes (for a full listing, see +:ref:`pythonapi_tallies`). For example, to indicate that events that occur in a +given cell should score to the tally, we would create a +:class:`openmc.CellFilter`:: + + cell_filter = openmc.CellFilter([fuel.id, moderator.id, reflector.id]) + +Another commonly used filter is :class:`openmc.EnergyFilter`, which specifies +multiple energy bins over which events should be scored. Thus, if we wanted to +tally events where the incident particle has an energy in the ranges [0 eV, 4 +eV] and [4 eV, 1 MeV], we would do the following:: + + energy_filter = openmc.EnergyFilter([0.0, 4.0, 1.0e6]) + +Energies are specified in eV and need to be monotonically increasing. + +.. caution:: An energy bin between zero and the lowest energy specified is not + included by default as it is in MCNP. + +Once you have created a filter, it should be assigned to a :class:`openmc.Tally` +instance through the :attr:`Tally.filters` attribute:: + + tally.filters.append(cell_filter) + tally.filters.append(energy_filter) + + # ..or.. + tally.filters = [cell_filter, energy_filter] + +.. note:: You are actually not required to assign any filters to a tally. If you + create a tally with no filters, all events will score to the + tally. This can be useful if you want to know, for example, a reaction + rate over your entire model. + +.. _usersguide_scores: + +------ +Scores +------ + +To specify the scoring functions, a list of strings needs to be given to the +:attr:`Tally.scores` attribute. You can score the flux ('flux'), a reaction rate +('total', 'fission', etc.), or even scattering moments (e.g., 'scatter-P3'). For +example, to tally the elastic scattering rate and the fission neutron +production, you'd assign:: + + tally.scores = ['elastic', 'nu-fission'] + +With no further specification, you will get the total elastic scattering rate +and the total fission neutron production. If you want reaction rates for a +particular nuclide or set of nuclides, you can set the :attr:`Tally.nuclides` +attribute to a list of strings indicating which nuclides. The nuclide names +should follow the same :ref:`naming convention ` as that used +for material specification. If we wanted the reaction rates only for U235 and +U238, we'd set:: + + tally.nuclides = ['U235', 'U238'] + +You can also list 'all' as a nuclide which will give you a separate reaction +rate for every nuclide in the model. + +The following tables show all valid scores: + +.. table:: **Flux scores: units are particle-cm per source particle.** + + +----------------------+---------------------------------------------------+ + |Score | Description | + +======================+===================================================+ + |flux |Total flux. | + +----------------------+---------------------------------------------------+ + |flux-YN |Spherical harmonic expansion of the direction of | + | |motion :math:`\left(\Omega\right)` of the total | + | |flux. This score will tally all of the harmonic | + | |moments of order 0 to N. N must be between 0 and | + | |10. | + +----------------------+---------------------------------------------------+ + +.. table:: **Reaction scores: units are reactions per source particle.** + + +----------------------+---------------------------------------------------+ + |Score | Description | + +======================+===================================================+ + |absorption |Total absorption rate. This accounts for all | + | |reactions which do not produce secondary neutrons | + | |as well as fission. | + +----------------------+---------------------------------------------------+ + |elastic |Elastic scattering reaction rate. | + +----------------------+---------------------------------------------------+ + |fission |Total fission reaction rate. | + +----------------------+---------------------------------------------------+ + |scatter |Total scattering rate. Can also be identified with | + | |the "scatter-0" response type. | + +----------------------+---------------------------------------------------+ + |scatter-N |Tally the N\ :sup:`th` \ scattering moment, where N| + | |is the Legendre expansion order of the change in | + | |particle angle :math:`\left(\mu\right)`. N must be | + | |between 0 and 10. As an example, tallying the 2\ | + | |:sup:`nd` \ scattering moment would be specified as| + | |``scatter-2``. | + +----------------------+---------------------------------------------------+ + |scatter-PN |Tally all of the scattering moments from order 0 to| + | |N, where N is the Legendre expansion order of the | + | |change in particle angle | + | |:math:`\left(\mu\right)`. That is, "scatter-P1" is | + | |equivalent to requesting tallies of "scatter-0" and| + | |"scatter-1". Like for "scatter-N", N must be | + | |between 0 and 10. As an example, tallying up to the| + | |2\ :sup:`nd` \ scattering moment would be specified| + | |as `` scatter-P2 ``. | + +----------------------+---------------------------------------------------+ + |scatter-YN |"scatter-YN" is similar to "scatter-PN" except an | + | |additional expansion is performed for the incoming | + | |particle direction :math:`\left(\Omega\right)` | + | |using the real spherical harmonics. This is useful| + | |for performing angular flux moment weighting of the| + | |scattering moments. Like "scatter-PN", "scatter-YN"| + | |will tally all of the moments from order 0 to N; N | + | |again must be between 0 and 10. | + +----------------------+---------------------------------------------------+ + |total |Total reaction rate. | + +----------------------+---------------------------------------------------+ + |total-YN |The total reaction rate expanded via spherical | + | |harmonics about the direction of motion of the | + | |neutron, :math:`\Omega`. This score will tally all | + | |of the harmonic moments of order 0 to N. N must be| + | |between 0 and 10. | + +----------------------+---------------------------------------------------+ + |(n,2nd) |(n,2nd) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,2n) |(n,2n) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,3n) |(n,3n) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,na) |(n,n\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,n3a) |(n,n3\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,2na) |(n,2n\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,3na) |(n,3n\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,np) |(n,np) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,n2a) |(n,n2\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,2n2a) |(n,2n2\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,nd) |(n,nd) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,nt) |(n,nt) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,nHe-3) |(n,n\ :sup:`3`\ He) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,nd2a) |(n,nd2\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,nt2a) |(n,nt2\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,4n) |(n,4n) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,2np) |(n,2np) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,3np) |(n,3np) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,n2p) |(n,n2p) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,n*X*) |Level inelastic scattering reaction rate. The *X* | + | |indicates what which inelastic level, e.g., (n,n3) | + | |is third-level inelastic scattering. | + +----------------------+---------------------------------------------------+ + |(n,nc) |Continuum level inelastic scattering reaction rate.| + +----------------------+---------------------------------------------------+ + |(n,gamma) |Radiative capture reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,p) |(n,p) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,d) |(n,d) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,t) |(n,t) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,3He) |(n,\ :sup:`3`\ He) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,a) |(n,\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,2a) |(n,2\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,3a) |(n,3\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,2p) |(n,2p) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,pa) |(n,p\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,t2a) |(n,t2\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,d2a) |(n,d2\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,pd) |(n,pd) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,pt) |(n,pt) reaction rate. | + +----------------------+---------------------------------------------------+ + |(n,da) |(n,d\ :math:`\alpha`\ ) reaction rate. | + +----------------------+---------------------------------------------------+ + |*Arbitrary integer* |An arbitrary integer is interpreted to mean the | + | |reaction rate for a reaction with a given ENDF MT | + | |number. | + +----------------------+---------------------------------------------------+ + +.. table:: **Particle production scores: units are particles produced per + source particles.** + + +----------------------+---------------------------------------------------+ + |Score | Description | + +======================+===================================================+ + |delayed-nu-fission |Total production of delayed neutrons due to | + | |fission. | + +----------------------+---------------------------------------------------+ + |prompt-nu-fission |Total production of prompt neutrons due to | + | |fission. | + +----------------------+---------------------------------------------------+ + |nu-fission |Total production of neutrons due to fission. | + +----------------------+---------------------------------------------------+ + |nu-scatter, |These scores are similar in functionality to their | + |nu-scatter-N, |``scatter*`` equivalents except the total | + |nu-scatter-PN, |production of neutrons due to scattering is scored | + |nu-scatter-YN |vice simply the scattering rate. This accounts for | + | |multiplicity from (n,2n), (n,3n), and (n,4n) | + | |reactions. | + +----------------------+---------------------------------------------------+ + +.. table:: **Miscellaneous scores: units are indicated for each.** + + +----------------------+---------------------------------------------------+ + |Score | Description | + +======================+===================================================+ + |current |Partial currents on the boundaries of each cell in | + | |a mesh. Units are particles per source | + | |particle. Note that this score can only be used if | + | |a mesh filter has been specified. Furthermore, it | + | |may not be used in conjunction with any other | + | |score. | + +----------------------+---------------------------------------------------+ + |events |Number of scoring events. Units are events per | + | |source particle. | + +----------------------+---------------------------------------------------+ + |inverse-velocity |The flux-weighted inverse velocity where the | + | |velocity is in units of centimeters per second. | + +----------------------+---------------------------------------------------+ + |kappa-fission |The recoverable energy production rate due to | + | |fission. The recoverable energy is defined as the | + | |fission product kinetic energy, prompt and delayed | + | |neutron kinetic energies, prompt and delayed | + | |:math:`\gamma`-ray total energies, and the total | + | |energy released by the delayed :math:`\beta` | + | |particles. The neutrino energy does not contribute | + | |to this response. The prompt and delayed | + | |:math:`\gamma`-rays are assumed to deposit their | + | |energy locally. Units are eV per source particle. | + +----------------------+---------------------------------------------------+ + |fission-q-prompt |The prompt fission energy production rate. This | + | |energy comes in the form of fission fragment | + | |nuclei, prompt neutrons, and prompt | + | |:math:`\gamma`-rays. This value depends on the | + | |incident energy and it requires that the nuclear | + | |data library contains the optional fission energy | + | |release data. Energy is assumed to be deposited | + | |locally. Units are eV per source particle. | + +----------------------+---------------------------------------------------+ + |fission-q-recoverable |The recoverable fission energy production rate. | + | |This energy comes in the form of fission fragment | + | |nuclei, prompt and delayed neutrons, prompt and | + | |delayed :math:`\gamma`-rays, and delayed | + | |:math:`\beta`-rays. This tally differs from the | + | |kappa-fission tally in that it is dependent on | + | |incident neutron energy and it requires that the | + | |nuclear data library contains the optional fission | + | |energy release data. Energy is assumed to be | + | |deposited locally. Units are eV per source | + | |paticle. | + +----------------------+---------------------------------------------------+ + |decay-rate |The delayed-nu-fission-weighted decay rate where | + | |the decay rate is in units of inverse seconds. | + +----------------------+---------------------------------------------------+ diff --git a/setup.py b/setup.py index befb9c0d2..5af8923d7 100755 --- a/setup.py +++ b/setup.py @@ -39,12 +39,13 @@ kwargs = {'name': 'openmc', if have_setuptools: kwargs.update({ # Required dependencies - 'install_requires': ['six', 'numpy>=1.9', 'h5py', 'matplotlib'], + 'install_requires': ['six', 'numpy>=1.9', 'h5py'], # Optional dependencies 'extras_require': { 'decay': ['uncertainties'], 'pandas': ['pandas>=0.17.0'], + 'plot': ['matplotlib', 'ipython'], 'sparse' : ['scipy'], 'vtk': ['vtk', 'silomesh'], 'validate': ['lxml'] From 9d4363d9311f295ab54c17f3021f82ec4b3bd73e Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 3 Apr 2017 10:06:49 -0500 Subject: [PATCH 06/16] Update scripts section, fix bugs in openmc-plot-mesh-tally --- docs/source/usersguide/install.rst | 56 ++++-------- docs/source/usersguide/scripts.rst | 136 +++++++++++++++++++++++++++++ scripts/openmc-get-nndc-data | 2 +- scripts/openmc-plot-mesh-tally | 46 +++++----- scripts/openmc-track-to-vtk | 17 +--- scripts/openmc-update-inputs | 27 ++---- scripts/openmc-update-mgxs | 17 ---- 7 files changed, 187 insertions(+), 114 deletions(-) diff --git a/docs/source/usersguide/install.rst b/docs/source/usersguide/install.rst index 01cfd9879..978b7a1cc 100644 --- a/docs/source/usersguide/install.rst +++ b/docs/source/usersguide/install.rst @@ -445,10 +445,9 @@ or multi-group mode. In continuous-energy mode, OpenMC uses a native HDF5 format to store all nuclear data. If you have ACE format data that was produced with NJOY_, such as that distributed with MCNP_ or Serpent_, it can be converted to the HDF5 format using -the :ref:`openmc-ace-to-hdf5 ` script distributed with -OpenMC. Several sources provide openly available ACE data as described -below. The TALYS-based evaluated nuclear data library, TENDL_, is also available -in ACE format. +the :ref:`scripts_ace` script. Several sources provide openly available ACE +data as described below. The TALYS-based evaluated nuclear data library, TENDL_, +is also available in ACE format. In multi-group mode, OpenMC utilizes an XML-based library format which can be used to describe nuclide- or material-specific quantities. @@ -457,8 +456,8 @@ Using ENDF/B-VII.1 Cross Sections from NNDC ------------------------------------------- The NNDC_ provides ACE data from the ENDF/B-VII.1 neutron and thermal scattering -sublibraries at four temperatures processed using NJOY_. To use this data with -OpenMC, a script is provided with OpenMC that will automatically download and +sublibraries at room temperature processed using NJOY_. To use this data with +OpenMC, the :ref:`scripts_nndc` script can be used to automatically download and extract the ACE data, fix any deficiencies, and create an HDF5 library: .. code-block:: sh @@ -473,8 +472,9 @@ Using JEFF Cross Sections from OECD/NEA --------------------------------------- The NEA_ provides processed ACE data from the JEFF_ library. To use this data -with OpenMC, a script is provided with OpenMC that will automatically download -and extract the ACE data, fix any deficiencies, and create an HDF5 library. +with OpenMC, the :ref:`scripts_jeff` script can be used to automatically +download and extract the ACE data, fix any deficiencies, and create an HDF5 +library. .. code-block:: sh @@ -486,10 +486,11 @@ variable to the absolute path of the file ``jeff-3.2-hdf5/cross_sections.xml``. Using Cross Sections from MCNP ------------------------------ -OpenMC is provided with a script that will automatically convert ENDF/B-VII.0 -and ENDF/B-VII.1 ACE data that is provided with MCNP5 or MCNP6. To convert the -ENDF/B-VII.0 ACE files (``endf70[a-k]`` and ``endf70sab``) into the native HDF5 -format, run the following: +OpenMC provides two scripts (:ref:`scripts_mcnp70` and :ref:`scripts_mcnp71`) +that will automatically convert ENDF/B-VII.0 and ENDF/B-VII.1 ACE data that is +provided with MCNP5 or MCNP6. To convert the ENDF/B-VII.0 ACE files +(``endf70[a-k]`` and ``endf70sab``) into the native HDF5 format, run the +following: .. code-block:: sh @@ -514,9 +515,9 @@ Using Other Cross Sections -------------------------- If you have a library of ACE format cross sections other than those listed above -that you need to convert to OpenMC's HDF5 format, the ``openmc-ace-to-hdf5`` -script can be used. There are four different ways you can specify ACE libraries -that are to be converted: +that you need to convert to OpenMC's HDF5 format, the :ref:`scripts_ace` script +can be used. There are four different ways you can specify ACE libraries that +are to be converted: 1. List each ACE library as a positional argument. This is very useful in conjunction with the usual shell utilities (ls, find, etc.). @@ -531,31 +532,6 @@ convention follows the NNDC data convention (1000*Z + A + 300 + 100*m), or the MCNP data convention (essentially the same as NNDC, except that the first metastable state of Am242 is 95242 and the ground state is 95642). -The ``openmc-ace-to-hdf5`` script has the following command-line flags: - --h, --help show this help message and exit - --d DESTINATION, --destination DESTINATION - Directory to create new library in (default: .) - --m META, --metastable META - How to interpret ZAIDs for metastable nuclides. META - can be either 'nndc' or 'mcnp'. (default: nndc) - ---xml XML Old-style cross_sections.xml that lists ACE libraries - (default: None) - ---xsdir XSDIR MCNP xsdir file that lists ACE libraries (default: - None) - ---xsdata XSDATA Serpent xsdata file that lists ACE libraries (default: - None) - ---fission_energy_release FISSION_ENERGY_RELEASE - HDF5 file containing fission energy release data - (default: None) - - Using Multi-Group Cross Sections -------------------------------- diff --git a/docs/source/usersguide/scripts.rst b/docs/source/usersguide/scripts.rst index d1c37fa16..b7cc1e9fc 100644 --- a/docs/source/usersguide/scripts.rst +++ b/docs/source/usersguide/scripts.rst @@ -45,46 +45,182 @@ flags: -v, --version Show version information -h, --help Show help message +.. _scripts_ace: + ---------------------- ``openmc-ace-to-hdf5`` ---------------------- +This script can be used to create HDF5 nuclear data libraries used by OpenMC if +you have existing ACE files. There are four different ways you can specify ACE +libraries that are to be converted: + +1. List each ACE library as a positional argument. This is very useful in + conjunction with the usual shell utilities (ls, find, etc.). +2. Use the ``--xml`` option to specify a pre-v0.9 cross_sections.xml file. +3. Use the ``--xsdir`` option to specify a MCNP xsdir file. +4. Use the ``--xsdata`` option to specify a Serpent xsdata file. + +The script does not use any extra information from cross_sections.xml/ xsdir/ +xsdata files to determine whether the nuclide is metastable. Instead, the +``--metastable`` argument can be used to specify whether the ZAID naming convention +follows the NNDC data convention (1000*Z + A + 300 + 100*m), or the MCNP data +convention (essentially the same as NNDC, except that the first metastable state +of Am242 is 95242 and the ground state is 95642). + +The optional ``--fission_energy_release`` argument will accept an HDF5 file +containing a library of fission energy release (ENDF MF=1 MT=458) data. A +library built from ENDF/B-VII.1 data is released with OpenMC and can be found at +openmc/data/fission_Q_data_endb71.h5. This data is necessary for +'fission-q-prompt' and 'fission-q-recoverable' tallies, but is not needed +otherwise. + +-h, --help show help message and exit + +-d DESTINATION, --destination DESTINATION + Directory to create new library in (default: .) + +-m META, --metastable META + How to interpret ZAIDs for metastable nuclides. META + can be either 'nndc' or 'mcnp'. (default: nndc) + +--xml XML Old-style cross_sections.xml that lists ACE libraries + +--xsdir XSDIR MCNP xsdir file that lists ACE libraries + +--xsdata XSDATA Serpent xsdata file that lists ACE libraries + +--fission_energy_release FISSION_ENERGY_RELEASE + HDF5 file containing fission energy release data + +.. _scripts_mcnp70: + ------------------------------ ``openmc-convert-mcnp70-data`` ------------------------------ +This script converts ENDF/B-VII.0 ACE data from the MCNP5/6 distribution into an +HDF5 library that can be used by OpenMC. This assumes that you have a directory +containing files named endf70a, endf70b, ..., endf70k, and endf70sab. The path +to the directory containing these files should be given as a positional +argument. The following optional arguments are available: + +-d DESTINATION, --destination DESTINATION + Directory to create new library in (Default: mcnp_endfb70) + +.. _scripts_mcnp71: + ------------------------------ ``openmc-convert-mcnp71-data`` ------------------------------ +This script converts ENDF/B-VII.1 ACE data from the MCNP6 distribution into an +HDF5 library that can be used by OpenMC. This assumes that you have a directory +containing subdirectories 'endf71x' and 'ENDF71SaB'. The path to the directory +containing these subdirectories should be given as a positional argument. The +following optional arguments are available: + +-d DESTINATION, --destination DESTINATION + Directory to create new library in (Default: mcnp_endfb71) + +-f FER, --fission_energy_release FER + HDF5 file containing fission energy release data + +.. _scripts_jeff: + ------------------------ ``openmc-get-jeff-data`` ------------------------ +This script downloads `JEFF 3.2 ACE data +`_ from OECD/NEA +and converts it to a multi-temperature HDF5 library for use with OpenMC. It has +the following optional arguments: + +-b, --batch + Suppress standard in + +-d DESTINATION, --destination DESTINATION + Directory to create new library in (default: jeff-3.2-hdf5) + +.. warning:: This script will download approximately 9 GB of data. Extracting + and processing the data may require as much as 40 GB of additional + free disk space. + ----------------------------- ``openmc-get-multipole-data`` ----------------------------- +This script downloads and extracts windowed multipole data based on +ENDF/B-VII.1. It has the following optional arguments: + +-b, --batch Suppress standard in + +.. _scripts_nndc: + ------------------------ ``openmc-get-nndc-data`` ------------------------ +This script downloads `ENDF/B-VII.1 ACE data +`_ from NNDC and converts it to +an HDF5 library for use with OpenMC. This data is used for OpenMC's regression +test suite. This script has the following optional arguments: + +-b, --batch Suppress standard in + -------------------------- ``openmc-plot-mesh-tally`` -------------------------- +``openmc-plot-mesh-tally`` provides a graphical user interface for plotting mesh +tallies. The path to the statepoint file can be provided as an optional arugment +(if omitted, a file dialog will be presented). + ----------------------- ``openmc-track-to-vtk`` ----------------------- +This script converts HDF5 particle track files to VTK poly data that can be +viewed with ParaView or VisIt. The filenames of the particle track files should +be given as posititional arguments. The output filename can also be changed with +the ``-o`` flag: + +-o OUT, --out OUT Output VTK poly filename + ------------------------ ``openmc-update-inputs`` ------------------------ +If you have existing XML files that worked in a previous version of OpenMC that +no longer work with the current version, you can try to update these files using +``openmc-update-inputs``. If any of the given files do not match the most +up-to-date formatting, then they will be automatically rewritten. The old +out-of-date files will not be deleted; they will be moved to a new file with +'.original' appended to their name. + +Formatting changes that will be made: + +geometry.xml + Lattices containing 'outside' attributes/tags will be replaced with lattices + containing 'outer' attributes, and the appropriate cells/universes will be + added. Any 'surfaces' attributes/elements on a cell will be renamed 'region'. + +materials.xml + Nuclide names will be changed from ACE aliases (e.g., Am-242m) to HDF5/GND + names (e.g., Am242_m1). Thermal scattering table names will be changed from + ACE aliases (e.g., HH2O) to HDF5/GND names (e.g., c_H_in_H2O). + ---------------------- ``openmc-update-mgxs`` ---------------------- +This script updates OpenMC's deprecated multi-group cross section XML files to +the latest HDF5-based format. + +-i IN, --input IN Input XML file +-o OUT, --output OUT Output file in HDF5 format + .. _scripts_validate: ----------------------- diff --git a/scripts/openmc-get-nndc-data b/scripts/openmc-get-nndc-data index 92beaf988..f1da2241a 100755 --- a/scripts/openmc-get-nndc-data +++ b/scripts/openmc-get-nndc-data @@ -18,7 +18,7 @@ import openmc.data description = """ Download ENDF/B-VII.1 ACE data from NNDC and convert it to an HDF5 library for -use with OpenMC. +use with OpenMC. This data is used for OpenMC's regression test suite. """ diff --git a/scripts/openmc-plot-mesh-tally b/scripts/openmc-plot-mesh-tally index cf17fabe9..c273a6d59 100755 --- a/scripts/openmc-plot-mesh-tally +++ b/scripts/openmc-plot-mesh-tally @@ -4,6 +4,7 @@ import os import sys +import argparse import six.moves.tkinter as tk import six.moves.tkinter_filedialog as filedialog @@ -16,17 +17,17 @@ from matplotlib.figure import Figure import matplotlib.pyplot as plt import numpy as np -from openmc.statepoint import StatePoint +from openmc import StatePoint, MeshFilter class MeshPlotter(tk.Frame): def __init__(self, parent, filename): tk.Frame.__init__(self, parent) - self.labels = {'cell': 'Cell:', 'cellborn': 'Cell born:', - 'surface': 'Surface:', 'material': 'Material:', - 'universe': 'Universe:', 'energy': 'Energy in:', - 'energyout': 'Energy out:'} + self.labels = {'Cell': 'Cell:', 'Cellborn': 'Cell born:', + 'Surface': 'Surface:', 'Material': 'Material:', + 'Universe': 'Universe:', 'Energy': 'Energy in:', + 'Energyout': 'Energy out:'} self.filterBoxes = {} @@ -122,7 +123,7 @@ class MeshPlotter(tk.Frame): selectedTally = self.datafile.tallies[tally_id] # Get mesh for selected tally - self.mesh = selectedTally.filters_by_name['mesh'].mesh + self.mesh = selectedTally.find_filter(MeshFilter).mesh # Get mesh dimensions if len(self.mesh.dimension) == 2: @@ -160,8 +161,8 @@ class MeshPlotter(tk.Frame): # create a label/combobox for each filter in selected tally count = 0 for f in selectedTally.filters: - filterType = f.type - if filterType == 'mesh': + filterType = f.short_name + if filterType == 'Mesh': continue count += 1 @@ -172,7 +173,7 @@ class MeshPlotter(tk.Frame): self.filterBoxes[filterType] = combobox # Set combobox items - if filterType in ['energy', 'energyout']: + if filterType in ['Energy', 'Energyout']: combobox['values'] = ['{0} to {1}'.format(*f.bins[i:i+2]) for i in range(len(f.bins) - 1)] else: @@ -202,16 +203,16 @@ class MeshPlotter(tk.Frame): # Create spec_list spec_list = [] for f in selectedTally.filters: - if f.type == 'mesh': + if f.short_name == 'Mesh': mesh_filter = f continue - elif f.type in ['energy', 'energyout']: - index = self.filterBoxes[f.type].current() + elif f.short_name in ['Energy', 'Energyout']: + index = self.filterBoxes[f.short_name].current() ebin = (f.bins[index], f.bins[index + 1]) - spec_list.append((f.type, (ebin,))) + spec_list.append((type(f), (ebin,))) else: - index = self.filterBoxes[f.type].current() - spec_list.append((f.type, (index,))) + index = self.filterBoxes[f.short_name].current() + spec_list.append((type(f), (index,))) text = self.basisBox.get() if text == 'xy': @@ -230,7 +231,7 @@ class MeshPlotter(tk.Frame): else: meshtuple = (i + 1, axial_level, j + 1) filters, filter_bins = zip(*spec_list + [ - (mesh_filter.type, (meshtuple,))]) + (type(mesh_filter), (meshtuple,))]) mean = selectedTally.get_values( [self.scoreBox.get()], filters, filter_bins) stdev = selectedTally.get_values( @@ -268,10 +269,9 @@ class MeshPlotter(tk.Frame): # Find which tallies are mesh tallies self.meshTallies = [] - for itally, tally in self.datafile.tallies.iteritems(): - if any([f.type == 'mesh' for f in tally.filters]): + for itally, tally in self.datafile.tallies.items(): + if any([isinstance(f, MeshFilter) for f in tally.filters]): self.meshTallies.append(itally) - tally.filters_by_name = {f.type: f for f in tally.filters} if not self.meshTallies: messagebox.showerror("Invalid StatePoint File", @@ -280,16 +280,20 @@ class MeshPlotter(tk.Frame): if __name__ == '__main__': + parser = argparse.ArgumentParser() + parser.add_argument('statepoint', nargs='?', help='Statepoint file') + args = parser.parse_args() + # Hide root window root = tk.Tk() root.withdraw() # If no filename given as command-line argument, open file dialog - if len(sys.argv) < 2: + if args.statepoint is None: filename = filedialog.askopenfilename(title='Select statepoint file', initialdir='.') else: - filename = sys.argv[1] + filename = args.statepoint if filename: # Check to make sure file exists diff --git a/scripts/openmc-track-to-vtk b/scripts/openmc-track-to-vtk index e22a22dea..d190ac662 100755 --- a/scripts/openmc-track-to-vtk +++ b/scripts/openmc-track-to-vtk @@ -1,25 +1,14 @@ #!/usr/bin/env python -"""Convert binary particle track to VTK poly data. -Usage information can be obtained by running 'track.py --help': - - usage: track.py [-h] [-o OUT] IN [IN ...] - - Convert particle track file to a .pvtp file. - - positional arguments: - IN Input particle track data filename(s). - - optional arguments: - -h, --help show this help message and exit - -o OUT, --out OUT Output VTK poly data filename. +"""Convert HDF5 particle track to VTK poly data. """ import os import argparse -import h5py import struct + +import h5py import vtk diff --git a/scripts/openmc-update-inputs b/scripts/openmc-update-inputs index 586e7b6dc..72aee9c0f 100755 --- a/scripts/openmc-update-inputs +++ b/scripts/openmc-update-inputs @@ -1,22 +1,6 @@ #!/usr/bin/env python """Update OpenMC's input XML files to the latest format. -Usage information can be obtained by running 'openmc-update-inputs --help': - -usage: openmc-update-inputs [-h] IN [IN ...] - -Update geometry.xml files to the latest format. This will remove 'outside' -attributes/elements from lattices and replace them with 'outer' attributes. For -'cell' elements, any 'surfaces' attributes/elements will be renamed -'region'. Note that this script will not delete the given files; it will append -'.original' to the given files and write new ones. - -positional arguments: - IN Input geometry.xml file(s). - -optional arguments: - -h, --help show this help message and exit - """ from __future__ import print_function @@ -59,7 +43,7 @@ def parse_args(): epilog=epilog, formatter_class=argparse.RawTextHelpFormatter) parser.add_argument('input', metavar='IN', type=str, nargs='+', - help='Input geometry.xml file(s).') + help='Input XML file(s).') # Parse and return commandline arguments. return parser.parse_args() @@ -68,20 +52,21 @@ def parse_args(): def get_universe_ids(geometry_root): """Return a set of universe id numbers.""" root = geometry_root - out = {0} + out = set() # Get the ids of universes defined by cells. for cell in root.iter('cell'): - # Get universe attributes. + # Get universe attributes/elements if 'universe' in cell.attrib: uid = cell.attrib['universe'] out.add(int(uid)) - - # Get universe elements. elif cell.find('universe') is not None: elem = cell.find('universe') uid = elem.text out.add(int(uid)) + else: + # Default to universe 0 + out.add(0) # Get the ids of universes defined by lattices. for lat in root.iter('lattice'): diff --git a/scripts/openmc-update-mgxs b/scripts/openmc-update-mgxs index 54a553f77..f33adfc00 100755 --- a/scripts/openmc-update-mgxs +++ b/scripts/openmc-update-mgxs @@ -2,23 +2,6 @@ """Update OpenMC's deprecated multi-group cross section XML files to the latest HDF5-based format. -Usage information can be obtained by running 'openmc-update-mgxs --help': - -usage: openmc-update-mgxs [-h] in out - -Update mgxs.xml files to the latest format. This will remove 'outside' -attributes/elements from lattices and replace them with 'outer' attributes. For -'cell' elements, any 'surfaces' attributes/elements will be renamed -'region'. Note that this script will not delete the given files; it will append -'.original' to the given files and write new ones. - -positional arguments: - in Input mgxs xml file - out Output mgxs hdf5 file - -optional arguments: - -h, --help show this help message and exit - """ from __future__ import print_function From d98a6bad9424835b6358c3a0c2dc388d0b4a976c Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 3 Apr 2017 10:50:43 -0500 Subject: [PATCH 07/16] Clean up processing section --- docs/source/usersguide/basics.rst | 2 +- docs/source/usersguide/plots.rst | 10 + docs/source/usersguide/processing.rst | 330 +++----------------------- docs/source/usersguide/scripts.rst | 12 +- 4 files changed, 50 insertions(+), 304 deletions(-) diff --git a/docs/source/usersguide/basics.rst b/docs/source/usersguide/basics.rst index 8be78ad0d..1923f32c7 100644 --- a/docs/source/usersguide/basics.rst +++ b/docs/source/usersguide/basics.rst @@ -182,7 +182,7 @@ For a simple simulation with few tallies, looking at the ``tallies.out`` file might be sufficient. For anything more complicated (plotting results, finding a subset of results, etc.), you will likely find it easier to work with the statepoint file directly using the :class:`openmc.StatePoint` class. For more -details on working with statepoints, see FIXME. +details on working with statepoints, see :ref:`usersguide_statepoint`. -------------- Physical Units diff --git a/docs/source/usersguide/plots.rst b/docs/source/usersguide/plots.rst index a8e3713bf..52f352d0e 100644 --- a/docs/source/usersguide/plots.rst +++ b/docs/source/usersguide/plots.rst @@ -36,6 +36,16 @@ create a x-z plot centered at (5.0, 2.0, 3.0) with a width of (50., 50.) and plot.width = (50., 50.) plot.pixels = (400, 400) +The color of each pixel is determined by placing a particle at the center of +that pixel and using OpenMC's internal ``find_cell`` routine (the same one used +for particle tracking during simulation) to determine the cell and material at +that location. + +.. note:: In this example, pixels are 50/400=0.125 cm wide. Thus, this plot may + miss any features smaller than 0.125 cm, since they could exist + between pixel centers. More pixels can be used to resolve finer + features, but could result in larger files. + By default, a unique color will be assigned to each cell in the geometry. If you want your plot to be colored by material instead, change the :attr:`Plot.color_by` attribute:: diff --git a/docs/source/usersguide/processing.rst b/docs/source/usersguide/processing.rst index 426b3c425..56e3bbc1f 100644 --- a/docs/source/usersguide/processing.rst +++ b/docs/source/usersguide/processing.rst @@ -4,185 +4,18 @@ Data Processing and Visualization ================================= -This section is intended to explain in detail the recommended procedures for -carrying out common post-processing tasks with OpenMC. While several utilities -of varying complexity are provided to help automate the process, the most -powerful capabilities for post-processing derive from use of the :ref:`Python -API `. Both the provided scripts and the Python API rely on a number -third-party Python packages, including: +.. currentmodule:: openmc -* [1]_ `NumPy `_ -* [2]_ `h5py `_ -* [3]_ `pandas `_ -* [4]_ `matplotlib `_ -* [4]_ `Silomesh `_ -* [4]_ `VTK `_ -* [4]_ `lxml `_ +This section is intended to explain procedures for carrying out common +post-processing tasks with OpenMC. While several utilities of varying complexity +are provided to help automate the process, the most powerful capabilities for +post-processing derive from use of the :ref:`Python API `. -Most of these are can easily be installed with `pip `_ -or alternatively obtaining through a package manager. +.. _usersguide_statepoint: -.. [1] Required for most post-processing tasks -.. [2] Required for reading HDF5 output files -.. [3] Optional dependency for advanced features in Python API -.. [4] Not used directly by the Python API, but are optional dependencies for a - number of scripts. - ----------------------- -Geometry Visualization ----------------------- - -Geometry plotting is carried out by creating a plots.xml, specifying plots, and -running OpenMC with the --plot or -p command-line option (See -:ref:`scripts_openmc`). - -Plotting in 2D --------------- - -.. image:: ../_images/atr.png - :height: 200px - -See below for a simple example of a plots xml file that demonstrates the -capabilities of 2D slice plots. Here we assume that there is a ``geometry.xml`` -file containing 7 cells. - -.. code-block:: xml - - - - - - myplot - 0 0 - 10 10 - 2000 2000 - 0 0 0 - - - - - - - 1 3 4 5 6 - - - - - - -In this example, OpenMC will produce a plot named ``myplot.ppm`` when run in -plotting mode. The picture will be on the xy-plane, depicting the rectangle -between points (-5,-5) and (5,5) with 2000 pixels along each dimension. The -color of each pixel is determined by placing a particle at the center of that -pixel and using OpenMC's internal ``find_cell`` routine (the same one used for -particle tracking during simulation) to determine the cell and material at that -location. In this example, pixels are 10/2000=0.005 cm wide, so points will be -at (-4.9975,-4.9975), (-4.9950,-4.9975), (-4.9925,-4.9975), etc. This is pointed -out to demonstrate that this plot may miss any features smaller than 0.005 cm, -since they could exist between pixel centers. More pixels can be used to resolve -finer features, but could result in larger files. - -The ``background``, ``col_spec``, and ``mask`` elements define how to set pixel -colors based on the cell ids at each pixel center. In this example, RGB colors -are specified for cells 1,2,3,4, and 7, a random color will be assigned to cells -5 and 6, and a black background color (``rgb="0 0 0"``) will be applied to -locations where no cell is defined. However, the ``mask`` element here says that -only cells 1,3,4,5, and 6 should be displayed, with other cells taking a white -color (``rgb="255 255 255"``), which overrides the ``col_spec`` for cell 2 and -the random color assigned to cell 7. - -After running OpenMC to obtain PPM files, images should be saved to another -format before using them elsewhere. This cuts down the size of the file by -orders of magnitude. Most image viewers and editors that can view PPM images -can also save to other formats (e.g. `Gimp `_, `IrfanView -`_, etc.). However, more likely the user will want to -convert to another format on the command line. This is easily accomplished with -the ``convert`` command available on most Linux distributions as part of the -`ImageMagick `_ package. (On -Ubuntu: ``sudo apt-get install imagemagick``). Images are then converted like: - -.. code-block:: sh - - convert myplot.ppm myplot.png - -Plotting in 3D --------------- - -.. image:: ../_images/3dgeomplot.png - :height: 200px - -See below for a simple example of a plots xml file that demonstrates the -capabilities of 3D voxel plots. - -.. code-block:: xml - - - - - - myplot - 0 0 0 - 10 10 10 - 500 500 500 - - - - -Voxel plots are built the same way 2D slice plots are, by determining the cell -or material id of a particle at the center of each voxel. In this example, the -space covered is the cube between the points (-5,-5,-5) and (5,5,5), with voxel -centers 10/500 = 0.02 cm apart. The HDF5 voxel files that are produced do not -specify any color - instead containing only material or cell ids (material id -in this example) - and thus the ``background``, ``col_spec``, and ``mask`` -elements are not used. If no cell is found at a voxel center, an id of -1 is -stored. - -The voxel plot data is written to an HDF5 file. The voxel file can subsequently -be converted into a standard mesh format that can be viewed in ParaView, Visit, -etc. This typically will compress the size of the file significantly. The -provided utility openmc-voxel-to-silovtk accomplishes this for SILO: - -.. code-block:: sh - - openmc-voxel-to-silovtk myplot.voxel -o output.silo - -and VTK file formats: - -.. code-block:: sh - - openmc-voxel-to-silovtk myplot.voxel --vtk -o output.vti - -To use this utility you need either - -* `Silomesh `_ - -or - -* `VTK `_ with python bindings. On debian derivatives, - these are easily obtained with ``sudo apt-get install python-vtk`` - -For the HDF5 file structure, see :ref:`io_voxel`. - -Once processed into a standard 3D file format, colors and masks can be defined -using the stored id numbers to better explore the geometry. The process for -doing this will depend on the 3D viewer, but should be straightforward. - -.. image:: ../_images/3dba.png - :height: 200px - -.. note:: 3D voxel plotting can be very computer intensive for the viewing - program (Visit, ParaView, etc.) if the number of voxels is large (>10 - million or so). Thus if you want an accurate picture that renders - smoothly, consider using only one voxel in a certain direction. For - instance, the 3D pin lattice figure at the beginning of this section - was generated with a 500x500x1 voxel mesh, which allows for resolution - of the cylinders without wasting too many voxels on the axial - dimension. - - -------------------- -Tally Visualization -------------------- +------------------------- +Working with State Points +------------------------- Tally results are saved in both a text file (tallies.out) as well as an HDF5 statepoint file. While the tallies.out file may be fine for simple tallies, in @@ -208,109 +41,12 @@ Plotting in 2D -------------- The :ref:`IPython notebook example ` also demonstrates -how to plot a mesh tally in two dimensions using the Python API. Note, however, -that there is also a script distributed with OpenMC, ``openmc-plot-mesh-tally``, -that provides an interactive GUI to explore and plot mesh tallies for any scores -and filter bins. +how to plot a mesh tally in two dimensions using the Python API. One can also +use the :ref:`scripts_plot` script which provides an interactive GUI to explore +and plot mesh tallies for any scores and filter bins. .. image:: ../_images/plotmeshtally.png - :height: 200px - -Plotting in 3D --------------- - -.. image:: ../_images/3dcore.png - :height: 200px - -As with 3D plots of the geometry, meshtally data needs to be put into a standard -format for viewing. The utility ``openmc-statepoint-3d`` is provided to -accomplish this for both VTK and SILO. By default ``openmc-statepoint-3d`` -processes a statepoint into a 3D file with all mesh tallies and filter/score -combinations, - -.. code-block:: sh - - openmc-statepoint-3d -o output.silo - openmc-statepoint-3d --vtk -o output.vtm - -but it also provides several command-line options to selectively process only -certain data arrays in order to keep file sizes down. - -.. code-block:: sh - - openmc-statepoint-3d --tallies 2,4 --scores 4.1,4.3 -o output.silo - openmc-statepoint-3d --filters 2.energyin.1 --vtk -o output.vtm - -All available options for specifying a subset of tallies, scores, and filters -can be listed with the ``--list`` or ``-l`` command line options. - -.. note:: Note that while SILO files can contain multiple meshes in one file, - VTK needs to use a multi-block dataset, which stores each mesh piece - in a different file in a subfolder. All meshes can be loaded at once - with the main VTM file, or each VTI file in the subfolder can be - loaded individually. - -Alternatively, the user can write their own Python script to manipulate the data -appropriately before insertion into a SILO or VTK file. For instance, if the -data has been extracted as was done in the 2D plotting example script above, a -SILO file can be created with: - -.. code-block:: python - - import silomesh as sm - sm.init_silo("fluxtally.silo") - sm.init_mesh('tally_mesh', *mesh.dimension, *mesh.lower_left, *mesh.upper_right) - sm.init_var('flux_tally_thermal') - for x in range(1,nx+1): - for y in range(1,ny+1): - for z in range(1,nz+1): - sm.set_value(float(thermal[(x,y,z)]),x,y,z) - sm.finalize_var() - sm.init_var('flux_tally_fast') - for x in range(1,nx+1): - for y in range(1,ny+1): - for z in range(1,nz+1): - sm.set_value(float(fast[(x,y,z)]),x,y,z) - sm.finalize_var() - sm.finalize_mesh() - sm.finalize_silo() - -and the equivalent VTK file with: - -.. code-block:: python - - import vtk - - grid = vtk.vtkImageData() - grid.SetDimensions(nx+1,ny+1,nz+1) - grid.SetOrigin(*mesh.lower_left) - grid.SetSpacing(*mesh.width) - - # vtk cell arrays have x on the inners, so we need to reorder the data - idata = {} - for x in range(nx): - for y in range(ny): - for z in range(nz): - i = z*nx*ny + y*nx + x - idata[i] = (x,y,z) - - vtkfastdata = vtk.vtkDoubleArray() - vtkfastdata.SetName("fast") - for i in range(nx*ny*nz): - vtkfastdata.InsertNextValue(fast[idata[i]]) - - vtkthermaldata = vtk.vtkDoubleArray() - vtkthermaldata.SetName("thermal") - for i in range(nx*ny*nz): - vtkthermaldata.InsertNextValue(thermal[idata[i]]) - - grid.GetCellData().AddArray(vtkfastdata) - grid.GetCellData().AddArray(vtkthermaldata) - - writer = vtk.vtkXMLImageDataWriter() - writer.SetInput(grid) - writer.SetFileName('tally.vti') - writer.Write() + :width: 400px Getting Data into MATLAB ------------------------ @@ -322,44 +58,40 @@ the process is straightforward. First extract the data using the Python API via file. Note that all arrays that are accessible in a statepoint are already in NumPy arrays that can be reshaped and dumped to MATLAB in one step. +.. _usersguide_track: + ---------------------------- Particle Track Visualization ---------------------------- .. image:: ../_images/Tracks.png - :height: 200px + :width: 400px OpenMC can dump particle tracks—the position of particles as they are -transported through the geometry. There are two ways to make OpenMC output +transported through the geometry. There are two ways to make OpenMC output tracks: all particle tracks through a command line argument or specific particle tracks through settings.xml. -Running OpenMC with the argument "-t", "-track", or "--track" will cause a track -file to be created for every particle transported in the code. +Running :ref:`scripts_openmc` with the argument ``-t`` or ``--track`` will cause +a track file to be created for every particle transported in the code. Be +careful as this will produce as many files as there are source particles in your +simulation. To identify a specific particle for which a track should be created, +set the :attr:`Settings.track` attribute to a tuple containing the batch, +generation, and particle number of the desired particle. For example, to create +a track file for particle 4 of batch 1 and generation 2:: -The settings.xml file can dictate that specific particle tracks are output. -These particles are specified within a ''track'' element. The ''track'' element -should contain triplets of integers specifying the batch, generation, and -particle numbers, respectively. For example, to output the tracks for particles -3 and 4 of batch 1 and generation 2 the settings.xml file should contain: + settings = openmc.Settings() + settings.track = (1, 2, 4) -.. code-block:: xml +To specify multiple particles, the length of the iterable should be a multiple +of three, e.g., if we wanted particles 3 and 4 from batch 1 and generation 2:: - - 1 2 3 - 1 2 4 - + settings.track = (1, 2, 3, 1, 2, 4) -After running OpenMC, the directory should contain a file of the form +After running OpenMC, the working directory will contain a file of the form "track_(batch #)_(generation #)_(particle #).h5" for each particle tracked. These track files can be converted into VTK poly data files with the -``openmc-track-to-vtk`` utility. The usage of ``openmc-track-to-vtk`` is of the -form "openmc-track-to-vtk [-o OUT] IN" where OUT is the optional output filename -and IN is one or more filenames describing track files. The default output name -is "track.pvtp". A common usage of track.py is "openmc-track-to-vtk track*.h5" -which will use the data from all binary track files in the directory to write a -"track.pvtp" VTK output file. The .pvtp file can then be read and plotted by 3d -visualization programs such as ParaView. +:ref:`scripts_track` script. ---------------------- Source Site Processing diff --git a/docs/source/usersguide/scripts.rst b/docs/source/usersguide/scripts.rst index b7cc1e9fc..73a07efbb 100644 --- a/docs/source/usersguide/scripts.rst +++ b/docs/source/usersguide/scripts.rst @@ -169,6 +169,8 @@ test suite. This script has the following optional arguments: -b, --batch Suppress standard in +.. _scripts_plot: + -------------------------- ``openmc-plot-mesh-tally`` -------------------------- @@ -177,14 +179,16 @@ test suite. This script has the following optional arguments: tallies. The path to the statepoint file can be provided as an optional arugment (if omitted, a file dialog will be presented). +.. _scripts_track: + ----------------------- ``openmc-track-to-vtk`` ----------------------- -This script converts HDF5 particle track files to VTK poly data that can be -viewed with ParaView or VisIt. The filenames of the particle track files should -be given as posititional arguments. The output filename can also be changed with -the ``-o`` flag: +This script converts HDF5 :ref:`particle track files ` to VTK +poly data that can be viewed with ParaView or VisIt. The filenames of the +particle track files should be given as posititional arguments. The output +filename can also be changed with the ``-o`` flag: -o OUT, --out OUT Output VTK poly filename From 7b67006472c67d29ddd843c7d53993466c0bffb2 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 3 Apr 2017 13:51:13 -0500 Subject: [PATCH 08/16] Add section on parallelization --- docs/source/usersguide/index.rst | 1 + docs/source/usersguide/install.rst | 2 + docs/source/usersguide/parallel.rst | 112 ++++++++++++++++++++++++++++ 3 files changed, 115 insertions(+) create mode 100644 docs/source/usersguide/parallel.rst diff --git a/docs/source/usersguide/index.rst b/docs/source/usersguide/index.rst index 38d04edca..c64db07c3 100644 --- a/docs/source/usersguide/index.rst +++ b/docs/source/usersguide/index.rst @@ -21,4 +21,5 @@ essential aspects of using OpenMC to perform simulations. plots scripts processing + parallel troubleshoot diff --git a/docs/source/usersguide/install.rst b/docs/source/usersguide/install.rst index 978b7a1cc..3fb65f4e3 100644 --- a/docs/source/usersguide/install.rst +++ b/docs/source/usersguide/install.rst @@ -245,6 +245,8 @@ should be used: .. _gcov: https://gcc.gnu.org/onlinedocs/gcc/Gcov.html +.. _usersguide_compile_mpi: + Compiling with MPI ++++++++++++++++++ diff --git a/docs/source/usersguide/parallel.rst b/docs/source/usersguide/parallel.rst new file mode 100644 index 000000000..68a6ef04e --- /dev/null +++ b/docs/source/usersguide/parallel.rst @@ -0,0 +1,112 @@ +.. _usersguide_parallel: + +=================== +Running in Parallel +=================== + +If you are running a simulation on a computer with multiple cores, multiple +sockets, or multiple nodes (i.e., a cluster), you can benefit from the fact that +OpenMC is able to use all available hardware resources if configured +correctly. OpenMC is capable of using both distributed-memory (`MPI +`_) and shared-memory (`OpenMP +`_) parallelism. If you are on a single-socket +workstation or a laptop, using shared-memory parallelism is likely +sufficient. On a multi-socket node, cluster, or supercomputer, chances are you +will need to use both distributed-memory (across nodes) and shared-memory +(within a single node) parallelism. + +---------------------------------- +Shared-Memory Parallelism (OpenMP) +---------------------------------- + +When using OpenMP, multiple threads will be launched and each is capable of +simulating a particle independently of all other threads. The primary benefit of +using OpenMP within a node is that it requires very little extra memory per +thread. To use OpenMP, you need to pass the ``-Dopenmp=on`` flag when running +``CMake``:: + +.. code-block:: sh + + cmake -Dopenmp=on /path/to/openmc/root + make + +The only requirement is that the Fortran compiler you use must support the +OpenMP 3.1 or higher standard. Most recent compilers do support the use of +OpenMP. + +To specify the number of threads at run-time, you can use the ``threads`` +argument to :func:`openmc.run`:: + + openmc.run(threads=8) + +If you're running :ref:`scripts_openmc` directly from the command line, you can +use the ``-s`` or ``--threads`` command-line argument. Alternatively, you can +use the :envvar:`OMP_NUM_THREADS` environment variable. If you do not specify +the number of threads, the OpenMP library will try to determine how many +hardware threads are available on your system and use that many threads. + +In general, it is recommended to use as many OpenMP threads as you have hardware +threads on your system. Notably, on a system with Intel hyperthreading, the +hyperthreads should be used and can be expected to provide a 10--30% performance +improvement over not using hyperthreads. + +------------------------------------ +Distributed-Memory Parallelism (MPI) +------------------------------------ + +MPI defines a library specification for message-passing between processes. There +are two major implementations of MPI, `OpenMPI `_ and +`MPICH `_. Both implementations are known to work with +OpenMC; there is no obvious reason to prefer one over the other. Building OpenMC +with support for MPI requires that you have one of these implementations +installed on your system. For instructions on obtaining MPI, see +:ref:`prerequisites`. Once you have an MPI implementation installed, compile +OpenMC following :ref:`usersguide_compile_mpi`. + +To run a simulation using MPI, :ref:`scripts_openmc` needs to be called using +the `mpiexec `_ +wrapper. For example, to run OpenMC using 32 processes:: + +.. code-block:: sh + + mpiexec -n 32 openmc + +The same thing can be achieved from the Python API by supplying the ``mpi_args`` +argument to :func:`openmc.run`:: + + openmc.run(mpi_args=['mpiexec', '-n', '32']) + +---------------------- +Maximizing Performance +---------------------- + +There are a number of things you can do to ensure that you obtain optimal +performance on a machine when running in parallel: + +- **Use OpenMP within each NUMA node**. Some large server processors have so + many cores that the last level cache is split to reduce memory latency. For + example, the Intel Xeon Haswell-EP_ architecture uses a snoop mode called + *cluster on die* where the L3 cache is split in half. Thus, in general, you + should use one MPI process per socket (and OpenMP within each socket), but for + these large processors, you will want to go one step further and use one + process per NUMA node. The Xeon Phi Knights Landing architecture uses a + similar concept called `sub NUMA clustering + `_. +- **Use a sufficiently large number of particles per generation**. Between + fission generations, a number of synchronization tasks take place. If the + number of particles per generation is too low and you are using many + processes/threads, the synchronization time may become non-negligible. +- **Use hardware threading if available**. +- **Use process binding**. When running with MPI, you should ensure that + processes are bound_ to a specific hardware region. This can be set using the + ``-bind-to`` (MPICH) or ``--bind-to`` (OpenMPI) option to ``mpiexec``. +- **Turn off generation of tallies.out**. For large simulations with millions of + tally bins or more, generating this ASCII file might consume considerable + time. You can turn off generation of ``tallies.out`` via the + :attr:`Settings.output` attribute:: + + settings = openmc.Settings() + settings.output = {'tallies': False} + +.. _Haswell-EP: http://www.anandtech.com/show/8423/intel-xeon-e5-version-3-up-to-18-haswell-ep-cores-/4 +.. _bound: https://wiki.mpich.org/mpich/index.php/Using_the_Hydra_Process_Manager#Process-core_Binding From a0a0a8076d0abfb4006f9b620a6f89883cba9a70 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 3 Apr 2017 14:21:15 -0500 Subject: [PATCH 09/16] Add pin cell, TRISO, and CANDU notebooks --- docs/source/examples/candu.ipynb | 1113 +++++++++++++++++++ docs/source/examples/candu.rst | 13 + docs/source/examples/index.rst | 31 +- docs/source/examples/pincell.ipynb | 1666 ++++++++++++++++++++++++++++ docs/source/examples/pincell.rst | 13 + docs/source/examples/triso.ipynb | 378 +++++++ docs/source/examples/triso.rst | 13 + 7 files changed, 3223 insertions(+), 4 deletions(-) create mode 100644 docs/source/examples/candu.ipynb create mode 100644 docs/source/examples/candu.rst create mode 100644 docs/source/examples/pincell.ipynb create mode 100644 docs/source/examples/pincell.rst create mode 100644 docs/source/examples/triso.ipynb create mode 100644 docs/source/examples/triso.rst diff --git a/docs/source/examples/candu.ipynb b/docs/source/examples/candu.ipynb new file mode 100644 index 000000000..f58d254f9 --- /dev/null +++ b/docs/source/examples/candu.ipynb @@ -0,0 +1,1113 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "In this example, we will create a typical CANDU bundle with rings of fuel pins. At present, OpenMC does not have a specialized lattice for this type of fuel arrangement, so we must resort to manual creation of the array of fuel pins." + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "%matplotlib inline\n", + "from math import pi, sin, cos\n", + "import numpy as np\n", + "import openmc" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Let's begin by creating the materials that will be used in our model." + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "fuel = openmc.Material(name='fuel')\n", + "fuel.add_element('U', 1.0)\n", + "fuel.add_element('O', 2.0)\n", + "fuel.set_density('g/cm3', 10.0)\n", + "\n", + "clad = openmc.Material(name='zircaloy')\n", + "clad.add_element('Zr', 1.0)\n", + "clad.set_density('g/cm3', 6.0)\n", + "\n", + "heavy_water = openmc.Material(name='heavy water')\n", + "heavy_water.add_nuclide('H2', 2.0)\n", + "heavy_water.add_nuclide('O16', 1.0)\n", + "heavy_water.add_s_alpha_beta('c_D_in_D2O')\n", + "heavy_water.set_density('g/cm3', 1.1)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "With out materials created, we'll now define key dimensions in our model. These dimensions are taken from the example in section 11.1.3 of the [Serpent manual](http://montecarlo.vtt.fi/download/Serpent_manual.pdf)." + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "# Outer radius of fuel and clad\n", + "r_fuel = 0.6122\n", + "r_clad = 0.6540\n", + "\n", + "# Pressure tube and calendria radii\n", + "pressure_tube_ir = 5.16890\n", + "pressure_tube_or = 5.60320\n", + "calendria_ir = 6.44780\n", + "calendria_or = 6.58750\n", + "\n", + "# Radius to center of each ring of fuel pins\n", + "ring_radii = np.array([0.0, 1.4885, 2.8755, 4.3305])" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "To begin creating the bundle, we'll first create annular regions completely filled with heavy water and add in the fuel pins later. The radii that we've specified above correspond to the center of each ring. We actually need to create cylindrical surfaces at radii that are half-way between the centers." + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "# These are the surfaces that will divide each of the rings\n", + "radial_surf = [openmc.ZCylinder(R=r) for r in\n", + " (ring_radii[:-1] + ring_radii[1:])/2]\n", + "\n", + "water_cells = []\n", + "for i in range(ring_radii.size):\n", + " # Create annular region\n", + " if i == 0:\n", + " water_region = -radial_surf[i]\n", + " elif i == ring_radii.size - 1:\n", + " water_region = +radial_surf[i-1]\n", + " else:\n", + " water_region = +radial_surf[i-1] & -radial_surf[i]\n", + " \n", + " water_cells.append(openmc.Cell(fill=heavy_water, region=water_region))" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Let's see what our geometry looks like so far. In order to plot the geometry, we create a universe that contains the annular water cells and then use the `Universe.plot()` method. While we're at it, we'll set some keyword arguments that can be reused for later plots." + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "image/png": "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\nAABJRU5ErkJggg==\n", + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "plot_args = {\n", + " 'width': (2*calendria_or, 2*calendria_or),\n", + " 'colors': {\n", + " fuel: 'black',\n", + " clad: 'silver',\n", + " heavy_water: 'blue'\n", + " }\n", + " }\n", + "bundle_universe = openmc.Universe(cells=water_cells)\n", + "bundle_universe.plot(**plot_args)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now we need to create a universe that contains a fuel pin. Note that we don't actually need to put water outside of the cladding in this universe because it will be truncated by a higher universe." + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "surf_fuel = openmc.ZCylinder(R=r_fuel)\n", + "\n", + "fuel_cell = openmc.Cell(fill=fuel, region=-surf_fuel)\n", + "clad_cell = openmc.Cell(fill=clad, region=+surf_fuel)\n", + "\n", + "pin_universe = openmc.Universe(cells=(fuel_cell, clad_cell))" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "image/png": "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\nCY6OTgAAAABJRU5ErkJggg==\n", + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "pin_universe.plot(**plot_args)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "The code below works through each ring to create a cell containing the fuel pin universe. As each fuel pin is created, we modify the region of the water cell to include everything outside the fuel pin." + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "num_pins = [1, 6, 12, 18]\n", + "angles = [0, 0, 15, 0]\n", + "\n", + "for i, (r, n, a) in enumerate(zip(ring_radii, num_pins, angles)):\n", + " for j in range(n):\n", + " # Determine location of center of pin\n", + " theta = (a + j/n*360.) * pi/180.\n", + " x = r*cos(theta)\n", + " y = r*sin(theta)\n", + " \n", + " pin_boundary = openmc.ZCylinder(x0=x, y0=y, R=r_clad)\n", + " water_cells[i].region &= +pin_boundary\n", + " \n", + " # Create each fuel pin -- note that we explicitly assign an ID so \n", + " # that we can identify the pin later when looking at tallies\n", + " pin = openmc.Cell(fill=pin_universe, region=-pin_boundary)\n", + " pin.translation = (x, y, 0)\n", + " pin.id = (i + 1)*100 + j\n", + " bundle_universe.add_cell(pin)" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "image/png": "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\n", + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "bundle_universe.plot(**plot_args)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Looking pretty good! Finally, we create cells for the pressure tube and calendria and then put our bundle in the middle of the pressure tube." + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "pt_inner = openmc.ZCylinder(R=pressure_tube_ir)\n", + "pt_outer = openmc.ZCylinder(R=pressure_tube_or)\n", + "calendria_inner = openmc.ZCylinder(R=calendria_ir)\n", + "calendria_outer = openmc.ZCylinder(R=calendria_or, boundary_type='vacuum')\n", + "\n", + "bundle = openmc.Cell(fill=bundle_universe, region=-pt_inner)\n", + "pressure_tube = openmc.Cell(fill=clad, region=+pt_inner & -pt_outer)\n", + "v1 = openmc.Cell(region=+pt_outer & -calendria_inner)\n", + "calendria = openmc.Cell(fill=clad, region=+calendria_inner & -calendria_outer)\n", + "\n", + "root_universe = openmc.Universe(cells=[bundle, pressure_tube, v1, calendria])" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Let's look at the final product. We'll export our geometry and materials and then use `plot_inline()` to get a nice-looking plot." + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "geom = openmc.Geometry(root_universe)\n", + "geom.export_to_xml()\n", + "\n", + "mats = openmc.Materials(geom.get_all_materials().values())\n", + "mats.export_to_xml()" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "image/png": "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\nYII=\n", + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "p = openmc.Plot.from_geometry(geom)\n", + "p.color_by = 'material'\n", + "p.colors = plot_args['colors']\n", + "openmc.plot_inline(p)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Interpreting Results\n", + "\n", + "One of the difficulties of a geometry like this is identifying tally results when there was no lattice involved. To address this, we specifically gave an ID to each fuel pin of the form 100\\*ring + azimuthal position. Consequently, we can use a distribcell tally and then look at our `DataFrame` which will show these cell IDs." + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "settings = openmc.Settings()\n", + "settings.particles = 1000\n", + "settings.batches = 20\n", + "settings.inactive = 10\n", + "settings.source = openmc.Source(space=openmc.stats.Point())\n", + "settings.export_to_xml()" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "fuel_tally = openmc.Tally()\n", + "fuel_tally.filters = [openmc.DistribcellFilter(fuel_cell.id)]\n", + "fuel_tally.scores = ['flux']\n", + "\n", + "tallies = openmc.Tallies([fuel_tally])\n", + "tallies.export_to_xml()" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "text/plain": [ + "0" + ] + }, + "execution_count": 15, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "openmc.run(output=False)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "The return code of `0` indicates that OpenMC ran successfully. Now let's load the statepoint into a `openmc.StatePoint` object and use the `Tally.get_pandas_dataframe(...)` method to see our results." + ] + }, + { + "cell_type": "code", + "execution_count": 16, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "sp = openmc.StatePoint('statepoint.{}.h5'.format(settings.batches))" + ] + }, + { + "cell_type": "code", + "execution_count": 17, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
level 1level 2level 3distribcellnuclidescoremeanstd. dev.
univcellunivcellunivcell
idididididid
010002100431000010010001100040totalflux0.2078050.007037
110002100431000020010001100041totalflux0.1971970.005272
210002100431000020110001100042totalflux0.1903100.007816
310002100431000020210001100043totalflux0.1947360.006469
410002100431000020310001100044totalflux0.1910970.006431
510002100431000020410001100045totalflux0.1899100.004891
610002100431000020510001100046totalflux0.1822030.003851
710002100431000030010001100047totalflux0.1659220.005815
810002100431000030110001100048totalflux0.1689330.008300
910002100431000030210001100049totalflux0.1595870.003085
10100021004310000303100011000410totalflux0.1591580.005910
11100021004310000304100011000411totalflux0.1485370.005308
12100021004310000305100011000412totalflux0.1509450.006654
13100021004310000306100011000413totalflux0.1542370.003665
14100021004310000307100011000414totalflux0.1658880.004733
15100021004310000308100011000415totalflux0.1567770.006540
16100021004310000309100011000416totalflux0.1652770.005935
17100021004310000310100011000417totalflux0.1565280.005732
18100021004310000311100011000418totalflux0.1596100.004584
19100021004310000400100011000419totalflux0.0965970.004466
20100021004310000401100011000420totalflux0.1182140.005451
21100021004310000402100011000421totalflux0.1061670.004722
22100021004310000403100011000422totalflux0.1108140.004208
23100021004310000404100011000423totalflux0.1123190.005079
24100021004310000405100011000424totalflux0.1102320.004153
25100021004310000406100011000425totalflux0.0999670.005085
26100021004310000407100011000426totalflux0.0954440.003615
27100021004310000408100011000427totalflux0.0926200.003997
28100021004310000409100011000428totalflux0.0955170.004022
29100021004310000410100011000429totalflux0.1137370.009530
30100021004310000411100011000430totalflux0.1083680.007241
31100021004310000412100011000431totalflux0.1069900.005716
32100021004310000413100011000432totalflux0.1120500.005002
33100021004310000414100011000433totalflux0.1150540.006239
34100021004310000415100011000434totalflux0.1143940.004919
35100021004310000416100011000435totalflux0.1143520.005322
36100021004310000417100011000436totalflux0.1108900.005051
\n", + "
" + ], + "text/plain": [ + " level 1 level 2 level 3 distribcell nuclide score \\\n", + " univ cell univ cell univ cell \n", + " id id id id id id \n", + "0 10002 10043 10000 100 10001 10004 0 total flux \n", + "1 10002 10043 10000 200 10001 10004 1 total flux \n", + "2 10002 10043 10000 201 10001 10004 2 total flux \n", + "3 10002 10043 10000 202 10001 10004 3 total flux \n", + "4 10002 10043 10000 203 10001 10004 4 total flux \n", + "5 10002 10043 10000 204 10001 10004 5 total flux \n", + "6 10002 10043 10000 205 10001 10004 6 total flux \n", + "7 10002 10043 10000 300 10001 10004 7 total flux \n", + "8 10002 10043 10000 301 10001 10004 8 total flux \n", + "9 10002 10043 10000 302 10001 10004 9 total flux \n", + "10 10002 10043 10000 303 10001 10004 10 total flux \n", + "11 10002 10043 10000 304 10001 10004 11 total flux \n", + "12 10002 10043 10000 305 10001 10004 12 total flux \n", + "13 10002 10043 10000 306 10001 10004 13 total flux \n", + "14 10002 10043 10000 307 10001 10004 14 total flux \n", + "15 10002 10043 10000 308 10001 10004 15 total flux \n", + "16 10002 10043 10000 309 10001 10004 16 total flux \n", + "17 10002 10043 10000 310 10001 10004 17 total flux \n", + "18 10002 10043 10000 311 10001 10004 18 total flux \n", + "19 10002 10043 10000 400 10001 10004 19 total flux \n", + "20 10002 10043 10000 401 10001 10004 20 total flux \n", + "21 10002 10043 10000 402 10001 10004 21 total flux \n", + "22 10002 10043 10000 403 10001 10004 22 total flux \n", + "23 10002 10043 10000 404 10001 10004 23 total flux \n", + "24 10002 10043 10000 405 10001 10004 24 total flux \n", + "25 10002 10043 10000 406 10001 10004 25 total flux \n", + "26 10002 10043 10000 407 10001 10004 26 total flux \n", + "27 10002 10043 10000 408 10001 10004 27 total flux \n", + "28 10002 10043 10000 409 10001 10004 28 total flux \n", + "29 10002 10043 10000 410 10001 10004 29 total flux \n", + "30 10002 10043 10000 411 10001 10004 30 total flux \n", + "31 10002 10043 10000 412 10001 10004 31 total flux \n", + "32 10002 10043 10000 413 10001 10004 32 total flux \n", + "33 10002 10043 10000 414 10001 10004 33 total flux \n", + "34 10002 10043 10000 415 10001 10004 34 total flux \n", + "35 10002 10043 10000 416 10001 10004 35 total flux \n", + "36 10002 10043 10000 417 10001 10004 36 total flux \n", + "\n", + " mean std. dev. \n", + " \n", + " \n", + "0 2.08e-01 7.04e-03 \n", + "1 1.97e-01 5.27e-03 \n", + "2 1.90e-01 7.82e-03 \n", + "3 1.95e-01 6.47e-03 \n", + "4 1.91e-01 6.43e-03 \n", + "5 1.90e-01 4.89e-03 \n", + "6 1.82e-01 3.85e-03 \n", + "7 1.66e-01 5.82e-03 \n", + "8 1.69e-01 8.30e-03 \n", + "9 1.60e-01 3.09e-03 \n", + "10 1.59e-01 5.91e-03 \n", + "11 1.49e-01 5.31e-03 \n", + "12 1.51e-01 6.65e-03 \n", + "13 1.54e-01 3.67e-03 \n", + "14 1.66e-01 4.73e-03 \n", + "15 1.57e-01 6.54e-03 \n", + "16 1.65e-01 5.94e-03 \n", + "17 1.57e-01 5.73e-03 \n", + "18 1.60e-01 4.58e-03 \n", + "19 9.66e-02 4.47e-03 \n", + "20 1.18e-01 5.45e-03 \n", + "21 1.06e-01 4.72e-03 \n", + "22 1.11e-01 4.21e-03 \n", + "23 1.12e-01 5.08e-03 \n", + "24 1.10e-01 4.15e-03 \n", + "25 1.00e-01 5.08e-03 \n", + "26 9.54e-02 3.62e-03 \n", + "27 9.26e-02 4.00e-03 \n", + "28 9.55e-02 4.02e-03 \n", + "29 1.14e-01 9.53e-03 \n", + "30 1.08e-01 7.24e-03 \n", + "31 1.07e-01 5.72e-03 \n", + "32 1.12e-01 5.00e-03 \n", + "33 1.15e-01 6.24e-03 \n", + "34 1.14e-01 4.92e-03 \n", + "35 1.14e-01 5.32e-03 \n", + "36 1.11e-01 5.05e-03 " + ] + }, + "execution_count": 17, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "t = sp.get_tally()\n", + "t.get_pandas_dataframe()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We can see that in the 'level 2' column, the 'cell id' tells us how each row corresponds to a ring and azimuthal position." + ] + } + ], + "metadata": { + "anaconda-cloud": {}, + "kernelspec": { + "display_name": "Python [default]", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.5.2" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/docs/source/examples/candu.rst b/docs/source/examples/candu.rst new file mode 100644 index 000000000..791e0073b --- /dev/null +++ b/docs/source/examples/candu.rst @@ -0,0 +1,13 @@ +.. _notebook_candu: + +======================= +Modeling a CANDU Bundle +======================= + +.. only:: html + + .. notebook:: candu.ipynb + +.. only:: latex + + IPython notebooks must be viewed in the online HTML documentation. diff --git a/docs/source/examples/index.rst b/docs/source/examples/index.rst index 720909284..5c1efb57c 100644 --- a/docs/source/examples/index.rst +++ b/docs/source/examples/index.rst @@ -9,19 +9,42 @@ features via the :ref:`pythonapi`. .. _Jupyter: https://jupyter.org/ +----------- +Basic Usage +----------- + .. toctree:: :maxdepth: 1 + pincell post-processing pandas-dataframes tally-arithmetic + search + triso + candu + nuclear-data + +------------------------------------ +Multi-Group Cross Section Generation +------------------------------------ + +.. toctree:: + :maxdepth: 1 + mgxs-part-i mgxs-part-ii mgxs-part-iii + mdgxs-part-i + mdgxs-part-ii + +---------------- +Multi-Group Mode +---------------- + +.. toctree:: + :maxdepth: 1 + mg-mode-part-i mg-mode-part-ii mg-mode-part-iii - mdgxs-part-i - mdgxs-part-ii - search - nuclear-data diff --git a/docs/source/examples/pincell.ipynb b/docs/source/examples/pincell.ipynb new file mode 100644 index 000000000..a73104542 --- /dev/null +++ b/docs/source/examples/pincell.ipynb @@ -0,0 +1,1666 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "This notebook is intended to demonstrate the basic features of the Python API for constructing input files and running OpenMC. In it, we will show how to create a basic reflective pin-cell model that is equivalent to modeling an infinite array of fuel pins. If you have never used OpenMC, this can serve as a good starting point to learn the Python API. We highly recommend having a copy of the [Python API reference documentation](http://openmc.readthedocs.org/en/latest/pythonapi/index.html) open in another browser tab that you can refer to." + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "%matplotlib inline\n", + "import openmc" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Defining Materials\n", + "\n", + "Materials in OpenMC are defined as a set of nuclides or elements with specified atom/weight fractions. There are two ways we can go about adding nuclides or elements to materials. The first way involves creating `Nuclide` or `Element` objects explicitly." + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "u235 = openmc.Nuclide('U235')\n", + "u238 = openmc.Nuclide('U238')\n", + "o16 = openmc.Nuclide('O16')\n", + "zr = openmc.Element('Zr')\n", + "h1 = openmc.Nuclide('H1')" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now that we have all the nuclides/elements that we need, we can start creating materials. In OpenMC, many objects are identified by a \"unique ID\" that is simply just a positive integer. These IDs are used when exporting XML files that the solver reads in. They also appear in the output and can be used for identification. Assigning an ID is required -- we can also give a `name` as well." + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Material\n", + "\tID =\t1\n", + "\tName =\tuo2\n", + "\tTemperature =\tNone\n", + "\tDensity =\tNone []\n", + "\tS(a,b) Tables \n", + "\tNuclides \n", + "\tElements \n", + "\n" + ] + } + ], + "source": [ + "uo2 = openmc.Material(1, \"uo2\")\n", + "print(uo2)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "On the XML side, you have no choice but to supply an ID. However, in the Python API, if you don't give an ID, one will be automatically generated for you:" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Material\n", + "\tID =\t10000\n", + "\tName =\t\n", + "\tTemperature =\tNone\n", + "\tDensity =\tNone []\n", + "\tS(a,b) Tables \n", + "\tNuclides \n", + "\tElements \n", + "\n" + ] + } + ], + "source": [ + "mat = openmc.Material()\n", + "print(mat)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We see that an ID of 10000 was automatically assigned. Let's now move on to adding nuclides to our `uo2` material. The `Material` object has a method `add_nuclide()` whose first argument is the nuclide and second argument is the atom or weight fraction." + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Help on method add_nuclide in module openmc.material:\n", + "\n", + "add_nuclide(nuclide, percent, percent_type='ao') method of openmc.material.Material instance\n", + " Add a nuclide to the material\n", + " \n", + " Parameters\n", + " ----------\n", + " nuclide : str or openmc.Nuclide\n", + " Nuclide to add\n", + " percent : float\n", + " Atom or weight percent\n", + " percent_type : {'ao', 'wo'}\n", + " 'ao' for atom percent and 'wo' for weight percent\n", + "\n" + ] + } + ], + "source": [ + "help(uo2.add_nuclide)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We see that by default it assumes we want an atom fraction." + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "# Add nuclides to uo2\n", + "uo2.add_nuclide(u235, 0.03)\n", + "uo2.add_nuclide(u238, 0.97)\n", + "uo2.add_nuclide(o16, 2.0)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now we need to assign a total density to the material. We'll use the `set_density` for this." + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "uo2.set_density('g/cm3', 10.0)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "You may sometimes be given a material specification where all the nuclide densities are in units of atom/b-cm. In this case, you just want the density to be the sum of the constituents. In that case, you can simply run `mat.set_density('sum')`.\n", + "\n", + "With UO2 finished, let's now create materials for the clad and coolant. Note the use of `add_element()` for zirconium." + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "zirconium = openmc.Material(2, \"zirconium\")\n", + "zirconium.add_element(zr, 1.0)\n", + "zirconium.set_density('g/cm3', 6.6)\n", + "\n", + "water = openmc.Material(3, \"h2o\")\n", + "water.add_nuclide(h1, 2.0)\n", + "water.add_nuclide(o16, 1.0)\n", + "water.set_density('g/cm3', 1.0)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "An astute observer might now point out that this water material we just created will only use free-atom cross sections. We need to tell it to use an $S(\\alpha,\\beta)$ table so that the bound atom cross section is used at thermal energies. To do this, there's an `add_s_alpha_beta()` method. Note the use of the GND-style name \"c_H_in_H2O\"." + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "water.add_s_alpha_beta('c_H_in_H2O')" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "So far you've seen the \"hard\" way to create a material. The \"easy\" way is to just pass strings to `add_nuclide()` and `add_element()` -- they are implicitly coverted to `Nuclide` and `Element` objects. For example, we could have created our UO2 material as follows:" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "uo2 = openmc.Material(1, \"uo2\")\n", + "uo2.add_nuclide('U235', 0.03)\n", + "uo2.add_nuclide('U238', 0.97)\n", + "uo2.add_nuclide('O16', 2.0)\n", + "uo2.set_density('g/cm3', 10.0)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "When we go to run the transport solver in OpenMC, it is going to look for a `materials.xml` file. Thus far, we have only created objects in memory. To actually create a `materials.xml` file, we need to instantiate a `Materials` collection and export it to XML." + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "mats = openmc.Materials([uo2, zirconium, water])" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Note that `Materials` is actually a subclass of Python's built-in `list`, so we can use methods like `append()`, `insert()`, `pop()`, etc." + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "text/plain": [ + "True" + ] + }, + "execution_count": 12, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "mats = openmc.Materials()\n", + "mats.append(uo2)\n", + "mats += [zirconium, water]\n", + "isinstance(mats, list)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Finally, we can create the XML file with the `export_to_xml()` method. In a Jupyter notebook, we can run a shell command by putting `!` before it, so in this case we are going to display the `materials.xml` file that we created." + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\r\n", + "\r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + "\r\n" + ] + } + ], + "source": [ + "mats.export_to_xml()\n", + "!cat materials.xml" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Element Expansion\n", + "\n", + "Did you notice something really cool that happened to our Zr element? OpenMC automatically turned it into a list of nuclides when it exported it! The way this feature works is as follows:\n", + "\n", + "- First, it checks whether `Materials.cross_sections` has been set, indicating the path to a `cross_sections.xml` file.\n", + "- If `Materials.cross_sections` isn't set, it looks for the `OPENMC_CROSS_SECTIONS` environment variable.\n", + "- If either of these are found, it scans the file to see what nuclides are actually available and will expand elements accordingly.\n", + "\n", + "Let's see what happens if we change O16 in water to elemental O." + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\r\n", + "\r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + "\r\n" + ] + } + ], + "source": [ + "water.remove_nuclide(openmc.Nuclide('O16'))\n", + "water.add_element('O', 1.0)\n", + "\n", + "mats.export_to_xml()\n", + "!cat materials.xml" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We see that now O16 and O17 were automatically added. O18 is missing because our cross sections file (which is based on ENDF/B-VII.1) doesn't have O18. If OpenMC didn't know about the cross sections file, it would have assumed that all isotopes exist." + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### The `cross_sections.xml` file\n", + "\n", + "The `cross_sections.xml` tells OpenMC where it can find nuclide cross sections and $S(\\alpha,\\beta)$ tables. It serves the same purpose as MCNP's `xsdir` file and Serpent's `xsdata` file. As we mentioned, this can be set either by the `OPENMC_CROSS_SECTIONS` environment variable or the `Materials.cross_sections` attribute.\n", + "\n", + "Let's have a look at what's inside this file:" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " ...\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "\n" + ] + } + ], + "source": [ + "!cat $OPENMC_CROSS_SECTIONS | head -n 10\n", + "print(' ...')\n", + "!cat $OPENMC_CROSS_SECTIONS | tail -n 10" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Enrichment\n", + "\n", + "Note that the `add_element()` method has a special argument `enrichment` that can be used for Uranium. For example, if we know that we want to create 3% enriched UO2, the following would work:" + ] + }, + { + "cell_type": "code", + "execution_count": 16, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "uo2_three = openmc.Material()\n", + "uo2_three.add_element('U', 1.0, enrichment=3.0)\n", + "uo2_three.add_element('O', 2.0)\n", + "uo2_three.set_density('g/cc', 10.0)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Defining Geometry\n", + "\n", + "At this point, we have three materials defined, exported to XML, and ready to be used in our model. To finish our model, we need to define the geometric arrangement of materials. OpenMC represents physical volumes using constructive solid geometry (CSG), also known as combinatorial geometry. The object that allows us to assign a material to a region of space is called a `Cell` (same concept in MCNP, for those familiar). In order to define a region that we can assign to a cell, we must first define surfaces which bound the region. A *surface* is a locus of zeros of a function of Cartesian coordinates $x$, $y$, and $z$, e.g.\n", + "\n", + "- A plane perpendicular to the x axis: $x - x_0 = 0$\n", + "- A cylinder perpendicular to the z axis: $(x - x_0)^2 + (y - y_0)^2 - R^2 = 0$\n", + "- A sphere: $(x - x_0)^2 + (y - y_0)^2 + (z - z_0)^2 - R^2 = 0$\n", + "\n", + "Between those three classes of surfaces (planes, cylinders, spheres), one can construct a wide variety of models. It is also possible to define cones and general second-order surfaces (torii are not currently supported).\n", + "\n", + "Note that defining a surface is not sufficient to specify a volume -- in order to define an actual volume, one must reference the half-space of a surface. A surface *half-space* is the region whose points satisfy a positive of negative inequality of the surface equation. For example, for a sphere of radius one centered at the origin, the surface equation is $f(x,y,z) = x^2 + y^2 + z^2 - 1 = 0$. Thus, we say that the negative half-space of the sphere, is defined as the collection of points satisfying $f(x,y,z) < 0$, which one can reason is the inside of the sphere. Conversely, the positive half-space of the sphere would correspond to all points outside of the sphere.\n", + "\n", + "Let's go ahead and create a sphere and confirm that we've told you is true." + ] + }, + { + "cell_type": "code", + "execution_count": 17, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "sph = openmc.Sphere(R=1.0)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Note that by default the sphere is centered at the origin so we didn't have to supply `x0`, `y0`, or `z0` arguments. Strictly speaking, we could have omitted `R` as well since it defaults to one. To get the negative or positive half-space, we simply need to apply the `-` or `+` unary operators, respectively.\n", + "\n", + "(NOTE: Those unary operators are defined by special methods: `__pos__` and `__neg__` in this case)." + ] + }, + { + "cell_type": "code", + "execution_count": 18, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "inside_sphere = -sph\n", + "outside_sphere = +sph" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now let's see if `inside_sphere` actually contains points inside the sphere:" + ] + }, + { + "cell_type": "code", + "execution_count": 19, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "True False\n", + "False True\n" + ] + } + ], + "source": [ + "print((0,0,0) in inside_sphere, (0,0,2) in inside_sphere)\n", + "print((0,0,0) in outside_sphere, (0,0,2) in outside_sphere)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Everything works as expected! Now that we understand how to create half-spaces, we can create more complex volumes by combining half-spaces using Boolean operators: `&` (intersection), `|` (union), and `~` (complement). For example, let's say we want to define a region that is the top part of the sphere (all points inside the sphere that have $z > 0$." + ] + }, + { + "cell_type": "code", + "execution_count": 20, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "z_plane = openmc.ZPlane(z0=0)\n", + "northern_hemisphere = -sph & +z_plane" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "For many regions, OpenMC can automatically determine a bounding box. To get the bounding box, we use the `bounding_box` property of a region, which returns a tuple of the lower-left and upper-right Cartesian coordinates for the bounding box:" + ] + }, + { + "cell_type": "code", + "execution_count": 21, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "text/plain": [ + "(array([-1., -1., 0.]), array([ 1., 1., 1.]))" + ] + }, + "execution_count": 21, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "northern_hemisphere.bounding_box" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now that we see how to create volumes, we can use them to create a cell." + ] + }, + { + "cell_type": "code", + "execution_count": 22, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "cell = openmc.Cell()\n", + "cell.region = northern_hemisphere\n", + "\n", + "# or...\n", + "cell = openmc.Cell(region=northern_hemisphere)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "By default, the cell is not filled by any material (void). In order to assign a material, we set the `fill` property of a `Cell`." + ] + }, + { + "cell_type": "code", + "execution_count": 23, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "cell.fill = water" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Universes and in-line plotting" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "A collection of cells is known as a universe (again, this will be familiar to MCNP/Serpent users) and can be used as a repeatable unit when creating a model. Although we don't need it yet, the benefit of creating a universe is that we can visualize our geometry while we're creating it." + ] + }, + { + "cell_type": "code", + "execution_count": 24, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "universe = openmc.Universe()\n", + "universe.add_cell(cell)\n", + "\n", + "# this also works\n", + "universe = openmc.Universe(cells=[cell])" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "The `Universe` object has a `plot` method that will display our the universe as current constructed:" + ] + }, + { + "cell_type": "code", + "execution_count": 25, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "image/png": "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\nRK5CYII=\n", + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "universe.plot(width=(2.0, 2.0))" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "By default, the plot will appear in the $x$-$y$ plane. We can change that with the `basis` argument." + ] + }, + { + "cell_type": "code", + "execution_count": 26, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "image/png": "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\nAElFTkSuQmCC\n", + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "universe.plot(width=(2.0, 2.0), basis='xz')" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "If we have particular fondness for, say, fuchsia, we can tell the `plot()` method to make our cell that color." + ] + }, + { + "cell_type": "code", + "execution_count": 27, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAARUAAAD8CAYAAABZ0jAcAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAD8BJREFUeJzt3X+MHOV9x/HPpwT+qItKwcY4BKtBskIdKaF4ZVxqNbgJ\nCFtNXFetZKuCKIpkUYWoQVUlS0g0f7ZEaSSqhMhprQapIWoVnCBioL6olZtGTrlDxj4HCIYahauL\nDYlME6qkbr/9Y+fCcOzezt48O7/2/ZJWtzszz+4zO7Ofe2Z3Z7+OCAFAKr9QdwcAdAuhAiApQgVA\nUoQKgKQIFQBJESoAkkoSKrYP2D5re37IfNu+3/Yp28dt35Cbd5vt57J5+1L0B0B9Uo1U/lbSbcvM\n3y5pQ3bZK+kBSbJ9kaTPZ/M3Stpje2OiPgGoQZJQiYgjkn64zCI7JT0YfUclXWZ7naTNkk5FxIsR\n8TNJX82WBdBS76joca6W9IPc7ZezaYOm3zjoDmzvVX+Uo1WrVm267rrrJtNTFDc3ofvdNKH7RWFz\nc3OvRsSalbStKlRKi4j9kvZLUq/Xi9nZ2Zp7NAVc0+OOCivOLJk42y+ttG1VobIg6Zrc7Xdl0y4e\nMh1VqytAVmJQXwmaxqjqI+VHJN2RfQq0RdL5iDgj6UlJG2y/2/YlknZny2LSvOTSdl1bnxZLMlKx\n/ZCkmyWttv2ypD9TfxSiiPiipEOSdkg6JekNSR/L5l2wfZekJyRdJOlARJxM0SfkTOOLjNFMbZKE\nSkTsGTE/JH1iyLxD6ocOUprGIBkl/5wQMBPDN2oBJNWaT39QECOUYhafJ0YsyREqXUCQrByHRMkR\nKm1FkKRHwCRBqLQJQVIdAmbFCJU2IEzqxfsvYyFUmowwaRbCpRA+Um4qAqW52DbLYqTSJOys7cGo\nZShCpQkIk/biDd234fCnbgRKd7AtJTFSqQ87YDdxWMRIBUBajFSqxghlOkzxiIWRSpUIlOkzhduc\nUKnKFO5cyEzZtufwZ9KmbIfCEFN0OESoTAphgkGmIFxSlT1dtnSp7T+1fSy7zNv+X9uXZ/NO2z6R\nzetG3Q0CBaN0eB8pPVLJlS69Rf1iYE/afiQivre4TER8RtJnsuU/LOnuiMhXNNwWEa+W7UsjdHhn\nQWJWJ0csKUYq45Yu3SPpoQSP2yyUhsBKdHC/SREqw0qavo3tX1S/kPvXcpND0oztuay0aft0bKdA\nDTq0D1X9Ru2HJf3rkkOfrRGxYPtKSYdtP5sVfH+LfC3l9evXV9PbIjq0M6BmHTkcSjFSGVbSdJDd\nWnLoExEL2d+zkg6qfzj1NhGxPyJ6EdFbs2ZFdaPTI1CQWgf2qRShUqh0qe1flvQBSd/ITVtl+9LF\n65JulTSfoE8AalL68GdY6VLbd2bzv5gtukvSP0bET3LN10o6aHuxL1+JiMfL9qkSHfiPgoZq+WGQ\n+xVJ26XX68XsbI1faSFQUIUaX5q25yKit5K2nPszLgIFVWnpvsbX9Itq6QZGy7Xwa/2MVIogUFC3\nFu2DhMooLdqY6LiW7IuEynJashExRVqwTxIqAJIiVIZpwX8ETKmG75uEyiAN32hAk/dRQmWpBm8s\n4C0auq8SKgCSIlTyGpr8wFAN3GcJFQBJESqLGpj4QCEN23cJFalxGwUYW4P2YUKlQRsDKKUh+zKh\nAiCp6f3pg4akOpBUA34qgZEKgKSmM1QYpaDratzHq6qlfLPt87l6yvcWbZscgYJpUdO+Xkkt5cy/\nRMTvrLAtgJaoo5ZyqrbjY5SCaVPDPl9lLeWbbB+3/Zjt947ZVrb32p61PXvu3LkE3QYwCVW9UfuU\npPUR8T5JfyXp6+PeQSPLngJ4m0pqKUfE6xHx4+z6IUkX215dpG0yHPpgWlW871dSS9n2Vc5qm9re\nnD3ua0XaJkGgYNpV+Bqoqpby70v6I9sXJP23pN3Rr7c6sG3ZPgGoT/drKTNKAd5U8OVOLWUAjdHt\nUGGUArxVBa+JbocKgMoRKgCS6m6ocOgDDDbh10Z3QwVALQgVAEl1M1Q49AGWN8HXSDdDBUBtCBUA\nSXUvVDj0AYqZ0Gule6ECoFbdqfvDCAUY3wTqBDFSAZAUoQIgqW6ECoc+QDkJX0PdCBUAjUGoAEiq\nqrKnf5jV/Dlh+zu235+bdzqbfsx2wd+IBNBUVZU9/XdJH4iIH9neLmm/pBtz87dFxKtl+wKgfpWU\nPY2I70TEj7KbR9Wv75MGb9ICaSR6LVVZ9nTRxyU9lrsdkmZsz9neO6wRZU+Bdqj0G7W2t6kfKltz\nk7dGxILtKyUdtv1sRBxZ2jYi9qt/2KRer9e+uiLAlKik7Kkk2X6fpL+WtDMiXlucHhEL2d+zkg6q\nfzgFoKWqKnu6XtLDkm6PiO/npq+yfenidUm3Spov/Mi8nwKkleA1VVXZ03slXSHpC1lJ5QtZ9bO1\nkg5m094h6SsR8XjZPgGoT7vLnjJSAdILyp4CaBBCBUBS7Q0VDn2AySj52mpvqABoJEIFQFKECoCk\nCBUASREqAJIiVAAkRagASKqdoTJXdweAbtukTZtW2radoQKgsQgVAEkRKgCSIlQAJEWoAEiKUAGQ\nFKECIKmqyp7a9v3Z/OO2byjaFkC7lA6VXNnT7ZI2Stpje+OSxbZL2pBd9kp6YIy2AFqkkrKn2e0H\no++opMtsryvYFkCLpKhQOKjs6Y0Flrm6YFtJ/bKn6o9ytH79eumlcp0GMNyc51Z8Mkxr3qiNiP0R\n0YuI3po1a+ruDoAhUoxUipQ9HbbMxQXaAmiRSsqeZrfvyD4F2iLpfEScKdgWQItUVfb0kKQdkk5J\nekPSx5ZrW7ZPAOrT7rKnACaCsqcAGoNQAZAUoQIgKUIFQFKECoCkCBUASREqAJIiVAAkRagASIpQ\nAZAUoQIgKUIFQFKECoCkCBUASREqAJIiVAAkRagASIpQAZBUqVCxfbntw7afz/7+yoBlrrH9T7a/\nZ/uk7T/Ozfu07QXbx7LLjjL9AVC/siOVfZK+FREbJH0ru73UBUl/EhEbJW2R9IklpU0/FxHXZ5dD\nJfsDoGZlQ2WnpC9n178s6XeXLhARZyLiqez6f0l6Rv3KhAA6qGyorM3q90jSf0pau9zCtn9V0q9L\n+m5u8idtH7d9YNDhU67tXtuztmfPnTtXstsAJmVkqNiesT0/4PKWQurRr/UxtN6H7V+S9DVJn4qI\n17PJD0i6VtL1ks5I+uyw9pQ9BdphZDGxiPjQsHm2X7G9LiLO2F4n6eyQ5S5WP1D+LiIezt33K7ll\nviTp0XE6D6B5yh7+PCLpo9n1j0r6xtIFbFvS30h6JiL+csm8dbmbuyTNl+wPgJqVDZU/l3SL7ecl\nfSi7LdvvtL34Sc5vSrpd0m8P+Oj4PtsnbB+XtE3S3SX7A6BmpWopR8Rrkj44YPp/qF87WRHxbUke\n0v72Mo8PoHn4Ri2ApAgVAEkRKgCSIlQAJEWoAEiKUAGQFKECIClCBUBShAqApAgVAEkRKgCSIlQA\nJEWoAEiKUAGQFKECIClCBUBShAqApAgVAElNvOxpttzp7Ldoj9meHbc9gPaoouzpom1ZadPeCtsD\naIGJlz2dcHsADVNV2dOQNGN7zvbeFbSn7CnQEiNLdNiekXTVgFn35G9ERNgeVvZ0a0Qs2L5S0mHb\nz0bEkTHaKyL2S9ovSb1eb+hyAOpVSdnTiFjI/p61fVDSZklHJBVqD6A9qih7usr2pYvXJd2qN8ub\njmwPoF2qKHu6VtK3bT8t6d8kfTMiHl+uPYD2qqLs6YuS3j9OewDtxTdqASRFqABIilABkBShAiAp\nQgVAUoQKgKQIFQBJESoAkiJUACRFqABIilABkBShAiApQgVAUoQKgKQIFQBJESoAkiJUACRFqABI\nauJlT22/Jyt3unh53fansnmftr2Qm7ejTH8A1G/iZU8j4rms3On1kjZJekPSwdwin1ucHxGHlrYH\n0C5Vlz39oKQXIuKlko8LoKGqKnu6aLekh5ZM+6Tt47YPDDp8AtAuI0PF9ozt+QGXnfnlIiLUr5k8\n7H4ukfQRSf+Qm/yApGslXS/pjKTPLtOeWspAC1RS9jSzXdJTEfFK7r5/ft32lyQ9ukw/qKUMtMDE\ny57m7NGSQ58siBbt0pvlUAG0VBVlTxdrKN8i6eEl7e+zfcL2cUnbJN1dsj8AajbxsqfZ7Z9IumLA\ncreXeXwAzcM3agEkRagASIpQAZAUoQIgKUIFQFKECoCkCBUASREqAJIiVAAkRagASIpQAZAUoQIg\nKUIFQFKECoCkCBUASREqAJIiVAAkRagASIpQAZBU2VrKf2D7pO3/s91bZrnbbD9n+5TtfbnpI2sx\nA2iXsiOVeUm/J+nIsAVsXyTp8+rX/dkoaY/tjdnskbWYAbRLqVCJiGci4rkRi22WdCoiXoyIn0n6\nqvo1mKXxazEDaLhSJToKulrSD3K3X5Z0Y3a9cC1m23sl7c1u/tR2FwuPrZb0at2dmJCurltX1+s9\nK204MlRsz0i6asCseyJiuYqEY4mIsD20nGm+7Knt2YgY+h5OW3V1vaTurluX12ulbUvVUi5oQdI1\nudvvyqZJ0ji1mAG0QBUfKT8paYPtd9u+RNJu9WswS+PVYgbQAmU/Ut5l+2VJvyHpm7afyKb/vJZy\nRFyQdJekJyQ9I+nvI+JkdhcDazEXsL9Mvxusq+sldXfdWK8lHDH0bQwAGBvfqAWQFKECIKlWhErZ\n0wGaquhpCrZP2z5h+1iZj/ombdTz7777s/nHbd9QRz9XosC63Wz7fLaNjtm+t45+jsv2Adtnh33v\na0XbLCIaf5H0a+p/GeefJfWGLHORpBckXSvpEklPS9pYd99HrNd9kvZl1/dJ+oshy52WtLru/o5Y\nl5HPv6Qdkh6TZElbJH237n4nXLebJT1ad19XsG6/JekGSfND5o+9zVoxUonypwM0VZdOUyjy/O+U\n9GD0HZV0Wfb9pKZr475VSEQckfTDZRYZe5u1IlQKGnQ6wNU19aWooqcphKQZ23PZ6QpNVOT5b+M2\nkor3+6bsEOEx2++tpmsTN/Y2q+Lcn0KqOh2gasutV/5GxLKnKWyNiAXbV0o6bPvZ7D8MmuMpSesj\n4se2d0j6uqQNNfepFo0JlZjs6QC1WW69bBc6TSEiFrK/Z20fVH843rRQKfL8N3IbFTCy3xHxeu76\nIdtfsL06Itp+suHY26xLhz/LnQ7QVCNPU7C9yvali9cl3ar+79g0TZHn/xFJd2SfKGyRdD53+Ndk\nI9fN9lW2nV3frP5r67XKe5re+Nus7nefC75DvUv9Y7mfSnpF0hPZ9HdKOrTknervq/9O/T1197vA\nel2h/o9TPS9pRtLlS9dL/U8cns4uJ5u8XoOef0l3Srozu271f7DrBUknNOSTvCZeCqzbXdn2eVrS\nUUk31d3nguv1kKQzkv4ne419vOw242v6AJLq0uEPgAYgVAAkRagASIpQAZAUoQIgKUIFQFKECoCk\n/h+9QcZO3frUoAAAAABJRU5ErkJggg==\n", + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "universe.plot(width=(2.0, 2.0), basis='xz',\n", + " colors={cell: 'fuchsia'})" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Pin cell geometry\n", + "\n", + "We now have enough knowledge to create our pin-cell. We need three surfaces to define the fuel and clad:\n", + "\n", + "1. The outer surface of the fuel -- a cylinder perpendicular to the z axis\n", + "2. The inner surface of the clad -- same as above\n", + "3. The outer surface of the clad -- same as above\n", + "\n", + "These three surfaces will all be instances of `openmc.ZCylinder`, each with a different radius according to the specification." + ] + }, + { + "cell_type": "code", + "execution_count": 28, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "fuel_or = openmc.ZCylinder(R=0.39)\n", + "clad_ir = openmc.ZCylinder(R=0.40)\n", + "clad_or = openmc.ZCylinder(R=0.46)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "With the surfaces created, we can now take advantage of the built-in operators on surfaces to create regions for the fuel, the gap, and the clad:" + ] + }, + { + "cell_type": "code", + "execution_count": 29, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "fuel_region = -fuel_or\n", + "gap_region = +fuel_or & -clad_ir\n", + "clad_region = +clad_ir & -clad_or" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now we can create corresponding cells that assign materials to these regions. As with materials, cells have unique IDs that are assigned either manually or automatically. Note that the gap cell doesn't have any material assigned (it is void by default)." + ] + }, + { + "cell_type": "code", + "execution_count": 30, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "fuel = openmc.Cell(1, 'fuel')\n", + "fuel.fill = uo2\n", + "fuel.region = fuel_region\n", + "\n", + "gap = openmc.Cell(2, 'air gap')\n", + "gap.region = gap_region\n", + "\n", + "clad = openmc.Cell(3, 'clad')\n", + "clad.fill = zirconium\n", + "clad.region = clad_region" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Finally, we need to handle the coolant outside of our fuel pin. To do this, we create x- and y-planes that bound the geometry." + ] + }, + { + "cell_type": "code", + "execution_count": 31, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "pitch = 1.26\n", + "left = openmc.XPlane(x0=-pitch/2, boundary_type='reflective')\n", + "right = openmc.XPlane(x0=pitch/2, boundary_type='reflective')\n", + "bottom = openmc.YPlane(y0=-pitch/2, boundary_type='reflective')\n", + "top = openmc.YPlane(y0=pitch/2, boundary_type='reflective')" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "The water region is going to be everything outside of the clad outer radius and within the box formed as the intersection of four half-spaces." + ] + }, + { + "cell_type": "code", + "execution_count": 32, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "water_region = +left & -right & +bottom & -top & +clad_or\n", + "\n", + "moderator = openmc.Cell(4, 'moderator')\n", + "moderator.fill = water\n", + "moderator.region = water_region" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "OpenMC also includes a factory function that generates a rectangular prism that could have made our lives easier." + ] + }, + { + "cell_type": "code", + "execution_count": 33, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "text/plain": [ + "openmc.region.Intersection" + ] + }, + "execution_count": 33, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "box = openmc.get_rectangular_prism(width=pitch, height=pitch,\n", + " boundary_type='reflective')\n", + "type(box)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Pay attention here -- the object that was returned is NOT a surface. It is actually the intersection of four surface half-spaces, just like we created manually before. Thus, we don't need to apply the unary operator (`-box`). Instead, we can directly combine it with `+clad_or`." + ] + }, + { + "cell_type": "code", + "execution_count": 34, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "water_region = box & +clad_or" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "The final step is to assign the cells we created to a universe and tell OpenMC that this universe is the \"root\" universe in our geometry. The `Geometry` is the final object that is actually exported to XML." + ] + }, + { + "cell_type": "code", + "execution_count": 35, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\r\n", + "\r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + " \r\n", + "\r\n" + ] + } + ], + "source": [ + "root = openmc.Universe(cells=(fuel, gap, clad, moderator))\n", + "\n", + "geom = openmc.Geometry()\n", + "geom.root_universe = root\n", + "\n", + "# or...\n", + "geom = openmc.Geometry(root)\n", + "geom.export_to_xml()\n", + "!cat geometry.xml" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Starting source and settings\n", + "\n", + "The Python API has a module ``openmc.stats`` with various univariate and multivariate probability distributions. We can use these distributions to create a starting source using the ``openmc.Source`` object." + ] + }, + { + "cell_type": "code", + "execution_count": 36, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "point = openmc.stats.Point((0, 0, 0))\n", + "src = openmc.Source(space=point)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now let's create a `Settings` object and give it the source we created along with specifying how many batches and particles we want to run." + ] + }, + { + "cell_type": "code", + "execution_count": 37, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "settings = openmc.Settings()\n", + "settings.source = src\n", + "settings.batches = 100\n", + "settings.inactive = 10\n", + "settings.particles = 1000" + ] + }, + { + "cell_type": "code", + "execution_count": 38, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\r\n", + "\r\n", + " eigenvalue\r\n", + " 1000\r\n", + " 100\r\n", + " 10\r\n", + " \r\n", + " \r\n", + " 0 0 0\r\n", + " \r\n", + " \r\n", + "\r\n" + ] + } + ], + "source": [ + "settings.export_to_xml()\n", + "!cat settings.xml" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## User-defined tallies\n", + "\n", + "We actually have all the *required* files needed to run a simulation. Before we do that though, let's give a quick example of how to create tallies. We will show how one would tally the total, fission, absorption, and (n,$\\gamma$) reaction rates for $^{235}$U in the cell containing fuel. Recall that filters allow us to specify *where* in phase-space we want events to be tallied and scores tell us *what* we want to tally:\n", + "\n", + "$$X = \\underbrace{\\int d\\mathbf{r} \\int d\\mathbf{\\Omega} \\int dE}_{\\text{filters}} \\; \\underbrace{f(\\mathbf{r},\\mathbf{\\Omega},E)}_{\\text{scores}} \\psi (\\mathbf{r},\\mathbf{\\Omega},E)$$\n", + "\n", + "In this case, the *where* is \"the fuel cell\". So, we will create a cell filter specifying the fuel cell." + ] + }, + { + "cell_type": "code", + "execution_count": 39, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "cell_filter = openmc.CellFilter(fuel.id)\n", + "\n", + "t = openmc.Tally(1)\n", + "t.filters = [cell_filter]" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "One oddity to point out -- we have to give the ID of the fuel cell, not the `Cell` object itself (this may change in the future).\n", + "\n", + "The *what* is the total, fission, absorption, and (n,$\\gamma$) reaction rates in $^{235}$U. By default, if we only specify what reactions, it will gives us tallies over all nuclides. We can use the `nuclides` attribute to name specific nuclides we're interested in." + ] + }, + { + "cell_type": "code", + "execution_count": 40, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "t.nuclides = ['U235']\n", + "t.scores = ['total', 'fission', 'absorption', '(n,gamma)']" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Similar to the other files, we need to create a `Tallies` collection and export it to XML." + ] + }, + { + "cell_type": "code", + "execution_count": 41, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\r\n", + "\r\n", + " \r\n", + " \r\n", + " U235\r\n", + " total fission absorption (n,gamma)\r\n", + " \r\n", + "\r\n" + ] + } + ], + "source": [ + "tallies = openmc.Tallies([t])\n", + "tallies.export_to_xml()\n", + "!cat tallies.xml" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Running OpenMC\n", + "\n", + "Running OpenMC from Python can be done using the `openmc.run()` function. This function allows you to set the number of MPI processes and OpenMP threads, if need be." + ] + }, + { + "cell_type": "code", + "execution_count": 42, + "metadata": { + "collapsed": false, + "scrolled": true + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + " %%%%%%%%%%%%%%%\n", + " %%%%%%%%%%%%%%%%%%%%%%%%\n", + " %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n", + " %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n", + " %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n", + " %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n", + " %%%%%%%%%%%%%%%%%%%%%%%%\n", + " %%%%%%%%%%%%%%%%%%%%%%%%\n", + " ############### %%%%%%%%%%%%%%%%%%%%%%%%\n", + " ################## %%%%%%%%%%%%%%%%%%%%%%%\n", + " ################### %%%%%%%%%%%%%%%%%%%%%%%\n", + " #################### %%%%%%%%%%%%%%%%%%%%%%\n", + " ##################### %%%%%%%%%%%%%%%%%%%%%\n", + " ###################### %%%%%%%%%%%%%%%%%%%%\n", + " ####################### %%%%%%%%%%%%%%%%%%\n", + " ####################### %%%%%%%%%%%%%%%%%\n", + " ###################### %%%%%%%%%%%%%%%%%\n", + " #################### %%%%%%%%%%%%%%%%%\n", + " ################# %%%%%%%%%%%%%%%%%\n", + " ############### %%%%%%%%%%%%%%%%\n", + " ############ %%%%%%%%%%%%%%%\n", + " ######## %%%%%%%%%%%%%%\n", + " %%%%%%%%%%%\n", + "\n", + " | The OpenMC Monte Carlo Code\n", + " Copyright | 2011-2017 Massachusetts Institute of Technology\n", + " License | http://openmc.readthedocs.io/en/latest/license.html\n", + " Version | 0.8.0\n", + " Git SHA1 | f7edad68f0654d775ed363bfdcbe4aa5d3cfba23\n", + " Date/Time | 2017-04-03 14:32:56\n", + "\n", + " Reading settings XML file...\n", + " Reading geometry XML file...\n", + " Reading materials XML file...\n", + " Reading cross sections XML file...\n", + " Reading U235 from /home/romano/openmc/scripts/nndc_hdf5/U235.h5\n", + " Reading U238 from /home/romano/openmc/scripts/nndc_hdf5/U238.h5\n", + " Reading O16 from /home/romano/openmc/scripts/nndc_hdf5/O16.h5\n", + " Reading Zr90 from /home/romano/openmc/scripts/nndc_hdf5/Zr90.h5\n", + " Reading Zr91 from /home/romano/openmc/scripts/nndc_hdf5/Zr91.h5\n", + " Reading Zr92 from /home/romano/openmc/scripts/nndc_hdf5/Zr92.h5\n", + " Reading Zr94 from /home/romano/openmc/scripts/nndc_hdf5/Zr94.h5\n", + " Reading Zr96 from /home/romano/openmc/scripts/nndc_hdf5/Zr96.h5\n", + " Reading H1 from /home/romano/openmc/scripts/nndc_hdf5/H1.h5\n", + " Reading O17 from /home/romano/openmc/scripts/nndc_hdf5/O17.h5\n", + " Reading c_H_in_H2O from /home/romano/openmc/scripts/nndc_hdf5/c_H_in_H2O.h5\n", + " Maximum neutron transport energy: 2.00000E+07 eV for U235\n", + " Reading tallies XML file...\n", + " Building neighboring cells lists for each surface...\n", + " Initializing source particles...\n", + "\n", + " ====================> K EIGENVALUE SIMULATION <====================\n", + "\n", + " Bat./Gen. k Average k \n", + " ========= ======== ==================== \n", + " 1/1 1.32572 \n", + " 2/1 1.46138 \n", + " 3/1 1.46068 \n", + " 4/1 1.39592 \n", + " 5/1 1.37519 \n", + " 6/1 1.38777 \n", + " 7/1 1.50242 \n", + " 8/1 1.42042 \n", + " 9/1 1.47458 \n", + " 10/1 1.49148 \n", + " 11/1 1.39339 \n", + " 12/1 1.40637 1.39988 +/- 0.00649\n", + " 13/1 1.42972 1.40983 +/- 0.01063\n", + " 14/1 1.46319 1.42317 +/- 0.01531\n", + " 15/1 1.41538 1.42161 +/- 0.01196\n", + " 16/1 1.38163 1.41494 +/- 0.01182\n", + " 17/1 1.41257 1.41461 +/- 0.01000\n", + " 18/1 1.43455 1.41710 +/- 0.00901\n", + " 19/1 1.33136 1.40757 +/- 0.01241\n", + " 20/1 1.41560 1.40837 +/- 0.01113\n", + " 21/1 1.38911 1.40662 +/- 0.01021\n", + " 22/1 1.28621 1.39659 +/- 0.01370\n", + " 23/1 1.45693 1.40123 +/- 0.01343\n", + " 24/1 1.46839 1.40603 +/- 0.01333\n", + " 25/1 1.46738 1.41012 +/- 0.01306\n", + " 26/1 1.43977 1.41197 +/- 0.01236\n", + " 27/1 1.44066 1.41366 +/- 0.01173\n", + " 28/1 1.39358 1.41254 +/- 0.01112\n", + " 29/1 1.39142 1.41143 +/- 0.01057\n", + " 30/1 1.38525 1.41012 +/- 0.01012\n", + " 31/1 1.38025 1.40870 +/- 0.00973\n", + " 32/1 1.45348 1.41074 +/- 0.00949\n", + " 33/1 1.35893 1.40848 +/- 0.00935\n", + " 34/1 1.32332 1.40493 +/- 0.00963\n", + " 35/1 1.46285 1.40725 +/- 0.00952\n", + " 36/1 1.33760 1.40457 +/- 0.00953\n", + " 37/1 1.41117 1.40482 +/- 0.00917\n", + " 38/1 1.45574 1.40664 +/- 0.00903\n", + " 39/1 1.43472 1.40760 +/- 0.00876\n", + " 40/1 1.30110 1.40405 +/- 0.00918\n", + " 41/1 1.41765 1.40449 +/- 0.00889\n", + " 42/1 1.45300 1.40601 +/- 0.00874\n", + " 43/1 1.40491 1.40597 +/- 0.00847\n", + " 44/1 1.42053 1.40640 +/- 0.00823\n", + " 45/1 1.38805 1.40588 +/- 0.00801\n", + " 46/1 1.34293 1.40413 +/- 0.00798\n", + " 47/1 1.35441 1.40279 +/- 0.00787\n", + " 48/1 1.29370 1.39991 +/- 0.00818\n", + " 49/1 1.48467 1.40209 +/- 0.00826\n", + " 50/1 1.41759 1.40248 +/- 0.00806\n", + " 51/1 1.37151 1.40172 +/- 0.00790\n", + " 52/1 1.42403 1.40225 +/- 0.00773\n", + " 53/1 1.38826 1.40193 +/- 0.00755\n", + " 54/1 1.48944 1.40392 +/- 0.00764\n", + " 55/1 1.41452 1.40415 +/- 0.00747\n", + " 56/1 1.47337 1.40566 +/- 0.00746\n", + " 57/1 1.35700 1.40462 +/- 0.00738\n", + " 58/1 1.40305 1.40459 +/- 0.00722\n", + " 59/1 1.41608 1.40482 +/- 0.00708\n", + " 60/1 1.47254 1.40618 +/- 0.00706\n", + " 61/1 1.36847 1.40544 +/- 0.00696\n", + " 62/1 1.34103 1.40420 +/- 0.00694\n", + " 63/1 1.39510 1.40403 +/- 0.00681\n", + " 64/1 1.40228 1.40399 +/- 0.00668\n", + " 65/1 1.29401 1.40200 +/- 0.00686\n", + " 66/1 1.42693 1.40244 +/- 0.00675\n", + " 67/1 1.36447 1.40177 +/- 0.00666\n", + " 68/1 1.37498 1.40131 +/- 0.00656\n", + " 69/1 1.36958 1.40077 +/- 0.00647\n", + " 70/1 1.38585 1.40053 +/- 0.00637\n", + " 71/1 1.42133 1.40087 +/- 0.00627\n", + " 72/1 1.44900 1.40164 +/- 0.00622\n", + " 73/1 1.37696 1.40125 +/- 0.00613\n", + " 74/1 1.48851 1.40261 +/- 0.00619\n", + " 75/1 1.38933 1.40241 +/- 0.00610\n", + " 76/1 1.41780 1.40264 +/- 0.00601\n", + " 77/1 1.41054 1.40276 +/- 0.00592\n", + " 78/1 1.38194 1.40246 +/- 0.00584\n", + " 79/1 1.38446 1.40219 +/- 0.00576\n", + " 80/1 1.37504 1.40181 +/- 0.00569\n", + " 81/1 1.40550 1.40186 +/- 0.00561\n", + " 82/1 1.49785 1.40319 +/- 0.00569\n", + " 83/1 1.35613 1.40255 +/- 0.00565\n", + " 84/1 1.41786 1.40275 +/- 0.00557\n", + " 85/1 1.38444 1.40251 +/- 0.00550\n", + " 86/1 1.40459 1.40254 +/- 0.00543\n", + " 87/1 1.39923 1.40249 +/- 0.00536\n", + " 88/1 1.44540 1.40304 +/- 0.00532\n", + " 89/1 1.45962 1.40376 +/- 0.00530\n", + " 90/1 1.37057 1.40335 +/- 0.00525\n", + " 91/1 1.38115 1.40307 +/- 0.00519\n", + " 92/1 1.35758 1.40252 +/- 0.00516\n", + " 93/1 1.34508 1.40182 +/- 0.00514\n", + " 94/1 1.31471 1.40079 +/- 0.00519\n", + " 95/1 1.41434 1.40095 +/- 0.00513\n", + " 96/1 1.33895 1.40023 +/- 0.00512\n", + " 97/1 1.44716 1.40077 +/- 0.00509\n", + " 98/1 1.38455 1.40058 +/- 0.00503\n", + " 99/1 1.52127 1.40194 +/- 0.00516\n", + " 100/1 1.35488 1.40141 +/- 0.00513\n", + " Creating state point statepoint.100.h5...\n", + "\n", + " =======================> TIMING STATISTICS <=======================\n", + "\n", + " Total time for initialization = 8.8597E-01 seconds\n", + " Reading cross sections = 8.3612E-01 seconds\n", + " Total time in simulation = 1.7084E+01 seconds\n", + " Time in transport only = 1.7074E+01 seconds\n", + " Time in inactive batches = 2.0984E+00 seconds\n", + " Time in active batches = 1.4986E+01 seconds\n", + " Time synchronizing fission bank = 2.5280E-03 seconds\n", + " Sampling source sites = 1.8110E-03 seconds\n", + " SEND/RECV source sites = 5.9664E-04 seconds\n", + " Time accumulating tallies = 6.1651E-05 seconds\n", + " Total time for finalization = 1.3478E-04 seconds\n", + " Total time elapsed = 1.7974E+01 seconds\n", + " Calculation Rate (inactive) = 4765.45 neutrons/second\n", + " Calculation Rate (active) = 6005.68 neutrons/second\n", + "\n", + " ============================> RESULTS <============================\n", + "\n", + " k-effective (Collision) = 1.39737 +/- 0.00470\n", + " k-effective (Track-length) = 1.40141 +/- 0.00513\n", + " k-effective (Absorption) = 1.39596 +/- 0.00308\n", + " Combined k-effective = 1.39719 +/- 0.00286\n", + " Leakage Fraction = 0.00000 +/- 0.00000\n", + "\n" + ] + }, + { + "data": { + "text/plain": [ + "0" + ] + }, + "execution_count": 42, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "openmc.run()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Great! OpenMC already told us our k-effective. It also spit out a file called `tallies.out` that shows our tallies. This is a very basic method to look at tally data; for more sophisticated methods, see other example notebooks." + ] + }, + { + "cell_type": "code", + "execution_count": 43, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\r\n", + " ============================> TALLY 1 <============================\r\n", + "\r\n", + " Cell 1\r\n", + " U235\r\n", + " Total Reaction Rate 0.731003 +/- 2.53759E-03\r\n", + " Fission Rate 0.547587 +/- 2.10114E-03\r\n", + " Absorption Rate 0.657406 +/- 2.45390E-03\r\n", + " (n,gamma) 0.109821 +/- 3.68054E-04\r\n" + ] + } + ], + "source": [ + "!cat tallies.out" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Geometry plotting\n", + "\n", + "We saw before that we could call the `Universe.plot()` method to show a universe while we were creating out geometry. There is also a built-in plotter in the Fortran codebase that is much faster than the Python plotter and has more options. The interface looks somewhat similar to the `Universe.plot()` method. Instead though, we create `Plot` instances, assign them to a `Plots` collection, export it to XML, and then run OpenMC in geometry plotting mode. As an example, let's specify that we want the plot to be colored by material (rather than by cell) and we assign yellow to fuel and blue to water." + ] + }, + { + "cell_type": "code", + "execution_count": 44, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "p = openmc.Plot()\n", + "p.filename = 'pinplot'\n", + "p.width = (pitch, pitch)\n", + "p.pixels = (200, 200)\n", + "p.color_by = 'material'\n", + "p.colors = {uo2: 'yellow', water: 'blue'}" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "With our plot created, we need to add it to a `Plots` collection which can be exported to XML." + ] + }, + { + "cell_type": "code", + "execution_count": 45, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\r\n", + "\r\n", + " \r\n", + " 0.0 0.0 0.0\r\n", + " 1.26 1.26\r\n", + " 200 200\r\n", + " \r\n", + " \r\n", + " \r\n", + "\r\n" + ] + } + ], + "source": [ + "plots = openmc.Plots([p])\n", + "plots.export_to_xml()\n", + "!cat plots.xml" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now we can run OpenMC in plotting mode by calling the `plot_geometry()` function. Under the hood this is calling `openmc --plot`." + ] + }, + { + "cell_type": "code", + "execution_count": 46, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + " %%%%%%%%%%%%%%%\n", + " %%%%%%%%%%%%%%%%%%%%%%%%\n", + " %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n", + " %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n", + " %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n", + " %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n", + " %%%%%%%%%%%%%%%%%%%%%%%%\n", + " %%%%%%%%%%%%%%%%%%%%%%%%\n", + " ############### %%%%%%%%%%%%%%%%%%%%%%%%\n", + " ################## %%%%%%%%%%%%%%%%%%%%%%%\n", + " ################### %%%%%%%%%%%%%%%%%%%%%%%\n", + " #################### %%%%%%%%%%%%%%%%%%%%%%\n", + " ##################### %%%%%%%%%%%%%%%%%%%%%\n", + " ###################### %%%%%%%%%%%%%%%%%%%%\n", + " ####################### %%%%%%%%%%%%%%%%%%\n", + " ####################### %%%%%%%%%%%%%%%%%\n", + " ###################### %%%%%%%%%%%%%%%%%\n", + " #################### %%%%%%%%%%%%%%%%%\n", + " ################# %%%%%%%%%%%%%%%%%\n", + " ############### %%%%%%%%%%%%%%%%\n", + " ############ %%%%%%%%%%%%%%%\n", + " ######## %%%%%%%%%%%%%%\n", + " %%%%%%%%%%%\n", + "\n", + " | The OpenMC Monte Carlo Code\n", + " Copyright | 2011-2017 Massachusetts Institute of Technology\n", + " License | http://openmc.readthedocs.io/en/latest/license.html\n", + " Version | 0.8.0\n", + " Git SHA1 | f7edad68f0654d775ed363bfdcbe4aa5d3cfba23\n", + " Date/Time | 2017-04-03 14:33:15\n", + "\n", + " Reading settings XML file...\n", + " Reading geometry XML file...\n", + " Reading materials XML file...\n", + " Reading cross sections XML file...\n", + " Reading tallies XML file...\n", + " Reading plot XML file...\n", + " Building neighboring cells lists for each surface...\n", + "\n", + " =======================> PLOTTING SUMMARY <========================\n", + "\n", + " Plot ID: 10000\n", + " Plot file: pinplot.ppm\n", + " Universe depth: -1\n", + " Plot Type: Slice\n", + " Origin: 0.0 0.0 0.0\n", + " Width: 1.26000 1.26000\n", + " Coloring: Materials\n", + " Basis: xy\n", + " Pixels: 200 200\n", + "\n", + " Processing plot 10000: pinplot.ppm ...\n" + ] + }, + { + "data": { + "text/plain": [ + "0" + ] + }, + "execution_count": 46, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "openmc.plot_geometry()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "OpenMC writes out a peculiar image with a `.ppm` extension. If you have ImageMagick installed, this can be converted into a more normal `.png` file." + ] + }, + { + "cell_type": "code", + "execution_count": 47, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "!convert pinplot.ppm pinplot.png" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We can use functionality from IPython to display the image inline in our notebook:" + ] + }, + { + "cell_type": "code", + "execution_count": 48, + "metadata": { + "collapsed": false, + "scrolled": false + }, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAMgAAADIAgMAAADQNkYNAAAABGdBTUEAALGPC/xhBQAAACBjSFJN\nAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAADFBMVEX///8AAP9yEhL//wDh\n3HbeAAAAAWJLR0QAiAUdSAAAAAd0SU1FB+EEAxMhD/S5fvIAAAKHSURBVGje7dlLjoJAEAZgMrNj\n4z28hKcYFhzBU5hwAFfsTQwJcIqJyzkNcU3SAw2j/agq4Zegk3Rv9Ut3VSt0V0XR/PE1ewQSSCCB\nBHIfSTGT1Hrk00lSj6OYTOrbyCeS/Z3U00hqiLqaQpLaGsUEsrdJ/Zg4kxDTRI8m8afxyPi9Q/ca\nZRLtkiFd5fDqjcmkRdQkZbRR3WhHk4tkCD7aqWFEWyIBDtHBHzaj6OYhEuAQvaxPdRtN7K/MJnpd\nB2WMb39lNunzVW5M0sZezmziTTJOk7Mk8SYZpylY0q/rtLOJ+nBXZpE+xZ+OUM3WSbNF+nW5kygV\nO8GYJPGD/0tAwZCUWtewsoohe3Jdw8p4ciKEuvCk+ySjSGPHb5A++g1F2q0Vv0FSJhQdTEUSLhQ3\nGJtkNGk4woUyBJMTJGFD0cEUNGFC0cFQJJVJRZOMIw1N9mz0Q/wE6RLGRa+UmTKTlDyJKSIlzE7Z\nM0RKmJ0ykxx50lJEyrGdZZPwCdNZJkgpkZgg3bYIQv3cN8YgJ4lcSHKWyNUnibgtemOKRchRIq1P\nUnEn9V5WixBpJ/vtd8mDzTe3/zkiiv4XswQ5yeTikXoCyRcgZ5lcX0YymTSBWOTR08J8XqxK3jZj\n70ze9l+5xkMJeFqu9Rhf45UEvCvXeYkDp4t1jj3AeQw79c0+WwInWOicPPs0Dpz5gZvFOlce4C6G\n3PiAeyVwewXuyMBNHLjvA1UFpHYBVEiAOgxQ7QFqSkjlCqiPAVU4oNYHVBSRuiVQHQVqsEClF6kn\nA1VroDaOVOCBOj/QTUB6FkBnBOm/AF0eoJeEdKyAvhjSfUN6fEgnEehX6pkK7pP/1+ENJJBAAnkF\n+QXfoOhE52QgVwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNy0wNC0wM1QxNDozMzoxNS0wNTowMI92\nsmsAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTctMDQtMDNUMTQ6MzM6MTUtMDU6MDD+KwrXAAAAAElF\nTkSuQmCC\n", + "text/plain": [ + "" + ] + }, + "execution_count": 48, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "from IPython.display import Image\n", + "Image(\"pinplot.png\")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "That was a little bit cumbersome. Thankfully, OpenMC provides us with a function that does all that \"boilerplate\" work." + ] + }, + { + "cell_type": "code", + "execution_count": 49, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAMgAAADIAgMAAADQNkYNAAAABGdBTUEAALGPC/xhBQAAACBjSFJN\nAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAADFBMVEX///8AAP9yEhL//wDh\n3HbeAAAAAWJLR0QAiAUdSAAAAAd0SU1FB+EEAxMhD/S5fvIAAAKHSURBVGje7dlLjoJAEAZgMrNj\n4z28hKcYFhzBU5hwAFfsTQwJcIqJyzkNcU3SAw2j/agq4Zegk3Rv9Ut3VSt0V0XR/PE1ewQSSCCB\nBHIfSTGT1Hrk00lSj6OYTOrbyCeS/Z3U00hqiLqaQpLaGsUEsrdJ/Zg4kxDTRI8m8afxyPi9Q/ca\nZRLtkiFd5fDqjcmkRdQkZbRR3WhHk4tkCD7aqWFEWyIBDtHBHzaj6OYhEuAQvaxPdRtN7K/MJnpd\nB2WMb39lNunzVW5M0sZezmziTTJOk7Mk8SYZpylY0q/rtLOJ+nBXZpE+xZ+OUM3WSbNF+nW5kygV\nO8GYJPGD/0tAwZCUWtewsoohe3Jdw8p4ciKEuvCk+ySjSGPHb5A++g1F2q0Vv0FSJhQdTEUSLhQ3\nGJtkNGk4woUyBJMTJGFD0cEUNGFC0cFQJJVJRZOMIw1N9mz0Q/wE6RLGRa+UmTKTlDyJKSIlzE7Z\nM0RKmJ0ykxx50lJEyrGdZZPwCdNZJkgpkZgg3bYIQv3cN8YgJ4lcSHKWyNUnibgtemOKRchRIq1P\nUnEn9V5WixBpJ/vtd8mDzTe3/zkiiv4XswQ5yeTikXoCyRcgZ5lcX0YymTSBWOTR08J8XqxK3jZj\n70ze9l+5xkMJeFqu9Rhf45UEvCvXeYkDp4t1jj3AeQw79c0+WwInWOicPPs0Dpz5gZvFOlce4C6G\n3PiAeyVwewXuyMBNHLjvA1UFpHYBVEiAOgxQ7QFqSkjlCqiPAVU4oNYHVBSRuiVQHQVqsEClF6kn\nA1VroDaOVOCBOj/QTUB6FkBnBOm/AF0eoJeEdKyAvhjSfUN6fEgnEehX6pkK7pP/1+ENJJBAAnkF\n+QXfoOhE52QgVwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNy0wNC0wM1QxNDozMzoxNS0wNTowMI92\nsmsAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTctMDQtMDNUMTQ6MzM6MTUtMDU6MDD+KwrXAAAAAElF\nTkSuQmCC\n", + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "openmc.plot_inline(p)" + ] + } + ], + "metadata": { + "anaconda-cloud": {}, + "kernelspec": { + "display_name": "Python [default]", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.5.2" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/docs/source/examples/pincell.rst b/docs/source/examples/pincell.rst new file mode 100644 index 000000000..242b545d8 --- /dev/null +++ b/docs/source/examples/pincell.rst @@ -0,0 +1,13 @@ +.. _notebook_pincell: + +=================== +Modeling a Pin-Cell +=================== + +.. only:: html + + .. notebook:: pincell.ipynb + +.. only:: latex + + IPython notebooks must be viewed in the online HTML documentation. diff --git a/docs/source/examples/triso.ipynb b/docs/source/examples/triso.ipynb new file mode 100644 index 000000000..67be63a52 --- /dev/null +++ b/docs/source/examples/triso.ipynb @@ -0,0 +1,378 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "OpenMC includes a few convenience functions for generationing TRISO particle locations and placing them in a lattice. To be clear, this capability is not a stochastic geometry capability like that included in MCNP. It's also important to note that OpenMC does not use delta tracking, which would normally speed up calculations in geometries with tons of surfaces and cells. However, the computational burden can be eased by placing TRISO particles in a lattice." + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "%matplotlib inline\n", + "from math import pi\n", + "import numpy as np\n", + "import matplotlib.pyplot as plt\n", + "import openmc\n", + "import openmc.model" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Let's first start by creating materials that will be used in our TRISO particles and the background material." + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "fuel = openmc.Material(name='Fuel')\n", + "fuel.set_density('g/cm3', 10.5)\n", + "fuel.add_nuclide('U235', 4.6716e-02)\n", + "fuel.add_nuclide('U238', 2.8697e-01)\n", + "fuel.add_nuclide('O16', 5.0000e-01)\n", + "fuel.add_element('C', 1.6667e-01)\n", + "\n", + "buff = openmc.Material(name='Buffer')\n", + "buff.set_density('g/cm3', 1.0)\n", + "buff.add_element('C', 1.0)\n", + "buff.add_s_alpha_beta('c_Graphite')\n", + "\n", + "PyC1 = openmc.Material(name='PyC1')\n", + "PyC1.set_density('g/cm3', 1.9)\n", + "PyC1.add_element('C', 1.0)\n", + "PyC1.add_s_alpha_beta('c_Graphite')\n", + "\n", + "PyC2 = openmc.Material(name='PyC2')\n", + "PyC2.set_density('g/cm3', 1.87)\n", + "PyC2.add_element('C', 1.0)\n", + "PyC2.add_s_alpha_beta('c_Graphite')\n", + "\n", + "SiC = openmc.Material(name='SiC')\n", + "SiC.set_density('g/cm3', 3.2)\n", + "SiC.add_element('C', 0.5)\n", + "SiC.add_element('Si', 0.5)\n", + "\n", + "graphite = openmc.Material()\n", + "graphite.set_density('g/cm3', 1.1995)\n", + "graphite.add_element('C', 1.0)\n", + "graphite.add_s_alpha_beta('c_Graphite')" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "To actually create individual TRISO particles, we first need to create a universe that will be used within each particle. The reason we use the same universe for each TRISO particle is to reduce the total number of cells/surfaces needed which can improve performance by a factor of two over using unique cells/surfaces in each." + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "# Create TRISO universe\n", + "spheres = [openmc.Sphere(R=r*1e-4)\n", + " for r in [215., 315., 350., 385.]]\n", + "cells = [openmc.Cell(fill=fuel, region=-spheres[0]),\n", + " openmc.Cell(fill=buff, region=+spheres[0] & -spheres[1]),\n", + " openmc.Cell(fill=PyC1, region=+spheres[1] & -spheres[2]),\n", + " openmc.Cell(fill=SiC, region=+spheres[2] & -spheres[3]),\n", + " openmc.Cell(fill=PyC2, region=+spheres[3])]\n", + "triso_univ = openmc.Universe(cells=cells)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now that we have a universe that can be used for each TRISO particle, we need to randomly select locations. In this example, we will select locations at random within in a 1 cm x 1 cm x 1 cm box centered at the origin with a packing fraction of 30%. Note that `pack_trisos` can handle up to the theoretical maximum of 60% (it will just be slow)." + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "outer_radius = 425.*1e-4\n", + "\n", + "trisos = openmc.model.pack_trisos(\n", + " radius=outer_radius,\n", + " fill=triso_univ,\n", + " domain_shape='cube',\n", + " domain_length=1,\n", + " packing_fraction=0.3\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Each TRISO object actually **is** a Cell, in fact; we can look at the properties of the TRISO just as we would a cell:" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Cell\n", + "\tID =\t10005\n", + "\tName =\t\n", + "\tFill =\t10000\n", + "\tRegion =\t-10004\n", + "\tRotation =\tNone\n", + "\tTranslation =\t[-0.33455672 0.31790187 0.24135378]\n", + "\n" + ] + } + ], + "source": [ + "print(trisos[0])" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Let's confirm that all our TRISO particles are within the box." + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "[-0.45718713 -0.45730405 -0.45725048]\n", + "[ 0.45705454 0.45743843 0.45741142]\n" + ] + } + ], + "source": [ + "centers = np.vstack([t.center for t in trisos])\n", + "print(centers.min(axis=0))\n", + "print(centers.max(axis=0))" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We can also look at what the actual packing fraction turned out to be:" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "text/plain": [ + "0.2996893513959326" + ] + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "len(trisos)*4/3*pi*outer_radius**3" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now that we have our TRISO particles created, we need to place them in a lattice to provide optimal tracking performance in OpenMC. We'll start by creating a box that the lattice will be placed within." + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": { + "collapsed": false, + "scrolled": true + }, + "outputs": [], + "source": [ + "min_x = openmc.XPlane(x0=-0.5, boundary_type='reflective')\n", + "max_x = openmc.XPlane(x0=0.5, boundary_type='reflective')\n", + "min_y = openmc.YPlane(y0=-0.5, boundary_type='reflective')\n", + "max_y = openmc.YPlane(y0=0.5, boundary_type='reflective')\n", + "min_z = openmc.ZPlane(z0=-0.5, boundary_type='reflective')\n", + "max_z = openmc.ZPlane(z0=0.5, boundary_type='reflective')\n", + "box = openmc.Cell(region=+min_x & -max_x & +min_y & -max_y & +min_z & -max_z)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Our last step is to actually create a lattice containing TRISO particles which can be done with `model.create_triso_lattice()` function. This function requires that we give it a list of TRISO particles, the lower-left coordinates of the lattice, the pitch of each lattice cell, the overall shape of the lattice (number of cells in each direction), and a background material." + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "lower_left, upper_right = box.region.bounding_box\n", + "shape = (3, 3, 3)\n", + "pitch = (upper_right - lower_left)/shape\n", + "lattice = openmc.model.create_triso_lattice(\n", + " trisos, lower_left, pitch, shape, graphite)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now we can set the fill of our box cell to be the lattice:" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "box.fill = lattice" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Finally, let's take a look at our geometry by putting the box in a universe and plotting it. We're going to use the Fortran-side plotter since it's much faster." + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "image/png": "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\n", + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "univ = openmc.Universe(cells=[box])\n", + "\n", + "geom = openmc.Geometry(univ)\n", + "geom.export_to_xml()\n", + "\n", + "mats = list(geom.get_all_materials().values())\n", + "openmc.Materials(mats).export_to_xml()\n", + "\n", + "settings = openmc.Settings()\n", + "settings.run_mode = 'plot'\n", + "settings.export_to_xml()\n", + "\n", + "p = openmc.Plot.from_geometry(geom)\n", + "openmc.plot_inline(p)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "If we plot the universe by material rather than by cell, we can see that the entire background is just graphite." + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "image/png": "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\n", + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "p.color_by = 'material'\n", + "p.colors = {graphite: 'gray'}\n", + "openmc.plot_inline(p)" + ] + } + ], + "metadata": { + "anaconda-cloud": {}, + "kernelspec": { + "display_name": "Python [default]", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.5.2" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} diff --git a/docs/source/examples/triso.rst b/docs/source/examples/triso.rst new file mode 100644 index 000000000..d4b3744a4 --- /dev/null +++ b/docs/source/examples/triso.rst @@ -0,0 +1,13 @@ +.. _notebook_triso: + +======================== +Modeling TRISO Particles +======================== + +.. only:: html + + .. notebook:: triso.ipynb + +.. only:: latex + + IPython notebooks must be viewed in the online HTML documentation. From 72bf0225722373bbb08bd19801c49cbcc4a1fdba Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 3 Apr 2017 20:08:58 -0500 Subject: [PATCH 10/16] Update nuclear data notebook --- docs/source/examples/nuclear-data.ipynb | 795 +++++++++++++++++++----- 1 file changed, 636 insertions(+), 159 deletions(-) diff --git a/docs/source/examples/nuclear-data.ipynb b/docs/source/examples/nuclear-data.ipynb index 257797806..def94ff82 100644 --- a/docs/source/examples/nuclear-data.ipynb +++ b/docs/source/examples/nuclear-data.ipynb @@ -18,6 +18,9 @@ "%matplotlib inline\n", "import os\n", "from pprint import pprint\n", + "import shutil\n", + "import subprocess\n", + "import urllib.request\n", "\n", "import h5py\n", "import numpy as np\n", @@ -32,14 +35,9 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Importing from HDF5" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "The `openmc.data` module can read OpenMC's HDF5-formatted data into Python objects. The easiest way to do this is with the `openmc.data.IncidentNeutron.from_hdf5(...)` factory method. Replace the `filename` variable below with a valid path to an HDF5 data file on your computer." + "## Physical Data\n", + "\n", + "Some very helpful physical data is available as part of `openmc.data`: atomic masses, natural abundances, and atomic weights." ] }, { @@ -52,7 +50,7 @@ { "data": { "text/plain": [ - "" + "53.939608986" ] }, "execution_count": 2, @@ -61,26 +59,7 @@ } ], "source": [ - "# Get filename for Gd-157\n", - "filename ='/home/romano/openmc/scripts/nndc_hdf5/Gd157.h5'\n", - "\n", - "# Load HDF5 data into object\n", - "gd157 = openmc.data.IncidentNeutron.from_hdf5(filename)\n", - "gd157" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Cross sections" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "From Python, it's easy to explore (and modify) the nuclear data. Let's start off by reading the total cross section. Reactions are indexed using their \"MT\" number -- a unique identifier for each reaction defined by the ENDF-6 format. The MT number for the total cross section is 1." + "openmc.data.atomic_mass('Fe54')" ] }, { @@ -93,7 +72,7 @@ { "data": { "text/plain": [ - "" + "0.00015574" ] }, "execution_count": 3, @@ -101,6 +80,109 @@ "output_type": "execute_result" } ], + "source": [ + "openmc.data.NATURAL_ABUNDANCE['H2']" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "text/plain": [ + "12.011115164862904" + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "openmc.data.atomic_weight('C')" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## The IncidentNeutron class\n", + "\n", + "The most useful class within the `openmc.data` API is `IncidentNeutron`, which stores to continuous-energy incident neutron data. This class has factory methods `from_ace`, `from_endf`, and `from_hdf5` which take a data file on disk and parse it into a hierarchy of classes in memory. To demonstrate this feature, we will download an ACE file (which can be produced with [NJOY 2016](https://github.com/njoy/NJOY2016)) and then load it in using the `IncidentNeutron.from_ace` method. " + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": { + "collapsed": false + }, + "outputs": [], + "source": [ + "url = 'https://anl.box.com/shared/static/kxm7s57z3xgfbeq29h54n7q6js8rd11c.ace'\n", + "filename, headers = urllib.request.urlretrieve(url, 'gd157.ace')" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 6, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Load ACE data into object\n", + "gd157 = openmc.data.IncidentNeutron.from_ace('gd157.ace')\n", + "gd157" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Cross sections" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "From Python, it's easy to explore (and modify) the nuclear data. Let's start off by reading the total cross section. Reactions are indexed using their \"MT\" number -- a unique identifier for each reaction defined by the ENDF-6 format. The MT number for the total cross section is 1." + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], "source": [ "total = gd157[1]\n", "total" @@ -115,7 +197,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 8, "metadata": { "collapsed": false }, @@ -123,10 +205,10 @@ { "data": { "text/plain": [ - "{'294K': }" + "{'294K': }" ] }, - "execution_count": 4, + "execution_count": 8, "metadata": {}, "output_type": "execute_result" } @@ -144,7 +226,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 9, "metadata": { "collapsed": false }, @@ -152,10 +234,10 @@ { "data": { "text/plain": [ - "142.6474702147809" + "142.64747" ] }, - "execution_count": 5, + "execution_count": 9, "metadata": {}, "output_type": "execute_result" } @@ -173,7 +255,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 10, "metadata": { "collapsed": false }, @@ -181,10 +263,10 @@ { "data": { "text/plain": [ - "array([ 142.64747021, 38.65417611, 175.40019668])" + "array([ 142.64747 , 38.6541761 , 175.40019642])" ] }, - "execution_count": 6, + "execution_count": 10, "metadata": {}, "output_type": "execute_result" } @@ -202,7 +284,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 11, "metadata": { "collapsed": false }, @@ -214,7 +296,7 @@ " 1.95000000e+07, 1.99000000e+07, 2.00000000e+07])}" ] }, - "execution_count": 7, + "execution_count": 11, "metadata": {}, "output_type": "execute_result" } @@ -225,7 +307,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 12, "metadata": { "collapsed": false }, @@ -233,18 +315,18 @@ { "data": { "text/plain": [ - "" + "" ] }, - "execution_count": 8, + "execution_count": 12, "metadata": {}, "output_type": "execute_result" }, { "data": { - "image/png": "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\n", + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAYgAAAEOCAYAAACTqoDjAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzt3Xd4lHW2wPHvyaQXQksBQg9dEDUKYgEEBVdBL/a26lqu\nurru6l11r7ur7t57d/e6uq59UZG1XNS1dxSpCoqgKB1DDzWhhfR27h8zwSFMMpMpvJnkfJ5nnmR+\n877vnDeQOfl1UVWMMcaYhmKcDsAYY0zLZAnCGGOMT5YgjDHG+GQJwhhjjE+WIIwxxvhkCcIYY4xP\nliCMMcb4ZAnCGGOMT5YgjDHG+GQJwhhjjE+xTgcQDBGZBExKS0u7oX///k6HY4wxUWXp0qVFqprh\n7ziJ5rWY8vLydMmSJU6HYYwxUUVElqpqnr/jrInJGGOMT5YgjDHG+GQJwhhjjE8tppNaRE4DrsAd\n02BVHeVwSMYY06ZFtAYhItNEZLeIrGhQPlFE1opIvojcA6CqC1T1JuB94J+RjMsYY4x/kW5img5M\n9C4QERfwBHA2MBi4TEQGex1yOfB/EY7LGGOMHxFNEKo6H9jboPgkIF9VN6hqFfAKcB6AiPQADqjq\nwUjGtftgBZ+t3hXJtzDGmKjnRCd1N2Cr1/MCTxnAdcDzTZ0sIjeKyBIRWVJYWBhUAM8u2Mh1/1zC\nz1/+ht3FFUFdwxhjWrsWNYpJVe9T1YV+jpmqqnmqmpeR4XcioE//cdYAfj1hAJ+u3sW4h+fx8leb\nqauL3gmDxhgTCU4kiG1Ad6/nOZ6yoyY+Noafj81l5i9PZ2i3dO59awUX/2MR63ZFtGXLGGOiihMJ\n4mugn4j0FpF44FLg3eZcQEQmicjUAwcOhBRI784pvHz9CP560bGsLyzhnEcX8PAna6morg3pusYY\n0xpEepjrDGARMEBECkTkOlWtAW4FZgKrgddUdWVzrquq76nqjenp6eGIkQtPyGHWHaOZNKwrj87O\n5yd/X8Ci9XtCvrYxxkQzW6yvgQU/FHLvWyvYsreMi07I4T9/MogOKfFhfQ9jjHGSLdYXpNP6ZTDz\nl6dz85i+vPntNsY/PI93lm0jmhOpMcYEIyoTRLj6IBqTFO/i7okDef+2U+neMZnbX1nGT6ctZsue\nsoi8nzHGtETWxORHbZ3y0pebeXDmWmrq6vjl+P5cd2pv4lxRmVuNMcaamMLFFSNcPaoXn95xOqf3\ny+DPH61h8uNf8N3W/U6HZowxEWUJIkBd0pOY+tM8nr7yBPaWVnL+k19w/7srKamscTo0Y4yJCEsQ\nzTTxmGxm3TGaq0b25J+LNnHmw/P4dJWt62SMaX0sQQQhLTGOP5x3DG/cPIp2iXHc8MISbnpxKbts\nXSdjTCsSlQki0qOYAnV8jw68/4tTuWviAOas3c34h+bx4pe2rpMxpnWwUUxhsqmolHvfXs4X+Xs4\nvkd7/jRlGAOy05wOyxhjjmCjmI6yXp1TeOm6ETx88bFsLCrlnEcX8ODMNbaukzEmalmCCCMRYcrx\nOXx25xgmD+/KE3PWM/GR+SzML3I6NGOMaTZLEBHQMSWehy8ezsvXjwDg8me/4s7XvmNvaZXDkRlj\nTOAsQUTQKbmd+fiXp/PzsX15Z9k2xj00lze/KbB1nYwxUcESRIQlxrn49YSBvP+LU+nVOYU7XvuO\nq55bzOY9pU6HZowxTbIEcZQMzG7HGzeN4o/nDWHZ1v2c9bf5PDEnn+raOqdDM8YYnyxBHEUxMcJV\nJ/di1h2jGTsgkwdnrmXSY5/zzZZ9TodmjDFHiMoE0VImygUrOz2Rp686galXncD+smoueGohv39n\nBQcrqp0OzRhjDrGJcg47WFHNQ5+s45+LNpGVlsj9k4cw8Zhsp8MyxrRiNlEuSqQlxnH/5CG8efMo\n2ifHcdNLS7nxhSXsOFDudGjGmDbOEkQLcVyPDrx326ncPXEg89YVcubD8/nnwk3U2rpOxhiHWIJo\nQeJcMdw8pi+f/Op0juvRnvveXckFTy1k9Y5ip0MzxrRBLSZBiEiMiPy3iDwmIlc7HY+TenZK4YWf\nncQjlwxny94yJj32OX/52NZ1MsYcXRFNECIyTUR2i8iKBuUTRWStiOSLyD2e4vOAHKAaKIhkXNFA\nRDj/uG58dsdozj+uG0/NXc9Zf5vPnLW7nQ7NGNNGRLoGMR2Y6F0gIi7gCeBsYDBwmYgMBgYAC1X1\nDuDmCMcVNTqkxPPXi47l/24YQaxLuPb5r7npxaVs32+d2MaYyIpoglDV+cDeBsUnAfmqukFVq4BX\ncNceCoD6GWM2vbiBUX0789Htp/HrCZ7NiR6ex9T5620mtjEmYpzog+gGbPV6XuApexOYICKPAfMa\nO1lEbhSRJSKypLCwMLKRtjAJsS5+PjaXWXeM5uQ+nfifD9dwzqMLWLyxYQ42xpjQtZhOalUtU9Xr\nVPU2VX2iieOmqmqequZlZGQczRBbjO4dk3numhN55qd5lFbWcvE/FnHna9+xp6TS6dCMMa2IEwli\nG9Dd63mOp8w005mDs/j0jtO5eYx7OfEzHprHy1/ZntjGmPBwIkF8DfQTkd4iEg9cCrzbnAtE+1pM\n4ZQcH8vdEwfy0e2nMahLGve+tYJ/e2ohK7bZz8YYE5pID3OdASwCBohIgYhcp6o1wK3ATGA18Jqq\nrmzOdVX1PVW9MT09PfxBR6l+WWnMuGEkj1wynG37ypn8+Ofc984K9pfZLnbGmODYYn2t0IHyah76\nZC0vfbmZ9KQ47jhrAJed2J1YV4vpcjLGOMgW62vD0pPi+MN5x/DBL05jQHYav3t7Bec+9jkL84uc\nDs0YE0WiMkFYH0RgBnVpx4wbRvL0lcdTUlnD5c9+xU0vLmXLnjKnQzPGRAFrYmojKqpree7zjTwx\nJ5+aOuWG03pzy5hcUhJinQ7NGHOUWROTOUxinHuS3ew7x3Du0C48MWc9ox+cywuLNlFVY7OxjTFH\nsgTRxmSnJ/LwJcN565ZR9M1I4ffvrGT8w/N4Z9k2mz9hjDmMJYg26rgeHXjlxpE8f+2JpCTEcvsr\ny5j0+OfMW1dINDc7GmPCxxJEGyYijB2QyQe3ncojlwynuKKaq6ct5uJ/LGK+JQpj2ryo7KQWkUnA\npNzc3Bt++OEHp8NpNapq6pixeAtPzV3PzuIKju3entvG5jJuUCYi4nR4xpgwCbSTOioTRD0bxRQZ\nlTW1vPnNNp6cm8/WveUM6tKOW8fmMvGYbFwxliiMiXaWIEzIamrrePe77Tw+J58NhaX06pTMjaf3\nZcrx3UiMczkdnjEmSJYgTNjU1imfrNzJU/PW833BATLSEvjZKb25YmQP2iXGOR2eMaaZLEGYsFNV\nFq3fw1Pz1rPghyLSEmK5YmRPfnZqLzLTEp0OzxgTIEsQJqJWbDvAU/PW89HyHcS6Yrjg+Bz+/fQ+\n9Oqc4nRoxhg/LEGYo2JTUSlTF2zg9SUF1NTVcdlJPbj77IHW9GRMC2YJwhxVuw9W8OSc9bywaBMZ\naQk8eulxjOjTyemwjDE+2FpM5qjKTEvk/slDeOuWU0iJj+WKZ7/ixS83Ox2WMSYEUZkgbLnvluvY\n7u15+9ZTGN0/g9+9vYJ/zFvvdEjGmCBFZYKwLUdbtnaJcfzjqhM4d1gX/vTRGt5YWuB0SMaYINhm\nACYiYl0x/O2S4ewpqeI3by2nb2Yqw7u3dzosY0wzRGUNwkSHOFcMT15xPBmpCfzq1WWUV9U6HZIx\nphksQZiI6pASz4MXDmNjUSl//WSt0+EYY5rBEoSJuFG5nbl8RA+mL9xE/u4Sp8MxxgTIb4IQkZNF\n5AkR+V5ECkVki4h8KCI/F5Gw9RKLyBgRWSAiT4vImHBd17QMd57Zn+Q4F3/+aI3ToRhjAtRkghCR\nj4DrgZnARKALMBj4LZAIvCMik5s4f5qI7BaRFQ3KJ4rIWhHJF5F7PMUKlHiua8NeWplOqQncPLYv\ns1bv4utNe50OxxgTgCZnUotIZ1UtavICTRwjIqfj/tB/QVWP8ZS5gHXAmbgTwdfAZcAaVa0TkSzg\nYVW9wl/wNpM6upRX1XLKX2YzvHt7pl1zotPhGNNmhWUmtfcHv4hki8hkzyS1bF/H+Dh/PtDwz8WT\ngHxV3aCqVcArwHmqWud5fR+Q4C9wE32S4l1cO6oXs9fsZs3OYqfDMcb4EVAntYhcDywGpgAXAl+K\nyM+CfM9uwFav5wVANxGZIiL/AF4EHm8ilhtFZImILCksLAwyBOOUq07uSXK8i6nzNjgdijHGj0BH\nMf0aOE5Vr1HVq4ETgLvDGYiqvqmq/66ql6jq3CaOm6qqeaqal5GREc4QzFHQPjmei/O68/73O9hb\nWuV0OMaYJgSaIPYAB72eH/SUBWMb0N3reY6nzLQRl4/oQVVtnS3BYUwL1+RSGyJyh+fbfOArEXkH\n92ij84Dvg3zPr4F+ItIbd2K4FLi8ORcQkUnApNzc3CBDME7qn5VGXs8OzFi8hetP642IOB2SMcYH\nfzWINM9jPfA27uQA8A6w0d/FRWQGsAgYICIFInKdqtYAt+IeOrsaeE1VVzYnaFusL/pdPqIHG4pK\nWbQh2IqoMSbSmqxBqOoDoVxcVS9rpPxD4MNQrm2i20+GduG+d1fy+tICRvXt7HQ4xhgf/E2Ue0ZE\njmnktRQR+ZmI+J2vYExDiXEufnJMF2au2GmL+BnTQvlrYnoC+L2IrBaRf4nIk57Z0QuAhbibn16P\neJQN2IZBrcN5x3WltKqWWat3OR2KMcYHf01My4CLRSQVyMO91EY5sFpVHVuaU1XfA97Ly8u7wakY\nTOhG9O5EVrsE3lm2nUnHdnU6HGNMAwFtGKSqJcDcyIZi2hpXjDD52K5MX7iJ/WVVtE+OdzokY4wX\nW+7bOOq84d2orlU+WL7D6VCMMQ1YgjCOGtK1HX06p/Dxip1Oh2KMaSAqE4R1UrceIsKEY7JZtH4P\n+8ts6Q1jWpJAF+vr7xny+omIzK5/RDq4xthEudZl4pBsauqUWat3Ox2KMcZLQJ3UwL+Ap4FnABu0\nbsJqWE46XdMT+XjFDi48IcfpcIwxHoEmiBpVfSqikZg2q76Z6eWvtlBSWUNqQqD/LY0xkRRoH8R7\nInKLiHQRkY71j4hGZtqUiUOyqaqpY+5aa2YypqUI9E+1qz1ff+1VpkCf8IZj2qq8Xh3pnBrPRyt2\ncu4wmzRnTEsQ6ES53pEOxLRtrhjhzMHZvLNsGxXVtSTGuZwOyZg2L9BRTHEi8gsRed3zuFVE4iId\nnGlbJgzJoqyqlkXrbQlwY1qCQPsgnsK9zeiTnscJnjJjwmZkn04kx7v41BbvM6ZFCLQP4kRVPdbr\n+WwR+S4SAZm2KzHOxen9Mvhs9S70/GNspzljHBZoDaJWRPrWPxGRPjg4H8JmUrde4wZlsqu4khXb\nip0OxZg2L9AE8WtgjojMFZF5wGzgzsiF1TSbSd16nTEwExFsjwhjWoBARzF9JiL9gAGeorWqWhm5\nsExb1Sk1geN7dGDW6l386sz+TodjTJvmb8vRMzxfpwDnALmexzmeMmPCbvygLFZuL2bHgXKnQzGm\nTfPXxDTa83WSj8e5EYzLtGHjB2UC2OJ9xjjM35aj93m+/YOqbvR+TUTCPnlORFKAecD9qvp+uK9v\nokNuZio9OyXz2epdXDWyp9PhGNNmBdpJ/YaPstf9nSQi00Rkt4isaFA+UUTWiki+iNzj9dLdwGsB\nxmRaKRFh3MAsFubvobSyxulwjGmz/PVBDBSRC4B0EZni9bgGSAzg+tOBiQ2u6QKeAM4GBgOXichg\nETkTWAVYu4Jh/OBMqmrrWPBDkdOhGNNm+RvFNAB3X0N73P0O9Q4CN/i7uKrOF5FeDYpPAvJVdQOA\niLwCnAekAim4k0a5iHyoqnUB3INphU7s1ZG0xFhmrd7FxGOynQ7HmDbJXx/EO8A7InKyqi4K03t2\nA7Z6PS8ARqjqrQCe2klRY8lBRG4EbgTo0aNHmEIyLU2cK4axAzKZs2Y3tXWKK8ZmVRtztAXaB3GT\niLSvfyIiHURkWiQCUtXpTXVQq+pUVc1T1byMjIxIhGBaiHGDMtlTWsWyrfucDsWYNinQBDFMVffX\nP1HVfcBxQb7nNqC71/McT5kxhxkzIJPYGOHTVdYtZYwTAk0QMSLSof6JZze5YPeF/BroJyK9RSQe\nuBR4tzkXsLWY2ob0pDhO7NWRz2zZDWMcEWiCeAhYJCJ/FJE/AguB//V3kojMABYBA0SkQESuU9Ua\n4FZgJrAaeE1VVzYnaFuLqe0YNyiTH3aXsGVPmdOhNNv+sio+t1FYJooFlCBU9QVgCrDL85iiqi8G\ncN5lqtpFVeNUNUdVn/OUf6iq/VW1r6r+dyg3YFq3MwdnAdG5eN+107/myue+orzKsYWPjQlJoDUI\ngI5Aqao+DhRGYia1MQ317JRCbmZqVCaIH3aVAFBdZ6O1TXQKdMvR+3DPcv6NpygOeClSQQUQj/VB\ntCHjBmWyeONeiiuqnQ7FmDYl0BrEvwGTgVIAVd0OpEUqKH+sD6JtOXNQFjV1yry1hU6H0iz1MzdU\nHQ3DmKAFmiCqVFUBhUOL6hlzVBzXowMdU+Kjr5nJkyHq6ixDmOgUaIJ4TUT+AbQXkRuAWcAzkQvL\nmB+5YoQxAzKYu7aQmtroa8/fuKeU0Q/OYffBCqdDMaZZAh3F9Ffcq7e+gXt9pt+r6mORDMwYb2cO\nyuJAeTVLNkffrOrnPt/I5j1lfPD9DqdDMaZZAu2kTgFmq+qvcdcckkQkLqKRGePltP4ZxLtionPS\nnKeFKRx9EXV1yvvfb7dmK3NUBNrENB9IEJFuwMfAVbiX8naEjWJqe1ITYhnZt1NU7jKnngwRjo/0\nV77eyq3/9y0vL94ShqsZ07RAE4SoahnuyXJPqepFwJDIhdU0G8XUNo0flMnGolLWF5Y4HUpgGmQE\nDUMVor4fo/BgZcjXMsafgBOEiJwMXAF84ClzRSYkY3w7Y6B7r+qobGYyJgoFmiBuxz1J7i1VXSki\nfYA5kQvLmCPldEhmUJd2zIqy1V3rKw51fmoQD3+ylhXbAmw2tckV5igIdBTTfFWdrKp/8TzfoKq/\niGxoxhxp/KBMlmzey77SKqdDCZgG2En96Ox8zn3s88gHZEyAmrMWkzGOGzcoizqFueuipxbhr+YA\nh/dP9LrnA17+anPTJ4jtsGcizxKEiSrDuqWTkZYQFc1M2uBrczwzf0M4QzEmKJYgTFSJiRHGDcxk\n3rpCqmqiY1b1oSamAI4xpiUJdKLc/4pIOxGJE5HPRKRQRK6MdHDG+DJuUBYllTUs3rjX6VACFEAT\nU7PPMCbyAq1BnKWqxcC5wCYgF/h1pILyxybKtW2n5nYmITYmahbvqwvjTGpjjqZAE0T9/tPnAP9S\nVUc/mW2iXNuWFO/i1NzOzFq9KyyTzyKlPrZAYmx4jHVBm5Yg0ATxvoisAU4APhORDMCWpjSOGTco\ni4J95azbFd5Z1Q+8t5JRf/osrNf8sbM68GTm68jdByt4ZNYPgHtNpm37y488T7VFJ00TXQKdB3EP\nMArIU9Vq3BsHnRfJwIxpyrhB7lnV4W5mev6LTWw/EN6/fQL5vA7kI/1Dr9VgH5+Tzyl/ns1OT6wr\nth3gsqlf0vs3H3LzS98EGakxhwu0k/oioFpVa0Xkt7i3G+0a0ciMaUJWu0SG5aRHRT9EYPMg/F/n\n/vdWHVFWVOJek+net1ewaMMeAD5eubN5ARrTiECbmH6nqgdF5FRgPPAc8FTkwjLGv3EDs1i2dX9E\nFq6rDeNy2oHMpJ69JsREZ81KJgICTRC1nq/nAFNV9QMgPpyBiMggEXlaRF4XkZvDeW3TOo0fnIkq\nzFkT/klzNXWhz7EItO+hqKSSmxo0CzX8vD9YUR1yPMY0V6AJYptny9FLgA9FJCGQc0VkmojsFpEV\nDconishaEckXkXsAVHW1qt4EXAyc0rzbMG3R4C7t6JqeGJFmppra8NcgGhPIhL+n5q4PUzTGBC7Q\nBHExMBOYoKr7gY4ENg9iOjDRu0BEXMATwNnAYOAyERnseW0y7uXEPwwwLtOGiQhnDMpkwQ9FVFTX\n+j+hGY5mgvCl4VJLtX4uYg1MJhICHcVUBqwHJojIrUCmqn4SwHnzgYbTXU8C8j0rwlYBr+AZEaWq\n76rq2bj3nTDGr/GDsiivrmXR+j1hvW51GJqY6tU1Yz5EPetSMC1BoKOYbgdeBjI9j5dE5LYg37Mb\nsNXreQHQTUTGiMijnqasRmsQInKjiCwRkSWFhYVBhmBai5F9OpEc7wp7M1M4OqkbfshH8kPfEoqJ\nhFj/hwBwHTBCVUsBROQvwCLgsXAFoqpzgbkBHDcVmAqQl5dnvxZtXGKci9P6deaz1bv5r/MVCdMy\n2NW14atB+PtPait3m5Yq4C1H+XEkE57vg/1vvQ3o7vU8x1NmTFDGD8piZ3EFK7cXh+2a4e2D8NN/\n4OPlHQfKWbMzsPvZX1bF8kB3ojOmGQJNEM8DX4nI/SJyP/Al7rkQwfga6CcivUUkHrgUeLc5F7DF\n+oy3MwZmEiPwSRgniIVjmGu9YFqrqmuViY8sYE9JJfPXNd2U+s2WfUFGZkzTAu2kfhi4FneH817g\nWlV9xN95IjIDd1PUABEpEJHrVLUGuBX3qKjVwGuqurI5QdtifcZbp9QE8np1ZObK8PVD1IRxotyh\nTuogzr3yucX8dNpiahup0Vjfg4kkv30QnmGpK1V1INCsRV5U9bJGyj/EhrKaMJowJJs/vr+KTUWl\n9OqcEvL1wtHE1HCCXDAf5usL3YsR+hvmakwk+K1BqGotsFZEehyFeIwJylmDswCYGaZmprB2Uns+\n2+tU6XXPBzwxJ/+w15vqpI7xvLa7keVEqmpr2VUc/qVGjIHA+yA6ACs9u8m9W/+IZGBNsT4I01D3\njskM6doujAki/J3U9f0aj8xaF/C5MZ7s8YHXSq7ebn7pG37z5vIQIzTGt0CHuf4uolE0k6q+B7yX\nl5d3g9OxmJZjwpBsHv50HbuLK8hslxjStWrCWIMIpTsjxs8Y2MZqFsaEQ5M1CBHJFZFTVHWe9wP3\nMNeCoxOiMYGZMCQbgE9Whd5ZXR3GiXKh9EXYHAnjJH9NTI8AvgZjH/C8ZkyL0T8rlV6dkoNOEN6z\np8NZg/ixD6L55/qrQRgTSf4SRJaqHtHA6SnrFZGIjAmSiDBhSDaL1hdRHMTy2N4d0+HspK5PDD/W\nKAIXE2R+mPb5Rlsi3ITMX4Jo38RrSeEMpDmsk9o05qwh2VTXalB7RByeIMLfSV3f1NScRfuCrUH8\n4f1VDL3f73qaxjTJX4JYIiJHdASLyPXA0siE5J9NlDONOa57ezLTEoIazeSdFMI7k7rpqkNT+SJc\na0sZEwx/o5h+CbwlIlfwY0LIw72b3L9FMjBjghETI5w5OIu3vt1GRXUtiXGugM+tCXMNov4KdQ3y\nQ8MrN/VOwTYxGRMOTdYgVHWXqo4CHgA2eR4PqOrJqmo7o5sWacKQbMqqavn8h6JmnVcVoT4IbbAf\nRHNGMYXaSV1WVRPS+aZtC2gehKrOAeZEOBZjwmJkn06kJcYyc+VOxntmWAfisCamCOwo11hiaKpP\nItQaRElFDcnxgU53MuZwgc6kNiZqxMfGcMbATGat3tWs4ao1ERvF1PRifZHsg7AVnEwoLEGYVmnC\nkGz2lVXz9abAl8L2bmIKy2quDeY/2Hp7JtpYgjCt0uj+GSTExvDxCt9rGPlSWeNVg6gJ545yhw9z\nbQ4bxGScZAnCtEopCbGMHZDJRyt2Bry/dGW1V4II534Qnss23gfR+LmWIIyTLEGYVuucYV3YfbCS\nJZv2BnR8Zc2Pu+qGd6kNP1uORrCnwJq1TCiiMkHYTGoTiDMGZpIYF8MHywNrZvJuYgrvjnL1X5u/\nK5wEvfW7MaGLygRhM6lNIFISYjljYCYfLg+smck7QVSFoQ+ivmZQvxvcC4s2h3zNYGMwJhhRmSCM\nCdQ5Q7tSVFLJ4o3+m5kqq72amMK51Iaf5NTUq9YHYZxkCcK0amMHZpAU5+KD5dv9HltfgxAJ70Q5\nf81VzVm8z5ijyRKEadWS42M5Y1AmH6/Y6bfjuT5BpCbEhnU1V381iHW7Djb6WqgVCMs9JhQtKkGI\nyPki8oyIvCoiZzkdj2kdzh3ahaKSKr/NTBWeJqa0hNjDJs0Fq/7DubaJT+mdByq46aVvQn4vYyIh\n4glCRKaJyG4RWdGgfKKIrBWRfBG5B0BV31bVG4CbgEsiHZtpG8YMyCQ53sX7fkYz1dcg2iXFUV5V\n2+SxzdFUB/n+8qomz7Xlvo2TjkYNYjow0btARFzAE8DZwGDgMhEZ7HXIbz2vGxOypHgX4wZl+W1m\nKq+qITEuhuR416HaRDgEOlHPF0sPxkkRTxCqOh9oWLc/CchX1Q2qWgW8Apwnbn8BPlJVq3ebsDl3\nWBf2llbxeX7jS4CXVNaQlhhHcnws5eFMEKF0BISYIawLwoTCqT6IbsBWr+cFnrLbgPHAhSJyk68T\nReRGEVkiIksKCwsjH6lpFcYMyKB9chxvfrOt0WMOVtSQlhBLYpyLsjA2MVlHsYlWLWqheFV9FHjU\nzzFTgakAeXl59qtnApIQ62LSsK68tmQrByuqSUuMO+KYksoaUhNjSQpTE1Mg/zn9zZQOfRST/YqY\n4DlVg9gGdPd6nuMpMyZiphzfjcqaOj5a7nszxJKKGlITYkmOc4W1k9qYaOVUgvga6CcivUUkHrgU\neDfQk20tJhOM4d3b06dzCm98U+Dz9ZJKd4JIineFpQ8iHH+92ygm46SjMcx1BrAIGCAiBSJynarW\nALcCM4HVwGuqujLQa9paTCYYIsKU47vx1ca9bN1bdsTrxeXupqfEMNUgAkkPtlaSacmOxiimy1S1\ni6rGqWqOqj7nKf9QVfural9V/e9Ix2EMwPnHdQPgrW8Pb9FUVYpKq+icFk9yvIuq2rqwLvkdLJtJ\nbZzUomZSGxNpOR2SOTW3M68s3nJYAiiuqKGqpo6M1ASS4lwAVISwoquqtogP53e/2+53qQ9jGhOV\nCcL6IEyQ6QPaAAAUIUlEQVQorjq5J9sPVDBr9e5DZYUHKwHISEsgKd6dIMoqa4J+j1Amx3kLtQvi\nwZlrmfzE53zRxPwPYxoTlQnC+iBMKMYNzKRreiIvfrnpUNnOAxUAZKYl0i7JPQS2uKI66PcIdMMh\n/8NcQ8sQ4wdlsq+0miue/Yorn/2KZVv3h3Q907ZEZYIwJhSxrhiuGNmTL/L3sHpHMQDrC0sA6JuR\nQntPgthfFnyCaCk1iAlDsvnsztH89pxBrNpRzPlPfMGNLyxh7c7GV5A1pp4lCNMmXTmiJ2mJsTz8\n6ToA8neXkJYQS0ZaAu2TQ08Q4dyyNBQiQmKci+tP68P8u8byq/H9Wbh+DxP/Pp87Xl3Glj1HjuYy\npp4lCNMmpSfHceNpffh01S4W5hexeONehuakIyK0T4oHYH+58zWIcEpNiOX28f1YcNdYbjytDx8s\n38EZD83lt28vZ1dxhdPhmRYoKhOEdVKbcLjutN70yUjhqmmLWbvrIGcfkw24kwfAgRASRDi3LA23\nDinx/OYng5h/11guPak7ryzeyun/O4f73115qC/GGIjSBGGd1CYckuNjeeaneZzQswPnDO3CxSe6\nV39JS4hFBA6UNb1XQ1PC1wcRuZnUWe0S+a/zhzL7zjFMOrYrL365mdP/dw73vrWcgn3W9GRa2GJ9\nxhxtfTNSee3fTz6sLCZGSE+KY18ofRBh3LI0FIEs99GjUzJ/vehYbh/Xjyfnrue1JVt59eutTDm+\nG7eMyaVX55SjEKlpiaKyBmFMpGWmJYTULl8d4CxsfxWEUOsPzamBdO+YzJ+mDGX+XWO5cmRP3lm2\nnTMemsuvXl3W5L7ZpvWyGoQxPnRJT2JHCO3xlQHOwvb38e3EWn1d0pO4f/IQbhnbl2fmb+ClL7fw\n1rfbGN0/g+tP682puZ1tEcE2wmoQxvjQtX0iOw6UB31+/X4S7RKb/husJX/OZqYlcu85g/ninjP4\nj7P6s2pHMVc9t5iJjyzgta+3hnVbVtMyWYIwxocu6UkUlVQF/SFYUe2uQWS2S2zyOH9dBC1hPaeO\nKfHcekY/Pr97LH+96FhE4K43vufUv8zmkVnrDi1TYlofSxDG+NAl3f3BHmwzU0WNO7FkpCY0eZy/\nz/9Q80M4KygJsS4uPCGHj24/jf+7fgTDctrzyKwfOOXPs/nVq8v4Zss+28GulbE+CGN86JuZCrhn\nWPcOYhRPpacGkdXOT4KIws9TEWFUbmdG5XZmfWEJLy7azOtLC3jr2230z0rl4rzuTDk+h44p8U6H\nakJkNQhjfOiflQbA2p3FQZ1f6alBtE9u+kPS34ZBLf0v8r4Zqdw/eQhf/uc4/jxlKMnxsfzXB6sZ\n8T+z+PnL3zB/XaEtNx7ForIGISKTgEm5ublOh2JaqdSEWHI6JLF2V0lQ59f3XeR6aiIjenfkq417\nm32dFp4fDklNiOXSk3pw6Uk9WLvzIK9+vZU3vy3gg+U76JqeyLnHduWcoV0Y5lnOxESHqEwQqvoe\n8F5eXt4NTsdiWq9BXdqxvCC45bHrh7lOGJJNx5R4zhiYycDffXzEcf4SQF20ZAgvA7LT+P2kwdx9\n9gA+XbWLN5YW8PwXG5k6fwM5HZI4Z1gXzhnahaHdLFm0dFGZIIw5Gkb07sinq3ax40A5XdKTmnVu\n/Z7WyfEufjK0C+BewuNgg02I/I5iata7hv/8UCTEujh3WFfOHdaVA2XVfLJqJx8s38FzCzbyj3kb\n6N4xiXOGumsWx3RrZ8miBbIEYUwjTu7bCYCF+Xu44IScZp1bXFGNK0ZI9uxOB1DryQben4P++iBC\nrUHUtpBFA9OT47gorzsX5XVnf1kVn6zcxQfLd/Dsgg08PW89PTslM25gFqMHZDCid0cS41z+L2oi\nzhKEMY0YlN2OzqkJfLpqV7MTxMGKGtISYw/7qzg+NoayqtrDag2RngdR1ULWhPLWPjmei0/szsUn\ndmdfaRWfrNrJh8t38tJXm5n2xUYS42I4uU8nxgzIZHT/DFsLykEtJkGISB/gXiBdVS90Oh5jYmKE\nScd24eUvt3CgvJp0z05zgSgur6Zd4uHHn9jL3WTligm8KSXUUUwThmSFdH6kdUiJ55ITe3DJiT0o\nr6rlyw17mLeukLlrdzNn7UoAenZKZlTfzozq24mRfTqRkdb00GETPhFNECIyDTgX2K2qx3iVTwT+\nDriAZ1X1z6q6AbhORF6PZEzGNMeU43J4/otNvL60gOtO7R3wecUVNbRLOvzX63/+bSjfbtl/2EJ+\n/jupmxXuETqlRM+HaVK8i7EDMxk7MBMYwqaiUuatK2T+ukLe/247MxZvAaB/Viqj+nZmwpDsQ82A\nJjIiPQ9iOjDRu0BEXMATwNnAYOAyERkc4TiMCcrQnHRO6t2RZxdsoCrABfjAdw0iIy2Bi/JyKKv6\nsaPaXx9ETYCrwjamGZWVFqdX5xSuHtWL5645kW9/fyZv//wU7po4gKx2ibzy9RaunrbY6RBbvYgm\nCFWdDzQc/H0SkK+qG1S1CngFOC+ScRgTilvH5rLjQAXTF24M+Jy9pVV08DFJLjUhlupaPTRPwt/G\nQmUhLojXWkYGxbpiGN69PbeMyeXF60Zw4+l9qQoxeRr/nJhJ3Q3Y6vW8AOgmIp1E5GngOBH5TWMn\ni8iNIrJERJYUFhZGOlZjOL1/BuMHZfG3T39gyx7/O62pKjsOVBxaz8lbtmfxvu373SvF+hulVFbV\ndIIY3T/DbzytWcG+shY/2zyatZilNlR1j6repKp9VfVPTRw3VVXzVDUvI6Nt/3KYo+eB84YQ6xJu\nfnmp3xVei8trKK+uJdtHgujeMRmAzXvdicbfH8G+mrUu8hpR9c+fneQv9FYpLcHdv3PqX+Zw7AOf\ncNHTC7nnje95Zv4GZq/Zxfb95ZY4wsCJUUzbgO5ez3M8Zca0WN3aJ/H3S4fzs+lLuG3Gtzx5xfHE\nuXz/fbXVs59z1/ZHTq4b2CWNGIFvN+9j7IDMw5qYfnpyT15YtNlvLDkd3Ekm3vP+aYmxHKyoOeK4\nK0f28H9jUeraU3oxNCed9YUlrNxeTP6uEj5dtYtXSn9snOiUEs+QbukMz0lneI/29M1IpWv7pEb/\n3cyRnEgQXwP9RKQ37sRwKXB5cy5gazEZJ5wxMIsHJg/hvndXcvNLS3nk0uNITTjyV2j1DvcCfwOy\n0454rV1iHMNy2vPp6t386sz+hzUx/XJ8/0MJ4tTcznyeX+QzjlTPJkSXj3AngFF9OzFz5S4AHrxw\nGOMGZfHios3cPKZvCHfbssW6YhjZxz3s1dv+siryd7uTxoptB1i+7QCPzyk8NBosRtyJu0fHZHp0\nTKZ7x2RyOiSRlhhLYpyLpDgXyfGxJMW5iIsVXCLExHh9PfS9O0G3lj6exkR6mOsMYAzQWUQKgPtU\n9TkRuRWYiXuY6zRVXdmc69paTMYpV4/qRYzA/e+t4vwnvuCRS4ZzTLf0w45ZunkfqQmx9Orke4LX\nhSfk8Nu3V/Dlhr2HJQjvWddPX3UCx9w30+f5aZ4EUVxRDcAjlxzH+sKSw+K4fXy/4G4wyrVPjiev\nV0fyenU8VFZaWcOqHcVsKipl694yNu8tY8veMmat3kVRSVXQ7xXviqFTajydUuPpmp5Ev6xUBmS3\nY0TvjmT52SgqWkQ0QajqZY2Ufwh8GMn3NiZSrjq5F30zUvnFK8uY/PjnXDmyJ/8+ui/d2idxsKKa\nj1fuZOzAzEYnxF1wfA5PzsnngfdWcseZ/Q+Vx7ti+OtFx1JUUklqQiyZaQnsbrBbW9+MlEPDZ4vL\n3QkiKd51RJIyP0pJiOXEXh050Stp1CutrGH7/nJKq2opr6qlorqW8upayqpqqa6to7ZOqVOltk69\nvncPLjhYUcOekkqKSirZUFTK7DW7qfFUVfpkpDCqbydG9e3MyD6donZvjBYzk9qYaDIqtzOf3Tma\nB2eu4eWvtvDyV1s4pls6xeXVFJdXNzmpLinexQPnHcMNLyzhP99acag8Jka40KsD+sTeHfng+x2H\nnse7YnjzllMOjYAa1KVdBO6sbUlJiKVf1pFNgcGoqqlj3a6DLFq/h4Xri3jrm2289OUWRGBk705c\nMbIHE4ZkR1UfiERjT79XH8QNP/zwg9PhmDZu2/5yXlm8hcUb9yIC15/ah/GD/S9x8Yf3VjHtC/fc\nij9NGcplJx3eqfzil5v53ds/JpAeHZOZf9dYAFZsO8DA7DRio+jDpq2prq1j+bYDzFtbyBvfFFCw\nr5xu7ZP4+dhcLjwhh/hY5/7tRGSpqub5PS4aE0S9vLw8XbJkidNhGBOU6to67nr9e4rLq3n26rwj\nOjyLSirJ+69ZxMfGUFVTR3K8i1V/mNjI1UxLVlunzF6zm8fn5PPd1v10a5/EVSf35IyBmfTNSG20\nObKqpo7t+8vZ4uk3OVhRQ3Z6Aj06pnBsTnrQfyBYgjCmFfgiv4jMtATO/Nt8Ljg+h4cuPtbpkEwI\nVJV56wp5cu56Fnt2GEyOdzG4Szs6pcaTEOuirKqGvaVV7CquZMeB8kbX47p/0mCuOSXw9cG8WYIw\nphX5Ir+IgdlpdEqNnsX3TNM2FZXyzZZ9fF9wgFXbizlQXk1lTS3J8bF0TIknIy2B7p7huPWPtMRY\ndhZXsGbHQfJ6dQh6tJQlCGOMMT4FmiCsh8sYY4xPUZkgRGSSiEw9cOCA06EYY0yrFZUJQlXfU9Ub\n09NtcpAxxkRKVCYIY4wxkWcJwhhjjE+WIIwxxvhkCcIYY4xPliCMMcb4FNUT5USkEPC/BZdzOgO+\nd32JHq3hHqB13EdruAdoHfcR7ffQU1X97tkc1QmipRORJYHMVmzJWsM9QOu4j9ZwD9A67qM13EMg\nrInJGGOMT5YgjDHG+GQJIrKmOh1AGLSGe4DWcR+t4R6gddxHa7gHv6wPwhhjjE9WgzDGGOOTJQhj\njDE+WYIwxhjjkyUIB4lIiogsEZFznY4lGCJyvog8IyKvishZTsfTHJ6f/T898V/hdDzBiOaff0Ot\n4HchRkT+W0QeE5GrnY4nXCxBBEFEponIbhFZ0aB8ooisFZF8EbkngEvdDbwWmSibFo57UNW3VfUG\n4CbgkkjGG4hm3tMU4HVP/JOPerCNaM49tLSfv7cg/n859rvQmGbew3lADlANFBztWCPFEkRwpgMT\nvQtExAU8AZwNDAYuE5HBIjJURN5v8MgUkTOBVcDuox28x3RCvAevU3/rOc9p0wnwnnD/Mm/1HFZ7\nFGP0ZzqB30O9lvLz9zadwP9/Of270JjpBP5vMQBYqKp3ADcf5TgjJtbpAKKRqs4XkV4Nik8C8lV1\nA4CIvAKcp6p/Ao6oNovIGCAF93+ychH5UFXrIhm3tzDdgwB/Bj5S1W8iG7F/zbkn3H/l5QDLaEF/\nKDXnHkRkNS3o5++tmf8WqTj4u9CYZt7DVqDKc4zjsYeLJYjw6caPf5GC+wNoRGMHq+q9ACJyDVDU\nEn4haOY9ALcB44F0EclV1acjGVyQGrunR4HHReQc4D0nAmuGxu4hGn7+3nzeh6reCi3ud6Exjf1b\n/B14TEROA+Y5EVgkWIJwmKpOdzqGYKnqo7g/aKOOqpYC1zodRyii+efvS5T/LpQB1zkdR7i1mKp1\nK7AN6O71PMdTFk1awz001BruqTXcA7SO+2gN9xAwSxDh8zXQT0R6i0g8cCnwrsMxNVdruIeGWsM9\ntYZ7gNZxH63hHgJmCSIIIjIDWAQMEJECEblOVWuAW4GZwGrgNVVd6WScTWkN99BQa7in1nAP0Dru\nozXcQ6hssT5jjDE+WQ3CGGOMT5YgjDHG+GQJwhhjjE+WIIwxxvhkCcIYY4xPliCMMcb4ZAnCtAki\nUisiy7wegSzHflSIyOsi0qeJ1+8TkT81KBvuWawPEZklIh0iHadpeyxBmLaiXFWHez3+HOoFRSTk\ntcxEZAjgql8dtBEzOHK/h0s95QAvAreEGosxDVmCMG2aiGwSkQdE5BsRWS4iAz3lKZ4NYxaLyLci\ncp6n/BoReVdEZgOfiXsnsSdFZI2IfCoiH4rIhSJyhoi87fU+Z4rIWz5CuAJ4x+u4s0RkkSeef4lI\nqqquA/aJiPfKuhfzY4J4F7gsvD8ZYyxBmLYjqUETk/df5EWqejzwFPAfnrJ7gdmqehIwFnhQRFI8\nrx0PXKiqo3HvTNcL914GVwEne46ZAwwUkQzP82uBaT7iOgVYCiAinXFv/jPeE88S4A7PcTNw1xoQ\nkZHAXlX9AUBV9wEJItIpiJ+LMY2y5b5NW1GuqsMbee1Nz9eluD/wAc4CJotIfcJIBHp4vv9UVfd6\nvj8V+JdnD4OdIjIHQFVVRF4ErhSR53Enjp/6eO8uQKHn+5G4E80X7r2YiMe9FhDAq8BCEbmTw5uX\n6u0GugJ7GrlHY5rNEoQxUOn5WsuPvxMCXKCqa70P9DTzlAZ43edxb0ZUgTuJ1Pg4phx38ql/z09V\n9YjmIlXdKiIbgdHABfxYU6mX6LmWMWFjTUzG+DYTuM2zrSoiclwjx30BXODpi8gCxtS/oKrbge24\nm42eb+T81UCu5/svgVNEJNfzniki0t/r2BnA34ANqlpQX+iJMRvY1JwbNMYfSxCmrWjYB+FvFNMf\ngTjgexFZ6Xnuyxu4t51cBbwEfAMc8Hr9ZWCrqq5u5PwP8CQVVS0ErgFmiMj3uJuXBnod+y9gCEc2\nL50AfNlIDcWYoNly38aEyDPSqMTTSbwYOEVVd3peexz4VlWfa+TcJNwd2qeoam2Q7/934F1V/Sy4\nOzDGN+uDMCZ074tIe9ydyn/0Sg5LcfdX3NnYiapaLiL3Ad2ALUG+/wpLDiYSrAZhjDHGJ+uDMMYY\n45MlCGOMMT5ZgjDGGOOTJQhjjDE+WYIwxhjjkyUIY4wxPv0/nBLy6y2qS3oAAAAASUVORK5CYII=\n", "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -263,14 +345,14 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Reaction Data\n", + "### Reaction Data\n", "\n", "Most of the interesting data for an `IncidentNeutron` instance is contained within the `reactions` attribute, which is a dictionary mapping MT values to `Reaction` objects." ] }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 13, "metadata": { "collapsed": false }, @@ -305,7 +387,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 14, "metadata": { "collapsed": false }, @@ -332,7 +414,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 15, "metadata": { "collapsed": false }, @@ -340,10 +422,10 @@ { "data": { "text/plain": [ - "{'294K': }" + "{'294K': }" ] }, - "execution_count": 11, + "execution_count": 15, "metadata": {}, "output_type": "execute_result" } @@ -354,7 +436,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 16, "metadata": { "collapsed": false }, @@ -365,15 +447,15 @@ "(6400881.0, 20000000.0)" ] }, - "execution_count": 12, + "execution_count": 16, "metadata": {}, "output_type": "execute_result" }, { "data": { - "image/png": "iVBORw0KGgoAAAANSUhEUgAAAYgAAAEPCAYAAABY9lNGAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzt3Xnc1XP6x/HX1TYpiRhlmVCJsqdSMoNEMihtVKKI7Bqj\nMfOTdTAY2YVMmEpSQkZ2srVJiVQikp2UUEjq+v3xObdut3Pf97nv+3zP9yzv5+NxHp3le865Pt33\nua/z/SzXx9wdERGRkqrFHYCIiGQnJQgREUlKCUJERJJSghARkaSUIEREJCklCBERSSrSBGFm25vZ\n82a2wMzmm9k5pRx3s5m9a2bzzGzvKGMSEZHU1Ij49X8GznP3eWa2KTDHzJ5297eLDjCzLkBTd9/Z\nzPYD7gDaRRyXiIiUI9IzCHf/3N3nJa6vBhYB25U4rCswOnHMLKC+mTWMMi4RESlfxsYgzGxHYG9g\nVomHtgM+Knb7E36bREREJMMykiAS3UsPAucmziRERCTLRT0GgZnVICSHMe4+OckhnwB/KHZ7+8R9\nJV9HRaNERCrB3a0yz8vEGcTdwEJ3v6mUxx8FTgAws3bAKnf/ItmB7p61l+7du8ceg9qgNmTTJR/a\nkQ9tqIpIzyDMrAPQD5hvZq8DDvwfsAPg7j7S3R83syPMbAmwBhgYZUwiIpKaSBOEu08Dqqdw3FlR\nxiEiIhWnldRp0qJFi7hDqDK1ITvkQxsgP9qRD22oCiWINGnZsmXcIVSZ2pAd8qENkB/tyIc2VIUS\nhIiIJKUEISIiSSlBiIhIUkoQIiKSlBKEiJTpu+/g66/jjkLiEHmpDRHJXj/9BJ98Ah9+CB99tPHf\n4tfXroXq1WHbbWH//TdeWrSAavqKmdeUIETy2Lp14Y/8++9vvCxdCh98EO7/6ito1AgaN4Y//CH8\nu9tu0KXLxtsNGsCGDbBgAcyYAa+8AtdeC8uXQ7t2GxNG27aw2WZxt1jSSQlCJMetXAlLlvw6ARRd\n//RT2GYbaNIkXHbaCbp2hR13DAlgm22gRgp/BapXhz33DJfBg8N9X34ZEsaMGXD55TB3LjRtGpLF\nH/8Ia9eWW0RBspwShEgO+fJLmDPn15dVq2DnnTcmgdatoXfvkAwaN4ZataKJZeutQ7Lp2jXc/ukn\nmDcPpk+H++6Dl1/uyrvvwplnwnba4SUnKUGIZKkvvvhtMli9Glq1gn33heOOC109TZtmx1hArVqh\nm6ltWxgyBK6//mmWLTuaPfYIXVZDhkCbNnFHKRWhBCGSBTZsgDfegOefh/vv/yN/+xusWRMSwb77\nQt++MHx4OEOwSlX2z7xGjVZz3nlw2WVw993Qq1c4kxgyBI45JrWuLYmXfkQiMXCHd94JCeG55+CF\nF2DLLeGQQ6B9+2X85S9/YKedcicZlGXzzeG88+Ccc+DRR+GGG+D88+Hss2HQoPC4ZKcsODEVKQwf\nfQT//S+ccEIYIO7UCWbNCn348+bB4sUwYgS0b/9hTp0ppKpGDejeHV5+GSZNCmdMTZrAWWfBu+/G\nHZ0kozMIkYisWQNPPw1PPRXOElatgoMPDmcJF10EzZrlXxJIVevWMGZMmGU1YgR06ABnnAGXXFK4\n/yfZSAlCJI2++goeewweeSR0H7VtC0ccAaefDnvskR2Dydlk223hiitCd9Nhh4VV29ddpySRLZQg\nRKrogw9g8uSQFObODV1HPXvCPffAFlvEHV1uaNgQpk4Ns51OPz2cVSiZxk8JQqSC3GH+fHj44ZAU\nPv4Yjj46DMR26gSbbBJ3hLmpQQN45hk46igYMCDMfNJMp3gpR4ukaMECGDo0rDvo2hW++QZuugk+\n+wxGjQp/2JQcqmazzeCJJ8IakOOOC4vvJD5KECJl+PZbGDkS9tsv9JHXrBnOHN5/H66/Hv70J33L\nTbc6dcJ02PXroVs3+OGHuCMqXEoQIiW4h6mYAwaEUhVPPgkXXwzLlsFVV8Fee2kQNWq/+x1MmBDG\ncI44IgxeS+YpQYgkfP45XHMN7LornHoq7L57WJvw0EPw5z/rTCHTataE0aPDdODDDtOeFHFQgpCC\n9vPPoTuja9ewv8E774TZRwsXhtW+DRvGHWFhq159Yxdfx46hxLhkjr4TScH58MMwpXLq1LCIrUkT\nOPlkGDsW6tWLOzopySyU57j4YjjwwDDTSdVhM0MJQvLep59uTAhTp4b+7IMOCquaL7wwlMqW7GYG\n//wn1K0bJgY891zY00KipQQheefLL0Pxu6KE8OWXGxPCkCFhxzQNMuemv/99Y5J49llo3jzuiPKb\nEoTktHXrwvqE114LlylTjuC778KOZgcfHAab99pLq3LzydlnhyTRsSO8+GJYlyLRUIKQnLF+PSxa\ntDEZvPZaWNG8ww6h+Fvr1rDddjP5xz8O14yjPHfSSWERXadO8NJLoTqupJ8+RpK1li0L6xGKksG8\neaG4W1Ey6N0b9tnn1wPL48atVHIoEKedBt9/H6rjvvQSNGoUd0T5Rx8lySruYfzghhtgxowwdtCm\nDVx+edhqU5vLSHHnnRfKqh966MZNlyR9lCAkK/z4I4wfDzfeGLoOhgwJt+vUiTsyyXbDhoW9ujt3\nDrOb6tePO6L8oaE7idUXX8Cll4Ypiw88EFYyL1gQBpeVHCQVZnD11dCuXVjxvmZN3BHlDyUIicUb\nb8DAgaGsxeefh811nngifAvUFFSpKDO4+eawpqVbt3BGKlWnBCEZs359KGvRsWP4prfLLrBkCdxx\nB7RsGXd0kuuqVYP//CeMQ/TuHaZAS9UoQUhGvPJKqHV0xRVwyimwdGlY9KRBRUmn6tXDXtcAxx8f\nvpRI5SlBSKQ2bAjjCj17wvDhMGsW9OkTKnWKRKFmzVAqfOVKGDQo/A5K5ShBSGS++irssvboozB7\ndriu8QXJhNq1w3awS5aEldfucUeUm5QgJBLTpoV1C7vtFuana6WrZFrdujBlCrz6KlxwgZJEZWgd\nhKTVhg2hK+m668I+zUceGXdEUsg22yyUdD/ooLDi/qKL4o4otyhBSNqsWAEnnhj+nT07bNcpErcG\nDcIeEm3awP77h9Ickhp1MUlazJgRupR23TXUxVFykGzSsGGYTn3KKVpIVxFKEFIl7qFLqVs3uOWW\n0LWkGUqSjY44Ag44IGwSJalRF5NU2sqVMGBAKJcxa5Z2+JLsd8MNsMce0KsXdOgQdzTZT2cQUilz\n5oQupWbNQkluJQfJBVtuGUpynHyyynGkQglCKuzhh+Hww0PX0vXXQ61acUckkrqePcP068svjzuS\n7KcuJkmZexhjuOkmePJJ2HffuCMSqZzbboM99wzJolWruKPJXpGeQZjZKDP7wszeLOXxA81slZnN\nTVyGRRmPVN66dTB4MNx3H8ycqeQgua1Ro/Bl5+STVdSvLFF3Md0DdC7nmJfcvVXickXE8UglrFoV\nZoB8+mkYb9h++7gjEqm6/v1Dorj22rgjyV6RJgh3fwX4upzDVJ0niy1dGhYXtWwJkyf/ev9nkVxm\nBnfeGXYxXLgw7miyUzYMUrc3s3lmNsXMtCtAFpkxIySHM84I4w7Vq8cdkUh6NW4cBqtPOkmlwZOJ\ne5B6DtDY3b83sy7AI0Dz0g7u0aPHL9dbtGhByyzaZWbatGlxh1BlxdswY0ZjRo9uzeDBM2nQ4FPG\njYsxsArIt59DLsuVdtSrB998cwgDBnxMly6Lf/VYrrShuIULF7Jo0aK0vFasCcLdVxe7/oSZjTCz\nBu6+MtnxkyZNylxwldC3b9+4Q6iyPn36cuWVoUT3yy/DnnseFHdIFZYPP4d8aAPkTjvatYN27Rpy\n6aX70rTprx/LlTaUxqpQYz8TXUxGKeMMZtaw2PW2gJWWHCR669ZVY8CAMNYwc2aYBihSCJo1g3/8\nI9RqUlnwjaKe5joOmA40N7MPzWygmQ02s1MTh/Q0s7fM7HXgRuDYKOOR0q1YAVdffTCrV8OLL8I2\n28QdkUhmDRkSCvnddVfckWSPSLuY3L3MczN3vw24LcoYpHxr18Jhh0GTJiuZOLEh1bJh6oJIhlWv\nDnffHfaO6NJFm1xBdsxikphddFH4MPTt+7qSgxS03XYLW5Sedpq6mkAJouA9/3xYHX3XXdovWgTg\n73+Hjz4Kn4tCpwRRwFauDDvA3X03/P73cUcjkh1q1YJ77oG//hVWraoddzixUoIoUO6htlKPHtC5\nvGIoIgVm333D5+P229uzYUPc0cRHCaJA/fe/8PbbcPXVcUcikp0uvhjWrate0J8RJYgC9N57MHQo\njBsHtQv7DFqkVDVqwJlnTuPmm8Oi0UKkBFFg1q2Dfv1g2LCw9aKIlG7LLX/gnnugb1/46qu4o8k8\nJYgCc8UVUL9+mMonIuXr0iUkiBNPpODGI5QgCsj06aG88b33ovUOIhVwxRXw9ddhm91CEnc1V8mQ\nb7+F448PCUJlNEQqpmZNuP9+aNsWDjgA2rePO6LM0PfIAnH22XDoodC1a9yRiOSmHXaAkSOhT5+w\nhqgQ6AyiAIwfH6qzzp0bdyQiua1rV3jhBRg4EB55JP+rD5R7BmFm7c3sNjN708yWJ6qyPm5mZ5pZ\n/UwEKZX34YdwzjlhSmvdunFHI5L7rrkm7M9+881xRxK9MhOEmT0BDAKeAg4HtgFaAsOA2sBkMzs6\n6iClctavhxNOgPPOCytDRaTqatWCBx6AK6+E2bPjjiZa5XUx9Xf3krN/VwNzE5fhZrZVJJFJlf37\n36GkxtChcUcikl+aNIERI+DYY+H118PU8XxU5hlE8eRgZo3M7GgzO8rMGiU7RrLHnDlw/fUwZkyo\ncy8i6dWzZ1gjMWhQ/pYGT2kWk5kNAl4FugM9gZlmdlKUgUnlff99WC19yy3QuHHc0Yjkr+HDYckS\nuP32uCOJRqqzmIYC+7j7CgAz25KwlejdUQUmlTdsGOyzTzj9FZHo1K4NEybA/vuHy957xx1ReqWa\nIFYA3xW7/V3iPsky06aFBT3z58cdiUhh2HnnMKOpd+/QtVuvXtwRpU+ZCcLMzktcXQLMMrPJgANd\ngTcjjk0q6Icfwvzs226DrTR1QCRj+vQJuzMOGQKjRsUdTfqUdwZRlAvfS1yKTI4mHKmKiy4K01m7\nd487EpHCM3w4tGwZzuI7dIg7mvQoM0G4+2WZCkSqZvr0sIeuupZE4rHZZnDddXDGGaGrqUYe1Kko\nb6HcXWa2eymP1TWzk8ysXzShSap++AFOOgluvVVdSyJxOvbYsL/7rbfGHUl6lJfjbgMuNrM9gLeA\n5YQV1DsDmxFmMd0XaYRSrosvhr32CvtLi0h8zMIYYIcOYdB6223jjqhqyutimgf0NrNNgdaEUhs/\nAIvcfXEG4pNyzJgBY8fCm5oyIJIVdtkFTj0V/vrXMKMwl6XUS+buq4EXog1FKqpo1tItt4TTWhHJ\nDsOGhQHr556DQw6JO5rK034QOeySS2DPPcOSfxHJHnXqwE03wZlnwk8/xR1N5SlB5KiZM2H06PwZ\nDBPJN0cfDc2a5fY2pUoQOejHH0PX0s03w9Zbxx2NiCRjFj6jw4fDsmVxR1M5KY1BmFlzQj2mHYo/\nx907RhSXlOHSS2G33aBXr7gjEZGyNGkC554bVlg//HDc0VRcqks5JgJ3AHcB66MLR8ozaxbce2+Y\ntZTv2x2K5IOhQ2GPPWDKFPjzn+OOpmJSTRA/u3ueFrTNHUVdSzfdpK4lkVxRu3YYKzz9dOjYETbZ\nJO6IUpfqGMT/zOwMM9vGzBoUXSKNTH7jssugRYuwAEdEckfnzqFO2tVXxx1JxaR6BnFi4t/im1c6\n0CS94UhpZs+Ge+6BN95Q15JILrrhhrBfxPHHhxLhuSDVhXI7RR2IlO7HH2HAALjxRmjYMO5oRKQy\ntt8eLrgAzj4bnngiN77opbrlaE0zO8fMHkxczjKzmlEHJ8G//hW+cWiHOJHcNmQIfPQRPPRQ3JGk\nJtUuptuBmsCIxO3+ifsGRRGUbLR4cSj+NW9ebnzjEJHS1awJI0ZA//5hXGLTTeOOqGypDlK3cfcT\n3f35xGUg0CbKwATcQ235Cy8Mp6cikvsOPDBcLr887kjKl2qCWG9mTYtumFkTtB4icuPGwcqVoc9S\nRPLHv/8dJp0sWBB3JGVLtYtpKDDVzN4HjLCiemBkUQlffw3nnw+PPJIfO1OJyEaNGoVim2eeCVOn\nZm/3cUpnEO7+HGGToHOAs4Fd3H1qlIEVuv/7PzjmGNhvv7gjEZEonH46fPtt2Co4W5X53dTMOrr7\n82bWvcRDzcwMd8+RsfjcMnMmTJ4MCxfGHYmIRKV69TBg3b07HHkkbL553BH9VnmdFwcCzwNHJXnM\nASWINPv5ZzjttLD5eTb+wohI+rRrF+ozXXxxqPyabcrbcvSSxNXL3X1p8cfMTIvnInDzzbDVVtCn\nT9yRiEgmXH112H1uwABo1SruaH4t1VlMk5Lc92A6A5GwgOaqq8JpZ7YOWolIem25JVxzDZx8Mqxb\nF3c0v1ZmgjCzXc2sB1DfzLoXuwwAamckwgJy7rlhSmvz5nFHIiKZdOKJoYzOtdfGHcmvlTcGsQtw\nJLA5vx6H+A44JaqgCtH//gdvvRXWPohIYTGDkSNDF1O3bmFDsGxQ3hjEZGCymbV39xkVfXEzG0VI\nMF+4+56lHHMz0AVYAwxw93kVfZ9ct2ZNOHP4z39C7XgRKTyNG8MVV8BJJ8H06WGWU9xSHYM4zcx+\nmVNjZluY2d0pPO8eoHNpD5pZF6Cpu+8MDCbsWldw/vlP6NABOnWKOxIRidOpp0KdOqFyczZIdY3u\nnu6+quiGu39tZvuU9yR3f8XMdijjkK7A6MSxs8ysvpk1dPcvUowr5731FowaBfPnxx2JiMStWrXQ\nk7DffnD00fHvG5HqGUQ1M9ui6EZiN7l0FIDYDvio2O1PEvcVhA0bwmrKyy8PS+9FRJo2hWHDYNCg\n8DciTqn+kR8OzDCziYnbvYArowmpdD169PjleosWLWjZsmWmQyjVtGnTKvycF15owmefNaNevWcY\nN84jiKpiKtOGbKM2ZI98aEdcbdhqK+Ozzzpx8skfcOih71bouQsXLmTRokVpiSPVHeVGm9lrQMfE\nXd3dPR2FID4B/lDs9vaJ+5KaNCnZcozs0bdv35SPXb4c/vIXeOop2Hvv7FkVV5E2ZCu1IXvkQzvi\nakPr1vDHP/6eSy5pw447Vv51rAqLqlLtYgJoAKxx91uB5RVYSW2JSzKPAicAmFk7YFWhjD/87W/Q\nr1/Yo1ZEpKRdd4XzzgsD1x5TB0OqW45eAlwA/CNxV01gbArPGwdMB5qb2YdmNtDMBpvZqQDu/jiw\n1MyWAHcCZ1SiDTnnxRfh2WfhssvijkREstn558OKFWHviDikOgZxDLAPMBfA3T81s3rlPcndyz03\nc/ezUowhb1x0UVgxWa/c/0ERKWQ1a8Ldd8Ohh8Lhh8O222b2/VPtYvrJ3Z1QwRUzqxtdSPlt/nx4\n/33o1SvuSEQkF+y1V5jteNppme9qSjVBTDCzO4HNzewU4FngrujCyl+33x76FLVLnIik6sILYelS\nGD8+s++b6iym68zsUOBbQn2mi939mUgjy0Pffht+wG+9FXckIpJLatUKXU1HHQUdO4bCfpmQ6iB1\nXeB5dx9KOHPYxMxqRhpZHho7Fg45JPP9iCKS+9q0CXWaMjmrKdUuppeA35nZdsCTQH/g3qiCykfu\nYZ+HMwpinpaIROHSS2HZsszNako1QZi7fw90B253915AlhSkzQ0vvwzr18NBB8UdiYjkqlq1Qk/E\nBReEMYmopZwgzKw90A+YkrgvC4rR5o6iswftFCciVbH77iFBnHhi+NIZpVQTxLmERXIPu/sCM2sC\nTI0urPzy+eehpMYJJ8QdiYjkg7/8Jfx7ww3Rvk+qs5heIoxDFN1+HzgnqqDyzX/+A717Q/36cUci\nIvmgenX473+hbVvo3Bn22COa96lILSaphJ9/hjvvDAtdRETSZaed4JproH9/WLs2mvdQgojYY4+F\nrQRVlE9E0m3gQNhhhzC7KQpKEBHT1FYRiYoZjBwJ994LUWxdkepCuWvNbDMzq2lmz5nZcjM7Pv3h\n5Jd33oE33oCePeOORETyVcOGoYTPCSfAd9+l97VTPYM4zN2/BY4EPgCaAUPTG0r+ueOOsPLxd7+L\nOxIRyWfdusGf/hTKg6dTqgmiaLbTn4GJ7v5NesPIP99/D6NHw+DBcUciIoXgppvCdPopU8o/NlWp\nJojHzOxtYF/gOTP7PfBj+sLIP+PHQ7t2VGmrQBGRVG22WRiLOOUU+Oqr9LxmSgnC3f8O7A+0dvd1\nwBqga3pCyE8anBaRTDvoIOjTJ317R6Q6SN0LWOfu681sGGG7UdUkLcXs2bByZVjAIiKSSVdeGTYl\n+9e/qv5aqW5bc5G7TzSzA4BOwL+B24H9qh5C/hkxImTw6qpWJSIZVrt2WH/Vvn1YI1EVqY5BFJWE\n+jMw0t2nALWq9tb5acUKeOSRMHtJRCQO224bBquLajZVVqoJ4pPElqPHAo+b2e8q8NyCcu+9Yden\nrbaKOxIRKWS77171LUpT/SPfG3gK6Ozuq4AGaB3Eb2zYEBasaHBaRLJBx45Ve36qs5i+B94DOpvZ\nWcDW7v501d46/zzzTJhqtp9GZkQkD6Q6i+lc4D5g68RlrJmdHWVguUibAolIPkl1FtPJwH7uvgbA\nzK4BZgC3RBVYrlm+vA6vvALjxsUdiYhIeqS85SgbZzKRuK7vycVMndqM/v2hbt24IxERSY9UzyDu\nAWaZ2cOJ292AUdGElHvWroUXXmjKzJlxRyIikj6pbjl6vZm9AByQuGugu78eWVQ55qGHYPvtv2HX\nXTeJOxQRkbQpN0GYWXVggbvvCsyNPqTcM2IEdOr0LtAo7lBERNKm3DEId18PLDazxhmIJ+e8+27Y\nGKhVq4/jDkVEJK1SHYPYAlhgZq8SKrkC4O5HRxJVDhk7NlRPrFEjDaUTRUSySMrF+iKNIke5hwQx\nYQIsXhx3NCIi6VVmgjCzZkBDd3+xxP0HAJ9FGVgumDEDatWCVq2UIEQk/5Q3BnEj8G2S+79JPFbQ\nxoyB/v21clpE8lN5XUwN3X1+yTvdfb6Z7RhJRDli7VqYOBHmzIk7EhGRaJR3BrF5GY8V9KT/xx8P\n5XSruiGHiEi2Ki9BvGZmp5S808wGAQX93XnsWDj++LijEBGJTnldTEOAh82sHxsTQmvCbnLHRBlY\nNvv6a3j2WRilYiMiksfKTBDu/gWwv5kdDOyeuHuKuz8feWRZbMIE6NwZNi+rA05EJMelWotpKjA1\n4lhyxpgxcMEFcUchIhIt7StdQe+/H9Y8dO4cdyQiItFSgqig++6DY48NC+RERPKZEkQFuG9cHCci\nku+UICrg1VfDv23bxhuHiEgmKEFUwJgxYe2DSmuISCFItZprwVu3Dh54AGbNijsSEZHM0BlEip58\nEnbZBZo0iTsSEZHMiDxBmNnhZva2mb1jZr9ZPWBmB5rZKjObm7gMizqmytDgtIgUmki7mMysGnAr\ncAjwKTDbzCa7+9slDn0pm3enW7UKnnoK7rwz7khERDIn6jOItsC77r7M3dcB44GuSY7L6mHfSZPg\nkENgiy3ijkREJHOiThDbAR8Vu/1x4r6S2pvZPDObYmYtI46pwtS9JCKFKBtmMc0BGrv792bWBXgE\naJ7swB49evxyvUWLFrRsGX0uWb68DnPmHM633z7CuHEbSj1u2rRpkccSNbUhO+RDGyA/2pGLbVi4\ncCGLFi1Ky2tFnSA+ARoXu7194r5fuPvqYtefMLMRZtbA3VeWfLFJkyZFFmhprroqrH048cTjyj22\nb9++GYgoWmpDdsiHNkB+tCPX22BVWLgVdRfTbKCZme1gZrWA44BHix9gZg2LXW8LWLLkEAeV1hCR\nQhbpGYS7rzezs4CnCclolLsvMrPB4WEfCfQ0s9OBdcAPwLFRxlQRc+fCTz9B+/ZxRyIiknmRj0G4\n+5PALiXuu7PY9duA26KOozJUWkNEClk2DFJnpZ9/hvvvh1deiTsSEZF4qNRGKZ5+OpTV2HnnuCMR\nEYmHEkQpxo7V4LSIFDYliCS++w4efxx69447EhGR+ChBJDFpEhx4IGy1VdyRiIjERwkiCa19EBFR\ngviNjz+GefPgyCPjjkREJF5KECVMmADdukHt2nFHIiISLyWIEiZMgGOzZi23iEh8lCCK+eADeO89\nOPjguCMREYmfEkQxDz4IxxwDNWvGHYmISPyUIIpR95KIyEZKEAnvvw/LloX1DyIiogTxi4kToXt3\nqKHyhSIigBLELyZMUGkNEZHilCCAJUvgk0/gT3+KOxIRkeyhBEE4e+jZE6pXjzsSEZHsoQSBupdE\nRJIp+ASxeDF8+SV06BB3JCIi2aXgE8TEiepeEhFJpuAThBbHiYgkV9AJYtEiWLkS2rePOxIRkexT\n0AliwgTo1QuqFfT/gohIcgX9p1Gzl0RESlewCWLBAli9Gtq1izsSEZHsVLAJ4oEHQveSWdyRiIhk\np4JMEO7qXhIRKU9BJoj58+HHH6FNm7gjERHJXgWZIIrOHtS9JCJSuoJLEEXdS1ocJyJStoJLEPPm\nwfr10KpV3JGIiGS3gksQ6l4SEUlNQW2wWdS99OCDcUciIpL9CuoMYu7cULV1773jjkREJPsVVIJ4\n4AF1L4mIpKpgupiKupcefTTuSEREckPBnEHMng21a8Mee8QdiYhIbiiYBFG09kHdSyIiqSmILqai\n7qUnnog7EhGR3FEQZxAzZ0K9erDbbnFHIiKSOwoiQahyq4hIxeV9F9OGDTBxIjzzTNyRiIjklrw/\ng5gxAxo0gBYt4o5ERCS35HWCeO01OPts6Ncv7khERHJPXiaI5cvhlFPgqKNCghg6NO6IRERyT14l\niJ9/hltvDbOVNt0UFi2CgQOhWl61UkQkMyL/02lmh5vZ22b2jpldUMoxN5vZu2Y2z8wqVUrvxRfD\nHg8PPwxTp8INN8Dmm1ctdhGRQhbpLCYzqwbcChwCfArMNrPJ7v52sWO6AE3dfWcz2w+4A2iX6nt8\n/HHoQpo9UixVAAAIQ0lEQVQ+HYYPhx494lktvXDhwsy/aZqpDdkhH9oA+dGOfGhDVUR9BtEWeNfd\nl7n7OmA80LXEMV2B0QDuPguob2YNy3vhtWvh6qtD6e6ddw7dST17xldKY9GiRfG8cRqpDdkhH9oA\n+dGOfGhDVUS9DmI74KNitz8mJI2yjvkkcd8Xpb3olCkwZAi0bAmvvgpNmqQrXBERKZJTC+WOOgpW\nrICvvoJbboHDD487IhGR/BV1gvgEaFzs9vaJ+0oe84dyjgHgscc29h916ZKeANPJ8qBUrNqQHfKh\nDZAf7ciHNlRW1AliNtDMzHYAPgOOA/qUOOZR4EzgATNrB6xy9990L7l74f6URERiEGmCcPf1ZnYW\n8DRhQHyUuy8ys8HhYR/p7o+b2RFmtgRYAwyMMiYREUmNuXvcMYiISBbSGuMKKG/Rn5ltZmaPJhb8\nzTezATGEWSYzG2VmX5jZm2UcU+WFi1Eqrw1m1tfM3khcXjGzrNtoNpWfQ+K4Nma2zsy6Zyq2ikjx\n9+kgM3vdzN4ys6mZjC8VKfw+5cLnensze97MFiRiPKeU4yr22XZ3XVK4EJLpEmAHoCYwD9i1xDH/\nAP6VuL4VsAKoEXfsJWI8ANgbeLOUx7sAUxLX9wNmxh1zJdrQDqifuH54LrYhcUw14DngMaB73DFX\n8mdRH1gAbJe4vVXcMVeiDbnwuW4E7J24vimwOMnfpwp/tnUGkbpUFv05UC9xvR6wwt1/zmCM5XL3\nV4CvyzikUgsXM6m8Nrj7THf/JnFzJmFdTVZJ4ecAcDbwIPBl9BFVTgrt6AtMcvdPEsd/lZHAKiCF\nNuTC5/pzd5+XuL4aWMRvf+8r/NlWgkhdskV/JX8AtwItzexT4A3g3AzFlk6lLVzMVYOAnNuN3My2\nBbq5++1ALs/gaw40MLOpZjbbzPrHHVAl5NTn2sx2JJwRzSrxUIU/2zm1UC4HdAZed/eOZtYUeMbM\n9kxkdMkwMzuYMCvugLhjqYQbgeLjXLmaJGoArYCOQF1ghpnNcPcl8YZVITnzuTazTQlnneemIz6d\nQaQulUV/A4GHANz9PWApsGtGokuflBcuZjMz2xMYCRzt7uV15WSj1sB4M1sK9ARuM7OjY46pMj4G\nnnL3H919BfASsFfMMVVUTnyuzawGITmMcffJSQ6p8GdbCSJ1vyz6M7NahEV/j5Y4ZhnQCSDRt9cc\neD+jUabGKP0b6aPACQBlLVzMAqW2wcwaA5OA/okPdLYqtQ3u3iRx2YnwoT/D3Uv+vmWLsn6fJgMH\nmFl1M6tDGBzNxgp4ZbUhVz7XdwML3f2mUh6v8GdbXUwp8hQW/QFXAPcWmy73N3dfGVPISZnZOOAg\nYEsz+xC4BKhFDi1cLK8NwEVAA2CEhToJ69y9ZJHIWKXQhuKydrFSCr9Pb5vZU8CbwHpgpLtnVQ3t\nFH4WufC57gD0A+ab2euE35n/I8y6rPRnWwvlREQkKXUxiYhIUkoQIiKSlBKEiIgkpQQhIiJJKUGI\niGShVAs6Jo69PlEQca6ZLTaztMyy0iwmEZEsZGYHAKuB0e6+ZwWedxahcN+gqsagMwjJO2a2PvFN\nqugb1d/ijqmImU1M1Mop7fGLzeyqEvftZWYLE9efMbP60UYp2SBZEUEza2JmTyTqWr1oZs2TPLUP\ncH86YtBCOclHa9y9VTpf0Myqu/v6Kr5GS6Cau39QxmH3A08SFjkVOQ4Yl7g+mrBF71VIIRoJDHb3\n98ysLXA7cEjRg4kqAjsCz6fjzXQGIfmotBIcS83sUjObk9hMqHni/jqJ/t6ZiceOStx/oplNNrPn\ngGctGGFmC83saTObYmbdzexgM3u42Pt0MrOHkoTQj1B6oui4Q81supm9ZmYPmFkdd38XWGlmbYo9\nrzcbvxH+j9/u6y4FwMzqAvsDExOrpe8ESpbrPg540NM0dqAEIflokxJdTL2KPfalu+8L3AGcn7jv\nQuA5d29HqDp6nZltknhsH8JmPQcD3YHG7t4S6A+0B3D3qcAuZrZl4jkDgVFJ4uoAzAFIHDsMOMTd\nWyfu/2viuPEkkkCiZs6KoppS7r4KqGVmW1T2P0dyVjXga3dv5e77JC67lzjmONLUvVT0hiL55vti\nH6JW7j6x2GNF3/TnEE7FAQ4D/p74VvYCoQ5PUeXeZ4ptPnQAMBEgUeSs+PaZY4DjE+MD7Ui+B8U2\nwPLE9XZAS2Ba4n1PKPaeDwA9EteP5bcf+OXAtqW2XvLJL0UE3f07YKmZ9fzlwVC1uOj6rsDm7j4z\nXW+uMQgpNGsT/65n4++/AT0S3Tu/SHx7X5Pi695L6P5ZC0x09w1JjvkeqF3sPZ92934lD3L3jxPd\nYQcREkW7EofUBn5IMS7JUaUUEewH3GFmwwi/v+MJhRAhfJkYn84YlCAkH1V0c52ngHMIW3xiZnsX\nbd9YwjTgBDMbDWxN+PDeB+Dun1nYcexCEqWhk1gENAM+JGyFequZNU0MONYh7NtclKTGAzcA77n7\npyVepyHwQQXbKDnG3fuW8lCXUo6/LN0xqItJ8lHtEmMQRTN+Shu4+ydQ08zeNLO3gMtLOW4SYQOc\nBYTZRHOAb4o9fh/wkbsvLuX5jwMHwy97Mw8A7jezN4DpwC7Fjp1I6IIaV/wFzGxfwmbzyc5QRNJK\nC+VEKsDM6rr7GjNrQNjzt4O7f5l47BZgrrvfU8pzaxOmH3ao7CwTM7sRmJwYGBeJlLqYRCrmMTPb\nHKgJXF4sObxGWPV6XmlPdPcfzewSwkbxH1fy/ecrOUim6AxCRESS0hiEiIgkpQQhIiJJKUGIiEhS\nShAiIpKUEoSIiCSlBCEiIkn9P3NUzNvU9HnaAAAAAElFTkSuQmCC\n", + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAZAAAAEKCAYAAAA8QgPpAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzt3Xl4VPX59/H3nRWykBCSsIVA2AXZI7jQKlYtVhTcUdy1\nVqu22tbqU6229Wdb21pb91JF26ooLgFacZe6IUsgCfsS9iRAgEASlkCSuZ8/5qBpDMlkksmZmdyv\n65qLmbPMfA4wuXPO+S6iqhhjjDHNFeF2AGOMMaHJCogxxhi/WAExxhjjFysgxhhj/GIFxBhjjF+s\ngBhjjPGLFRBjjDF+sQJijDHGL1ZAjDHG+CXK7QCtKTU1Vfv06eN2DGOMCRlLly7do6pp/uwbVgWk\nT58+5Obmuh3DGGNChohs9Xdfu4RljDHGL1ZAjDHG+MUKiDHGGL9YATHGGOMXKyDGGGP8YgXEGGOM\nX6yAGGOM8UtY9QMxxgSeqrL/UDU7yqvYVVHFjvIqyg4eISs1gRG9kuiZ3BERcTumaQNWQIwxX/F4\nlD0HjlC8/zA7y6vYWVH11Z/HCsbO8iqO1HiO+x6pCbGM7JXEiIxkRvRKZnhGEslxMW14FKatWAEx\nph2p9SillVUU7TtM8b7DFO07RPH+w1+/3n+Yo/WKQ0xkBF2TYunWqQPDM5I5Z0gs3ZI60q1TB7ol\neR+d46IpLD1Awfb95G8vp6BoPx+tLUXV+x5ZqfGMyEhiRC9vURnSvRMdoiNd+BswrUn02L9wGMjO\nzlYbysQYOHikhrU7K1mzo4LVOyrYsucgRfsOs6P8MNW1//udT02IoWdyRzI6x9Gzc0cyOnekR1JH\nuiV1oHtSB1LiY/y6JFVRVc3KonLyi/ZTsH0/BdvL2VlRBUBUhHBKvy5MG9ebs05IJyrSbse6RUSW\nqmq2X/taATEmdKkqpZVHWF3iLRSrd1SwpqSCzXsPfvXbf6cOUfRLTyCjcxwZnTs6xcIpGMkd6RjT\ndmcCO8urKCjaz7Kt+5iTX8LOiiq6derA1LG9uGJsJl07dWizLMbLCojDCogJdyX7D7NkSxmrSiq+\nKhplB49+tT4zJY4h3TtxQvdODOnhffRI6hCUN7Vraj18tLaUlxZu5bMNe4iMEM4+oStXndybU/t1\nISIi+DKHIysgDisgJpyoKlv2HmLx5r0s2lzG4s1lFO07DEBMVASDuyVyQrevC8Xgbokkdoh2ObV/\ntuw5yMzF25iVu519h6rJSo1n2rhMLhmTYTfgA8wKiMMKiAllHo+yofQAi+oUjN2VRwDoEh/D2KwU\nxmWlcFJWCoO6JoblfYOq6lreWbmDlxZuY+nWfcRGRTBpeA+uOjmTkb2Sg/JMKtRZAXFYATGhRFVZ\nv+sAn23YzaLNZSzZUsb+Q9UAdE/qwLisFMZmdWFsVgr90uLb3Q/P1SUVvLxoK7Pzijl4tJbs3p15\n+qrRpCfafZLWZAXEYQXEBLuq6loWbNzDx2tLmb92N8X7vZek+nSJY6xTMMZlpZDR2TrjHVNZVc1b\ny4p55N21pMTH8I8bxtIvLcHtWGHDCojDCogJRkX7DjF/bSkfry1lwca9HKnxEBcTyWn9UzlzcDpn\nDEqje1JHt2MGvYLt+7nhxSXUqvL8tScxpndntyOFBSsgDisgJhjU1HpYunUfH68rZf7aUtbvOgBA\n7y5xTBiUzpmD0xnXN4XYKOtI11xb9x7kmhmL2VlexZNXjubsIV3djhTyrIA4rIAYt9R6lC8K9zA7\nr5gP1+yioqqGqAhhbFYKZw5OZ8LgdPqmtr/7GIGw58ARbnhxCSuLy3loyolMG9fb7UghrSUFJGBD\nmYjIDGASUKqqJzaw/m5gWp0cJwBpqlomIluASqAWqPH34IwJJFVl9Y4KcpYVM7eghNLKIyR2iOK7\nQ7vxncHpjB+QGrLNaoNZakIsM79/Mre9soz7clayq7yKu84eaMXZBQE7AxGRbwMHgH82VEDqbXs+\ncJeqnum83gJkq+qe5nymnYGYtlCy/zCz84uZnVfM+l0HiI4UJgxK58JRPZkwON3GeGoj1bUe7stZ\nwazcIi7LzuDhC4cRHYZNmwMtKM9AVPVTEenj4+ZXADMDlcWYlqqoqubdFTt5K6+IRZvLUIUxvTvz\nf1NO5Lxh3ekcb53d2lp0ZASPXDycbp068PjHheyuPMJT00YTF2NjxLaVgN4DcQrIfxo7AxGROKAI\n6K+qZc6yzUA53ktYf1PV6Y3sfzNwM0BmZuaYrVu3tlp+077tP3SURZvLmFtQwoerd3GkxkNWajxT\nRvZkyqge9O4S73ZE43h50VZ+OXslw3om8fx1J5GaEOt2pJARlGcgzXA+8MWx4uEYr6rFIpIOfCAi\na1X104Z2dorLdPBewgp8XBOujo0ztWRLGUs272PdrkoAUuJjmHpSL6aM6mm9oYPUtHG9SUuI5Y6Z\neVz8zAL+cf1Y+qRagQ+0YCggU6l3+UpVi50/S0UkBxgLNFhAjPGHqrJx9wEWb97Hki3eYUOOdepL\niI1idO/OnD+iO9l9UhjTu7NdWw8B5wztxivfP5mb/rGEi59ZwIzrTmJEr2S3Y4U1Vy9hiUgSsBno\npaoHnWXxQISqVjrPPwB+o6rvNvV5dhPdHE9FVTWrSypYWVzO4s1l5G7d99UotqkJsYzN6kx27xTG\nZqUwuFt4jjPVXmzcfYBrZyxm74GjPHdtNqf1T3U7UlALyktYIjITOANIFZEi4EEgGkBVn3U2uxB4\n/1jxcHQFcpzLBFHAK74UD2PAe2axq+IIq3eUs6q4wjvs+Y4KtpUd+mqb3l3iOHNwOmP7eAcm7NMl\nzi5LhZF+aQm8deupXP38Ym54cQnTr8nm9IFpbscKS9aR0IQsj0fZtOcgq3dUsKqk3Ds/RkkFe+vM\nj5GVGs8QZ26MoT06MbRHEmmJdoO1PSg7eJRpzy1iY+kBnr16NGcOtl7rDbGe6A4rIO3DngNHmJW7\nnVcWbftqfozoSGFg10SG9ujEkO6dGNoziRO6dyIhNhhu8xm37D90lKufX8zanRU8deVozhnaze1I\nQccKiMMKSPhSVXK37uOlhVt5Z8VOjtZ6OLlvClNG9mRYRhID0hOJibL7Fuabyg9Xc+2MxawsLufx\nK0bxvWHd3Y4UVILyHogxraGyqpqcvGJeXriNdbsqSewQxZXjMrnq5Ez6pye6Hc+EgKSO0fzrxrFc\n98IS7piZR41HuWBED7djhQUrICYorSop56WF25iTX8yho7UM65nEIxcP4/wRPaynsWm2xA7R/POG\nsVz/4hLufDWPmloPF43OcDtWyLNvogkaVdW1vL18By8t2kretv3ERkVwwYgeXHVyb2vPb1osPjaK\nF68/iZv+kctPXy+gpla57KRebscKaVZATFD4dP1u7n6jgF0VR+ibGs8vJw3hktEZJMXZaLam9cTF\nRDHjupP4/j9z+fmby6nxKFeOy3Q7VsiyAmJcVVVdyyPvruWFL7YwID2BRy8dyWn9u1i/DBMwHaIj\n+fs12fzw5WX8ImcFNR4P15zSx+1YIckKiHHN6pIK7nwtj/W7DnD9aX24Z+JgGwrdtIkO0ZE8c9Vo\nbn8ljwfmrOJojYebvtXX7VghxwqIaXMej/Lc55v403vrSY7z3tz8tvUUNm0sNiqSp6eN5sev5vF/\nb6+hxqPccno/t2OFFCsgpk2V7D/MT2cV8OWmvUwc2o3fXTTM5tIwromOjODxqaOIjCjg9++spUNU\nBNedluV2rJBhBcS0mbkFJdyfs4Jaj/KHS4Zz6ZgMu9dhXBcVGcFfLh/J4aO1/HbeWsb17cIJ3Tu5\nHSskWNddE3Dlh6u589U8fjQzj/7pCcz78be4LLuXFQ8TNCIjhD9cMpykuGjuei2fqupatyOFBCsg\nJqAWbtrL9/76Gf9evoOfnD2QWT84xWbyM0EpJT6GP1wynLU7K3n0/XVuxwkJdgnLBER1rYdH31/P\n3z7dSO+UON689VRGWmdAE+QmDErn6pN789znm5kwOJ1T+9lcIo2xMxDT6nZXHmHa3xfx7CcbmXpS\nJm//6FtWPEzI+MX3TiCrSzw/m1VA+eFqt+MENSsgplXlbdvH+U98zvLi/Tx+xSh+d9Ew4m1IdRNC\nOsZE8tjlIymtPMIDc1a6HSeoWQExrea1Jdu4/G8LiY4S3rr1NBvx1ISsEb2S+dF3BjAnv4S5BSVu\nxwlaASsgIjJDREpFpMESLiJniEi5iOQ7jwfqrJsoIutEpFBE7g1URtM6jtZ4uC9nBfe8uYJxfVOY\ne9t4hvSwZpAmtP3wjH6Mykzm/pwV7Cg/7HacoBTIM5AXgYlNbPOZqo50Hr8BEJFI4CngXGAIcIWI\nDAlgTtMCpRVVXPH3hby8aBu3nN6PF68fax0DTViIiozgsctGUuNRfvZ6AR5P+Ey+11oCVkBU9VOg\nzI9dxwKFqrpJVY8CrwKTWzWcaRVLt+5j0hOfs7qkgievHMW95w4mMsL6dpjw0ccZGfqLwr28sGCL\n23GCjtv3QE4VkeUi8o6IDHWW9QS219mmyFnWIBG5WURyRSR39+7dgcxq6nhl0TamTv+SjjGR5Nx2\nKpOG2/0OE56mntSLs05I55F317JuZ6XbcYKKmwVkGZCpqsOBJ4DZ/ryJqk5X1WxVzU5LswH5Au1I\nTS3/763l/CJnBaf2S2XubeMZ3M3ud5jwJSL87qLhJMZGcedr+RypsV7qx7hWQFS1QlUPOM/nAdEi\nkgoUA3WnCctwlhmX7aqoYur0hcxcvJ3bJvRjxnUn2YRPpl1IS4zlkYuHs2ZHBY99sMHtOEHDtQb6\nItIN2KWqKiJj8RazvcB+YICIZOEtHFOBK93KabyWF+3nxn/kcvBIDc9MG825w7q7HcmYNnXWkK5c\nMbYXf/t0IxMGpTGubxe3I7kukM14ZwJfAoNEpEhEbhSRW0TkFmeTS4CVIlIAPA5MVa8a4HbgPWAN\nMEtVVwUqp2nangNHuOkfucRGRTD7ttOseJh26/7zhpCZEsdPZhVQUWW91EU1fJqmZWdna25urtsx\nwkqtR7l2xmKWbClj9m2n2TDXpt1bunUflz67gCmjevLny0a6HafFRGSpqmb7s6/brbBMkHvi4w18\nXriHhyafaMXDGGBM787cPqE/by0rZt6KHW7HcZUVEHNcn2/Yw18/2sDFozO4NDvD7TjGBI07vjOA\nERlJ3PvmcrbuPeh2HNdYATEN2llexY9fzWNAegIPTRlqkz8ZU0d0ZARPXDEaEeEH/1rKoaM1bkdy\nhRUQ8w01tR7umLmMw9W1PD1tNHExNpquMfVldonjiStGsX5XJT9/YznhdD/ZV1ZAzDf86f31LNmy\nj99dNIz+6YluxzEmaH17YBo/++4g/rN8B3//bJPbcdqcFRDzPz5as4tnP9nItHGZTB553BFkjDGO\nW0/vx/eGdeP376zl8w173I7TpqyAmK8U7TvET2YVMLRHJ345yQZANsYXIsIfLxlB//QE7pi5jO1l\nh9yO1GasgBjAO6fHba/k4fEoT08bTYfoSLcjGRMy4mOj+NvV2dR4lB/8aymHj7aP8bKsgBgAfjtv\nDQXb9/PHS4fTu0u823GMCTlZqfH8depI1uys4P+91T5uqlsBMcxbsYMXF2zhxvFZTDzRhikxxl9n\nDu7KT84ayOz8El74YovbcQLOCkg7t2XPQX7+xnJGZSZzz8TBbscxJuTdNqE/Zw/pysPz1rBw0163\n4wSUFZB2rKq6lltfXkZUpPDklaOJibL/Dsa0VESE8OfLRtC7Sxy3vbyMkv3hO596kz8xROQUEXnK\nmTlwt4hsE5F5InKbiCS1RUgTGL/+9yrv/AaXj6Rncke34xgTNhI7RDP96myO1Hi45aWlVFWH5031\nRguIiLwD3IR3aPWJQHdgCHA/0AGYIyIXBDqkaX1vLSv6amKoCYPS3Y5jTNjpn57Any8bwfKicu6f\nvTIsb6o3NUbF1apav2fMAbzT0S4DHnVmETQhZPOeg9w/eyXjslK466yBbscxJmydM7QbP/rOAB7/\naAMjMpK4+pQ+bkdqVY0WkLrFw5lBcCygwBJV3Vl/GxP8qms93PlqHtGREfx16iiiIu2+hzGBdOd3\nBrCyuJxf/3s1g7t34qQ+KW5HajU+/fQQkZuAxcBFeGcSXCgiNwQymAmMv364gYKicn5/0TC6JXVw\nO44xYS8iQnjs8pFkdO7IrS8tY3flEbcjtRpff/28Gxilqtep6rXAGOCexnYQkRkiUioiK4+zfppz\nY36FiCwQkRF11m1xlueLiE0x2EoWbdrLU/8t5PLsXjYtrTFtKKljNH+7OpuKw9X8am74zNDtawHZ\nC1TWeV3pLGvMi3hvvB/PZuB0VR0GPARMr7d+gqqO9HeqRfO/yg9X85NZBfROieOB822cK2Pa2qBu\nifz4rAG8vWIH767c6XacVtHoPRAR+YnztBBYJCJz8N4DmQwsb2xfVf1URPo0sn5BnZcLAZvyLkBU\nlftnr2RXRRVv3noq8bE2v4cxbrj52335z/Id/HLOSk7p24WkuGi3I7VIU2cgic5jIzAbb/EAmIP3\nDKK13Ai8U+e1Ah+KyFIRubmxHUXkZhHJFZHc3bt3t2Kk8DE7v5h/F5Rw19kDGdEr2e04xrRb0ZER\n/PGS4ZQdPMpv561xO06LNdUK69eBDiAiE/AWkPF1Fo9X1WIRSQc+EJG1qvrpcTJOx7n8lZ2dHX4N\nrVto295D/HL2Ksb2SeGW0/u5HceYdu/Enkl8/1t9efaTjVwwsgen9Q/dnhBNdST8u4iceJx18SJy\ng4hM8/fDRWQ48BwwWVW/uqeiqsXOn6VADt7mw6aZamo93PlaHiLw58tHEBlh85obEwzuPGsAWanx\n3PvW8pCeT72pS1hPAQ+IyBoReV1EnnZaV30GLMB7eesNfz5YRDKBt/B2VlxfZ3m8iCQeew6cAzTY\nkss07sn5hSzbtp+HLxxGRuc4t+MYYxwdoiN55OLhbC87zJ/eW9/0DkGqqUtY+cBlIpIAZOMdyuQw\nsEZV1zW2r4jMBM4AUkWkCHgQiHbe91ngAaAL8LSIANQ4La66AjnOsijgFVV9198DbK+Wbi3j8Y82\ncNGonlwwoofbcYwx9YzNSuHqk3vzwoLNTBrRndGZnd2O1GwSTuOzZGdna26udRuprKrme49/BsC8\nH32LxA6h3dLDmHBVWVXNdx/7lPjYKP7zo/HERrX9TKAistTf7hI2jkUYenDuKor3HeYvl4+04mFM\nEEvsEM3DFw5jQ+kBnpq/0e04zWYFJMzMLSjhrWXF3HHmAMb0Dp8xd4wJVxMGp3PhqJ48Pb+QNTsq\n3I7TLFZAwkjx/sPcl7OCUZnJ3HFmf7fjGGN89MtJQ0jqGM09by6nptbjdhyf+TqY4kCnSe/7IvLx\nsUegwxnf1XqUu17Lx+NR/nq5jbJrTChJiY/hVxcMZXlROTO+aM0+2oHl65gWrwPPAn8HwnNqrRD3\n7CcbWby5jEcvHUFmF2uya0yomTS8O3PyS3j0/fWcM6QbfVLj3Y7UJF9/Ta1R1WdUdbGqLj32CGgy\n47OVxeU89sF6Jg3vzkWje7odxxjjBxHh4QtPJCYqgnveXI7HE/wtZH0tIP8WkR+KSHcRSTn2CGgy\n45OjNR5+9noBKfExPDxlGE7/GWNMCOraqQP3fe8EFm0u49Ul292O0yRfL2Fd6/x5d51lCvRt3Tim\nuZ6aX8janZX8/ZrskB/Z0xgDl5/Uizn5Jfx23homDE6je1JHtyMdl09nIKqa1cDDiofLVpdU8NT8\nQqaM7MHZQ7q6HccY0wpEhN9fPIwaj4f7clYSzJ29fW2FFS0iPxKRN5zH7SJiv+66qLrWw91vFJAc\nF8OD5w91O44xphX17hLPz84ZxMdrS5lbUOJ2nOPy9R7IM3insX3aeYxxlhmX/O2TjawqqeD/pgyl\nc3yM23GMMa3s+tOyGNErmV//ezV7DwTnPOq+FpCTVPVaVf3YeVwPnBTIYOb41u+q5PGPCjlveHcm\nnmhzmxsTjiIjhD9cPJzKqmp+85/VbsdpkK8FpFZEvpqNSET6Yv1BXFFT6+Hu1wtI6BDFby6wS1fG\nhLNB3RK5bUJ/5uSX8NGaXW7H+QZfC8jdwHwR+a+IfAJ8DPw0cLHM8Tz3+WYKisr59QVD6ZIQ63Yc\nY0yA/fCM/gzqmsh9OSspP1Ttdpz/4WsrrI+AAcCPgDuAQao6P5DBzDcVlh7gzx+s57tDuzJpuF26\nMqY9iImK4E+XjmDPgSPcN3tFULXKampK2zOdPy8CzgP6O4/znGWmjdR6lJ+/UUBcTCQPTTnROgwa\n044My0jizrMG8J/lO5iTHzytsprqSHg63stV5zewTvFOSWvawAtfbGbZtv385fKRpCd2cDuOMaaN\n3XpGf/67bje/nLOS7D6dg2Ka6kbPQFT1Qefpb1T1+roP4KHG9nXmTi8VkQbnMxevx0WkUESWi8jo\nOusmisg6Z929zT2ocLN5z0H++N46zjohnckjbXpaY9qjyAjhsctH4vEoP51VQG0QjJXl6030NxtY\n9kYT+7wITGxk/bl476sMAG7G6VciIpHAU876IcAVIjLEx5xhx+NR7nljObFRETx8oY11ZUx71isl\njl9dMJRFm8t47rNNbsdp/BKWiAwGhgJJ9e55dAIavY6iqp+KSJ9GNpkM/FO9d4QWikiyiHQH+gCF\nqrrJyfCqs21wNoQOsH9+uYXFW8r44yXD6drJLl0Z095dMiaDj9aU8qf31zF+QCpDeyS5lqWpM5BB\nwCQgGe99kGOP0cD3W/jZPYG6w00WOcuOt7zd2bb3EI+8u44zBqVxyZgMt+MYY4KAiPDbi4bROS6G\nu17Lp6ravS55jZ6BqOocYI6InKKqX7ZRpmYRkZvxXgIjMzPT5TStx+NR7nlzOZERwm/t0pUxpo6U\n+Bj+eOkIrp2xmEfeXevaeHi+3gO5RUSSj70Qkc4iMqOFn10M9KrzOsNZdrzlDVLV6aqararZaWlp\nLYwUPF5ZvI0vN+3lvvNOoEdy8A7nbIxxx+kD07ju1D688MUWPtuw25UMvhaQ4aq6/9gLVd0HjGrh\nZ88FrnFaY50MlKvqDmAJMEBEskQkBpjqbNtuFO07xO/mrWF8/1SmntSr6R2MMe3SvecOpn96Aj97\nvYB9B4+2+ef7WkAiRKTzsRfObIRN3YCfCXwJDBKRIhG5UURuEZFbnE3mAZuAQrxzrf8QQFVrgNuB\n94A1wCxVXdWMYwp5j32wAY/C7y+2S1fGmOPrEB3JXy4fSdnBo670Uvd1RsJHgS9F5HXn9aXAw43t\noKpXNLFegduOs24e3gLT7pRWVDG3oJgrxmYGRUchY0xwO7FnEnedPZA/vLuOt5YVc3EbNrjxdSys\nfwIXAbucx0Wq+q9ABmuv/rVwKzUe5frTstyOYowJET/4dj/G9knhwbmr2F52qM0+19dLWAApwEFV\nfRLYLSL2E66VVVXX8vKibXxncFeyUuPdjmOMCRGREcKjl40A4K7X8qmp9bTJ5/o6pe2DwD3A/3MW\nRQMvBSpUe5WTV0zZwaPcON5qszGmeXqlxPF/U04kd+s+/vLhhjb5TF/PQC4ELgAOAqhqCZAYqFDt\nkary/OebGdqjEyf3TXE7jjEmBE0Z1ZNLx2Tw1H8L+XzDnoB/nq8F5Khz01sBRMSur7SyT9bvprD0\nADeOz7KWV8YYv/168lD6pSVw52v57K4M7FzqvhaQWSLyNyBZRL4PfIi36a1pJc9/vpn0xFgmDbfR\ndo0x/ouLieLJK0dRWVXNT2bl4wngqL2+tsL6E97Rd9/EOz7WA6r6RMBStTPrdlby2YY9XHtqH2Ki\nmtOuwRhjvmlwt048cP4QPtuwh2c/3Riwz/H1Jno88LGq3o33zKOjiEQHLFU7M+PzzXSIjuDKseEz\nlpcxxl1Xjs3kvGHdefT99SzdWhaQz/D1191PgVgR6Qm8C1yNd74P00J7DhwhJ7+Yi0Zn0Dk+xu04\nxpgwISL87uJh9EjuwB2v5LH/UOsPdeJrARFVPYS3M+Ezqnop3nlCTAu9vHAbR2s83GAdB40xraxT\nh2ievGI0uw8c4edvLG/1oU58LiAicgowDXjbWRbZqknaoarqWv61cAsTBqXRPz3B7TjGmDA0olcy\n90wczPurd/GPBVta9b19LSA/xtuJMEdVV4lIX2B+qyZph+YWlLDnwFFuHN/X7SjGmDB24/gszhyc\nzm/nrWVlcXmrva+vrbA+VdULVPUR5/UmVf1Rq6Voh1SVGZ9vZnC3RE7r38XtOMaYMCYi/OnSEaTE\nx3D7K8s4cKSmVd7X2oy6ZMHGvazdWckN1nHQGNMGUuJj+OvUkWwrO8T9Oa0z9LsVEJc899kmUhNi\nuGCEdRw0xrSNcX278OPvDGR2fgmvLdne4vfzdT4Q04oKSw8wf91u7jxrAB2irS2CMabt3H5mf3K3\nlnHf7JV0SYht0Xv52pHwDyLSSUSiReQjEdktIle16JPbsRe+2ExMVARXndzb7SjGmHYmMkJ45qox\nnNijE7e9sqxF7+XrJaxzVLUCmARsAfoDdze1k4hMFJF1IlIoIvc2sP5uEcl3HitFpNaZLhcR2SIi\nK5x1ub4fUnDbd/Aoby4r4sKRPUltYfU3xhh/JMRG8eL1Y+md0rJZT30tIMcudZ0HvK6qTbYDE5FI\n4CngXGAIcIWIDKm7jar+UVVHqupIvM2EP1HVun3uJzjrs33MGfReWbyNqmoPN9icH8YYF3WOj+Gl\nm8a16D18LSD/EZG1wBjgIxFJA6qa2GcsUOg0+T0KvApMbmT7K4CZPuYJSUdrPPxjwRa+NSCVQd1s\nOhVjjLu6durQov197QdyL3AqkK2q1XgnlmqsGAD0BOre5i9yln2DiMQBE/GO9vvVxwIfishSEbnZ\nl5zB7u0VJZRWHrEZB40xYcHXm+iXAtWqWisi9+OdzrY125+eD3xR7/LVeOfS1rnAbSLy7eNku1lE\nckUkd/fu3a0YqXUdm3Gwf3oCpw9MczuOMca0mK+XsH6pqpUiMh44C3geeKaJfYqBXnVeZzjLGjKV\nepevVLU0hyY8AAATJklEQVTY+bMUyMF7SewbVHW6qmaranZaWvD+YF60uYyVxRXccJp1HDTGhAdf\nC0it8+d5wHRVfRtoauzxJcAAEckSkRi8RWJu/Y1EJAk4HZhTZ1m8iCQeew6cA6z0MWtQev7zzXSO\ni+ai0Q1exTPGmJDja0fCYmdK27OBR0QkliaKj6rWiMjtwHt4R+6d4QzEeIuz/lln0wuB91X1YJ3d\nuwI5zm/qUcArqvqurwcVbLbsOciHa3Zx+4T+1nHQGBM2fC0gl+G9yf0nVd0vIt3xoR+Iqs4D5tVb\n9my91y9Sb3IqVd0EjPAxW9B74YvNREUIV1vHQWNMGPG1FdYhYCPwXeesIl1V3w9osjBx6GgNby4r\nZtLwHqS3sMmcMcYEE19bYf0YeBlIdx4vicgdgQwWLuat2MmBIzVMPalX0xsbY0wI8fUS1o3AuGP3\nKUTkEeBL4IlABQsXs5ZsJys1nrFZKW5HMcaYVuXzlLZ83RIL57m1RW3Cpt0HWLyljMuye1nTXWNM\n2PH1DOQFYJGI5Divp+DtC2Ia8VrudiIjhIvHWNNdY0z48amAqOqfReS/wHhn0fWqmhewVGGgutbD\nm0uLmTAonfREu3lujAk/TRYQZ1TdVao6GGjZ4PHtyPy1pew5cITL7ea5MSZMNXkPRFVrgXUiktkG\necLGrNztpCfGMmFQ8A6vYowxLeHrPZDOwCoRWYx3JF4AVPWCgKQKcbsqqvh4bSk/OL0fUZE27bwx\nJjz5WkB+GdAUYeaNpUV4FC7LtstXxpjw1WgBEZH+QFdV/aTe8vHAjkAGC1Wqyuu52xmblUJWarzb\ncYwxJmCaur7yF6CigeXlzjpTz6LNZWzZe8h6nhtjwl5TBaSrqq6ov9BZ1icgiULcrCXbSYyN4twT\nu7sdxRhjAqqpApLcyLqOrRkkHJQfrubtFTu4YGQPOsbYsO3GmPDWVAHJFZHv118oIjcBSwMTKXTN\nLSjhSI3H+n4YY9qFplph3Yl3YqdpfF0wsvHORnhhIIOFollLtnNC904M65nkdhRjjAm4RguIqu4C\nThWRCcCJzuK3VfXjgCcLMatLKlhRXM6vzh9iAycaY9oFXyeUmq+qTzgPn4uHiEwUkXUiUigi9zaw\n/gwRKReRfOfxgK/7BptZuduJiYpgyigbONEY0z742pGw2ZwxtJ7CO496EbBEROaq6up6m36mqpP8\n3DcoVFXXkpNXzHeHdiM5LsbtOMYY0yYCOc7GWKBQVTep6lHgVWByG+zb5t5btZPyw9XW98MY064E\nsoD0BLbXeV3kLKvvVBFZLiLviMjQZu4bFGblbqdXSkdO6dvF7SjGGNNm3B7pbxmQqarD8U6PO7u5\nbyAiN4tIrojk7t69u9UDNmV72SG+KNzLpWN6ERFhN8+NMe1HIAtIMVD3mk6Gs+wrqlqhqgec5/OA\naBFJ9WXfOu8xXVWzVTU7La3th05/PXc7InDJmIw2/2xjjHFTIAvIEmCAiGSJSAwwFZhbdwMR6SZO\nm1cRGevk2evLvsGg1qO8vrSI0wem0SPZOuYbY9qXgLXCUtUaEbkdeA+IBGao6ioRucVZ/yxwCXCr\niNQAh4GpqqpAg/sGKqu/Pt2wmx3lVTwwaYjbUYwxps0FrIDAV5el5tVb9myd508CT/q6b7CZtWQ7\nXeJj+M4JXd2OYowxbc7tm+gha++BI3y4ZhcXjupJTJT9NRpj2h/7yeennLxiqmvVBk40xrRbVkD8\noKq8umQ7ozOTGdA10e04xhjjCisgfli2bT+FpQfs7MMY065ZAfHDrCXbiYuJ5LzhPdyOYowxrrEC\n0kwHj9Twn+UlnD+8BwmxAW3EZowxQc0KSDO9t2onB4/Wckm29Tw3xrRvVkCaKSevmIzOHcnu3dnt\nKMYY4yorIM1QWlHFF4V7uHBUT5t10BjT7lkBaYa5BSV4FJt10BhjsALSLLPzixmRkUS/tAS3oxhj\njOusgPhow65KVhZX2NmHMcY4rID4KCevmMgIYZL1/TDGGMAKiE88HmVOfgnfGpBKWmKs23GMMSYo\nWAHxwZItZRTvP8yFdvnKGGO+YgXEBzl5xcTHRHLOkG5uRzHGmKBhBaQJVdW1vL1iB989sRsdYyLd\njmOMMUEjoAVERCaKyDoRKRSRextYP01ElovIChFZICIj6qzb4izPF5HcQOZszPy1pVRW1djlK2OM\nqSdgowGKSCTwFHA2UAQsEZG5qrq6zmabgdNVdZ+InAtMB8bVWT9BVfcEKqMvcvKKSU+M5dR+qW7G\nMMaYoBPIM5CxQKGqblLVo8CrwOS6G6jqAlXd57xcCATVCIX7Dh5l/rpSJo/sQWSEDV1ijDF1BbKA\n9AS213ld5Cw7nhuBd+q8VuBDEVkqIjcHIF+T3l6xg+patc6DxhjTgKCY0EJEJuAtIOPrLB6vqsUi\nkg58ICJrVfXTBva9GbgZIDMzs1Vzzc4rZmDXBIZ079Sq72uMMeEgkGcgxUDdOV8znGX/Q0SGA88B\nk1V177Hlqlrs/FkK5OC9JPYNqjpdVbNVNTstLa3Vwm/be4jcrfuYYiPvGmNMgwJZQJYAA0QkS0Ri\ngKnA3LobiEgm8BZwtaqur7M8XkQSjz0HzgFWBjDrN8zO99a6ySPt8pUxxjQkYJewVLVGRG4H3gMi\ngRmqukpEbnHWPws8AHQBnnZ+y69R1WygK5DjLIsCXlHVdwOVtYHszM4r5uS+KfRM7thWH2uMMSEl\noPdAVHUeMK/esmfrPL8JuKmB/TYBI+ovbyvLi8rZtOcgPzi9r1sRjDEm6FlP9Abk5BUTExXBxBO7\nux3FGGOClhWQeqprPfy7oISzTkgnqWO023GMMSZoWQGp5/MNe9h78ChT7Oa5McY0ygpIPTl5xSTH\nRXPGoHS3oxhjTFCzAlLHgSM1vL96J5OGdycmyv5qjDGmMfZTso73Vu6kqtpjI+8aY4wPrIDUkZNX\nTGZKHKMzO7sdxRhjgp4VEMeuiiq+2LjHhi4xxhgfWQFxzM0vQRWmjOzhdhRjjAkJVkAcOXnFjOiV\nTN+0BLejGGNMSLACAqzbWcnqHRVcaGcfxhjjMysgeM8+IiOESSOsgBhjjK/afQHxeJQ5+cWcPjCN\n1IRYt+MYY0zIaNcFRFXJyStmR3mVTVtrjDHNFBRT2rphVUk5v5u3ls8L9zCwawJnn9DV7UjGGBNS\n2l0BKdl/mD+9v46cvGKSOkbz4PlDmDautw1dYowxzdRuCkhlVTXP/Hcjz3++GQVu/nZffnhGfxuy\n3Rhj/BTQAiIiE4G/4p3S9jlV/X299eKs/x5wCLhOVZf5sq+vqms9zFy8jb98uIGyg0eZMrIHP/vu\nIDI6x/l/YMYYYwJXQEQkEngKOBsoApaIyFxVXV1ns3OBAc5jHPAMMM7HfRulqry/ehePvLOWTXsO\ncnLfFH7xvRMYnpHcOgdojDHtXCDPQMYChc785ojIq8BkoG4RmAz8U1UVWCgiySLSHejjw77Hlbdt\nH7+dt4YlW/bRLy2e56/N5szB6TbGlTHGtKJAFpCewPY6r4vwnmU0tU1PH/f9hvW7Kjnz0f+yafdB\nUhNiefjCE7k8uxdRkXaD3BhjWlvI30QXkZuBmwE69ejL4G6JTBnZkxvGZ5EQG/KHZ4wxQSuQP2GL\ngV51Xmc4y3zZJtqHfQFQ1enAdIDs7Gx9etqYlqU2xhjjk0Be21kCDBCRLBGJAaYCc+ttMxe4RrxO\nBspVdYeP+xpjjHFRwM5AVLVGRG4H3sPbFHeGqq4SkVuc9c8C8/A24S3E24z3+sb2DVRWY4wxzSfe\nBlDhITs7W3Nzc92OYYwxIUNElqpqtj/7WvMkY4wxfrECYowxxi9WQIwxxvjFCogxxhi/WAExxhjj\nl7BqhSUiu4Gtbuc4jlRgj9shWsiOIXiEw3HYMQSHQaqa6M+OYTXWh6qmuZ3heEQk19+mcsHCjiF4\nhMNx2DEEBxHxu++DXcIyxhjjFysgxhhj/GIFpO1MdztAK7BjCB7hcBx2DMHB72MIq5voxhhj2o6d\ngRhjjPGLFZBWJiITRWSdiBSKyL0NrE8SkX+LSIGIrBKR693IeTwiMkNESkVk5XHWi4g87hzfchEZ\n3dYZfeHDcUxz8q8QkQUiMqKtMzalqWOos91JIlIjIpe0VTZf+XIMInKGiOQ734dP2jKfL3z4vxTU\n32kAEeklIvNFZLWT8ccNbNP877aq2qOVHniHnt8I9AVigAJgSL1tfgE84jxPA8qAGLez18n3bWA0\nsPI4678HvAMIcDKwyO3Mfh7HqUBn5/m5wXgcTR1Dnf9zH+OdGuEStzP78e+QDKwGMp3X6W5n9uMY\ngvo77eTqDox2nicC6xv42dTs77adgbSusUChqm5S1aPAq8DketsokCgiAiTg/c9W07Yxj09VP8Wb\n6XgmA/9Ur4VAsoh0b5t0vmvqOFR1garuc14uxDvrZVDx4d8C4A7gTaA08Imaz4djuBJ4S1W3OdsH\n3XH4cAxB/Z0GUNUdqrrMeV4JrAF61tus2d9tKyCtqyewvc7rIr75j/QkcAJQAqwAfqyqnraJ1yp8\nOcZQcyPe37xCioj0BC4EnnE7SwsMBDqLyH9FZKmIXON2ID+E1HdaRPoAo4BF9VY1+7sdVj3RQ8R3\ngXzgTKAf8IGIfKaqFe7Gap9EZALeAjLe7Sx++Atwj6p6vL/8hqQoYAzwHaAj8KWILFTV9e7GapaQ\n+U6LSALeM9Y7WyOfnYG0rmKgV53XGc6yuq7He8quqloIbAYGt1G+1uDLMYYEERkOPAdMVtW9bufx\nQzbwqohsAS4BnhaRKe5GarYi4D1VPaiqe4BPgaBr0NCEkPhOi0g03uLxsqq+1cAmzf5uWwFpXUuA\nASKSJSIxwFRgbr1ttuH9bQsR6QoMAja1acqWmQtc47TYOBkoV9UdbodqLhHJBN4Crg6x33a/oqpZ\nqtpHVfsAbwA/VNXZLsdqrjnAeBGJEpE4YBze6/OhJOi/0879meeBNar65+Ns1uzvtl3CakWqWiMi\ntwPv4W0dM0NVV4nILc76Z4GHgBdFZAXe1g73OL95BQURmQmcAaSKSBHwIBANX+Wfh7e1RiFwCO9v\nX0HHh+N4AOiC97d2gBoNskHxfDiGoNfUMajqGhF5F1gOeIDnVLXRZsttzYd/h6D+TjtOA64GVohI\nvrPsF0Am+P/dtp7oxhhj/GKXsIwxxvjFCogxxhi/WAExxhjjFysgxhhj/GIFxBhjQpSvA2462z7m\nDFqZLyLrRWR/Sz/fCohpd0Skts4XKV8aGDXZLSLyhoj0bWT9gyLyu3rLRorIGuf5hyLSOdA5TdB4\nEZjoy4aqepeqjlTVkcATePtBtYgVENMeHT72RXIev2/pG4pIi/tUichQIFJVG+uENhO4vN6yqc5y\ngH8BP2xpFhMaGhroUUT6ici7zthin4lIQ73ir+Dr/zN+swJijENEtojIr0VkmTNPyGBnebxzqWCx\niOSJyGRn+XUiMldEPgY+EpEIEXlaRNaKyAciMk9ELhGRM0Vkdp3POVtEchqIMA1vz+xj250jIl86\neV4XkQSn1/w+ERlXZ7/L+PqHwVy8PxxM+zUduENVxwA/A56uu1JEegNZeKcBaBErIKY96ljvElbd\n3+j3qOpovCPc/sxZdh/wsaqOBSYAfxSReGfdaLzzcJwOXAT0AYbg7fV7irPNfGCwiKQ5r68HZjSQ\n6zRgKYCIpAL3A2c5eXKBnzjbzcR71oEz5ESZqm4AcIaojxWRLn78vZgQ5wyWeCrwutPj/G945wKp\nayrwhqrWtvTzbCgT0x4ddq4DN+TYdeGleAsCwDnABSJyrKB0wBkCAvhAVY9dQhgPvO4M5b1TROYD\nqKqKyL+Aq0TkBbyFpaFhy7sDu53nJ+MtRF84Q63EAF86614DFojIT/nfy1fHlAI9gFAcINK0TASw\nv5H/3+D9P3Nba3yYFRBj/tcR589avv5+CHCxqq6ru6FzGemgj+/7AvBvoApvkWlowqHDeIvTsc/8\nQFW/cTlKVbeLyGbgdOBivj7TOaaD816mnVHVChHZLCKXqurrziCKw1W1AMC5LNuZr38ZaRG7hGVM\n094D7nC+jIjIqONs9wVwsXMvpCveAfgAUNUSvBMO3Y+3mDRkDdDfeb4QOE1E+jufGS8iA+tsOxN4\nDNikqkXHFjoZuwFbmnOAJjQ5Az1+CQwSkSIRuRHvvbQbRaQAWMX/zoo6FXhVW2kQRDsDMe1Rxzoj\nkgK8q6qNNeV9CO/kTctFJALvfA+TGtjuTbzDeq/GO7PbMqC8zvqXgTRVPd5w5W/jLTofqupuEbkO\nmCkisc76+/HOZQ3wOvA43ilt6xoDLDzOGY4JMw2doToabNqrqr9qzc+30XiNaUVOS6kDzk3sxcBp\nqrrTWfckkKeqzx9n3454b7if5u8NThH5KzBXVT/y7wiM8Z2dgRjTuv4jIsl4b3o/VKd4LMV7v+Sn\nx9tRVQ+LyIN456He5ufnr7TiYdqKnYEYY4zxi91EN8YY4xcrIMYYY/xiBcQYY4xfrIAYY4zxixUQ\nY4wxfrECYowxxi//HzuMQUF6Ki9GAAAAAElFTkSuQmCC\n", "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -397,7 +479,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 17, "metadata": { "collapsed": false }, @@ -409,7 +491,7 @@ " ]" ] }, - "execution_count": 13, + "execution_count": 17, "metadata": {}, "output_type": "execute_result" } @@ -420,7 +502,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 18, "metadata": { "collapsed": false }, @@ -428,10 +510,10 @@ { "data": { "text/plain": [ - "[]" + "[]" ] }, - "execution_count": 14, + "execution_count": 18, "metadata": {}, "output_type": "execute_result" } @@ -450,7 +532,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 19, "metadata": { "collapsed": false }, @@ -458,39 +540,39 @@ { "data": { "text/plain": [ - "[,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ,\n", - " ]" + "[,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ,\n", + " ]" ] }, - "execution_count": 15, + "execution_count": 19, "metadata": {}, "output_type": "execute_result" } @@ -509,16 +591,16 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": 20, "metadata": { "collapsed": false }, "outputs": [ { "data": { - "image/png": "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\nIjHGGBOS/wft2ckz6ND5XgAAAABJRU5ErkJggg==\n", + "image/png": "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\nRK5CYII=\n", "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -544,7 +626,7 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": 21, "metadata": { "collapsed": false }, @@ -553,11 +635,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "[,\n", - " ,\n", - " ,\n", - " ,\n", - " ]\n" + "[, ]\n" ] } ], @@ -574,7 +652,7 @@ }, { "cell_type": "code", - "execution_count": 18, + "execution_count": 22, "metadata": { "collapsed": false }, @@ -582,10 +660,10 @@ { "data": { "text/plain": [ - "{'294K': }" + "{'294K': }" ] }, - "execution_count": 18, + "execution_count": 22, "metadata": {}, "output_type": "execute_result" } @@ -598,14 +676,14 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Unresolved resonance probability tables\n", + "### Unresolved resonance probability tables\n", "\n", "We can also look at unresolved resonance probability tables which are stored in a `ProbabilityTables` object. In the following example, we'll create a plot showing what the total cross section probability tables look like as a function of incoming energy." ] }, { "cell_type": "code", - "execution_count": 19, + "execution_count": 23, "metadata": { "collapsed": false }, @@ -613,18 +691,18 @@ { "data": { "text/plain": [ - "" + "" ] }, - "execution_count": 19, + "execution_count": 23, "metadata": {}, "output_type": "execute_result" }, { "data": { - "image/png": "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\nAdQe9WAAAAAASUVORK5CYII=\n", + "image/png": "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\nYII=\n", "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -691,51 +769,20 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Converting ACE to HDF5\n", + "### Exporting HDF5 data\n", "\n", - "The `openmc.data` package can also read ACE files and output HDF5 files. ACE files can be read with the `openmc.data.IncidentNeutron.from_ace(...)` factory method." + "If you have an instance `IncidentNeutron` that was created from ACE or HDF5 data, you can easily write it to disk using the `export_to_hdf5()` method. This can be used to convert ACE to HDF5 or to take an existing data set and actually modify cross sections." ] }, { "cell_type": "code", - "execution_count": 20, - "metadata": { - "collapsed": false - }, - "outputs": [ - { - "data": { - "text/plain": [ - "" - ] - }, - "execution_count": 20, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "filename = '/opt/data/ace/nndc/293.6K/Gd_157_293.6K.ace'\n", - "gd157_ace = openmc.data.IncidentNeutron.from_ace(filename)\n", - "gd157_ace" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "We can store this formerly ACE data as HDF5 with the `export_to_hdf5()` method." - ] - }, - { - "cell_type": "code", - "execution_count": 21, + "execution_count": 24, "metadata": { "collapsed": false }, "outputs": [], "source": [ - "gd157_ace.export_to_hdf5('gd157.h5', 'w')" + "gd157.export_to_hdf5('gd157.h5', 'w')" ] }, { @@ -747,7 +794,7 @@ }, { "cell_type": "code", - "execution_count": 22, + "execution_count": 25, "metadata": { "collapsed": false }, @@ -755,19 +802,17 @@ { "data": { "text/plain": [ - "array([ 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.,\n", - " 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.,\n", - " 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.])" + "True" ] }, - "execution_count": 22, + "execution_count": 25, "metadata": {}, "output_type": "execute_result" } ], "source": [ "gd157_reconstructed = openmc.data.IncidentNeutron.from_hdf5('gd157.h5')\n", - "gd157_ace[16].xs['294K'].y - gd157_reconstructed[16].xs['294K'].y" + "np.all(gd157[16].xs['294K'].y == gd157_reconstructed[16].xs['294K'].y)" ] }, { @@ -779,7 +824,7 @@ }, { "cell_type": "code", - "execution_count": 23, + "execution_count": 26, "metadata": { "collapsed": false }, @@ -811,7 +856,7 @@ }, { "cell_type": "code", - "execution_count": 24, + "execution_count": 27, "metadata": { "collapsed": false }, @@ -820,8 +865,8 @@ "name": "stdout", "output_type": "stream", "text": [ - "[,\n", - " ,\n", + "[,\n", + " ,\n", " ]\n" ] } @@ -840,7 +885,7 @@ }, { "cell_type": "code", - "execution_count": 25, + "execution_count": 28, "metadata": { "collapsed": false, "scrolled": true @@ -864,7 +909,7 @@ " 7.77740000e-01])" ] }, - "execution_count": 25, + "execution_count": 28, "metadata": {}, "output_type": "execute_result" } @@ -872,11 +917,443 @@ "source": [ "n2n_group['294K/xs'].value" ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Working with ENDF files\n", + "\n", + "In addition to being able to load ACE and HDF5 data, we can also load ENDF data directly into an `IncidentNeutron` instance using the `from_endf()` factory method. Let's download the ENDF/B-VII.1 evaluation for $^{157}$Gd and load it in:" + ] + }, + { + "cell_type": "code", + "execution_count": 29, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 29, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Download ENDF file\n", + "url = 'https://t2.lanl.gov/nis/data/data/ENDFB-VII.1-neutron/Gd/157'\n", + "filename, headers = urllib.request.urlretrieve(url, 'gd157.endf')\n", + "\n", + "# Load into memory\n", + "gd157_endf = openmc.data.IncidentNeutron.from_endf(filename)\n", + "gd157_endf" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Just as before, we can get a reaction by indexing the object directly:" + ] + }, + { + "cell_type": "code", + "execution_count": 30, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "elastic = gd157_endf[2]" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "However, if we look at the cross section now, we see that it isn't represented as tabulated data anymore." + ] + }, + { + "cell_type": "code", + "execution_count": 31, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "text/plain": [ + "{'0K': }" + ] + }, + "execution_count": 31, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "elastic.xs" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "If had [Cython](http://cython.org/) installed when you built/installed OpenMC, you should be able to evaluate resonant cross sections from ENDF data directly, i.e., OpenMC will reconstruct resonances behind the scenes for you." + ] + }, + { + "cell_type": "code", + "execution_count": 32, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "text/plain": [ + "998.78711745214866" + ] + }, + "execution_count": 32, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "elastic.xs['0K'](0.0253)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "When data is loaded from an ENDF file, there is also a special `resonances` attribute that contains resolved and unresolved resonance region data (from MF=2 in an ENDF file)." + ] + }, + { + "cell_type": "code", + "execution_count": 33, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "text/plain": [ + "[,\n", + " ]" + ] + }, + "execution_count": 33, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "gd157_endf.resonances.ranges" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We see that $^{157}$Gd has a resolved resonance region represented in the Reich-Moore format as well as an unresolved resonance region. We can look at the min/max energy of each region by doing the following:" + ] + }, + { + "cell_type": "code", + "execution_count": 34, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "text/plain": [ + "[(1e-05, 306.6), (306.6, 54881.1)]" + ] + }, + "execution_count": 34, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "[(r.energy_min, r.energy_max) for r in gd157_endf.resonances.ranges]" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "With knowledge of the energy bounds, let's create an array of energies over the entire resolved resonance range and plot the elastic scattering cross section." + ] + }, + { + "cell_type": "code", + "execution_count": 35, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 35, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAYgAAAEOCAYAAACTqoDjAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\nAAALEgAACxIB0t1+/AAAIABJREFUeJzt3XmcHHWZP/DP03NnMjNJJtckk4MwuS9ycEYOIwEkBxIO\nQcQVERZXwEV/Ku6quLqurorr4gW4HIqCHApCCCKSAHLnAEJuQhKSTELuTDLJZI7u5/dHV3XX9FR3\nV3dXdVXPfN6+2pmurqp+0iTfp7+3qCqIiIgShfwOgIiIgokJgoiIbDFBEBGRLSYIIiKyxQRBRES2\nmCCIiMgWEwQREdligiAiIltMEEREZIsJgoiIbBX7HUAu+vfvryNHjvQ7DCKigrJixYp9qjog3XkF\nnSBGjhyJ5cuX+x0GEVFBEZEPnJzHJiYiIrJVkAlCROaLyN1NTU1+h0JE1G0VZIJQ1adU9fqamhq/\nQyEi6rYKMkEQEZH3mCCIiMgWEwQREdligiAiyqODR9uwq6nF7zAcKeh5EEREhWbm9/+OcESx9Ydz\n/Q4lLdYgiIjyKBxRv0NwjAmCiIhsMUEQEZEtJggiIrLFBEFERLaYIIiIyBYTBBGRT/5r8Tpc8LOX\n/A4jKc6DICLyyd0vbfY7hJRYgyAiIluBSRAiMl5E7hSRx0TkC37HQ0TU03maIETkXhHZIyKrE45f\nICIbRGSTiNwKAKq6TlVvAHA5gFlexkVEROl53QdxP4BfAPideUBEigD8EsAcADsALBORJ1V1rYgs\nAPAFAA94HBeRY00t7Vjd2IRNe5qx90grDh9vR0VJEWp7l2LikBrMGNEX5SVFfodJ5DpPE4SqviQi\nIxMOnwJgk6puBgAR+SOAiwCsVdUnATwpIk8DeNDL2IiSOd4exhtbDmDJut146b192LLvaOy1opCg\nd1kxjreH0doRAQBUlxfj4mlD8cWPNmBgdblfYRO5zo9RTEMBbLc83wHgVBE5B8BCAGUAFie7WESu\nB3A9AAwfPty7KKlH2XP4OJZu2IPn1+3By5v24VhbGOUlIcw6sT8unVGPKfU1GDe4GrWVpQiFBEB0\n2ea3th/Ek2/vxINvbsOjK3bgtvkTcPnMYRARn/9ERLkLzDBXVX0BwAsOzrsbwN0AMHPmzMJZFpEC\nJRJRvNvYhCXr92Dphj1YtaMJADCkphyXTK/H7PEDcfqo2pRNR30rSzF73CDMHjcIt8wZg2/8+V18\n/U/vYnXjYfzHgomxREJUqPxIEI0Ahlme1xvHiDzV3NqBl9/bi+fX7cHSDXuxr7kVIsC0YX3w1fPH\n4mPjB2LsoKqsvv2PqK3EA9eeih/9dT3uemkzjreH8aNLp7AmQQXNjwSxDMBoETkB0cRwBYBPZXID\nEZkPYH5DQ4MH4VF3caytA8u3HsTrm/fjtc378e6OJnREFNXlxThrzAB8bPxAnD1mIPpVlrryfkUh\nwTcuHI+y4hDuWLIJw/r1ws0fG+3KvYn84GmCEJGHAJwDoL+I7ABwm6reIyI3AngWQBGAe1V1TSb3\nVdWnADw1c+bM69yOmQpTJKLYvK8Z72xvwruNTXhnx6FYQigOCabU1+D6s0bhrDEDMGNEX5QUeTfC\n+5Y5Y7DjYAt++txGTBpajdnjBnn2XkRe8noU05VJji9Gio5oomQiEcXOphZs2tOMTXua8f7e6M91\nu46gubUDANCrtAiThkQTwmmjajFjRF9UluWvsiwi+MElk7F212F87bFV+Ou/noX+vcvy9v5EbglM\nJ3Um2MTUPakqmls7cOBoG/YeaUXjoRbsONiCxkMtaLT8bGkPx67pV1mKhgG9sXD6UEyp74Op9TUY\nNaA3inzuIC4rLsLPrjgJC37+Cr79l9X41VUzfI2HKBsFmSDYxBQ8kYiiLRxBa3sErR1hHG+PoLm1\nw3i048hx43fj55HjHTh8vB37m9tw4Ggb9je3Yt/RNrQZcwus+vYqwdC+FThxQCXOGj0AJw6sRMOA\n3mgY2Bu1Af5mPm5wNW6a3YDbn9uIVzbtw6yG/n6HRJSRgkwQuVrxwUG8v6cZiugoWVXAHC+rxi/W\n16LP4yd0Odf4pes94q+hy2td75/stfi1mcerquiIKCKR6M+w+dD4sdhrqgiHjZ/GeRFVdISjv7eG\nI2htD6OtI4LWjmgiiCaECNrCXQv2ZEIC9C4rRlV5CWp7l6J/71KMHVyF2spS1PYuRW1lGfpXlWFo\nn3LU1VTktXnIbdedNQqPrNiO7zy5Bou/dKanfR9Ebivcf3k5eOKtRjzw+gd+h5EXIkBxSFAUEhSJ\nIBSS+HPjWFGR8dM4FhJBsc2xmooSlFWVoaw4hLLiIpSVhOK/F4eM58bvxSFUlRejd1kJepcXGwkh\n+rNXaVGPGf5ZXlKEb86dgH9+YAX+tGIHrjiFkzupcBRkgsi1D+Ir543BDeecGL1X7J6AGM/MsitW\nhMWei+XcWCxd7mM9F9L1fqmuSSw3E+9nvVfS+/SQwrdQnDdhEKYO64OfL9mEhdPrUVrMWgQVhoJM\nELn2QfTpVYo+vVwOiigJEcEt547GZ+9bhkdXbMdVp47wOyQiR/hVhigPzh4zANOG98Evlmyy7Ygn\nCiImCKI8EBHcPHs0djUdx9Pv7vQ7HCJHmCCI8uTsMQNw4oBK3PPyli6j24iCqCAThIjMF5G7m5qa\n/A6FyLFQSPC5j5yA1Y2H8eaWA36HQ5RWQSYIVX1KVa+vqanxOxSijCycVo8+vUpwz8tb/A6FKK2C\nTBBEhaqitAhXnjIcf1+3G7uaWvwOhyglJgiiPLvy5OGIKPDo8h1+h0KUEhMEUZ4Nr+2FjzT0x8PL\ntiMcYWc1BVdBJgh2UlOhu/KU4Wg81IJ/vLfX71CIkirIBMFOaip0cyYMQm1lKR56c5vfoRAlVZAJ\ngqjQlRaHcMmMevx93R7sa271OxwiW0wQRD65ZHo9whHFonc4s5qCiQmCyCdjB1dhQl01Hn+r0e9Q\niGwxQRD5aOH0oXhnRxPe39vsdyhEXTBBEPlowdQhCAnw+ErWIih4CjJBcJgrdRcDq8sxq6E/nni7\nERHOiSg4za0deGvbQb/D8ExBJggOc6XuZOH0odhxsAXLP+i+BU139YXfr8DFv3oVR1s7/A7FEwWZ\nIIi6k/MnDkav0iI8/haX3ig072w/BABoD6ffBOqd7YcKbrMoJggin/UqLcZ5EwbhmdUfOipoKDic\n7v++dd9RXPTLV/DdRWs8jshdTBBEATBvyhAcOtaOlzft8zsUykK6/Z8OHmsDALy7o7D6TZkgiALg\nzDH9UVVejKdX7fI7FMqAwwqE45pG0DBBEAVAWXERzpswGM+u+RCtHWG/w6EMddfxZ0wQRAExb2od\njhzvwMvvsZnJbe3hCCcjZqEgEwTnQVB3NOvE/qipKMEiNjO57vtPr8PHbn8ROw/5u4tfodU0CjJB\ncB4EdUelxSFcMHEwnlu7G8fb2czkpje2HAAQ7yx2i9OehcLsgSjQBEHUXc2dUofm1g68uJEbCblJ\njWFG4lFRremGMcXO8+TtPcMEQRQgZ5xYi36VpWxmcplZMLs9mMit0Ukjb30av3ttqyv3chMTBFGA\nFBeFcMGkwXh+3W60tLGZyS1qtP57NdrUacUg1fs/sny7K7G4iQmCKGDmTa7DsbYwlm7Y43co3Uas\nBuFyE1Omd0vVxBTE5icmCKKAOXVULfr3LsOiVdxpzi1m2etZDSJN4V6g8+SYIIiCpigk+PikwViy\nfg+OtXXPVULzLd5J7a5MC35N0RgVxCTCBEEUQHOn1OF4ewRL1rOZyQ1e1yC6KyYIogA6eWQ/9O9d\nhsXvcjSTK2KjmJghMpE2QYjI6SLySxFZJSJ7RWSbiCwWkS+KCGeqEXmgKCS4cHK0mam7bkaTT173\n/6ZqOgKcdY4XXCe1iDwD4PMAngVwAYA6ABMAfBNAOYC/iMgCr4Mk6onmTmYzk1vMPgj3C2Gj4Hd4\n3yAmgVSK07x+taomrhzWDGCl8bhdRPp7ElkKIjIfwPyGhoZ8vzVR3swc2Q8DqqLNTPOnDvE7nIIW\n3+7bmxI63V3tWraczr72U8oahDU5iMhgEVlgLJQ32O6cfOFaTNQTFIUEF05iM5MbzCYgt8tks+B3\nel/reYnXBLF7xFEntYh8HsCbABYCuBTA6yLyOS8DIyJg7pQhaO2I4Hk2M+XELIwjHn1pT9cHUajS\nNTGZvgpgmqruBwARqQXwKoB7vQqMiICZI/piYFUZFq/ahQVsZsqamSDcLsjNL/3Z1EwSLwlii5PT\nYa77ARyxPD9iHCMiD4VCggsn12Hphj1oZjNTzrwqhLO5bcH3QYjIl0XkywA2AXhDRL4jIrcBeB3A\nxnwESNTTzZ1SF21mWrfb71AKllkYR1wulON9EA6X+3b13b2XrgZRZTzeB/AE4n++vwDY4mFcRGSY\nMbwvBlVz0lwuzILLry/ttqOY8h9GxlL2Qajqf+QrECKyFwoJPj6pDg++uQ3NrR3oXea065BMXieG\nrPogCiBDpGti+o2ITEryWqWIfE5ErvImNCIyzZ1ShzY2M2XN7Jx2u4kpF4kd5kEc5pruq8gvAXxb\nRCYDWA1gL6IzqEcDqEZ0FNMfPI2QiGLNTE+v2oWLThrqdzgFxxze6vo8CGMck/N5EMlPDFDuiknX\nxPQ2gMtFpDeAmYgutdECYJ2qbshDfESE+GimP7yxDUeOt6OqvMTvkApKfJirR/fPYi2mICaERI6G\nuapqs6q+oKoPqeoTTA5E+Td3stnMxElzmfN6FJOrtw0MLvdNVCCmD++LwdXlWLSKo5kypR41McXu\n781tfccEQVQgzGamlzbuxZHj7X6HU1DU5jc3xGdSZ37fQqh1MEEQFZC5UwajLRzB3zmaKSPxiXIe\n3T+ra4KfIRwNqBaRMYiuxzTCeo2qzvYoLiKyMW1YX9TVlOPpVbtw8bR6v8MpGIGcKBf8/OB4sb5H\nAdwJ4DcAwt6FQ0SpmM1MD7z2AQ4fb0c1RzM5Eu+D8Gg/CIe3Xf/hkaSvrdl5GK9u2oczGvK+xU5S\nTpuYOlT116r6pqquMB9uBiIinzAm5j0sIue5eW+i7uTCyXXRZqa1bGZyyqsmpvge11n0Qdgce2zl\njpzicZvTBPGUiPyLiNSJSD/zke4iEblXRPaIyOqE4xeIyAYR2SQitwKAMXz2OgA3APhkxn8Soh5i\n2rA+GGI0M5EzXi33nXj/zK4JfhuT0wTxT4j2QbwKYIXxWO7guvsR3cs6RkSKEJ2h/XFE97e+UkQm\nWE75pvE6Edkwm5n+8d4+NLVwNJMTHu84mva2BZALbDmdKHeCzWOUg+teAnAg4fApADap6mZVbQPw\nRwAXSdR/A3hGVVdm+gch6kkunMJmpmx4Noopi/u+29jkfiAuc7rlaImI3CwijxmPG0Uk296xoQC2\nW57vMI7dBOBcAJeKyA0pYrleRJaLyPK9e/dmGQJRYZs2rA+G9qnA01wC3BGzOcdsYjra2oFjbblv\nwBSbSZ2mDmH3+svv7cv5/b3mtInp1wBmAPiV8ZhhHHONqt6hqjNU9QZVvTPFeXer6kxVnTlgwAA3\nQyAqGCKCCycPxj/e28tmpgyY3/Qn3vYsJt32rOv39dpLG/fihQ35W2rFaYI4WVX/SVWXGI9rAJyc\n5Xs2AhhmeV5vHCOiDFw4uQ7tYcVzbGZKyxxtZF2LyY3mJqdrMbmVQD5z75v47H3L3LmZA04TRFhE\nTjSfiMgoZD8fYhmA0SJygoiUArgCwJOZ3EBE5ovI3U1NwW/DI/LKSUYz06JVO/0OpWD4tZproXKa\nIL4KYKmIvCAiLwJYAuAr6S4SkYcAvAZgrIjsEJFrVbUDwI0AngWwDsAjqromk6BV9SlVvb6mpiaT\ny4i6FRHB/KlD8I/39mF/c6vf4RSG7lmOe8bRTGpVfV5ERgMYaxzaoKpp/0aq6pVJji8GsNhxlERk\n6+JpQ3Hni+9j0apd+KczRvodTuB5taNcVvMg3A/Ddem2HJ1t/FwIYC6ABuMx1zjmCzYxEUWNHVyF\n8XXVePwtduM54dWOcvl+33xJ18R0tvFzvs1jnodxpcQmJqK4i6cNwdvbD2HLvqN+hxJ4CqCtI+L+\nfV1KAE4TTr6k23L0NuPX76rqFutrInKCZ1ERkWMXnTQUP3hmPZ54qxG3zBnjdziBFlFFa4d7643m\nMg+iEDjtpP6TzbHH3AyEiLIzqLocs07sjyfebiyI9X38pOpN2382w1zt6gp2y4L7KV0fxDgRuQRA\njYgstDw+C6A8LxHax8U+CCKLT0wbig/2H8PKbYf8DiXg1NX+gOzXcu0GndSIjlqaB6APOvc/TAdw\nnbehJcc+CKLOzp84COUlITzBzuqUIgpPSuZUNbf2cAQt7YW5jU66Poi/APiLiJyuqq/lKSYiylBV\neQnmTBiMRat24lvzJqC0mLsJ23F9FJPRJpTqtgt/9WpBLMxnx+nfohtEpI/5RET6isi9HsVERFm4\neNoQHDzWjpc2chHLZNT4Xz4VanIAnCeIKaoaa9xU1YMApnkTEhFl48zRA9CvspRzImyYfQUR9WZO\nQncdG+A0QYREpK/5xNhNzul+1q5jJzVRVyVFIVx00hA8t3Y3Dh5t8zucQDHLb1XP9pTz5K4A0NIW\nxvt7mz27fypOE8TtAF4Tke+JyPcQ3VnuR96FlRo7qYnsffLkYWgLR/DE26xF2FF1d6vP2CgmD2sQ\nNz20Eh+7/cVOE/zy9QXA6Y5yvwOwEMBu47FQVR/wMjAiyty4wdWYUl+Dh5dt55wIi/hwVG9qEF5+\n0i9vim4sFLasT37rn1d5+I5xmQx16AfgqKr+AsBezqQmCqbLZg7D+g+PYHXjYb9DCRw3cubG3Udw\n78vGwhIO94NwgzW1HW7JfTc8J5xuOXobgK8D+IZxqATA770Kioiyt2DqEJQVh/DI8u3pT+5h3Oik\nnnfHy/juorWdjnlZWzPXZ7K+Rb5GYjmtQVwMYAGAowCgqjsBVHkVVDrspCZKrqaiBB+fNBhPvN2I\n4wU6Qcsr0U7q3ArXtnAkdq9cZlI7ZS6/4dVS5ak4TRBtGk2RCgAiUuldSOmxk5ootctnDsOR4x14\nds2HfocSKBr7Pxfupfa/u806RDcf72flNEE8IiJ3AegjItcB+DuA33gXFhHl4rRRtRjWrwIPL2Mz\nEwBLX4F7jTMRVctManfual2r74fPrMeS9fH9xq3NWPmqSzjdUe4nIjIHwGFE12f6tqo+52lkRJS1\nUEhw2Yxh+OlzG7Ft/zEMr+3ld0j+MkpUdXGiXMTjUvrOF9/HnS8CvcuK8/J+dpx2UlcCWKKqX0W0\n5lAhIiWeRkZEObl0Rj1CAvxx2Ta/QwmMXMrYDR8ewQU/eyn2PNK519gzZq0iHMnP+1k5bWJ6CUCZ\niAwF8FcAVwO436ugiCh3Q/pUYPa4QXh42XZXN8kpSJaO3mybg27/2was//BI7Hmu+cFxTcbSPBZ/\nv2CNYhJVPYboZLlfq+plACZ6F1aaYDiKiciRq08fgf1H2/DX1T27szpk9BVEItnvB5G4mU/EOoop\nz53Uy7Ye9O4NLRwnCBE5HcBVAJ42jhV5E1J6HMVE5MyZDf0xsrYXHnjtA79D8VXIKGXDkey/eyfu\nFx3J8Rt9ptcEeZjrlxCdJPe4qq4RkVEAlnoXFhG5IRQSfPq0EVj+wUGs3dlzZ1abNYiOiLo2qS0S\nsexJncUtIw57nc2RUuGE8/OxlIrTtZheUtUFqvrfxvPNqnqzt6ERkRsunVGPsuIQfv9Gz61FmIVs\nRN3bcjSS47DTcCT9OUDyJJSPUU3cdoqom+vTqxQLpg7BE2814vDxdr/D8YXZxNSRQ6lq3wdhLoOR\n+X2dNhnF+yA6n5+PJicmCKIe4OrTR+BYWxiPr+yZy4BbO6mtcmmmyXXUaaYFfOL5iU1OXmCCIOoB\nptT3wdT6Gvz21a2O2767k6KQtQ8ifjyTMjqxBpFrH4DTAt7aPGYVmBqEiPxIRKpFpEREnheRvSLy\naa+DIyL3fO4jJ2DzvqNYumGP36H4JjqKKV6w5lLIdirfs+mkdniN3TBXIFg1iPNU9TCAeQC2AmgA\n8FWvgiIi9104uQ51NeX4zT82+x1K3pnf9sMJNYhMyli7Ya6xDuRshrk67YNIspprxGEndy6cJghz\nzaa5AB5VVV9nqHGiHFHmSopCuGbWSLy++QBWN/asfztmIkj81p1RDcKmk9qUTUUk0xpAYkIIB6WJ\nCcAiEVkPYAaA50VkAIDj3oWVGifKEWXnilOGo7K0CP/Xw2oR5jf8xIlyOeSHTgV2VgnC5qLEfg7r\nOwe2D0JVbwVwBoCZqtqO6MZBF3kZGBG5r7q8BJ88eTgWrdqFXU0tfoeTN2ZZmjhRLrc+iNzmQTh9\n6+RNTAFJECJyGYB2VQ2LyDcR3W50iKeREZEnrpk1EhFV3P/KVr9DyRuzKI0k7AeRSTONiF0fRPbz\nIByPYoq9X8L1QalBAPiWqh4RkY8AOBfAPQB+7V1YROSVYf164cLJdfjDG9tw6Fib3+HkhVmAJw5z\nDYf9mwfhtIBPVoMI0igmc63guQDuVtWnAZR6ExIRee2LH21Ac2sH7n91q9+h5IVZtkYTQrxgbc9g\nKFBi90CnPamzKKszrXUknh+kUUyNxpajnwSwWETKMriWiAJmfF015kwYhHtf3oIjPWD5DbNoTfzW\n3uFSDSKbOoTzJiZzsb6E6wPUxHQ5gGcBnK+qhwD0A+dBEBW0m2ePxuHjHfhdD1gKPNk8iFyaaXId\nRZTpYn1BHsV0DMD7AM4XkRsBDFTVv3kaGRF5anJ9Dc4ZOwD3vLwFx9o6/A7HU9Z5ENZitd1pKQ37\nxfpM2c2DSP7e1uakpIv1BaUPQkS+BOAPAAYaj9+LyE1eBkZE3rtpdgMOHG3Dg290732rk9UgMlnd\n1W4eRHwmdeZSvbddwkk8FqQmpmsBnKqq31bVbwM4DcB13oVFRPkwY0Q/nHFiLe588X0cbe2+tYhY\nH0TCWkyZ1SBS7Cjn8kxq6yvJNgwK0igmQXwkE4zfbef8EVFh+cp5Y7GvuQ33vbLF71A803miXPx4\nrn0QuazFlLoG0fW1IK/FdB+AN0TkOyLyHQCvIzoXwhdci4nIPTNG9MWcCYNw14ubcfBo95wXEW9i\n6lyqtmcwiqlLE5PGRxhlk2ec1yCMY0FtYlLVnwK4BsAB43GNqv7My8DSxMO1mIhc9NXzx6K5rQO/\nfvF9v0PxhFmUtoUjnfsgMmhi6nJP1dg+E6k6nJNx2gfh5yim4nQniEgRgDWqOg7ASs8jIqK8GzOo\nCgun1eP+V7fimlkjUVdT4fp7PLJ8OypKijB/av5X6THL0raOSKfmoIy2IO0yigkoNhJEJjURU8pR\nTJYY4/MgAjiKSVXDADaIyHDPoyEi39wyZzSgwO1/2+jJ/b/22Crc9NBbntw7HfPbdmtHJOtRTHb3\nLC4yE0QWNYgkSWVfcyvGfvOvsefxGkTn84LUSd0XwBpjN7knzYeXgRFRftX37YVrZo3EYyt24J3t\nh/wOx1WxJqaOzgV5RzgCVcWdL76P3YdT72Bgt2FQSVHIuE/mhXViLOZ7rN15uNOxA0a/UJdRTEFo\nYjJ8y9MoiCgQbpzdgD+tbMR3nlqDP3/hjC5DOwuWUZa2dnTtpN60pxk/fGY9nlu7G3/6whmObxmJ\nWJuYMq9BHG8P2x5P/MiPHI8OP27t6Hy+76OYRKRBRGap6ovWB6LDXHd4Hx4R5VNVeQm+dsFYvLXt\nEP7y9k6/w3GN2abfltDEFI5orOnmcEvqNansZlIXGzWIbPogjtvUIICuNRVTYnILwiimnwE4bHO8\nyXiNiLqZS6fXY0p9DX7wzLpuM3kuYqlBWDuAdx5qQSjJKKFEXYe5KkqMPojE0VAd4UiXpqJEdjUI\nkWS7ygGtCecHYS2mQar6buJB49hITyIiIl+FQoLb5k/E7sOt+Nnf3e+wzsfom0Qa66QOd6pBrNx2\nEKFQdnMZIqoIGaV5e0SxbOsBHDZWxv3J3zbiwjv+gfd2H0l6fWKNwJSsUS/x/HPGDMgs4CykSxB9\nUrzm/jg4IgqEGSP64lOnDsc9L2/BuzvcnZDakqTt3UvWTmprHmhqaUdRkqUsEiV+s7d2TB853o7L\n7nwNn//tcgDAW9sOAgD2NrcmvV/S90tWg7AkiO9dNDEv/UPpEsRyEemy5pKIfB7ACm9CIqIg+PoF\n41Dbuwy3/nlVThPKEvnRbKXWJiZLFaK5tSPpRLR02iyfiVl4r27snEyT9Sekkuwaa5PU6SfWZnzf\nbKRLEP8K4BoReUFEbjceLyK6eN+XvA+PiPxSU1GC/1gwEWt2Hsa9Lq7T1JznBGEmhJKizpPaqsqL\n0Xy8I9a0lK7pK7HgttZGzCGrbnQLJO2D6NTElJ/RZSmHuarqbgBniMhHAUwyDj+tqks8j4yIfPfx\nSYNx7vhB+OlzG3Hu+EEYNaB3zvc82prfJiaz0C4rLkJ7uCM2XLSqrBhHWjtiTT2Z9kG029QgzJFF\nueSJ5H0Q8c8tX6OPna7FtFRVf248mByIeggRwX9+YhLKiotwyyPvuNLUlPcahPGzvCRa3B1vj/4Z\nqspL0Hy8I76QX7pRTAmFcltHJHbzNqPwTlyFNdOC/PXN+/FEkuHFLW3xzz5fs1O4rzQRpTS4phzf\nv3gS3tl+CL9cmvtifvnugzD7FsqKiwDEv4lXlRejpT0c60uwW2LbKrGwtzb5mEkndossqxBb9x/D\nQ2/ab9506Fh8pd18TWBkgiCitOZNGYKLpw3FHUvey3kZjgPH8rukuFlomzWI1lgNItrCfrglmrDS\nr23UuVBuD8c3HzK3bE2shbhZjO9LMSLKK4FJECIySkTuEZHH/I6FiLr6zoKJGFRVhi/98a3YeP9s\n7D2S34LOrEFUlEZrEMdjNYgSAMDf1n4IIPPF76xrKZlJxsu5a2t3pZ545wVPE4SI3Csie0RkdcLx\nC0Rkg4hsEpFbAUBVN6vqtV7GQ0TZq6kowf9eOQ3bD7bg64+tStskk8icsZxuUTy3xWoQZhNTQg3i\nvle2AkhbX8sSAAAWEklEQVTfSd2lDyIcn3TXlGSZDiefkDm6Kh3rch7dpQ/ifgAXWA8Y+0v8EsDH\nAUwAcKWITPA4DiJywckj++HrF4zFM6s/jBWsTqjG1zzKd4IwaxDlJWYfRLyT2u48p6wFdmKCMJue\nnNzTTFxB5GmCUNWXEN2BzuoUAJuMGkMbgD8CuMjLOIjIPdedOQpzJgzCfy1ehxUfHHR0jbX5Zo9P\nTUzxBBFtYqquKLY9zynrwn/JZoc7WXG1uqIk/Uk+8aMPYiiA7ZbnOwAMFZFaEbkTwDQR+Uayi0Xk\nehFZLiLL9+7d63WsRJRARPCTy6airk85bnxwpaPOU+vGPHsO5ztBRH8mDnPt26u083lpCvPEZp3E\n5betzMThZMXVu66ekfacLrEEaR5EPqjqflW9QVVPVNUfpDjvblWdqaozBwzwfrEqIuqqpqIEv75q\nBg4cbcOND65MOz8i/i0+hF1NLbFRP/lg9pVUGDUIc8mKvr06f3Nvz3CDhaOt4U4rw9pxsjDh0D4V\nGFnbK+U55r4T+eZHgmgEMMzyvN44RkQFZNLQGnz/4sl4ffMB/Pdf16c816xBTKnvg4gC63YlX+XU\nbWYZXVkWbVJqaTOamBL6INJ92e+6kU/ykVzmrZyMjBIBHvnn01Oek8vWqLnwI0EsAzBaRE4QkVIA\nVwDIaPtSEZkvInc3Nbm7yiQRZebSGfX4zOkj8Jt/bMFT7yTfYChsdOieNCy6QPSanfn7t2vWXirL\nojWIo0btJdPJZolrMTW3dqRNKk4KdoFgYHW57WsXTh4cPUeAb82b0OmafPB6mOtDAF4DMFZEdojI\ntaraAeBGAM8CWAfgEVVdk8l9VfUpVb2+pqbG/aCJKCPfnDsBM0b0xdceW4UNH9rXDMy2+Pq+FRhc\nXY7X3t+ft/jMQrxXaecahAhw2/wJCecmL9CTbQWaSrKOb6dDW809r3uXFmPu5DpH17jJ61FMV6pq\nnaqWqGq9qt5jHF+sqmOM/obvexkDEXmrtDiEX101Hb3Li/HPDyy3nRNgNrUUhQTnThiIFzbsTbon\ns9vMQr+30cQUq0EgOmzXKpNJfM2tHWnnOSRrYjJHVMUCScJMEL3KijC4xr6W4aXAdFITUeEaVF2O\nX101HTsOtuDLD7/dpXPWLCiLQ4J5U4agpT2MP63Mz7b2ZiilxSGUFAmOxWoQgv69yzqduybFbOXE\ncjzVooNmUkpWg7AmiFQtXeaKsZVG7WdYv/zu01aQCYJ9EETBc/LIfvjWvAl4fv0e/HzJpk6vxWsQ\nIZx6Qj9Mra/BXS9u7rRchVfMQjok0ZFM5mKBIkC/ys5DXdPtI20VXQk2XjOx86U/vm173Bxym86w\nvr0waWg1/mvhZMdxuakgEwT7IIiC6TOnj8DCaUPxs+c3Ysn63bHjHbEEEf3m/q9zxmDbgWP4xdJN\nyW7lGjNBiAgqy4rjNQhEaxVWy7YmzuuNS+zU7ogoWjvC6N+7tMu56ZqeKqw1iBTnlRaHsOimM3Ha\nqOgOcmaNp9hhH0auCjJBEFEwiQi+f/FkjB9cjf/36Co0HYv2R1hrEADw0bEDcfG0ofjl0k1YumGP\npzGZrTwhEVSUFsUSRKJTRvbDq5v2pxy+mujw8Y5Y57epJcn9rTo3MUUL+xXfPBdnJGwlmthCddfV\nM/CjS6ZgSJ/8NDUxQRCRqypKi/Djy6bg0LE2/M/fNwKwJAjLt/D//MQkjBtchS/+YSXe2OzdqCZr\nE1Ov0qLYJL3Etv95U+vQFo5g0apdae9p1jyaj7d3uc+uppa015fb1CBqe5ehLKFGkzgRb2BVOS4/\neRjypSATBPsgiIJt4pAaXD5zGB58cxv2HmntNIrJVFlWjHs/ezIG15TjM/e+ib+u/tCTWCKWGkSv\nkmLLInudS/YZI/pifF01fvvqVtvhrtZEYE6ysxvqunX/0aTzI8wE0GkUk8V1Z45K8SfJv4JMEOyD\nIAq+688ahfZwBA+8trXTKCarQdXleOyGMzCurho3/H4FfrB4Xae9nt0Q74OI7wlhPrfGVBQSXDNr\nJNZ/eMS22csccgoAfYxlOppaojUI659r896jSWMx71FuqSlYE88ZDf07ne/l/hJOFGSCIKLgGzWg\nN84cPQBPvL0THcY6R0U2awr1qyzFw9efhqtOHY67XtqMy+96DZv2uLcUh1nIigh6lXZt2jE7fEMi\nuHjaUAzv1ws/eXZjl6G61oK8n7HQn7l0eI1lRdat+48mHbpq/vlLrAkiRTe1z/mBCYKIvHPhpMHY\nduAYVjdGm4PtEgQQbXL5/sWTcceV07Bl31Fc+L8v4xdL3nOlNqHWYa6lXTuHzW/1IYn+/uU5Y7B2\n12EsXp3QF2EprftWxhOCQGLrPIkAm/Y0d6ptWJkzqEuL7GsQQVOQCYJ9EESF4eyx0RWXXzM6oZMl\nCNOCqUPw3C1nY87EQfjJ3zZi/s9fxts57oHdqQ+itGvbv1mYmwlj/tQhGDuoCj/928ZOq9Rav80n\nLhVu3nfc4Gq8t7s5aZ1gX3N0P+7N+5I3Q3XicxtTQSYI9kEQFYa6mujaS8u3RjcWSpcgAGBAVRl+\n+anpuOvqGTh4rA0X/+oVfOfJNSlnLqfSeRRTfEiqGUmJpYnJjPGWOWOwed9RPGlZgNDacV1eUhSb\n7CYSXyl2RL9e2H+0Le2SHe+kSHpT6uPlGpuYiKhbO2lYn9gucpnsa3D+xMF47stn4+rTRuC3r23F\nnJ++iOfW7k57XSLrRLkKmyUuikPxJibTeRMGYXxdNX6+ZFOsFmH9Mi8C9KmI1yLMGkR93+j8BMc1\nBHRtYnryxo/gy3PGdHlPPzBBEJGnxgzqHfs9lOHGN9XlJfjuRZPwpy+cgeryElz3u+W44YEVGe1r\nrUmamMzOYbMGYV1YLxQS3Dy7AVv2HcXz66MjmqxltUBiI5kEwMwR0UX/Th3VeaJbtoLSLcEEQUSe\nGtm/MvZ7tjujTR/eF4tu/gi+dsFYLN2wB+fe/iIefGNbyuW5TYkT5UzmN3ezDyI+PyJqzoRBGFhV\nhkeWRXdItr5VSDqPXLppdgOe+OIsnDt+YCxxOJV6FBP7IIioG7MuCxHKYchOSVEI/3JOA/52y1mY\nMqwG//b4u/jKI++kXdrC2kldUdp1Yb14gug8Yqq4KIRLZ9Rj6YY9XfbdDoUkniBEEAoJThrWByKC\nEf1Sbx+ayO4jMY+xiSkLHMVEVDgGVMWX1HZjkbkRtZV44HOn4stzxuDxtxtx2V2vdinArWJLbifU\nIEy3GO39I2z2hT5/4mBEFPjeorVYbdkFT5B8Fdf6TBOE3bGAjH0tyATBUUxEhaNTgsiyiSlRKCS4\n+WOj8X+fmYlNe5px5d2vY88R+36J+DwIsZ1JPWfCIGz94VxUlXdtGpo4pBpV5cX4y9s78eaWA5Zr\nLXMfEq6pS7J9aDY4iomIurUqyzftXJqY7Hxs/CDc99lT0HioBdfev9x2l7p4JzXQq6RrJ3UqxUWh\n2D7aViGJ7vJmp5/N8t+Jpg+P3zNVbYFNTETUrVkLQHNIqZtOP7EWd1wxDat3NuHf/vxul9c7T5Sz\nzINwmKtG1lZ2OSYS3ScaQGwZEVP/yrIu5yf67edOid/L5vWAtDAxQRBR/niQHwAA504YhJtnj8af\n32rEs2s6rwqbbrG+dOr6dG0yClmamBL3l0jcpc7qtFHR4bDW5qxUcXAUExF1e5fOqEd5SQh9eqVv\nfsnWjbMbMG5wFb771Fq0dsQL7YilD8Kukzqd8uKu10T7IKLHj7V2ThCVKbYg/fGlU7H1h3PTvmes\n+YtNTJnjKCaiwvLjS6dg1W3np9y/OVclRSH824Xj0XioBQ+9sS12PN1EuXTKbPaPtm5X2pYwPDZV\nErIf0tr1IJuYcsBRTESFRUS67P/shTNH98eMEX1x/6tbY8t1R5Ku5ursnnYjr0IiKC2K3qutw3mC\nyBRHMRERuURE8OnThmPr/mN49f3oCrJmJ7WIdF5mO4N7JgpJ8hpERcoahLN3Nc9yMlPcS0wQRNSt\nfHxSHarLi/H4W40AOndSWwtopzUIu6G5Yk0QCTWIiiTbiWaCM6mJiDxQXlKE2eMGYsn63egIRzpN\nlOsss2/znY4l1Easetks55HZOzrvH/EaEwQRdTuzxw/CwWPtWL3zcKeJctmwG5obiWjSPpVym07t\nTM2bWocBVWW46rQROd8rF0wQRNTtnHZCdL7Bsi0HOk2Us8qliak9oihLkiBEBA9ed6rta05bjOpq\nKrDs38/FCf27TtLLJyYIIup2BlaXY0RtL7y59UCnPggrpxWK6oquazR1hCMpR2WdcWL/2D4TVpGI\n3+OSMsMEQUTd0tT6Pli783BsI6DE7U6djig6Z8wA/PjSKZ2OdUQ0aR9E7P4B6UfIRUEmCE6UI6J0\nxtVVofFQS2wp8MQCvdLhfAURwWUzh3U61p6mBhG9LvpzmmVhvojfw5IyVJAJghPliCid8XXVAIBV\nO6JfJMsShp/aLe/tVEc4eSe1yUwQ3//E5NixAssPhZkgiIjSGTOoCgCwujGaIBJrELmMNuqIOKhB\nGE1M/SpLMdLYjKjA8gMTBBF1T4Ory1FaFML7e5sBoEuBnsuube1hB30Qxu1Dlgl6bGIiIgqAopCg\nvl8F2sPRQjnZsNRsdIQjDjqpjZ8itjOjf3TJFNvNiILEu6UViYh8NqJfL2zeexRAvInp0RtOx57D\nyfewdqI9ogilmXln1hpCYr+20uUnD8PlJw+zuTI4mCCIqNsaUVsJYC9KiiRWoJ88sl/O921PWH/J\njpkUQiKxyXaF1cDEJiYi6saG9Yt2DpvNTG4JO5nwZmQIkfiIKjcW8ssn1iCIqNsaYSQIt7U7SBCx\nWoMC/33JFHzq1OGxhFUoWIMgom5rRK1HCcJJE5Nl19CK0iKcNqrWk1i8xARBRN2Wm9/Yn/nSmfif\nT04FAFxxSvrO5X7G/tuFvOBGQTYxich8APMbGhr8DoWIAqy8pAizGmrx0bEDc77X+LpqjK+rxsXT\n6h2d/7trT8GS9XvQt7I05/f2i/i9pV0uZs6cqcuXL/c7DCLqoUbe+jQAYOsP5/ocSWZEZIWqzkx3\nXkHWIIiIguDaj5yAXg4X/StETBBERFn61rwJfofgKXZSExGRLSYIIiKyxQRBRES2mCCIiMgWEwQR\nEdligiAiIltMEEREZIsJgoiIbBX0UhsishfABzYv1QBoSnOsP4B9Gbyd3T1zuSYIMWYaX+LxTONL\n956Znh+EzzDdNUGIkf+dM3u/bK4JQoyZxDdCVQekvaOqdrsHgLvTHQOwPNd75nJNEGLMNL7E45nG\nl48Y+d+Z/53539mdP6+qdtsmpqccHsv1nrlcE4QYM40vm/fI9fqgf4bprglCjPzv7M71QY8xm//O\nKRV0E1MuRGS5OljN0E9BjzHo8QGM0Q1Bjw9gjF7prjUIJ+72OwAHgh5j0OMDGKMbgh4fwBg90WNr\nEERElFpPrkEQEVEKTBBERGSLCYKIiGwxQdgQkXNE5B8icqeInON3PHZEpFJElovIPL9jsSMi443P\n7zER+YLf8dgRkU+IyG9E5GEROc/veOyIyCgRuUdEHvM7FpPxd++3xmd3ld/x2Ani52ZVCH/3gG6Y\nIETkXhHZIyKrE45fICIbRGSTiNya5jYKoBlAOYAdAYwPAL4O4BE3Y3MzRlVdp6o3ALgcwKyAxviE\nql4H4AYAnwxojJtV9Vq3Y0uUYawLATxmfHYLvI4tmxjz9bnlEJ+nf/dck83suiA/AJwFYDqA1ZZj\nRQDeBzAKQCmAdwBMADAZwKKEx0AAIeO6QQD+EMD45gC4AsBnAcwL4mdoXLMAwDMAPhXUGI3rbgcw\nPeAxPhagfzffAHCScc6DXsaVbYz5+txciM+Tv3tuPYrRzajqSyIyMuHwKQA2qepmABCRPwK4SFV/\nACBVE81BAGVBi89o9qpE9B9ri4gsVtVIkGI07vMkgCdF5GkAD7oVn1sxiogA+CGAZ1R1pZvxuRVj\nvmQSK6K16noAbyOPrRAZxrg2X3GZMolPRNbBw797bul2TUxJDAWw3fJ8h3HMlogsFJG7ADwA4Bce\nxwZkGJ+q/ruq/iuihe5v3EwOKWT6GZ4jIncYn+Nir4MzZBQjgJsAnAvgUhG5wcvALDL9HGtF5E4A\n00TkG14HlyBZrH8GcImI/Bq5LyeRK9sYff7crJJ9hn783ctYt6tBuEFV/4zoP4JAU9X7/Y4hGVV9\nAcALPoeRkqreAeAOv+NIRVX3I9pOHRiqehTANX7HkUoQPzerQvi7B/ScGkQjgGGW5/XGsaAIenwA\nY3RLIcRoKoRYgx5j0ONLqackiGUARovICSJSimgH75M+x2QV9PgAxuiWQojRVAixBj3GoMeXmt+9\n5G4/ADwEYBeAdkTb+641jl8IYCOiIwr+nfExRsZYWLEGPcagx5fNg4v1ERGRrZ7SxERERBligiAi\nIltMEEREZIsJgoiIbDFBEBGRLSYIIiKyxQRBPYKIhEXkbcvDyZLqeSHRPTNGpXj9NhH5QcKxk4wF\n3yAifxeRvl7HST0PEwT1FC2qepLl8cNcbygiOa9lJiITARSpsdpnEg+h654BVxjHgeiikv+SayxE\niZggqEcTka0i8h8islJE3hWRccbxSmMDmDdF5C0Rucg4/lkReVJElgB4XkRCIvIrEVkvIs+JyGIR\nuVREZovIE5b3mSMij9uEcBWAv1jOO09EXjPieVREeqvqRgAHReRUy3WXI54gngRwpbufDBETBPUc\nFQlNTNZv5PtUdTqAXwP4f8axfwewRFVPAfBRAD8WkUrjtekALlXVsxHdXW0kontzXA3gdOOcpQDG\nicgA4/k1AO61iWsWgBUAICL9AXwTwLlGPMsBfNk47yFEaw0QkdMAHFDV9wBAVQ8CKBOR2iw+F6Kk\nuNw39RQtqnpSktfMpd1XIFrgA8B5ABaIiJkwygEMN35/TlUPGL9/BMCjGt2T40MRWQoAqqoi8gCA\nT4vIfYgmjs/YvHcdgL3G76chmmheie5lhFIArxmvPQzgVRH5Cjo3L5n2ABgCYH+SPyNRxpggiIBW\n42cY8X8TAuASVd1gPdFo5jnq8L73IbqhznFEk0iHzTktiCYf8z2fU9UuzUWqul1EtgA4G8AliNdU\nTOXGvYhcwyYmInvPArjJ2JYUIjItyXmvILq7WkhEBgE4x3xBVXcC2Ilos9F9Sa5fB6DB+P11ALNE\npMF4z0oRGWM59yEA/wNgs6ruMA8aMQ4GsDWTPyBROkwQ1FMk9kGkG8X0PQAlAFaJyBrjuZ0/Ibq0\n81oAvwewEkCT5fU/ANiuquuSXP80jKSiqnsBfBbAQyKyCtHmpXGWcx8FMBFdm5dmAHg9SQ2FKGtc\n7psoR8ZIo2ajk/hNALNU9UPjtV8AeEtV70lybQWiHdqzVDWc5fv/L4AnVfX57P4ERPbYB0GUu0Ui\n0gfRTuXvWZLDCkT7K76S7EJVbRGR2xDdyH5blu+/msmBvMAaBBER2WIfBBER2WKCICIiW0wQRERk\niwmCiIhsMUEQEZEtJggiIrL1/wHeKIiabNR6mAAAAABJRU5ErkJggg==\n", + "text/plain": [ + "" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Create log-spaced array of energies\n", + "resolved = gd157_endf.resonances.resolved\n", + "energies = np.logspace(np.log10(resolved.energy_min),\n", + " np.log10(resolved.energy_max), 1000)\n", + "\n", + "# Evaluate elastic scattering xs at energies\n", + "xs = elastic.xs['0K'](energies)\n", + "\n", + "# Plot cross section vs energies\n", + "plt.loglog(energies, xs)\n", + "plt.xlabel('Energy (eV)')\n", + "plt.ylabel('Cross section (b)')" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Resonance ranges also have a useful `parameters` attribute that shows the energies and widths for resonances." + ] + }, + { + "cell_type": "code", + "execution_count": 36, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
energyLJneutronWidthcaptureWidthfissionWidthAfissionWidthB
00.031402.00.0004740.10720.00.0
12.825002.00.0003450.09700.00.0
216.240001.00.0004000.09100.00.0
316.770002.00.0128000.08050.00.0
420.560002.00.0113600.08800.00.0
521.650002.00.0003760.11400.00.0
623.330001.00.0008130.12100.00.0
725.400002.00.0018400.08500.00.0
840.170001.00.0013070.11000.00.0
944.220002.00.0089600.09600.00.0
\n", + "
" + ], + "text/plain": [ + " energy L J neutronWidth captureWidth fissionWidthA fissionWidthB\n", + "0 0.0314 0 2.0 0.000474 0.1072 0.0 0.0\n", + "1 2.8250 0 2.0 0.000345 0.0970 0.0 0.0\n", + "2 16.2400 0 1.0 0.000400 0.0910 0.0 0.0\n", + "3 16.7700 0 2.0 0.012800 0.0805 0.0 0.0\n", + "4 20.5600 0 2.0 0.011360 0.0880 0.0 0.0\n", + "5 21.6500 0 2.0 0.000376 0.1140 0.0 0.0\n", + "6 23.3300 0 1.0 0.000813 0.1210 0.0 0.0\n", + "7 25.4000 0 2.0 0.001840 0.0850 0.0 0.0\n", + "8 40.1700 0 1.0 0.001307 0.1100 0.0 0.0\n", + "9 44.2200 0 2.0 0.008960 0.0960 0.0 0.0" + ] + }, + "execution_count": 36, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "resolved.parameters.head(10)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Heavy-nuclide resonance scattering\n", + "\n", + "OpenMC has two methods for accounting for resonance upscattering in heavy nuclides, DBRC and ARES. These methods rely on 0 K elastic scattering data being present. If you have an existing ACE/HDF5 dataset and you need to add 0 K elastic scattering data to it, this can be done using the `IncidentNeutron.add_elastic_0K_from_endf()` method. Let's do this with our original `gd157` object that we instantiated from an ACE file." + ] + }, + { + "cell_type": "code", + "execution_count": 37, + "metadata": { + "collapsed": true + }, + "outputs": [], + "source": [ + "gd157.add_elastic_0K_from_endf('gd157.endf')" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Let's check to make sure that we have both the room temperature elastic scattering cross section as well as a 0K cross section." + ] + }, + { + "cell_type": "code", + "execution_count": 38, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "data": { + "text/plain": [ + "{'0K': ,\n", + " '294K': }" + ] + }, + "execution_count": 38, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "gd157[2].xs" + ] } ], "metadata": { + "anaconda-cloud": {}, "kernelspec": { - "display_name": "Python 3", + "display_name": "Python [default]", "language": "python", "name": "python3" }, From d00695032616a8d1a78b0679d391bfefcb451353 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 3 Apr 2017 21:18:46 -0500 Subject: [PATCH 11/16] Fix MDGXS part II notebook --- docs/source/examples/mdgxs-part-ii.ipynb | 517 +++++++++-------------- 1 file changed, 205 insertions(+), 312 deletions(-) diff --git a/docs/source/examples/mdgxs-part-ii.ipynb b/docs/source/examples/mdgxs-part-ii.ipynb index cbeb3ea8d..14736f7be 100644 --- a/docs/source/examples/mdgxs-part-ii.ipynb +++ b/docs/source/examples/mdgxs-part-ii.ipynb @@ -25,68 +25,28 @@ "metadata": { "collapsed": false }, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/romano/miniconda3/envs/default/lib/python3.5/site-packages/matplotlib/__init__.py:1350: UserWarning: This call to matplotlib.use() has no effect\n", - "because the backend has already been chosen;\n", - "matplotlib.use() must be called *before* pylab, matplotlib.pyplot,\n", - "or matplotlib.backends is imported for the first time.\n", - "\n", - " warnings.warn(_use_error_msg)\n" - ] - } - ], + "outputs": [], "source": [ + "%matplotlib inline\n", "import math\n", - "import pickle\n", "\n", - "from IPython.display import Image\n", "import matplotlib.pyplot as plt\n", "import numpy as np\n", "\n", "import openmc\n", - "import openmc.mgxs\n", - "\n", - "%matplotlib inline" + "import openmc.mgxs" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "First we need to define materials that will be used in the problem. Before defining a material, we must create nuclides that are used in the material." + "First we need to define materials that will be used in the problem: fuel, water, and cladding." ] }, { "cell_type": "code", "execution_count": 2, - "metadata": { - "collapsed": false - }, - "outputs": [], - "source": [ - "# Instantiate some Nuclides\n", - "h1 = openmc.Nuclide('H1')\n", - "b10 = openmc.Nuclide('B10')\n", - "o16 = openmc.Nuclide('O16')\n", - "u235 = openmc.Nuclide('U235')\n", - "u238 = openmc.Nuclide('U238')\n", - "zr90 = openmc.Nuclide('Zr90')" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "With the nuclides we defined, we will now create three materials for the fuel, water, and cladding of the fuel pins." - ] - }, - { - "cell_type": "code", - "execution_count": 3, "metadata": { "collapsed": true }, @@ -95,21 +55,21 @@ "# 1.6 enriched fuel\n", "fuel = openmc.Material(name='1.6% Fuel')\n", "fuel.set_density('g/cm3', 10.31341)\n", - "fuel.add_nuclide(u235, 3.7503e-4)\n", - "fuel.add_nuclide(u238, 2.2625e-2)\n", - "fuel.add_nuclide(o16, 4.6007e-2)\n", + "fuel.add_nuclide('U235', 3.7503e-4)\n", + "fuel.add_nuclide('U238', 2.2625e-2)\n", + "fuel.add_nuclide('O16', 4.6007e-2)\n", "\n", "# borated water\n", "water = openmc.Material(name='Borated Water')\n", "water.set_density('g/cm3', 0.740582)\n", - "water.add_nuclide(h1, 4.9457e-2)\n", - "water.add_nuclide(o16, 2.4732e-2)\n", - "water.add_nuclide(b10, 8.0042e-6)\n", + "water.add_nuclide('H1', 4.9457e-2)\n", + "water.add_nuclide('O16', 2.4732e-2)\n", + "water.add_nuclide('B10', 8.0042e-6)\n", "\n", "# zircaloy\n", "zircaloy = openmc.Material(name='Zircaloy')\n", "zircaloy.set_density('g/cm3', 6.55)\n", - "zircaloy.add_nuclide(zr90, 7.2758e-3)" + "zircaloy.add_nuclide('Zr90', 7.2758e-3)" ] }, { @@ -121,18 +81,15 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 3, "metadata": { - "collapsed": true + "collapsed": false }, "outputs": [], "source": [ - "# Instantiate a Materials object\n", - "materials_file = openmc.Materials((fuel, water, zircaloy))\n", - "materials_file.default_xs = '71c'\n", - "\n", - "# Export to \"materials.xml\"\n", - "materials_file.export_to_xml()" + "# Create a materials collection and export to XML\n", + "materials = openmc.Materials((fuel, water, zircaloy))\n", + "materials.export_to_xml()" ] }, { @@ -144,15 +101,15 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 4, "metadata": { "collapsed": false }, "outputs": [], "source": [ "# Create cylinders for the fuel and clad\n", - "fuel_outer_radius = openmc.ZCylinder(x0=0.0, y0=0.0, R=0.39218)\n", - "clad_outer_radius = openmc.ZCylinder(x0=0.0, y0=0.0, R=0.45720)\n", + "fuel_outer_radius = openmc.ZCylinder(R=0.39218)\n", + "clad_outer_radius = openmc.ZCylinder(R=0.45720)\n", "\n", "# Create boundary planes to surround the geometry\n", "min_x = openmc.XPlane(x0=-10.71, boundary_type='reflective')\n", @@ -172,7 +129,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 5, "metadata": { "collapsed": true }, @@ -209,7 +166,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 6, "metadata": { "collapsed": false }, @@ -246,7 +203,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 7, "metadata": { "collapsed": false }, @@ -267,7 +224,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 8, "metadata": { "collapsed": false }, @@ -279,11 +236,8 @@ "template_y = np.array([2, 2, 2, 3, 3, 5, 5, 5, 5, 5, 8, 8, 8, 8,\n", " 8, 11, 11, 11, 11, 11, 13, 13, 14, 14, 14])\n", "\n", - "# Initialize an empty 17x17 array of the lattice universes\n", - "universes = np.empty((17, 17), dtype=openmc.Universe)\n", - "\n", - "# Fill the array with the fuel pin and guide tube universes\n", - "universes[:,:] = fuel_pin_universe\n", + "# Create universes array with the fuel pin and guide tube universes\n", + "universes = np.tile(fuel_pin_universe, (17,17))\n", "universes[template_x, template_y] = guide_tube_universe\n", "\n", "# Store the array of universes in the lattice\n", @@ -299,15 +253,14 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 9, "metadata": { "collapsed": false }, "outputs": [], "source": [ "# Create root Cell\n", - "root_cell = openmc.Cell(name='root cell')\n", - "root_cell.fill = assembly\n", + "root_cell = openmc.Cell(name='root cell', fill=assembly)\n", "\n", "# Add boundary planes\n", "root_cell.region = +min_x & -max_x & +min_y & -max_y & +min_z & -max_z\n", @@ -326,26 +279,14 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 10, "metadata": { "collapsed": false }, "outputs": [], "source": [ - "# Create Geometry and set root Universe\n", - "geometry = openmc.Geometry()\n", - "geometry.root_universe = root_universe" - ] - }, - { - "cell_type": "code", - "execution_count": 12, - "metadata": { - "collapsed": false - }, - "outputs": [], - "source": [ - "# Export to \"geometry.xml\"\n", + "# Create Geometry and export to XML\n", + "geometry = openmc.Geometry(root_universe)\n", "geometry.export_to_xml()" ] }, @@ -358,7 +299,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 11, "metadata": { "collapsed": false }, @@ -370,104 +311,52 @@ "particles = 2500\n", "\n", "# Instantiate a Settings object\n", - "settings_file = openmc.Settings()\n", - "settings_file.batches = batches\n", - "settings_file.inactive = inactive\n", - "settings_file.particles = particles\n", - "settings_file.output = {'tallies': False}\n", + "settings = openmc.Settings()\n", + "settings.batches = batches\n", + "settings.inactive = inactive\n", + "settings.particles = particles\n", + "settings.output = {'tallies': False}\n", "\n", "# Create an initial uniform spatial source distribution over fissionable zones\n", "bounds = [-10.71, -10.71, -10, 10.71, 10.71, 10.]\n", "uniform_dist = openmc.stats.Box(bounds[:3], bounds[3:], only_fissionable=True)\n", - "settings_file.source = openmc.source.Source(space=uniform_dist)\n", + "settings.source = openmc.source.Source(space=uniform_dist)\n", "\n", "# Export to \"settings.xml\"\n", - "settings_file.export_to_xml()" + "settings.export_to_xml()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ - "Let us also create a `Plots` file that we can use to verify that our fuel assembly geometry was created successfully." + "Let us also create a plot to verify that our fuel assembly geometry was created successfully." ] }, { "cell_type": "code", - "execution_count": 14, - "metadata": { - "collapsed": false - }, - "outputs": [], - "source": [ - "# Instantiate a Plot\n", - "plot = openmc.Plot(plot_id=1)\n", - "plot.filename = 'materials-xy'\n", - "plot.origin = [0, 0, 0]\n", - "plot.pixels = [250, 250]\n", - "plot.width = [-10.71*2, -10.71*2]\n", - "plot.color = 'mat'\n", - "\n", - "# Instantiate a Plots object, add Plot, and export to \"plots.xml\"\n", - "plot_file = openmc.Plots([plot])\n", - "plot_file.export_to_xml()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "With the plots.xml file, we can now generate and view the plot. OpenMC outputs plots in .ppm format, which can be converted into a compressed format like .png with the convert utility." - ] - }, - { - "cell_type": "code", - "execution_count": 15, + "execution_count": 12, "metadata": { "collapsed": false }, "outputs": [ { "data": { - "text/plain": [ - "0" - ] - }, - "execution_count": 15, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# Run openmc in plotting mode\n", - "openmc.plot_geometry(output=False)" - ] - }, - { - "cell_type": "code", - "execution_count": 16, - "metadata": { - "collapsed": false - }, - "outputs": [ - { - "data": { - "image/png": "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\n", + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAPoAAAD6AgMAAAD1grKuAAAABGdBTUEAALGPC/xhBQAAACBjSFJN\nAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAADFBMVEX///9yEhLpgJFNv8Tq\nQYT7AAAAAWJLR0QAiAUdSAAAAAd0SU1FB+EEBAIPOMcwIy8AAAV4SURBVGje7Zs7cuMwDIZzxDRQ\nxlLhykWcQkfwKXgEFUmx6lOsTuEjqPABXCgzsZZvkBQUy4Z36N1xtvnGY6wlEIB+AeTTE/MPWH/P\nfPv6AEXXQHkCeDsAOBwsCoeFxdbil8Re2ncnqMYB6lEoLDQ2iL3DN8RK4SgkPj8V4yiUfTf2Br9h\n5/Ck7BGP4FF9X+Hz04v8rJafdeNRfXOtcYhxX8W409hX4xjaDxL3NX4TsV+HODq8iX1BXf/R3bS9\nFbzo+PpP2t76v3eurNGVyv/oSus0hy/K3qxJj+t3kCslcKUCbKDF9as1SvttA/AhoPgA2L5TWCps\nKNw2N4jff92+lP7bSpT+oLFQKGiU9u2g16+SOVlL7Cx+GRw9lgbBoUzy7qDix+Vvj6kco85UEk38\nyaD9xvw9hbjDUK4xlFX+mlCe5G+QP2sK+7+bv0t+f5q/6/img/zdhTjErtjb/EVPj5HTaSxsVjv/\n+/WXa9p+UagytTsQqNffRJrMVBd0MX54BArvIH9y2wf1r6TxHV2ZoKp/nVkpX3R7WIEvxQpt0VVY\nYynWSzmQ9X8j/wXYmUeBx7j+J/GrUC6wi1QBK4egcZ/GL5E/xmi/pnCSP0T+WiPEfh3inL2vH/ai\ng9+vwt+P64d7Ugb5C7BxuAkR4vpl9AdRNLWnzUqlmJZSpb8Gq7+Ex0KjrtQxvtn6fXIo7eXHUMpr\nlgFH4DviK4F3kD+57ZXobQWU0p+vr1reKtSfSqXyifhbaGwMVvpTp5+M/hWFRy96m0j0SpSJXHkp\njPpXiV4AJ9pI/aul3Er+D0oKO/0b6kdpf1b/KvtQPwb5pxxy9vmpvjSTv1fZk9d/JK5/R1//xH9n\n9G/qP1dpL12/1ulfFRO/ZPx8mviR6ILml4mfLYZSaePnU2hsH/rX1C+ndGlssJSliPUz0L9lglg0\nA/3r62c3p39ffKWGOf07kM+P3Yz+PVLPj/9M/y56f53Rv4GUcfrF69/vQLTE+rdDpRtga7I6QSOa\nArT6l9Zv2ymmUu4O8ie3vXPa+6zTGvJVwvnPLppWugGiFK5RCtv3F48Dxo9RahCJXgpfjKpL3l+V\nPPRKT6DSgxBXKAVXRap/pbxcrH8RU/tl+pe2h2LZ77tbifVvdP8b4v430f1P9K9VuhSaokmifX+V\nNXlV+KIdoNa/tmjDFPX7q8CmiYibJiSqL3m8g/zJbU837bbYqQtw0sqL9ZMXTXP9w0BKtYT+Xd6/\npPXvNf3T3P1fbv964r9F/fNY/5Zp/14Q/fsqRYH6t8OXpmCU0Nr5wQGHBgO+Sg0P/ev170riBmZQ\nlfZyBuP5TT0Z2lDY/zS/qeJFT9HU7+on/btwfnNW/9Lxf8f699L64/Tv/PxmiIvej/ObN5zfVDG2\nWIrbuH84md808dCGxO1jfhPZ20lNoH/hLH5M5zdK9AT61w5tUjT6t4Tp/GYqumiM9Nec/j2v/yj9\nu1h//h39e93vc++f63/u+rPjL3f+5Lbn1j9m/eXWf+7zh/v8u7H+vfj5z9UfXP3D1l8y71n6L3f+\n5Lbnvn8w33+471+P/Uu8939u/4Hd/8gd/7ntuf03bv+P2X/k9j+5/dcb6t+r+s/c/je3/87t/7Pn\nD7nzJ7c9d/7FnL9x53/c+ePd6t+F81/u/Jk7/2bP3wvBm//nzp/c9tz9Jx1v/wt3/w13/89d7l+6\nYP/VxH8X7v/i7j9j73/LHf+57QvB23/J3f/Z8fafEs+Pi/a/cvff3m7/73X7jwn9IC7Z/1ww919z\n93+z95/nzp/c9tzzD8zzF9zzH0n8Xnz+5H/Qv5zzR9zzT9zzV+zzX7nzJ7c99/xhxzv/WDDPXz72\nL/HO/3LPH7PPP+eN/z+IqMzWXhjaqwAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxNy0wNC0wM1QyMTox\nNTo1Ni0wNTowMA7o+UIAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTctMDQtMDNUMjE6MTU6NTYtMDU6\nMDB/tUH+AAAAAElFTkSuQmCC\n", "text/plain": [ "" ] }, - "execution_count": 16, "metadata": {}, - "output_type": "execute_result" + "output_type": "display_data" } ], "source": [ - "# Convert OpenMC's funky ppm to png\n", - "!convert materials-xy.ppm materials-xy.png\n", - "\n", - "# Display the materials plot inline\n", - "Image(filename='materials-xy.png')" + "# Plot our geometry\n", + "plot = openmc.Plot.from_geometry(geometry)\n", + "plot.pixels = (250, 250)\n", + "plot.color_by = 'material'\n", + "openmc.plot_inline(plot)" ] }, { @@ -488,12 +377,12 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Now we are ready to generate multi-group cross sections! First, let's define 20-energy-group, 1-energy-group, and 6-delayed-group structures." + "Now we are ready to generate multi-group cross sections! First, let's define a 20-energy-group and 1-energy-group." ] }, { "cell_type": "code", - "execution_count": 17, + "execution_count": 13, "metadata": { "collapsed": false }, @@ -505,10 +394,7 @@ "\n", "# Instantiate a 1-group EnergyGroups object\n", "one_group = openmc.mgxs.EnergyGroups()\n", - "one_group.group_edges = np.array([energy_groups.group_edges[0], energy_groups.group_edges[-1]])\n", - "\n", - "# Instantiate a 6-delayed-group list\n", - "delayed_groups = list(range(1,7))" + "one_group.group_edges = np.array([energy_groups.group_edges[0], energy_groups.group_edges[-1]])" ] }, { @@ -520,7 +406,7 @@ }, { "cell_type": "code", - "execution_count": 18, + "execution_count": 14, "metadata": { "collapsed": false }, @@ -536,7 +422,7 @@ "# Initialize an 20-energy-group and 6-delayed-group MGXS Library\n", "mgxs_lib = openmc.mgxs.Library(geometry)\n", "mgxs_lib.energy_groups = energy_groups\n", - "mgxs_lib.delayed_groups = delayed_groups\n", + "mgxs_lib.num_delayed_groups = 6\n", "\n", "# Specify multi-group cross section types to compute\n", "mgxs_lib.mgxs_types = ['total', 'transport', 'nu-scatter matrix', 'kappa-fission', 'inverse-velocity', 'chi-prompt',\n", @@ -577,7 +463,7 @@ }, { "cell_type": "code", - "execution_count": 19, + "execution_count": 15, "metadata": { "collapsed": false }, @@ -612,16 +498,11 @@ " %%%%%%%%%%%\n", "\n", " | The OpenMC Monte Carlo Code\n", - " Copyright | 2011-2016 Massachusetts Institute of Technology\n", + " Copyright | 2011-2017 Massachusetts Institute of Technology\n", " License | http://openmc.readthedocs.io/en/latest/license.html\n", " Version | 0.8.0\n", - " Git SHA1 | da5563eddb5f2c2d6b2c9839d518de40962b78f2\n", - " Date/Time | 2016-10-31 14:09:42\n", - " OpenMP Threads | 4\n", - "\n", - " ===========================================================================\n", - " ========================> INITIALIZATION <=========================\n", - " ===========================================================================\n", + " Git SHA1 | f7edad68f0654d775ed363bfdcbe4aa5d3cfba23\n", + " Date/Time | 2017-04-03 21:15:56\n", "\n", " Reading settings XML file...\n", " Reading geometry XML file...\n", @@ -638,92 +519,85 @@ " Building neighboring cells lists for each surface...\n", " Initializing source particles...\n", "\n", - " ===========================================================================\n", " ====================> K EIGENVALUE SIMULATION <====================\n", - " ===========================================================================\n", "\n", " Bat./Gen. k Average k \n", " ========= ======== ==================== \n", " 1/1 1.03852 \n", " 2/1 0.99743 \n", " 3/1 1.02987 \n", - " 4/1 1.04472 \n", - " 5/1 1.02183 \n", - " 6/1 1.05263 \n", - " 7/1 0.99048 \n", - " 8/1 1.02753 \n", - " 9/1 1.03159 \n", - " 10/1 1.04005 \n", - " 11/1 1.05278 \n", - " 12/1 1.02555 1.03917 +/- 0.01362\n", - " 13/1 0.99400 1.02411 +/- 0.01699\n", - " 14/1 1.03508 1.02685 +/- 0.01232\n", - " 15/1 1.00055 1.02159 +/- 0.01090\n", - " 16/1 1.01334 1.02022 +/- 0.00900\n", - " 17/1 0.99822 1.01707 +/- 0.00823\n", - " 18/1 1.01767 1.01715 +/- 0.00713\n", - " 19/1 1.05052 1.02086 +/- 0.00730\n", - " 20/1 1.03133 1.02190 +/- 0.00661\n", - " 21/1 1.04112 1.02365 +/- 0.00623\n", - " 22/1 1.04175 1.02516 +/- 0.00588\n", - " 23/1 1.01909 1.02469 +/- 0.00543\n", - " 24/1 1.07119 1.02801 +/- 0.00603\n", - " 25/1 0.97414 1.02442 +/- 0.00666\n", - " 26/1 1.04709 1.02584 +/- 0.00639\n", - " 27/1 1.05872 1.02777 +/- 0.00631\n", - " 28/1 1.03930 1.02841 +/- 0.00598\n", - " 29/1 1.01488 1.02770 +/- 0.00570\n", - " 30/1 1.04513 1.02857 +/- 0.00548\n", - " 31/1 0.99538 1.02699 +/- 0.00545\n", - " 32/1 1.00106 1.02581 +/- 0.00532\n", - " 33/1 0.99389 1.02442 +/- 0.00527\n", - " 34/1 0.99938 1.02338 +/- 0.00516\n", - " 35/1 1.02161 1.02331 +/- 0.00495\n", - " 36/1 1.04084 1.02398 +/- 0.00480\n", - " 37/1 0.98801 1.02265 +/- 0.00481\n", - " 38/1 1.01348 1.02232 +/- 0.00464\n", - " 39/1 1.06693 1.02386 +/- 0.00474\n", - " 40/1 1.07729 1.02564 +/- 0.00491\n", - " 41/1 1.03191 1.02585 +/- 0.00475\n", - " 42/1 1.05209 1.02667 +/- 0.00468\n", - " 43/1 1.02997 1.02677 +/- 0.00453\n", - " 44/1 1.07288 1.02812 +/- 0.00460\n", - " 45/1 1.01268 1.02768 +/- 0.00449\n", - " 46/1 1.03759 1.02796 +/- 0.00437\n", - " 47/1 1.02620 1.02791 +/- 0.00425\n", - " 48/1 1.02509 1.02783 +/- 0.00414\n", - " 49/1 1.01075 1.02740 +/- 0.00406\n", - " 50/1 0.99403 1.02656 +/- 0.00404\n", + " 4/1 1.04397 \n", + " 5/1 1.06262 \n", + " 6/1 1.06657 \n", + " 7/1 0.98574 \n", + " 8/1 1.04364 \n", + " 9/1 1.01253 \n", + " 10/1 1.02094 \n", + " 11/1 0.99586 \n", + " 12/1 1.00508 1.00047 +/- 0.00461\n", + " 13/1 1.05292 1.01795 +/- 0.01769\n", + " 14/1 1.04732 1.02530 +/- 0.01450\n", + " 15/1 1.04886 1.03001 +/- 0.01218\n", + " 16/1 1.00948 1.02659 +/- 0.01052\n", + " 17/1 1.02684 1.02662 +/- 0.00889\n", + " 18/1 0.97234 1.01984 +/- 0.01026\n", + " 19/1 0.99754 1.01736 +/- 0.00938\n", + " 20/1 0.98964 1.01459 +/- 0.00884\n", + " 21/1 1.04140 1.01703 +/- 0.00836\n", + " 22/1 1.03854 1.01882 +/- 0.00784\n", + " 23/1 1.05917 1.02192 +/- 0.00785\n", + " 24/1 1.02413 1.02208 +/- 0.00727\n", + " 25/1 1.03113 1.02268 +/- 0.00679\n", + " 26/1 1.05113 1.02446 +/- 0.00660\n", + " 27/1 1.03252 1.02494 +/- 0.00622\n", + " 28/1 1.05196 1.02644 +/- 0.00605\n", + " 29/1 0.99663 1.02487 +/- 0.00593\n", + " 30/1 1.01820 1.02454 +/- 0.00564\n", + " 31/1 1.02753 1.02468 +/- 0.00537\n", + " 32/1 1.02162 1.02454 +/- 0.00512\n", + " 33/1 1.04083 1.02525 +/- 0.00494\n", + " 34/1 1.03335 1.02558 +/- 0.00474\n", + " 35/1 1.01304 1.02508 +/- 0.00458\n", + " 36/1 0.99299 1.02385 +/- 0.00457\n", + " 37/1 1.04936 1.02479 +/- 0.00450\n", + " 38/1 1.02856 1.02493 +/- 0.00433\n", + " 39/1 1.03706 1.02535 +/- 0.00420\n", + " 40/1 1.08118 1.02721 +/- 0.00447\n", + " 41/1 1.00149 1.02638 +/- 0.00440\n", + " 42/1 1.00233 1.02563 +/- 0.00433\n", + " 43/1 1.03023 1.02577 +/- 0.00419\n", + " 44/1 1.03230 1.02596 +/- 0.00407\n", + " 45/1 0.98123 1.02468 +/- 0.00416\n", + " 46/1 1.02126 1.02458 +/- 0.00404\n", + " 47/1 0.99772 1.02386 +/- 0.00400\n", + " 48/1 1.02773 1.02396 +/- 0.00389\n", + " 49/1 1.01690 1.02378 +/- 0.00379\n", + " 50/1 1.02890 1.02391 +/- 0.00370\n", " Creating state point statepoint.50.h5...\n", "\n", - " ===========================================================================\n", - " ======================> SIMULATION FINISHED <======================\n", - " ===========================================================================\n", - "\n", - "\n", " =======================> TIMING STATISTICS <=======================\n", "\n", - " Total time for initialization = 5.5777E-01 seconds\n", - " Reading cross sections = 4.0851E-01 seconds\n", - " Total time in simulation = 3.0735E+01 seconds\n", - " Time in transport only = 3.0468E+01 seconds\n", - " Time in inactive batches = 2.5750E+00 seconds\n", - " Time in active batches = 2.8160E+01 seconds\n", - " Time synchronizing fission bank = 7.0866E-03 seconds\n", - " Sampling source sites = 5.6963E-03 seconds\n", - " SEND/RECV source sites = 1.2941E-03 seconds\n", - " Time accumulating tallies = 1.2199E-01 seconds\n", - " Total time for finalization = 3.0383E-03 seconds\n", - " Total time elapsed = 3.1316E+01 seconds\n", - " Calculation Rate (inactive) = 9708.82 neutrons/second\n", - " Calculation Rate (active) = 3551.09 neutrons/second\n", + " Total time for initialization = 3.7616E-01 seconds\n", + " Reading cross sections = 3.2363E-01 seconds\n", + " Total time in simulation = 5.8159E+01 seconds\n", + " Time in transport only = 5.7959E+01 seconds\n", + " Time in inactive batches = 3.9349E+00 seconds\n", + " Time in active batches = 5.4224E+01 seconds\n", + " Time synchronizing fission bank = 3.6903E-03 seconds\n", + " Sampling source sites = 2.4990E-03 seconds\n", + " SEND/RECV source sites = 1.1328E-03 seconds\n", + " Time accumulating tallies = 1.7598E-01 seconds\n", + " Total time for finalization = 3.5126E-03 seconds\n", + " Total time elapsed = 5.8551E+01 seconds\n", + " Calculation Rate (inactive) = 6353.42 neutrons/second\n", + " Calculation Rate (active) = 1844.20 neutrons/second\n", "\n", " ============================> RESULTS <============================\n", "\n", - " k-effective (Collision) = 1.02436 +/- 0.00318\n", - " k-effective (Track-length) = 1.02656 +/- 0.00404\n", - " k-effective (Absorption) = 1.02601 +/- 0.00333\n", - " Combined k-effective = 1.02539 +/- 0.00276\n", + " k-effective (Collision) = 1.02621 +/- 0.00393\n", + " k-effective (Track-length) = 1.02391 +/- 0.00370\n", + " k-effective (Absorption) = 1.02077 +/- 0.00423\n", + " Combined k-effective = 1.02331 +/- 0.00353\n", " Leakage Fraction = 0.00000 +/- 0.00000\n", "\n" ] @@ -734,7 +608,7 @@ "0" ] }, - "execution_count": 19, + "execution_count": 15, "metadata": {}, "output_type": "execute_result" } @@ -760,7 +634,7 @@ }, { "cell_type": "code", - "execution_count": 20, + "execution_count": 16, "metadata": { "collapsed": false }, @@ -779,7 +653,7 @@ }, { "cell_type": "code", - "execution_count": 21, + "execution_count": 17, "metadata": { "collapsed": false }, @@ -812,11 +686,27 @@ }, { "cell_type": "code", - "execution_count": 22, + "execution_count": 18, "metadata": { "collapsed": false }, "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/home/romano/openmc/openmc/tallies.py:1875: RuntimeWarning: invalid value encountered in true_divide\n", + " self_rel_err = data['self']['std. dev.'] / data['self']['mean']\n", + "/home/romano/openmc/openmc/tallies.py:1876: RuntimeWarning: invalid value encountered in true_divide\n", + " other_rel_err = data['other']['std. dev.'] / data['other']['mean']\n", + "/home/romano/openmc/openmc/tallies.py:1877: RuntimeWarning: invalid value encountered in true_divide\n", + " new_tally._mean = data['self']['mean'] / data['other']['mean']\n", + "/home/romano/openmc/openmc/tallies.py:1869: RuntimeWarning: invalid value encountered in true_divide\n", + " self_rel_err = data['self']['std. dev.'] / data['self']['mean']\n", + "/home/romano/openmc/openmc/tallies.py:1870: RuntimeWarning: invalid value encountered in true_divide\n", + " other_rel_err = data['other']['std. dev.'] / data['other']['mean']\n" + ] + }, { "data": { "text/html": [ @@ -853,8 +743,8 @@ " 1\n", " total\n", " (((delayed-nu-fission / nu-fission) * (delayed...\n", - " 0.002406\n", - " 0.000557\n", + " 0.011301\n", + " 0.003184\n", " \n", " \n", " 1\n", @@ -864,8 +754,8 @@ " 2\n", " total\n", " (((delayed-nu-fission / nu-fission) * (delayed...\n", - " 0.000937\n", - " 0.000073\n", + " 0.000854\n", + " 0.000078\n", " \n", " \n", " 2\n", @@ -875,8 +765,8 @@ " 3\n", " total\n", " (((delayed-nu-fission / nu-fission) * (delayed...\n", - " 0.007412\n", - " 0.000841\n", + " 0.007267\n", + " 0.000713\n", " \n", " \n", " 3\n", @@ -886,8 +776,8 @@ " 4\n", " total\n", " (((delayed-nu-fission / nu-fission) * (delayed...\n", - " 0.072924\n", - " 0.005015\n", + " 0.088903\n", + " 0.005501\n", " \n", " \n", " 4\n", @@ -897,8 +787,8 @@ " 5\n", " total\n", " (((delayed-nu-fission / nu-fission) * (delayed...\n", - " 0.034008\n", - " 0.002213\n", + " 0.044257\n", + " 0.002890\n", " \n", " \n", " 5\n", @@ -908,8 +798,8 @@ " 6\n", " total\n", " (((delayed-nu-fission / nu-fission) * (delayed...\n", - " 0.002561\n", - " 0.000366\n", + " 0.001897\n", + " 0.000282\n", " \n", " \n", " 6\n", @@ -919,8 +809,8 @@ " 1\n", " total\n", " (((delayed-nu-fission / nu-fission) * (delayed...\n", - " 0.011966\n", - " 0.004607\n", + " 0.007362\n", + " 0.001968\n", " \n", " \n", " 7\n", @@ -930,8 +820,8 @@ " 2\n", " total\n", " (((delayed-nu-fission / nu-fission) * (delayed...\n", - " 0.000917\n", - " 0.000075\n", + " 0.000872\n", + " 0.000064\n", " \n", " \n", " 8\n", @@ -941,8 +831,8 @@ " 3\n", " total\n", " (((delayed-nu-fission / nu-fission) * (delayed...\n", - " 0.007980\n", - " 0.000879\n", + " 0.007015\n", + " 0.000702\n", " \n", " \n", " 9\n", @@ -952,8 +842,8 @@ " 4\n", " total\n", " (((delayed-nu-fission / nu-fission) * (delayed...\n", - " 0.084940\n", - " 0.005351\n", + " 0.101115\n", + " 0.007008\n", " \n", " \n", "\n", @@ -975,19 +865,19 @@ "\n", " score mean std. dev. \n", " \n", - "0 (((delayed-nu-fission / nu-fission) * (delayed... 0.002406 0.000557 \n", - "1 (((delayed-nu-fission / nu-fission) * (delayed... 0.000937 0.000073 \n", - "2 (((delayed-nu-fission / nu-fission) * (delayed... 0.007412 0.000841 \n", - "3 (((delayed-nu-fission / nu-fission) * (delayed... 0.072924 0.005015 \n", - "4 (((delayed-nu-fission / nu-fission) * (delayed... 0.034008 0.002213 \n", - "5 (((delayed-nu-fission / nu-fission) * (delayed... 0.002561 0.000366 \n", - "6 (((delayed-nu-fission / nu-fission) * (delayed... 0.011966 0.004607 \n", - "7 (((delayed-nu-fission / nu-fission) * (delayed... 0.000917 0.000075 \n", - "8 (((delayed-nu-fission / nu-fission) * (delayed... 0.007980 0.000879 \n", - "9 (((delayed-nu-fission / nu-fission) * (delayed... 0.084940 0.005351 " + "0 (((delayed-nu-fission / nu-fission) * (delayed... 0.011301 0.003184 \n", + "1 (((delayed-nu-fission / nu-fission) * (delayed... 0.000854 0.000078 \n", + "2 (((delayed-nu-fission / nu-fission) * (delayed... 0.007267 0.000713 \n", + "3 (((delayed-nu-fission / nu-fission) * (delayed... 0.088903 0.005501 \n", + "4 (((delayed-nu-fission / nu-fission) * (delayed... 0.044257 0.002890 \n", + "5 (((delayed-nu-fission / nu-fission) * (delayed... 0.001897 0.000282 \n", + "6 (((delayed-nu-fission / nu-fission) * (delayed... 0.007362 0.001968 \n", + "7 (((delayed-nu-fission / nu-fission) * (delayed... 0.000872 0.000064 \n", + "8 (((delayed-nu-fission / nu-fission) * (delayed... 0.007015 0.000702 \n", + "9 (((delayed-nu-fission / nu-fission) * (delayed... 0.101115 0.007008 " ] }, - "execution_count": 22, + "execution_count": 18, "metadata": {}, "output_type": "execute_result" } @@ -995,7 +885,7 @@ "source": [ "# Set the time constants for the delayed precursors (in seconds^-1)\n", "precursor_halflife = np.array([55.6, 24.5, 16.3, 2.37, 0.424, 0.195])\n", - "precursor_lambda = -np.log(0.5) / precursor_halflife\n", + "precursor_lambda = math.log(2.0) / precursor_halflife\n", "\n", "beta = mgxs_lib.get_mgxs(mesh, 'beta')\n", "\n", @@ -1032,7 +922,7 @@ }, { "cell_type": "code", - "execution_count": 23, + "execution_count": 19, "metadata": { "collapsed": false }, @@ -1095,8 +985,8 @@ " y-min out\n", " total\n", " current\n", - " 0.02985\n", - " 0.000678\n", + " 0.03153\n", + " 0.000566\n", " \n", " \n", " 3\n", @@ -1106,8 +996,8 @@ " y-max out\n", " total\n", " current\n", - " 0.03023\n", - " 0.000637\n", + " 0.03153\n", + " 0.000593\n", " \n", " \n", " 4\n", @@ -1139,8 +1029,8 @@ " x-min in\n", " total\n", " current\n", - " 0.03085\n", - " 0.000628\n", + " 0.03265\n", + " 0.000753\n", " \n", " \n", " 7\n", @@ -1150,8 +1040,8 @@ " x-max in\n", " total\n", " current\n", - " 0.03058\n", - " 0.000609\n", + " 0.03216\n", + " 0.000698\n", " \n", " \n", " 8\n", @@ -1184,17 +1074,17 @@ " x y z \n", "0 1 1 1 x-min out total current 0.00000 0.000000\n", "1 1 1 1 x-max out total current 0.00000 0.000000\n", - "2 1 1 1 y-min out total current 0.02985 0.000678\n", - "3 1 1 1 y-max out total current 0.03023 0.000637\n", + "2 1 1 1 y-min out total current 0.03153 0.000566\n", + "3 1 1 1 y-max out total current 0.03153 0.000593\n", "4 1 1 1 z-min out total current 0.00000 0.000000\n", "5 1 1 1 z-max out total current 0.00000 0.000000\n", - "6 1 1 1 x-min in total current 0.03085 0.000628\n", - "7 1 1 1 x-max in total current 0.03058 0.000609\n", + "6 1 1 1 x-min in total current 0.03265 0.000753\n", + "7 1 1 1 x-max in total current 0.03216 0.000698\n", "8 1 1 1 y-min in total current 0.00000 0.000000\n", "9 1 1 1 y-max in total current 0.00000 0.000000" ] }, - "execution_count": 23, + "execution_count": 19, "metadata": {}, "output_type": "execute_result" } @@ -1219,26 +1109,38 @@ }, { "cell_type": "code", - "execution_count": 24, + "execution_count": 20, "metadata": { "collapsed": false }, "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/home/romano/openmc/openmc/tallies.py:1875: RuntimeWarning: invalid value encountered in true_divide\n", + " self_rel_err = data['self']['std. dev.'] / data['self']['mean']\n", + "/home/romano/openmc/openmc/tallies.py:1876: RuntimeWarning: invalid value encountered in true_divide\n", + " other_rel_err = data['other']['std. dev.'] / data['other']['mean']\n", + "/home/romano/openmc/openmc/tallies.py:1877: RuntimeWarning: invalid value encountered in true_divide\n", + " new_tally._mean = data['self']['mean'] / data['other']['mean']\n" + ] + }, { "data": { "text/plain": [ - "" + "" ] }, - "execution_count": 24, + "execution_count": 20, "metadata": {}, "output_type": "execute_result" }, { "data": { - "image/png": "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\n7vnIpG1Qioinkv/OA/5A7bS4wW6upI0BJG0CPFPx/lQmIuZFxJIfIv8LvL3K/bGVirO4jrO4iXM4\n4Ry2PuQcruMcTuUsTjiLB74qJhYmAltKGiVpGHAsMKGC/aicpDdJWjP5eg3gQODBaveqEmL5a6Ym\nAB9Nvj4RuKq/d6hCy30WyQ+RJY5icH5/WN9wFiecxYBzuJ5z2PqLczjhHF7KWbyMs3gFM7S/B4yI\nbknjgBuoTWycHxFT+3s/BoiNgT9ICmr/L34bETdUvE/9SlIX8F5gfUmPA2cC3wF+L+kkYBbwwer2\nsP9kfBb7SNqV2krJM4GTK9tBW6k4i5czqLPYObyMc9j6k3N4OYM6h8FZXM9ZvGLSsjNKzMzMzMzM\nzMyK8eKNZmZmZmZmZlaaJxbMzMzMzMzMrDRPLJiZmZmZmZlZaZ5YMDMzMzMzM7PSPLFgZmZmZmZm\nZqV5YsHMzMzMzMzMSvPEgpmZmZmZmZmV5okFMzMzMzMzMyvNEwtmZmZmZmZmVponFszMzMzMzMys\nNE8smJmZmZmZmVlpnlgwMzMzMzMzs9I8sWBmZmZmZmZmpXliwczMzMzMzMxK88SCmZmZmZmZmZXm\niQUzMzMzMzMzK80TC2ZmZmZmZmZWmicWzMzMzMzMzKw0TyysJCRdIOkbObd9TNK+fb1PDWPuLemJ\n/hzTzKw/OYfNzKrnLDarhicWMkiaKekVSS9KelbSHyWNyFnrwEgXVe9AO5L/r4vz/rAys/Y4h/vE\nCpnDDd8LL0q6rup9MhssnMV9YoXMYgBJn5X0qKSXJT0kacuq98kGBk8sZAvgfRGxFvBm4BngJzlr\nxQocGAOdpI4KxhwK/Ai4o7/HNhvEnMMDVAU5vPR7IXkc3M/jmw1mzuIBqr+zWNL/Az4GHBIRawLv\nB/7Zn/tgA5cnFloTQES8AVwObL+0Qxom6fuSZkl6StLPJa0q6U3ANcBbJL2UzO5uIuntkm6X9Lyk\nOZJ+kvyyWm7HpN0k3SPpBUmXAKs19L9f0r3JeLdK2injdTL3S9I5kr7fsP1Vkj6bfP1mSZdLekbS\nPyR9pm671SRdKOk5SQ8Cb+/h/RwoaVqyHz+V9BdJJyV9Jybv4YeS/gmcqZozkln0p5OxhifbN82O\n15/qJulMSb+XdEny/+duSTv38JF/HrgemNbDdmbWu5zDzuGlL9FDv5n1HWfxIM9iSQK+CnwuIh4G\n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\n", + "image/png": "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\nRU5ErkJggg==\n", "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1283,20 +1185,11 @@ "plt.colorbar()\n", "plt.title('Beta - delayed group 6')" ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "collapsed": true - }, - "outputs": [], - "source": [] } ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python [default]", "language": "python", "name": "python3" }, From 973b66c1d065c730e1a56e4c5400157e87b4435a Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 3 Apr 2017 21:42:53 -0500 Subject: [PATCH 12/16] Add section in user's guide on volume calculations --- docs/source/usersguide/index.rst | 1 + docs/source/usersguide/volume.rst | 70 +++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 docs/source/usersguide/volume.rst diff --git a/docs/source/usersguide/index.rst b/docs/source/usersguide/index.rst index c64db07c3..0c9165847 100644 --- a/docs/source/usersguide/index.rst +++ b/docs/source/usersguide/index.rst @@ -22,4 +22,5 @@ essential aspects of using OpenMC to perform simulations. scripts processing parallel + volume troubleshoot diff --git a/docs/source/usersguide/volume.rst b/docs/source/usersguide/volume.rst new file mode 100644 index 000000000..0727b7150 --- /dev/null +++ b/docs/source/usersguide/volume.rst @@ -0,0 +1,70 @@ +.. _usersguide_volume: + +============================== +Stochastic Volume Calculations +============================== + +.. currentmodule:: openmc + +OpenMC has a capability to stochastically determine volumes of cells, materials, +and universes. The method works by overlaying a bounding box, sampling points +from within the box, and seeing what fraction of points were found in a desired +domain. The benefit of doing this stochastically (as opposed to equally-spaced +points), is that it is possible to give reliable error estimates on each +stochastic quantity. + +To specify that a volume calculation be run, you first need to create an +instance of :class:`openmc.VolumeCalculation`. The constructor takes a list of +cells, materials, or universes; the number of samples to be used; and the +lower-left and upper-right Cartesian coordinates of a bounding box that encloses +the specified domains:: + + lower_left = (-0.62, -0.62, -50.) + upper_right = (0.62, 0.62, 50.) + vol_calc = openmc.VolumeCalculation([fuel, clad, moderator], 1000000, + lower_left, upper_right) + +For domains contained within regions that have simple definitions, OpenMC can +sometimes automatically determine a bounding box. In this case, the last two +arguments are not necessary. For example, + +:: + + sphere = openmc.Sphere(R=10.0) + cell = openm.Cell(region=-sphere) + vol_calc = openmc.VolumeCalculation([cell], 1000000) + +Of course, the volumes that you *need* this capability for are often the ones +with complex definitions. + +Once you have one or more :class:`openmc.VolumeCalculation` objects created, you +can then assign then to :attr:`Settings.volume_calculations`:: + + settings = openmc.Settings() + settings.volume_calculations = [cell_vol_calc, mat_vol_calc] + +To execute the volume calculations, one can either set :attr:`Settings.run_mode` +to 'volume' and run :func:`openmc.run`, or alternatively run +:func:`openmc.calculate_volumes` which doesn't require that +:attr:`Settings.run_mode` be set. + +When your volume calculations have finished, you can load the results using the +:meth:`VolumeCalculation.load_results` method on an existing object. If you +don't have an exiting :class:`VolumeCalculation` object, you can create one and +load results simultaneously using the :meth:`VolumeCalculation.from_hdf5` class +method:: + + vol_calc = openmc.VolumeCalculation(...) + ... + openmc.calculate_volumes() + + vol_calc.load_results('volume_1.h5') + + # ..or.. + vol_calc = openmc.VolumeCalculation.from_hdf5('volume_1.h5') + +After the results are loaded, volume estimates will be stored in +:attr:`VolumeCalculation.volumes`. There is also a +:attr:`VolumeCalculation.atoms_dataframe` attribute that shows stochastic +estimates of the number of atoms of each type of nuclide within the specified +domains along with their uncertainties. From 5c74b85713fa7c8d6fcb8b1c2129663b40c313d0 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 5 Apr 2017 07:11:57 -0500 Subject: [PATCH 13/16] Respond to comments on #850 --- .gitignore | 37 +- docs/source/examples/candu.ipynb | 15 +- docs/source/examples/pincell.ipynb | 6 +- docs/source/examples/triso.ipynb | 4 +- docs/source/io_formats/cross_sections.rst | 46 ++ docs/source/io_formats/plots.rst | 2 +- docs/source/methods/physics.rst | 2 +- docs/source/pythonapi/base.rst | 197 ++++++++ docs/source/pythonapi/data.rst | 134 ++++++ docs/source/pythonapi/index.rst | 555 ++-------------------- docs/source/pythonapi/mgxs.rst | 61 +++ docs/source/pythonapi/model.rst | 40 ++ docs/source/pythonapi/openmoc.rst | 24 + docs/source/pythonapi/stats.rst | 48 ++ docs/source/quickinstall.rst | 4 + docs/source/usersguide/basics.rst | 49 +- docs/source/usersguide/cross_sections.rst | 234 +++++++++ docs/source/usersguide/geometry.rst | 66 ++- docs/source/usersguide/index.rst | 1 + docs/source/usersguide/install.rst | 125 +---- docs/source/usersguide/materials.rst | 22 +- docs/source/usersguide/parallel.rst | 8 +- docs/source/usersguide/plots.rst | 25 +- docs/source/usersguide/scripts.rst | 14 +- docs/source/usersguide/settings.rst | 7 +- docs/source/usersguide/tallies.rst | 4 +- docs/source/usersguide/volume.rst | 5 +- man/man1/openmc.1 | 8 +- 28 files changed, 985 insertions(+), 758 deletions(-) create mode 100644 docs/source/pythonapi/base.rst create mode 100644 docs/source/pythonapi/data.rst create mode 100644 docs/source/pythonapi/mgxs.rst create mode 100644 docs/source/pythonapi/model.rst create mode 100644 docs/source/pythonapi/openmoc.rst create mode 100644 docs/source/pythonapi/stats.rst create mode 100644 docs/source/usersguide/cross_sections.rst diff --git a/.gitignore b/.gitignore index b72a18c84..3c862ffcb 100644 --- a/.gitignore +++ b/.gitignore @@ -59,16 +59,17 @@ src/cmake_install.cmake src/install_manifest.txt # Nuclear data -data/nndc -data/nndc_hdf5 -data/wmp -data/multipole_lib.tar.gz -data/ENDF-B-VII.1-*.tar.gz -data/JEFF32-ACE-*.tar.gz -data/JEFF32-ACE-*.zip -data/TSLs.tar.gz -data/jeff-3.2 -data/jeff-3.2-hdf5 +scripts/nndc +scripts/nndc_hdf5 +scripts/wmp +scripts/multipole_lib.tar.gz +scripts/ENDF-B-VII.1-*.tar.gz +scripts/JEFF32-ACE-*.tar.gz +scripts/JEFF32-ACE-*.zip +scripts/TSLs.tar.gz +scripts/jeff-3.2 +scripts/jeff-3.2-hdf5 +scripts/*.tar.xz # Images *.ppm @@ -82,13 +83,15 @@ data/jeff-3.2-hdf5 .ipynb_checkpoints # Multi-group cross section IPython Notebook -docs/source/pythonapi/examples/*.xml -docs/source/pythonapi/examples/*.png -docs/source/pythonapi/examples/*.xls -docs/source/pythonapi/examples/mgxs -docs/source/pythonapi/examples/tracks -docs/source/pythonapi/examples/fission-rates -docs/source/pythonapi/examples/plots +docs/source/examples/*.xml +docs/source/examples/*.png +docs/source/examples/*.xls +docs/source/examples/*.ace +docs/source/examples/*.endf +docs/source/examples/mgxs +docs/source/examples/tracks +docs/source/examples/fission-rates +docs/source/examples/plots # Cython files *.c diff --git a/docs/source/examples/candu.ipynb b/docs/source/examples/candu.ipynb index f58d254f9..cb83226bf 100644 --- a/docs/source/examples/candu.ipynb +++ b/docs/source/examples/candu.ipynb @@ -139,14 +139,7 @@ } ], "source": [ - "plot_args = {\n", - " 'width': (2*calendria_or, 2*calendria_or),\n", - " 'colors': {\n", - " fuel: 'black',\n", - " clad: 'silver',\n", - " heavy_water: 'blue'\n", - " }\n", - " }\n", + "plot_args = {'width': (2*calendria_or, 2*calendria_or)}\n", "bundle_universe = openmc.Universe(cells=water_cells)\n", "bundle_universe.plot(**plot_args)" ] @@ -325,7 +318,11 @@ "source": [ "p = openmc.Plot.from_geometry(geom)\n", "p.color_by = 'material'\n", - "p.colors = plot_args['colors']\n", + "p.colors = {\n", + " fuel: 'black',\n", + " clad: 'silver',\n", + " heavy_water: 'blue'\n", + "}\n", "openmc.plot_inline(p)" ] }, diff --git a/docs/source/examples/pincell.ipynb b/docs/source/examples/pincell.ipynb index a73104542..aa9c54916 100644 --- a/docs/source/examples/pincell.ipynb +++ b/docs/source/examples/pincell.ipynb @@ -411,7 +411,7 @@ } ], "source": [ - "water.remove_nuclide(openmc.Nuclide('O16'))\n", + "water.remove_nuclide('O16')\n", "water.add_element('O', 1.0)\n", "\n", "mats.export_to_xml()\n", @@ -516,7 +516,7 @@ "\n", "Note that defining a surface is not sufficient to specify a volume -- in order to define an actual volume, one must reference the half-space of a surface. A surface *half-space* is the region whose points satisfy a positive of negative inequality of the surface equation. For example, for a sphere of radius one centered at the origin, the surface equation is $f(x,y,z) = x^2 + y^2 + z^2 - 1 = 0$. Thus, we say that the negative half-space of the sphere, is defined as the collection of points satisfying $f(x,y,z) < 0$, which one can reason is the inside of the sphere. Conversely, the positive half-space of the sphere would correspond to all points outside of the sphere.\n", "\n", - "Let's go ahead and create a sphere and confirm that we've told you is true." + "Let's go ahead and create a sphere and confirm that what we've told you is true." ] }, { @@ -1417,7 +1417,7 @@ "source": [ "## Geometry plotting\n", "\n", - "We saw before that we could call the `Universe.plot()` method to show a universe while we were creating out geometry. There is also a built-in plotter in the Fortran codebase that is much faster than the Python plotter and has more options. The interface looks somewhat similar to the `Universe.plot()` method. Instead though, we create `Plot` instances, assign them to a `Plots` collection, export it to XML, and then run OpenMC in geometry plotting mode. As an example, let's specify that we want the plot to be colored by material (rather than by cell) and we assign yellow to fuel and blue to water." + "We saw before that we could call the `Universe.plot()` method to show a universe while we were creating our geometry. There is also a built-in plotter in the Fortran codebase that is much faster than the Python plotter and has more options. The interface looks somewhat similar to the `Universe.plot()` method. Instead though, we create `Plot` instances, assign them to a `Plots` collection, export it to XML, and then run OpenMC in geometry plotting mode. As an example, let's specify that we want the plot to be colored by material (rather than by cell) and we assign yellow to fuel and blue to water." ] }, { diff --git a/docs/source/examples/triso.ipynb b/docs/source/examples/triso.ipynb index 67be63a52..bc7801e2d 100644 --- a/docs/source/examples/triso.ipynb +++ b/docs/source/examples/triso.ipynb @@ -75,7 +75,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "To actually create individual TRISO particles, we first need to create a universe that will be used within each particle. The reason we use the same universe for each TRISO particle is to reduce the total number of cells/surfaces needed which can improve performance by a factor of two over using unique cells/surfaces in each." + "To actually create individual TRISO particles, we first need to create a universe that will be used within each particle. The reason we use the same universe for each TRISO particle is to reduce the total number of cells/surfaces needed which can substantially improve performance over using unique cells/surfaces in each." ] }, { @@ -101,7 +101,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Now that we have a universe that can be used for each TRISO particle, we need to randomly select locations. In this example, we will select locations at random within in a 1 cm x 1 cm x 1 cm box centered at the origin with a packing fraction of 30%. Note that `pack_trisos` can handle up to the theoretical maximum of 60% (it will just be slow)." + "Now that we have a universe that can be used for each TRISO particle, we need to randomly select locations. In this example, we will select locations at random within a 1 cm x 1 cm x 1 cm box centered at the origin with a packing fraction of 30%. Note that `pack_trisos` can handle up to the theoretical maximum of 60% (it will just be slow)." ] }, { diff --git a/docs/source/io_formats/cross_sections.rst b/docs/source/io_formats/cross_sections.rst index 351011d01..956b3fa5d 100644 --- a/docs/source/io_formats/cross_sections.rst +++ b/docs/source/io_formats/cross_sections.rst @@ -3,3 +3,49 @@ ============================================ Cross Sections Listing -- cross_sections.xml ============================================ + +.. _directory_element: + +----------------------- +```` Element +----------------------- + +The ```` element specifies a root directory to which the path for all +files listed in a :ref:`library_element` are given relative to. This element has +no attributes or sub-elements; the directory should be given within the text +node. For example, + +.. code-block:: xml + + /opt/data/cross_sections/ + +.. _library_element: + +--------------------- +```` Element +--------------------- + +The ```` element indicates where an HDF5 cross section file is located, +whether it contains incident neutron or thermal scattering data, and what +materials are listed within. It has the following attributes: + + :materials: + + A space-separated list of nuclides or thermal scattering tables. For + example, + + .. code-block:: xml + + + + + Often, just a single nuclide or thermal scattering table is contained in a + given file. + + :path: + Path to the HDF5 file. If the :ref:`directory_element` is specified, the + path is relative to the directory given. Otherwise, it is relative to the + directory containing the ``cross_sections.xml`` file. + + :type: + The type of data contained in the file, either 'neutron' or 'thermal'. diff --git a/docs/source/io_formats/plots.rst b/docs/source/io_formats/plots.rst index 841111b12..9b1a79081 100644 --- a/docs/source/io_formats/plots.rst +++ b/docs/source/io_formats/plots.rst @@ -5,7 +5,7 @@ Geometry Plotting Specification -- plots.xml ============================================ Basic plotting capabilities are available in OpenMC by creating a plots.xml file -and subsequently running with the ``--plot``command-line flag. The root element +and subsequently running with the ``--plot`` command-line flag. The root element of the plots.xml is simply ```` and any number output plots can be defined with ```` sub-elements. Two plot types are currently implemented in openMC: diff --git a/docs/source/methods/physics.rst b/docs/source/methods/physics.rst index 67c427bcb..5f9449aaa 100644 --- a/docs/source/methods/physics.rst +++ b/docs/source/methods/physics.rst @@ -1657,7 +1657,7 @@ another. .. _OECD: http://www.oecd-nea.org/dbprog/MMRW-BOOKS.html -.. _NJOY: http://t2.lanl.gov/codes.shtml +.. _NJOY: https://njoy.github.io/NJOY2016/ .. _PREPRO: http://www-nds.iaea.org/ndspub/endf/prepro/ diff --git a/docs/source/pythonapi/base.rst b/docs/source/pythonapi/base.rst new file mode 100644 index 000000000..dde1c9119 --- /dev/null +++ b/docs/source/pythonapi/base.rst @@ -0,0 +1,197 @@ +------------------------------------ +:mod:`openmc` -- Basic Functionality +------------------------------------ + +Handling nuclear data +--------------------- + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myclass.rst + + openmc.XSdata + openmc.MGXSLibrary + +Simulation Settings +------------------- + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myclass.rst + + openmc.Source + openmc.VolumeCalculation + openmc.Settings + +Material Specification +---------------------- + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myclass.rst + + openmc.Nuclide + openmc.Element + openmc.Macroscopic + openmc.Material + openmc.Materials + +Cross sections for nuclides, elements, and materials can be plotted using the +following function: + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myfunction.rst + + openmc.plot_xs + +Building geometry +----------------- + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myclass.rst + + openmc.Plane + openmc.XPlane + openmc.YPlane + openmc.ZPlane + openmc.XCylinder + openmc.YCylinder + openmc.ZCylinder + openmc.Sphere + openmc.Cone + openmc.XCone + openmc.YCone + openmc.ZCone + openmc.Quadric + openmc.Halfspace + openmc.Intersection + openmc.Union + openmc.Complement + openmc.Cell + openmc.Universe + openmc.RectLattice + openmc.HexLattice + openmc.Geometry + +Many of the above classes are derived from several abstract classes: + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myclass.rst + + openmc.Surface + openmc.Region + openmc.Lattice + +Two helper function are also available to create rectangular and hexagonal +prisms defined by the intersection of four and six surface half-spaces, +respectively. + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myfunction.rst + + openmc.get_hexagonal_prism + openmc.get_rectangular_prism + +.. _pythonapi_tallies: + +Constructing Tallies +-------------------- + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myclass.rst + + openmc.Filter + openmc.UniverseFilter + openmc.MaterialFilter + openmc.CellFilter + openmc.CellbornFilter + openmc.SurfaceFilter + openmc.MeshFilter + openmc.EnergyFilter + openmc.EnergyoutFilter + openmc.MuFilter + openmc.PolarFilter + openmc.AzimuthalFilter + openmc.DistribcellFilter + openmc.DelayedGroupFilter + openmc.EnergyFunctionFilter + openmc.Mesh + openmc.Trigger + openmc.TallyDerivative + openmc.Tally + openmc.Tallies + +Coarse Mesh Finite Difference Acceleration +------------------------------------------ + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myclass.rst + + openmc.CMFDMesh + openmc.CMFD + +Geometry Plotting +----------------- + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myclass.rst + + openmc.Plot + openmc.Plots + +Running OpenMC +-------------- + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myfunction.rst + + openmc.run + openmc.calculate_volumes + openmc.plot_geometry + openmc.plot_inline + openmc.search_for_keff + +Post-processing +--------------- + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myclass.rst + + openmc.Particle + openmc.StatePoint + openmc.Summary + +Various classes may be created when performing tally slicing and/or arithmetic: + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myclass.rst + + openmc.arithmetic.CrossScore + openmc.arithmetic.CrossNuclide + openmc.arithmetic.CrossFilter + openmc.arithmetic.AggregateScore + openmc.arithmetic.AggregateNuclide + openmc.arithmetic.AggregateFilter diff --git a/docs/source/pythonapi/data.rst b/docs/source/pythonapi/data.rst new file mode 100644 index 000000000..fd2947062 --- /dev/null +++ b/docs/source/pythonapi/data.rst @@ -0,0 +1,134 @@ +-------------------------------------------- +:mod:`openmc.data` -- Nuclear Data Interface +-------------------------------------------- + +Core Classes +------------ + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myclass.rst + + openmc.data.IncidentNeutron + openmc.data.Reaction + openmc.data.Product + openmc.data.Tabulated1D + openmc.data.FissionEnergyRelease + openmc.data.ThermalScattering + openmc.data.CoherentElastic + openmc.data.FissionEnergyRelease + openmc.data.DataLibrary + openmc.data.Decay + openmc.data.FissionProductYields + openmc.data.WindowedMultipole + +Core Functions +-------------- + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myfunction.rst + + openmc.data.atomic_mass + openmc.data.linearize + openmc.data.thin + openmc.data.write_compact_458_library + +Angle-Energy Distributions +-------------------------- + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myclass.rst + + openmc.data.AngleEnergy + openmc.data.KalbachMann + openmc.data.CorrelatedAngleEnergy + openmc.data.UncorrelatedAngleEnergy + openmc.data.NBodyPhaseSpace + openmc.data.LaboratoryAngleEnergy + openmc.data.AngleDistribution + openmc.data.EnergyDistribution + openmc.data.ArbitraryTabulated + openmc.data.GeneralEvaporation + openmc.data.MaxwellEnergy + openmc.data.Evaporation + openmc.data.WattEnergy + openmc.data.MadlandNix + openmc.data.DiscretePhoton + openmc.data.LevelInelastic + openmc.data.ContinuousTabular + +Resonance Data +-------------- + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myclass.rst + + openmc.data.Resonances + openmc.data.ResonanceRange + openmc.data.SingleLevelBreitWigner + openmc.data.MultiLevelBreitWigner + openmc.data.ReichMoore + openmc.data.RMatrixLimited + openmc.data.ParticlePair + openmc.data.SpinGroup + openmc.data.Unresolved + +ACE Format +---------- + +Classes ++++++++ + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myclass.rst + + openmc.data.ace.Library + openmc.data.ace.Table + +Functions ++++++++++ + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myfunction.rst + + openmc.data.ace.ascii_to_binary + +ENDF Format +----------- + +Classes ++++++++ + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myclass.rst + + openmc.data.endf.Evaluation + +Functions ++++++++++ + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myfunction.rst + + openmc.data.endf.float_endf + openmc.data.endf.get_cont_record + openmc.data.endf.get_evaluations + openmc.data.endf.get_head_record + openmc.data.endf.get_tab1_record + openmc.data.endf.get_tab2_record + openmc.data.endf.get_text_record diff --git a/docs/source/pythonapi/index.rst b/docs/source/pythonapi/index.rst index 0d417b47e..c66401e24 100644 --- a/docs/source/pythonapi/index.rst +++ b/docs/source/pythonapi/index.rst @@ -6,516 +6,45 @@ Python API OpenMC includes a rich Python API that enables programmatic pre- and post-processing. The easiest way to begin using the API is to take a look at the -example Jupyter_ notebooks provided in the :ref:`examples` section of the -documentation. However, this assumes that you are already familiar with Python -and common third-party packages such as NumPy_. If you have never programmed in -Python before, there are many good tutorials available online. We recommend -going through the modules from Codecademy_ and/or the `Scipy lectures`_. The -full API documentation serves to provide more information on a given module or -class. - ------------------------------------- -:mod:`openmc` -- Basic Functionality ------------------------------------- - -Handling nuclear data ---------------------- - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myclass.rst - - openmc.XSdata - openmc.MGXSLibrary - - -Simulation Settings -------------------- - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myclass.rst - - openmc.Source - openmc.VolumeCalculation - openmc.Settings - -Material Specification ----------------------- - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myclass.rst - - openmc.Nuclide - openmc.Element - openmc.Macroscopic - openmc.Material - openmc.Materials - -Building geometry ------------------ - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myclass.rst - - openmc.Plane - openmc.XPlane - openmc.YPlane - openmc.ZPlane - openmc.XCylinder - openmc.YCylinder - openmc.ZCylinder - openmc.Sphere - openmc.Cone - openmc.XCone - openmc.YCone - openmc.ZCone - openmc.Quadric - openmc.Halfspace - openmc.Intersection - openmc.Union - openmc.Complement - openmc.Cell - openmc.Universe - openmc.RectLattice - openmc.HexLattice - openmc.Geometry - -Many of the above classes are derived from several abstract classes: - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myclass.rst - - openmc.Surface - openmc.Region - openmc.Lattice - -Two helper function are also available to create rectangular and hexagonal -prisms defined by the intersection of four and six surface half-spaces, -respectively. - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myfunction.rst - - openmc.get_hexagonal_prism - openmc.get_rectangular_prism - -.. _pythonapi_tallies: - -Constructing Tallies --------------------- - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myclass.rst - - openmc.UniverseFilter - openmc.MaterialFilter - openmc.CellFilter - openmc.CellbornFilter - openmc.SurfaceFilter - openmc.MeshFilter - openmc.EnergyFilter - openmc.EnergyoutFilter - openmc.MuFilter - openmc.PolarFilter - openmc.AzimuthalFilter - openmc.DistribcellFilter - openmc.DelayedGroupFilter - openmc.EnergyFunctionFilter - openmc.Mesh - openmc.Trigger - openmc.TallyDerivative - openmc.Tally - openmc.Tallies - -Coarse Mesh Finite Difference Acceleration ------------------------------------------- - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myclass.rst - - openmc.CMFDMesh - openmc.CMFD - -Plotting --------- - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myclass.rst - - openmc.Plot - openmc.Plots - -Running OpenMC --------------- - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myfunction.rst - - openmc.run - openmc.calculate_volumes - openmc.plot_geometry - openmc.plot_inline - openmc.search_for_keff - -Post-processing ---------------- - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myclass.rst - - openmc.Particle - openmc.StatePoint - openmc.Summary - -Various classes may be created when performing tally slicing and/or arithmetic: - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myclass.rst - - openmc.arithmetic.CrossScore - openmc.arithmetic.CrossNuclide - openmc.arithmetic.CrossFilter - openmc.arithmetic.AggregateScore - openmc.arithmetic.AggregateNuclide - openmc.arithmetic.AggregateFilter - -.. _pythonapi_stats: - ---------------------------------- -:mod:`openmc.stats` -- Statistics ---------------------------------- - -Univariate Probability Distributions ------------------------------------- - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myclass.rst - - openmc.stats.Univariate - openmc.stats.Discrete - openmc.stats.Uniform - openmc.stats.Maxwell - openmc.stats.Watt - openmc.stats.Tabular - openmc.stats.Legendre - openmc.stats.Mixture - -Angular Distributions ---------------------- - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myclass.rst - - openmc.stats.UnitSphere - openmc.stats.PolarAzimuthal - openmc.stats.Isotropic - openmc.stats.Monodirectional - -Spatial Distributions ---------------------- - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myclass.rst - - openmc.stats.Spatial - openmc.stats.CartesianIndependent - openmc.stats.Box - openmc.stats.Point - -.. _pythonapi_mgxs: - ----------------------------------------------------------- -:mod:`openmc.mgxs` -- Multi-Group Cross Section Generation ----------------------------------------------------------- - -Energy Groups -------------- - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myclass.rst - - openmc.mgxs.EnergyGroups - -Multi-group Cross Sections --------------------------- - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myclassinherit.rst - - openmc.mgxs.MGXS - openmc.mgxs.AbsorptionXS - openmc.mgxs.CaptureXS - openmc.mgxs.Chi - openmc.mgxs.FissionXS - openmc.mgxs.InverseVelocity - openmc.mgxs.KappaFissionXS - openmc.mgxs.MultiplicityMatrixXS - openmc.mgxs.NuFissionMatrixXS - openmc.mgxs.ScatterXS - openmc.mgxs.ScatterMatrixXS - openmc.mgxs.ScatterProbabilityMatrix - openmc.mgxs.TotalXS - openmc.mgxs.TransportXS - -Multi-delayed-group Cross Sections ----------------------------------- - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myclassinherit.rst - - openmc.mgxs.MDGXS - openmc.mgxs.ChiDelayed - openmc.mgxs.DelayedNuFissionXS - openmc.mgxs.DelayedNuFissionMatrixXS - openmc.mgxs.Beta - openmc.mgxs.DecayRate - -Multi-group Cross Section Libraries ------------------------------------ - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myclass.rst - - openmc.mgxs.Library - -------------------------------------- -:mod:`openmc.model` -- Model Building -------------------------------------- - -TRISO Fuel Modeling -------------------- - -Classes -+++++++ - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myclass.rst - - openmc.model.TRISO - -Functions -+++++++++ - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myfunction.rst - - openmc.model.create_triso_lattice - openmc.model.pack_trisos - -Model Container ---------------- - -Classes -+++++++ - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myclass.rst - - openmc.model.Model - -.. _pythonapi_data: - --------------------------------------------- -:mod:`openmc.data` -- Nuclear Data Interface --------------------------------------------- - -Core Classes ------------- - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myclass.rst - - openmc.data.IncidentNeutron - openmc.data.Reaction - openmc.data.Product - openmc.data.Tabulated1D - openmc.data.FissionEnergyRelease - openmc.data.ThermalScattering - openmc.data.CoherentElastic - openmc.data.FissionEnergyRelease - openmc.data.DataLibrary - openmc.data.Decay - openmc.data.FissionProductYields - openmc.data.WindowedMultipole - -Core Functions --------------- - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myfunction.rst - - openmc.data.atomic_mass - openmc.data.linearize - openmc.data.thin - openmc.data.write_compact_458_library - -Angle-Energy Distributions --------------------------- - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myclass.rst - - openmc.data.AngleEnergy - openmc.data.KalbachMann - openmc.data.CorrelatedAngleEnergy - openmc.data.UncorrelatedAngleEnergy - openmc.data.NBodyPhaseSpace - openmc.data.LaboratoryAngleEnergy - openmc.data.AngleDistribution - openmc.data.EnergyDistribution - openmc.data.ArbitraryTabulated - openmc.data.GeneralEvaporation - openmc.data.MaxwellEnergy - openmc.data.Evaporation - openmc.data.WattEnergy - openmc.data.MadlandNix - openmc.data.DiscretePhoton - openmc.data.LevelInelastic - openmc.data.ContinuousTabular - -Resonance Data --------------- - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myclass.rst - - openmc.data.Resonances - openmc.data.ResonanceRange - openmc.data.SingleLevelBreitWigner - openmc.data.MultiLevelBreitWigner - openmc.data.ReichMoore - openmc.data.RMatrixLimited - openmc.data.ParticlePair - openmc.data.SpinGroup - openmc.data.Unresolved - -ACE Format ----------- - -Classes -+++++++ - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myclass.rst - - openmc.data.ace.Library - openmc.data.ace.Table - -Functions -+++++++++ - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myfunction.rst - - openmc.data.ace.ascii_to_binary - -ENDF Format ------------ - -Classes -+++++++ - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myclass.rst - - openmc.data.endf.Evaluation - -Functions -+++++++++ - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myfunction.rst - - openmc.data.endf.float_endf - openmc.data.endf.get_cont_record - openmc.data.endf.get_evaluations - openmc.data.endf.get_head_record - openmc.data.endf.get_tab1_record - openmc.data.endf.get_tab2_record - openmc.data.endf.get_text_record - ---------------------------------------------------------- -:mod:`openmc.openmoc_compatible` -- OpenMOC Compatibility ---------------------------------------------------------- - -.. autosummary:: - :toctree: generated - :nosignatures: - :template: myfunction.rst - - openmc.openmoc_compatible.get_openmoc_material - openmc.openmoc_compatible.get_openmc_material - openmc.openmoc_compatible.get_openmoc_surface - openmc.openmoc_compatible.get_openmc_surface - openmc.openmoc_compatible.get_openmoc_cell - openmc.openmoc_compatible.get_openmc_cell - openmc.openmoc_compatible.get_openmoc_universe - openmc.openmoc_compatible.get_openmc_universe - openmc.openmoc_compatible.get_openmoc_lattice - openmc.openmoc_compatible.get_openmc_lattice - openmc.openmoc_compatible.get_openmoc_geometry - openmc.openmoc_compatible.get_openmc_geometry - -.. _Jupyter: https://jupyter.org/ -.. _NumPy: http://www.numpy.org/ -.. _Codecademy: https://www.codecademy.com/tracks/python -.. _Scipy lectures: https://scipy-lectures.github.io/ +:ref:`examples`. This assumes that you are already familiar with Python and +common third-party packages such as `NumPy `_. If you +have never used Python before, the prospect of learning a new code *and* a +programming language might sound daunting. However, you should keep in mind that +there are many substantial benefits to using the Python API, including: + +- The ability to define dimensions using variables. +- Availability of standard-library modules for working with files. +- An entire ecosystem of third-party packages for scientific computing. +- Ability to create materials based on natural elements or uranium enrichment +- Automated multi-group cross section generation (:mod:`openmc.mgxs`) +- Convenience functions (e.g., a function returning a hexagonal region) +- Ability to plot individual universes as geometry is being created +- A :math:`k_\text{eff}` search function (:func:`openmc.search_for_keff`) +- Random sphere packing for generating TRISO particle locations + (:func:`openmc.model.pack_trisos`) +- A fully-featured nuclear data interface (:mod:`openmc.data`) + +For those new to Python, there are many good tutorials available online. We +recommend going through the modules from `Codecademy +`_ and/or the `Scipy lectures +`_. + +The full API documentation serves to provide more information on a given module +or class. + +.. tip:: Users are strongly encouraged to use the Python API to generate input + files and analyze results. + +------- +Modules +------- + +.. toctree:: + :maxdepth: 2 + + base + stats + mgxs + model + data + openmoc diff --git a/docs/source/pythonapi/mgxs.rst b/docs/source/pythonapi/mgxs.rst new file mode 100644 index 000000000..10f46b021 --- /dev/null +++ b/docs/source/pythonapi/mgxs.rst @@ -0,0 +1,61 @@ +---------------------------------------------------------- +:mod:`openmc.mgxs` -- Multi-Group Cross Section Generation +---------------------------------------------------------- + +Energy Groups +------------- + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myclass.rst + + openmc.mgxs.EnergyGroups + +Multi-group Cross Sections +-------------------------- + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myclassinherit.rst + + openmc.mgxs.MGXS + openmc.mgxs.AbsorptionXS + openmc.mgxs.CaptureXS + openmc.mgxs.Chi + openmc.mgxs.FissionXS + openmc.mgxs.InverseVelocity + openmc.mgxs.KappaFissionXS + openmc.mgxs.MultiplicityMatrixXS + openmc.mgxs.NuFissionMatrixXS + openmc.mgxs.ScatterXS + openmc.mgxs.ScatterMatrixXS + openmc.mgxs.ScatterProbabilityMatrix + openmc.mgxs.TotalXS + openmc.mgxs.TransportXS + +Multi-delayed-group Cross Sections +---------------------------------- + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myclassinherit.rst + + openmc.mgxs.MDGXS + openmc.mgxs.ChiDelayed + openmc.mgxs.DelayedNuFissionXS + openmc.mgxs.DelayedNuFissionMatrixXS + openmc.mgxs.Beta + openmc.mgxs.DecayRate + +Multi-group Cross Section Libraries +----------------------------------- + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myclass.rst + + openmc.mgxs.Library diff --git a/docs/source/pythonapi/model.rst b/docs/source/pythonapi/model.rst new file mode 100644 index 000000000..6e589b7eb --- /dev/null +++ b/docs/source/pythonapi/model.rst @@ -0,0 +1,40 @@ +------------------------------------- +:mod:`openmc.model` -- Model Building +------------------------------------- + +TRISO Fuel Modeling +------------------- + +Classes ++++++++ + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myclass.rst + + openmc.model.TRISO + +Functions ++++++++++ + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myfunction.rst + + openmc.model.create_triso_lattice + openmc.model.pack_trisos + +Model Container +--------------- + +Classes ++++++++ + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myclass.rst + + openmc.model.Model diff --git a/docs/source/pythonapi/openmoc.rst b/docs/source/pythonapi/openmoc.rst new file mode 100644 index 000000000..990363268 --- /dev/null +++ b/docs/source/pythonapi/openmoc.rst @@ -0,0 +1,24 @@ +--------------------------------------------------------- +:mod:`openmc.openmoc_compatible` -- OpenMOC Compatibility +--------------------------------------------------------- + +Core Classes +------------ + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myfunction.rst + + openmc.openmoc_compatible.get_openmoc_material + openmc.openmoc_compatible.get_openmc_material + openmc.openmoc_compatible.get_openmoc_surface + openmc.openmoc_compatible.get_openmc_surface + openmc.openmoc_compatible.get_openmoc_cell + openmc.openmoc_compatible.get_openmc_cell + openmc.openmoc_compatible.get_openmoc_universe + openmc.openmoc_compatible.get_openmc_universe + openmc.openmoc_compatible.get_openmoc_lattice + openmc.openmoc_compatible.get_openmc_lattice + openmc.openmoc_compatible.get_openmoc_geometry + openmc.openmoc_compatible.get_openmc_geometry diff --git a/docs/source/pythonapi/stats.rst b/docs/source/pythonapi/stats.rst new file mode 100644 index 000000000..f5551a681 --- /dev/null +++ b/docs/source/pythonapi/stats.rst @@ -0,0 +1,48 @@ +.. _pythonapi_stats: + +--------------------------------- +:mod:`openmc.stats` -- Statistics +--------------------------------- + +Univariate Probability Distributions +------------------------------------ + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myclass.rst + + openmc.stats.Univariate + openmc.stats.Discrete + openmc.stats.Uniform + openmc.stats.Maxwell + openmc.stats.Watt + openmc.stats.Tabular + openmc.stats.Legendre + openmc.stats.Mixture + +Angular Distributions +--------------------- + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myclass.rst + + openmc.stats.UnitSphere + openmc.stats.PolarAzimuthal + openmc.stats.Isotropic + openmc.stats.Monodirectional + +Spatial Distributions +--------------------- + +.. autosummary:: + :toctree: generated + :nosignatures: + :template: myclass.rst + + openmc.stats.Spatial + openmc.stats.CartesianIndependent + openmc.stats.Box + openmc.stats.Point diff --git a/docs/source/quickinstall.rst b/docs/source/quickinstall.rst index 8e970d958..bcc5b30d2 100644 --- a/docs/source/quickinstall.rst +++ b/docs/source/quickinstall.rst @@ -106,6 +106,10 @@ should specify an installation directory where you have write access, e.g. cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local .. +If you want to build a parallel version of OpenMC (using OpenMP or MPI), +directions can be found in the `detailed installation instructions +`_. + .. _GitHub: https://github.com/mit-crpg/openmc .. _git: http://git-scm.com .. _gfortran: http://gcc.gnu.org/wiki/GFortran diff --git a/docs/source/usersguide/basics.rst b/docs/source/usersguide/basics.rst index 1923f32c7..74e65f771 100644 --- a/docs/source/usersguide/basics.rst +++ b/docs/source/usersguide/basics.rst @@ -52,9 +52,10 @@ eXtensible Markup Language (XML) Unlike many other Monte Carlo codes which use an arbitrary-format ASCII file with "cards" to specify a particular geometry, materials, and associated run -settings, the input files for OpenMC are structured in a set of XML_ files. XML, -which stands for eXtensible Markup Language, is a simple format that allows data -to be exchanged efficiently between different programs and interfaces. +settings, the input files for OpenMC are structured in a set of `XML +`_ files. XML, which stands for eXtensible Markup +Language, is a simple format that allows data to be exchanged efficiently +between different programs and interfaces. Anyone who has ever seen webpages written in HTML will be familiar with the structure of XML whereby "tags" enclosed in angle brackets denote that a @@ -76,21 +77,21 @@ indicate characteristics about the person being described. In much the same way, OpenMC input uses XML tags to describe the geometry, the materials, and settings for a Monte Carlo simulation. Note that because the XML files have a well-defined structure, they can be validated using the -:ref:`scripts_validate` script. - -.. _XML: http://www.w3.org/XML/ +:ref:`scripts_validate` script or using :ref:`Emacs nXML mode +`. Creating Input Files -------------------- .. currentmodule:: openmc -The simplest option to create input files is to simply write them from scratch -using the :ref:`XML format specifications `. This -approach will feel familiar to users of other Monte Carlo codes such as MCNP and -Serpent, with the added bonus that the XML formats feel much more -"readable". Alternatively, input files can be generated using OpenMC's -:ref:`Python API `, which is introduced in the following section. +The most rudimentary option for creating input files is to simply write them +from scratch using the :ref:`XML format specifications +`. This approach will feel familiar to users of other +Monte Carlo codes such as MCNP and Serpent, with the added bonus that the XML +formats feel much more "readable". Alternatively, input files can be generated +using OpenMC's :ref:`Python API `, which is introduced in the +following section. ---------- Python API @@ -114,9 +115,9 @@ that generate a full model will look something like the following: materials.export_to_xml() # Create geometry - geom = openmc.Geometry() + geometry = openmc.Geometry() ... - geom.export_to_xml() + geometry.export_to_xml() # Assign simulation settings settings = openmc.Settings() @@ -127,26 +128,6 @@ One a model has been created and exported to XML, a simulation can be run either by calling :ref:`scripts_openmc` directly from a shell or by using the :func:`openmc.run()` function from Python. -If you have never used Python before, the prospect of learning a new code *and* -a programming language might sound daunting. However, you should keep mind in -mind that there are many substantial benefits to using the Python API, -including: - -- The ability to define dimensions using variables. -- Availability of standard-library modules for working with files. -- An entire ecosystem of third-party packages for scientific computing. -- Ability to create materials based on natural elements or uranium enrichment -- :ref:`Automated multi-group cross section generation ` -- Convenience functions (e.g., a function returning a hexagonal region) -- Ability to plot individual universes as geometry is being created -- A :math:`k_\text{eff}` search function (:func:`openmc.search_for_keff`) -- Random sphere packing for generating TRISO particle locations - (:func:`openmc.model.pack_trisos`) -- A fully-featured :ref:`nuclear data interface `. - -.. tip:: Users are strongly encouraged to use the Python API to generate input - files and analyze results. - Identifying Objects ------------------- diff --git a/docs/source/usersguide/cross_sections.rst b/docs/source/usersguide/cross_sections.rst new file mode 100644 index 000000000..25bb1e5d8 --- /dev/null +++ b/docs/source/usersguide/cross_sections.rst @@ -0,0 +1,234 @@ +.. _usersguide_cross_sections: + +=========================== +Cross Section Configuration +=========================== + +In order to run a simulation with OpenMC, you will need cross section data for +each nuclide or material in your problem. OpenMC can be run in continuous-energy +or multi-group mode. + +In continuous-energy mode, OpenMC uses a native `HDF5 +`_ format (see :ref:`io_nuclear_data`) to +store all nuclear data. If you have ACE format data that was produced with +NJOY_, such as that distributed with MCNP_ or Serpent_, it can be converted to +the HDF5 format using the :ref:`scripts_ace` script (or :ref:`using the Python +API `). Several sources provide openly available ACE data as +described below and can be easily converted using the provided scripts. The +TALYS-based evaluated nuclear data library, TENDL_, is also available in ACE +format. In addition to tabulated cross sections in the HDF5 files, OpenMC relies +on :ref:`windowed multipole ` data to perform on-the-fly +Doppler broadening. + +In multi-group mode, OpenMC utilizes an HDF5-based library format which can be +used to describe nuclide- or material-specific quantities. + +--------------------- +Environment Variables +--------------------- + +When :ref:`scripts_openmc` is run, it will look for several environment +variables that indicate where cross sections can be found. While the location of +cross sections can also be indicated through the :class:`openmc.Materials` class +(or in the :ref:`materials.xml ` file), if you always use the same +set of cross section data, it is often easier to just set an environment +variable that will be picked up by default every time OpenMC is run. The +following environment variables are used: + +:envvar:`OPENMC_CROSS_SECTIONS` + Indicates the path to the :ref:`cross_sections.xml ` + summary file that is used to locate HDF5 format cross section libraries if the + user has not specified :attr:`Materials.cross_sections` (equivalently, the + :ref:`cross_sections` in :ref:`materials.xml `). + +:envvar:`OPENMC_MULTIPOLE_LIBRARY` + Indicates the path to a directory containing windowed multipole data if the + user has not specified :attr:`Materials.multipole_library` (equivalently, the + :ref:`multipole_library` in :ref:`materials.xml `) + +:envvar:`OPENMC_MG_CROSS_SECTIONS` + Indicates the path to the an :ref:`HDF5 file ` that contains + multi-group cross sections if the user has not specified + :attr:`Materials.cross_sections` (equivalently, the :ref:`cross_sections` in + :ref:`materials.xml `). + +To set these environment variables persistently, export them from your shell +profile (``.profile`` or ``.bashrc`` in bash_). + +.. _bash: http://www.linuxfromscratch.org/blfs/view/6.3/postlfs/profile.html + +-------------------------------- +Continuous-Energy Cross Sections +-------------------------------- + +Using ENDF/B-VII.1 Cross Sections from NNDC +------------------------------------------- + +The NNDC_ provides ACE data from the ENDF/B-VII.1 neutron and thermal scattering +sublibraries at room temperature processed using NJOY_. To use this data with +OpenMC, the :ref:`scripts_nndc` script can be used to automatically download and +extract the ACE data, fix any deficiencies, and create an HDF5 library: + +.. code-block:: sh + + openmc-get-nndc-data + +At this point, you should set the :envvar:`OPENMC_CROSS_SECTIONS` environment +variable to the absolute path of the file ``nndc_hdf5/cross_sections.xml``. This +cross section set is used by the test suite. + +Using JEFF Cross Sections from OECD/NEA +--------------------------------------- + +The NEA_ provides processed ACE data from the JEFF_ library. To use this data +with OpenMC, the :ref:`scripts_jeff` script can be used to automatically +download and extract the ACE data, fix any deficiencies, and create an HDF5 +library. + +.. code-block:: sh + + openmc-get-jeff-data + +At this point, you should set the :envvar:`OPENMC_CROSS_SECTIONS` environment +variable to the absolute path of the file ``jeff-3.2-hdf5/cross_sections.xml``. + +Using Cross Sections from MCNP +------------------------------ + +OpenMC provides two scripts (:ref:`scripts_mcnp70` and :ref:`scripts_mcnp71`) +that will automatically convert ENDF/B-VII.0 and ENDF/B-VII.1 ACE data that is +provided with MCNP5 or MCNP6. To convert the ENDF/B-VII.0 ACE files +(``endf70[a-k]`` and ``endf70sab``) into the native HDF5 format, run the +following: + +.. code-block:: sh + + openmc-convert-mcnp70-data /path/to/mcnpdata/ + +where ``/path/to/mcnpdata`` is the directory containing the ``endf70[a-k]`` +files. + +To convert the ENDF/B-VII.1 ACE files (the endf71x and ENDF71SaB libraries), use +the following script: + +.. code-block:: sh + + openmc-convert-mcnp71-data /path/to/mcnpdata + +where ``/path/to/mcnpdata`` is the directory containing the ``endf71x`` and +``ENDF71SaB`` directories. + +.. _other_cross_sections: + +Using Other Cross Sections +-------------------------- + +If you have a library of ACE format cross sections other than those listed above +that you need to convert to OpenMC's HDF5 format, the :ref:`scripts_ace` script +can be used. There are four different ways you can specify ACE libraries that +are to be converted: + +1. List each ACE library as a positional argument. This is very useful in + conjunction with the usual shell utilities (ls, find, etc.). +2. Use the ``--xml`` option to specify a pre-v0.9 cross_sections.xml file. +3. Use the ``--xsdir`` option to specify a MCNP xsdir file. +4. Use the ``--xsdata`` option to specify a Serpent xsdata file. + +The script does not use any extra information from cross_sections.xml/ xsdir/ +xsdata files to determine whether the nuclide is metastable. Instead, the +``--metastable`` argument can be used to specify whether the ZAID naming +convention follows the NNDC data convention (1000*Z + A + 300 + 100*m), or the +MCNP data convention (essentially the same as NNDC, except that the first +metastable state of Am242 is 95242 and the ground state is 95642). + +.. _create_xs_library: + +Manually Creating a Library +--------------------------- + +.. currentmodule:: openmc.data + +The scripts described above use the :mod:`openmc.data` module in the Python API +to convert ACE data and create a :ref:`cross_sections.xml ` +file. For those who prefer to use the API directly, the +:class:`openmc.data.IncidentNeutron` and :class:`openmc.data.ThermalScattering` +classes can be used to read ACE data and convert it to HDF5. For +continuous-energy incident neutron data, use the +:meth:`IncidentNeutron.from_ace` class method to read in an existing ACE file +and the :meth:`IncidentNeutron.export_to_hdf5` method to write the data to an +HDF5 file. + +:: + + u235 = openmc.data.IncidentNeutron.from_ace('92235.710nc') + u235.export_to_hdf5('U235.h5') + +If you have multiple ACE files for the same nuclide at different temperatures, +you can use the :meth:`IncidentNeutron.add_temperature_from_ace` method to +append cross sections to an existing :class:`IncidentNeutron` instance:: + + u235 = openmc.data.IncidentNeutron.from_ace('92235.710nc') + for suffix in [711, 712, 713, 714, 715, 716]: + u235.add_temperature_from_ace('92235.{}nc'.format(suffix)) + u235.export_to_hdf5('U235.h5') + +Similar methods exist for thermal scattering data: + +:: + + light_water = openmc.data.ThermalScattering.from_ace('lwtr.20t') + for suffix in range(21, 28): + light_water.add_temperature_from_ace('lwtr.{}t'.format(suffix)) + light_water.export_to_hdf5('lwtr.h5') + +Once you have created corresponding HDF5 files for each of your ACE files, you +can create a library and export it to XML using the +:class:`openmc.data.DataLibrary` class:: + + library = openmc.data.DataLibrary() + library.register_file('U235.h5') + library.register_file('lwtr.h5') + ... + library.export_to_xml() + +At this point, you will have a ``cross_sections.xml`` file that you can use in +OpenMC. + +.. hint:: The :class:`IncidentNeutron` class allows you to view/modify cross + sections, secondary angle/energy distributions, probability tables, + etc. For a more thorough overview of the capabilities of this class, + see the :ref:`notebook_nuclear_data` example notebook. + +----------------------- +Windowed Multipole Data +----------------------- + +OpenMC is capable of using windowed multipole data for on-the-fly Doppler +broadening. While such data is not yet available for all nuclides, an +experimental multipole library is available that contains data for 70 +nuclides. To obtain this library, you can run :ref:`scripts_multipole` which +will download and extract it into a ``wmp`` directory. Once the library has been +downloaded, set the :envvar:`OPENMC_MULTIPOLE_LIBRARY` environment variable (or +the :attr:`Materials.multipole_library` attribute) to the ``wmp`` directory. + +-------------------------- +Multi-Group Cross Sections +-------------------------- + +Multi-group cross section libraries are generally tailored to the specific +calculation to be performed. Therefore, at this point in time, OpenMC is not +distributed with any pre-existing multi-group cross section libraries. +However, if obtained or generated their own library, the user +should set the :envvar:`OPENMC_MG_CROSS_SECTIONS` environment variable +to the absolute path of the file library expected to used most frequently. + +For an example of how to create a multi-group library, see +:ref:`notebook_mg_mode_part_i`. + +.. _NJOY: https://njoy.github.io/NJOY2016/ +.. _NNDC: http://www.nndc.bnl.gov/endf/b7.1/acefiles.html +.. _NEA: http://www.oecd-nea.org +.. _JEFF: https://www.oecd-nea.org/dbforms/data/eva/evatapes/jeff_32/ +.. _MCNP: http://mcnp.lanl.gov +.. _Serpent: http://montecarlo.vtt.fi +.. _TENDL: https://tendl.web.psi.ch/tendl_2015/tendl2015.html diff --git a/docs/source/usersguide/geometry.rst b/docs/source/usersguide/geometry.rst index 300aad93e..8ddcead44 100644 --- a/docs/source/usersguide/geometry.rst +++ b/docs/source/usersguide/geometry.rst @@ -90,7 +90,7 @@ as optional keyword arguments to the class constructor or via attributes:: sphere = openmc.Sphere(R=10.0) - # ..or.. + # This is equivalent sphere = openmc.Sphere() sphere.r = 10.0 @@ -118,6 +118,18 @@ For many regions, a bounding-box can be determined automatically:: >>> northern_hemisphere.bounding_box (array([-1., -1., 0.]), array([1., 1., 1.])) +While a bounding box can be determined for regions involving half-spaces of +spheres, cylinders, and axis-aligned planes, it generally cannot be determined +if the region involves cones, non-axis-aligned planes, or other exotic +second-order surfaces. For example, the :func:`openmc.get_hexagonal_prism` +function returns the interior region of a hexagonal prism; because it is bounded +by a :class:`openmc.Plane`, trying to get its bounding box won't work:: + + >>> hex = openmc.get_hexagonal_prism() + >>> hex.bounding_box + (array([-0.8660254, -inf, -inf]), + array([ 0.8660254, inf, inf])) + Boundary Conditions ------------------- @@ -130,7 +142,7 @@ surface. To specify a vacuum boundary condition, simply change the outer_surface = openmc.Sphere(R=100.0, boundary_type='vacuum') - # ..or.. + # This is equivalent outer_surface = openmc.Sphere(R=100.0) outer_surface.boundary_type = 'vacuum' @@ -151,7 +163,7 @@ the :class:`openmc.Cell` class:: fuel = openmc.Cell(fill=uo2, region=pellet) - # ..or.. + # This is equivalent fuel = openmc.Cell() fuel.fill = uo2 fuel.region = pellet @@ -179,7 +191,7 @@ methods. Alternatively, a list of cells can be specified in the constructor:: universe = openmc.Universe(cells=[cell1, cell2, cell3]) - # ..or.. + # This is equivalent universe = openmc.Universe() universe.add_cells([cell1, cell2]) universe.add_cell(cell3) @@ -193,9 +205,25 @@ Universes are generally used in three ways: 3. To be used in a regular arrangement of universes in a :ref:`lattice `. -Note that as you are building a geometry, it is possible to display a plot of -single universe using the :meth:`Universe.plot` method. This method requires -that you have `matplotlib `_ installed. +Once a universe is constructed, it can actually be used to determine what cell +or material is found at a given location by using the :meth:`Universe.find` +method, which returns a list of universes, cells, and lattices which are +traversed to find a given point. The last element of that list would contain the +lowest-level cell at that location:: + + >>> universe.find((0., 0., 0.))[-1] + Cell + ID = 10000 + Name = cell 1 + Fill = Material 10000 + Region = -10000 + Rotation = None + Temperature = None + Translation = None + +As you are building a geometry, it is also possible to display a plot of single +universe using the :meth:`Universe.plot` method. This method requires that you +have `matplotlib `_ installed. .. _usersguide_lattices: @@ -212,7 +240,7 @@ through the :class:`openmc.RectLattice` and :class:`openmc.HexLattice` classes. Rectangular Lattices -------------------- -A rectangular lattice defines a two-dimension or three-dimensional array of +A rectangular lattice defines a two-dimensional or three-dimensional array of universes that are filled into rectangular prisms (lattice elements) each of which has the same width, length, and height. To completely define a rectangular lattice, one needs to specify @@ -239,9 +267,10 @@ lattice element is 5cm by 5cm and is filled by a universe ``u``, one could run:: Note that because this is a two-dimensional lattice, the lower-left coordinates and pitch only need to specify the :math:`x,y` values. The order that the universes appear is such that the first row corresponds to lattice elements with -the highest y-value. Note that the :attr:`RectLattice.universes` attribute -expects a doubly-nested iterable of type :class:`openmc.Universe` --- this can -be normal Python lists, as shown above, or a NumPy array can be used as well:: +the highest :math:`y` -value. Note that the :attr:`RectLattice.universes` +attribute expects a doubly-nested iterable of type :class:`openmc.Universe` --- +this can be normal Python lists, as shown above, or a NumPy array can be used as +well:: lattice.universes = np.tile(u, (3, 3)) @@ -280,7 +309,7 @@ set with the :attr:`RectLattice.outer` attribute. Hexagonal Lattices ------------------ -OpenMC also allows creationg of 2D and 3D hexagonal lattices. Creating a +OpenMC also allows creation of 2D and 3D hexagonal lattices. Creating a hexagonal lattice is similar to creating a rectangular lattice with a few differences: @@ -288,6 +317,8 @@ differences: - For a 2D hexagonal lattice, a single value for the pitch should be specified, although it still needs to appear in a list. For a 3D hexagonal lattice, the pitch in the radial and axial directions should be given. +- For a hexagonal lattice, the :attr:`HexLattice.universes` attribute cannot be + given as a NumPy array for reasons explained below. - As with rectangular lattices, the :attr:`HexLattice.outer` attribute will specify an outer universe. @@ -312,10 +343,11 @@ to help figure out how to place universes:: Note that by default, hexagonal lattices are positioned such that each lattice -element has two faces that are parallel to the y-axis. As one example, to create -a three-ring lattice centered at the origin with a pitch of 10 cm where all the -lattice elements centered along the y-axis are filled with universe ``u`` and -the remainder and filled with universe ``q``, the following code would work:: +element has two faces that are parallel to the :math:`y` axis. As one example, +to create a three-ring lattice centered at the origin with a pitch of 10 cm +where all the lattice elements centered along the :math:`y` axis are filled with +universe ``u`` and the remainder are filled with universe ``q``, the following +code would work:: hexlat = openmc.HexLattice() hexlat.center = (0, 0) @@ -344,7 +376,7 @@ if needed, lattices, the last step is to create an instance of geom = openmc.Geometry(root_univ) geom.export_to_xml() - # ..or.. + # This is equivalent geom = openmc.Geometry() geom.root_universe = root_univ geom.export_to_xml() diff --git a/docs/source/usersguide/index.rst b/docs/source/usersguide/index.rst index 0c9165847..d22acba50 100644 --- a/docs/source/usersguide/index.rst +++ b/docs/source/usersguide/index.rst @@ -13,6 +13,7 @@ essential aspects of using OpenMC to perform simulations. beginners install + cross_sections basics materials geometry diff --git a/docs/source/usersguide/install.rst b/docs/source/usersguide/install.rst index 3fb65f4e3..9d16b5181 100644 --- a/docs/source/usersguide/install.rst +++ b/docs/source/usersguide/install.rst @@ -4,6 +4,8 @@ Installation and Configuration ============================== +.. currentmodule:: openmc + ---------------------------------------- Installing on Linux/Mac with conda-forge ---------------------------------------- @@ -188,6 +190,8 @@ switch to the source of the latest stable release, run the following commands:: .. _git: http://git-scm.com .. _ssh: http://en.wikipedia.org/wiki/Secure_Shell +.. _usersguide_build: + Build Configuration ------------------- @@ -418,8 +422,8 @@ distributions. :meth:`Universe.plot` method and the :func:`openmc.plot_xs` function. `uncertainties `_ - Uncertainties are optionally used for decay data in the :ref:`openmc.data - `. + Uncertainties are optionally used for decay data in the :mod:`openmc.data` + module. `Cython `_ Cython is used for resonance reconstruction for ENDF data converted to @@ -436,121 +440,7 @@ distributions. `lxml `_ lxml is used for the :ref:`scripts_validate` script. ---------------------------- -Cross Section Configuration ---------------------------- - -In order to run a simulation with OpenMC, you will need cross section data for -each nuclide or material in your problem. OpenMC can be run in continuous-energy -or multi-group mode. - -In continuous-energy mode, OpenMC uses a native HDF5 format to store all nuclear -data. If you have ACE format data that was produced with NJOY_, such as that -distributed with MCNP_ or Serpent_, it can be converted to the HDF5 format using -the :ref:`scripts_ace` script. Several sources provide openly available ACE -data as described below. The TALYS-based evaluated nuclear data library, TENDL_, -is also available in ACE format. - -In multi-group mode, OpenMC utilizes an XML-based library format which can be -used to describe nuclide- or material-specific quantities. - -Using ENDF/B-VII.1 Cross Sections from NNDC -------------------------------------------- - -The NNDC_ provides ACE data from the ENDF/B-VII.1 neutron and thermal scattering -sublibraries at room temperature processed using NJOY_. To use this data with -OpenMC, the :ref:`scripts_nndc` script can be used to automatically download and -extract the ACE data, fix any deficiencies, and create an HDF5 library: - -.. code-block:: sh - - openmc-get-nndc-data - -At this point, you should set the :envvar:`OPENMC_CROSS_SECTIONS` environment -variable to the absolute path of the file ``nndc_hdf5/cross_sections.xml``. This -cross section set is used by the test suite. - -Using JEFF Cross Sections from OECD/NEA ---------------------------------------- - -The NEA_ provides processed ACE data from the JEFF_ library. To use this data -with OpenMC, the :ref:`scripts_jeff` script can be used to automatically -download and extract the ACE data, fix any deficiencies, and create an HDF5 -library. - -.. code-block:: sh - - openmc-get-jeff-data - -At this point, you should set the :envvar:`OPENMC_CROSS_SECTIONS` environment -variable to the absolute path of the file ``jeff-3.2-hdf5/cross_sections.xml``. - -Using Cross Sections from MCNP ------------------------------- - -OpenMC provides two scripts (:ref:`scripts_mcnp70` and :ref:`scripts_mcnp71`) -that will automatically convert ENDF/B-VII.0 and ENDF/B-VII.1 ACE data that is -provided with MCNP5 or MCNP6. To convert the ENDF/B-VII.0 ACE files -(``endf70[a-k]`` and ``endf70sab``) into the native HDF5 format, run the -following: - -.. code-block:: sh - - openmc-convert-mcnp70-data /path/to/mcnpdata/ - -where ``/path/to/mcnpdata`` is the directory containing the ``endf70[a-k]`` -files. - -To convert the ENDF/B-VII.1 ACE files (the endf71x and ENDF71SaB libraries), use -the following script: - -.. code-block:: sh - - openmc-convert-mcnp71-data /path/to/mcnpdata - -where ``/path/to/mcnpdata`` is the directory containing the ``endf71x`` and -``ENDF71SaB`` directories. - -.. _other_cross_sections: - -Using Other Cross Sections --------------------------- - -If you have a library of ACE format cross sections other than those listed above -that you need to convert to OpenMC's HDF5 format, the :ref:`scripts_ace` script -can be used. There are four different ways you can specify ACE libraries that -are to be converted: - -1. List each ACE library as a positional argument. This is very useful in - conjunction with the usual shell utilities (ls, find, etc.). -2. Use the ``--xml`` option to specify a pre-v0.9 cross_sections.xml file. -3. Use the ``--xsdir`` option to specify a MCNP xsdir file. -4. Use the ``--xsdata`` option to specify a Serpent xsdata file. - -The script does not use any extra information from cross_sections.xml/ xsdir/ -xsdata files to determine whether the nuclide is metastable. Instead, the -``--metastable`` argument can be used to specify whether the ZAID naming -convention follows the NNDC data convention (1000*Z + A + 300 + 100*m), or the -MCNP data convention (essentially the same as NNDC, except that the first -metastable state of Am242 is 95242 and the ground state is 95642). - -Using Multi-Group Cross Sections --------------------------------- - -Multi-group cross section libraries are generally tailored to the specific -calculation to be performed. Therefore, at this point in time, OpenMC is not -distributed with any pre-existing multi-group cross section libraries. -However, if the user has obtained or generated their own library, the user -should set the :envvar:`OPENMC_MG_CROSS_SECTIONS` environment variable -to the absolute path of the file library expected to used most frequently. - -.. _NJOY: http://t2.lanl.gov/nis/codes/NJOY12/ -.. _NNDC: http://www.nndc.bnl.gov/endf/b7.1/acefiles.html -.. _NEA: http://www.oecd-nea.org -.. _JEFF: https://www.oecd-nea.org/dbforms/data/eva/evatapes/jeff_32/ -.. _MCNP: http://mcnp.lanl.gov -.. _Serpent: http://montecarlo.vtt.fi -.. _TENDL: https://tendl.web.psi.ch/tendl_2015/tendl2015.html +.. _usersguide_nxml: ----------------------------------------------------- Configuring Input Validation with GNU Emacs nXML mode @@ -575,4 +465,5 @@ schemas.xml file in your own OpenMC source directory. .. _GNU Emacs: http://www.gnu.org/software/emacs/ .. _validation: http://en.wikipedia.org/wiki/XML_validation .. _RELAX NG: http://relaxng.org/ +.. _NNDC: http://www.nndc.bnl.gov/endf/b7.1/acefiles.html .. _ctest: http://www.cmake.org/cmake/help/v2.8.12/ctest.html diff --git a/docs/source/usersguide/materials.rst b/docs/source/usersguide/materials.rst index 3123cf93e..b1e0c151f 100644 --- a/docs/source/usersguide/materials.rst +++ b/docs/source/usersguide/materials.rst @@ -21,8 +21,8 @@ The third argument to :meth:`Material.add_nuclide` can also be 'wo' for weight percent. The densities specified for each nuclide/element are relative and are renormalized based on the total density of the material. The total density is set using the :meth:`Material.set_density` method. The density can be specified -in gram per cubic centimeter, atom per barn-cm, or kilogram per cubic meter, -e.g., +in gram per cubic centimeter ('g/cm3'), atom per barn-cm ('atom/b-cm'), or +kilogram per cubic meter ('kg/m3'), e.g., :: @@ -96,7 +96,6 @@ compounds: .. _GND: https://www.oecd-nea.org/science/wpec/sg38/Meetings/2016_May/tlh4gnd-main.pdf - ----------- Temperature ----------- @@ -111,7 +110,8 @@ any cell or material temperature specification, a global default temperature can be set that is applied to all cells and materials. Anytime a material temperature is specified, it will override the global default temperature. Similarly, anytime a cell temperatures is specified, it will -override the material or global default temperatures. +override the material or global default temperature. All temperatures should be +given in units of Kelvin. To assign a default material temperature, one should use the ``temperature`` attribute, e.g., @@ -134,11 +134,11 @@ Material Collections The :ref:`scripts_openmc` executable expects to find a ``materials.xml`` file when it is run. To create this file, one needs to instantiate the :class:`openmc.Materials` class and add materials to it. The :class:`Materials` -class acts like a list (in fact, it is a subclass of Python's built-in ``list`` -class), so materials can be added by passing a list to the constructor, using -methods like ``append()``, or through the operator ``+=``. Once materials have -been added to the collection, it can be exported using the -:meth:`Materials.export_to_xml` method. +class acts like a list (in fact, it is a subclass of Python's built-in +:class:`list` class), so materials can be added by passing a list to the +constructor, using methods like ``append()``, or through the operator +``+=``. Once materials have been added to the collection, it can be exported +using the :meth:`Materials.export_to_xml` method. :: @@ -158,8 +158,8 @@ OpenMC uses a file called :ref:`cross_sections.xml ` to indicate where cross section data can be found on the filesystem. This file serves the same role that ``xsdir`` does for MCNP_ or ``xsdata`` does for Serpent. Information on how to generate a cross section listing file can be -found in FIXME. Once you have a cross sections file that has been generated, you -can tell OpenMC to use this file either by setting +found in :ref:`create_xs_library`. Once you have a cross sections file that has +been generated, you can tell OpenMC to use this file either by setting :attr:`Materials.cross_sections` or by setting the :envvar:`OPENMC_CROSS_SECTIONS` environment variable to the path of the ``cross_sections.xml`` file. The former approach would look like:: diff --git a/docs/source/usersguide/parallel.rst b/docs/source/usersguide/parallel.rst index 68a6ef04e..b044c6cba 100644 --- a/docs/source/usersguide/parallel.rst +++ b/docs/source/usersguide/parallel.rst @@ -23,12 +23,12 @@ When using OpenMP, multiple threads will be launched and each is capable of simulating a particle independently of all other threads. The primary benefit of using OpenMP within a node is that it requires very little extra memory per thread. To use OpenMP, you need to pass the ``-Dopenmp=on`` flag when running -``CMake``:: +``CMake``: .. code-block:: sh - cmake -Dopenmp=on /path/to/openmc/root - make + cmake -Dopenmp=on /path/to/openmc/root + make The only requirement is that the Fortran compiler you use must support the OpenMP 3.1 or higher standard. Most recent compilers do support the use of @@ -65,7 +65,7 @@ OpenMC following :ref:`usersguide_compile_mpi`. To run a simulation using MPI, :ref:`scripts_openmc` needs to be called using the `mpiexec `_ -wrapper. For example, to run OpenMC using 32 processes:: +wrapper. For example, to run OpenMC using 32 processes: .. code-block:: sh diff --git a/docs/source/usersguide/plots.rst b/docs/source/usersguide/plots.rst index 52f352d0e..630ee1adf 100644 --- a/docs/source/usersguide/plots.rst +++ b/docs/source/usersguide/plots.rst @@ -8,12 +8,11 @@ Geometry Visualization OpenMC is capable of producing two-dimensional slice plots of a geometry as well as three-dimensional voxel plots using the geometry plotting :ref:`run mode -` is a geometry plotting mode. The geometry plotting mode -relies on the presence of a :ref:`plots.xml ` file that indicates what -plots should be created. To create this file, one needs to create one or more -:class:`openmc.Plot` instances, add them to a :class:`openmc.Plots` collection, -and then use the :class:`Plots.export_to_xml` method to write the ``plots.xml`` -file. +`. The geometry plotting mode relies on the presence of a +:ref:`plots.xml ` file that indicates what plots should be created. To +create this file, one needs to create one or more :class:`openmc.Plot` +instances, add them to a :class:`openmc.Plots` collection, and then use the +:class:`Plots.export_to_xml` method to write the ``plots.xml`` file. ----------- Slice Plots @@ -27,11 +26,11 @@ that a 2D slice plot should be made. You can specify the origin of the plot (:attr:`Plot.origin`), the width of the plot in each direction (:attr:`Plot.width`), the number of pixels to use in each direction (:attr:`Plot.pixels`), and the basis directions for the plot. For example, to -create a x-z plot centered at (5.0, 2.0, 3.0) with a width of (50., 50.) and -400x400 pixels:: +create a :math:`x` - :math:`z` plot centered at (5.0, 2.0, 3.0) with a width of +(50., 50.) and 400x400 pixels:: plot = openmc.Plot() - plot.basis = 'yz' + plot.basis = 'xz' plot.origin = (5.0, 2.0, 3.0) plot.width = (50., 50.) plot.pixels = (400, 400) @@ -44,7 +43,7 @@ that location. .. note:: In this example, pixels are 50/400=0.125 cm wide. Thus, this plot may miss any features smaller than 0.125 cm, since they could exist between pixel centers. More pixels can be used to resolve finer - features, but could result in larger files. + features but will result in larger files. By default, a unique color will be assigned to each cell in the geometry. If you want your plot to be colored by material instead, change the @@ -60,7 +59,7 @@ particular cells/materials should be given colors of your choosing:: clad: 'black' } - # ..or.. + # This is equivalent plot.colors = { water: (0, 0, 255), clad: (0, 0, 0) @@ -75,7 +74,7 @@ assign them to a :class:`openmc.Plots` collection and export it to XML:: plots = openmc.Plots([plot1, plot2, plot3]) plots.export_to_xml() - # ..or.. + # This is equivalent plots = openmc.Plots() plots.append(plot1) plots += [plot2, plot3] @@ -98,7 +97,7 @@ derivatives: ``sudo apt install imagemagick``). Images are then converted like: convert myplot.ppm myplot.png -Alternatively, if you're working with in a `Jupyter `_ +Alternatively, if you're working within a `Jupyter `_ Notebook or QtConsole, you can use the :func:`openmc.plot_inline` to run OpenMC in plotting mode and display the resulting plot within the notebook. diff --git a/docs/source/usersguide/scripts.rst b/docs/source/usersguide/scripts.rst index 73a07efbb..90ca6886d 100644 --- a/docs/source/usersguide/scripts.rst +++ b/docs/source/usersguide/scripts.rst @@ -28,9 +28,8 @@ Alternatively, you could run from any directory: openmc /home/username/somemodel Note that in the latter case, any output files will be placed in the present -working directory which may be different from ``/home/username/somemodel``. If -you're using the Python API, :func:`openmc.run` is equivalent to running -``openmc`` from the command line. ``openmc`` accepts the following command line +working directory which may be different from +``/home/username/somemodel``. ``openmc`` accepts the following command line flags: -c, --volume Run in stochastic volume calculation mode @@ -45,6 +44,9 @@ flags: -v, --version Show version information -h, --help Show help message +.. note:: If you're using the Python API, :func:`openmc.run` is equivalent to + running ``openmc`` from the command line. + .. _scripts_ace: ---------------------- @@ -56,7 +58,7 @@ you have existing ACE files. There are four different ways you can specify ACE libraries that are to be converted: 1. List each ACE library as a positional argument. This is very useful in - conjunction with the usual shell utilities (ls, find, etc.). + conjunction with the usual shell utilities (``ls``, ``find``, etc.). 2. Use the ``--xml`` option to specify a pre-v0.9 cross_sections.xml file. 3. Use the ``--xsdir`` option to specify a MCNP xsdir file. 4. Use the ``--xsdata`` option to specify a Serpent xsdata file. @@ -78,7 +80,7 @@ otherwise. -h, --help show help message and exit -d DESTINATION, --destination DESTINATION - Directory to create new library in (default: .) + Directory to create new library in -m META, --metastable META How to interpret ZAIDs for metastable nuclides. META @@ -147,6 +149,8 @@ the following optional arguments: and processing the data may require as much as 40 GB of additional free disk space. +.. _scripts_multipole: + ----------------------------- ``openmc-get-multipole-data`` ----------------------------- diff --git a/docs/source/usersguide/settings.rst b/docs/source/usersguide/settings.rst index ea099e8a6..6e49777f0 100644 --- a/docs/source/usersguide/settings.rst +++ b/docs/source/usersguide/settings.rst @@ -50,6 +50,8 @@ would need to instantiate a :class:`openmc.Settings` object and assign the settings = openmc.Settings() settings.run_mode = 'fixed source' +If you don't specify a run mode, the default run mode is 'eigenvalue'. + .. _usersguide_particles: ------------------- @@ -106,8 +108,9 @@ The :class:`openmc.Source` class has three main attributes that one can set: The spatial distribution can be set equal to a sub-class of :class:`openmc.stats.Spatial`; common choices are :class:`openmc.stats.Point` or -:class:`openmc.stats.Box`. To independently specify distributions in the x, y, -and z coordinates, you can use :class:`openmc.stats.CartesianIndependent`. +:class:`openmc.stats.Box`. To independently specify distributions in the +:math:`x`, :math:`y`, and :math:`z` coordinates, you can use +:class:`openmc.stats.CartesianIndependent`. The angular distribution can be set equal to a sub-class of :class:`openmc.stats.UnitSphere` such as :class:`openmc.stats.Isotropic`, diff --git a/docs/source/usersguide/tallies.rst b/docs/source/usersguide/tallies.rst index 08910d1dc..3ee2e99d7 100644 --- a/docs/source/usersguide/tallies.rst +++ b/docs/source/usersguide/tallies.rst @@ -54,7 +54,7 @@ instance through the :attr:`Tally.filters` attribute:: tally.filters.append(cell_filter) tally.filters.append(energy_filter) - # ..or.. + # This is equivalent tally.filters = [cell_filter, energy_filter] .. note:: You are actually not required to assign any filters to a tally. If you @@ -82,7 +82,7 @@ particular nuclide or set of nuclides, you can set the :attr:`Tally.nuclides` attribute to a list of strings indicating which nuclides. The nuclide names should follow the same :ref:`naming convention ` as that used for material specification. If we wanted the reaction rates only for U235 and -U238, we'd set:: +U238 (separately), we'd set:: tally.nuclides = ['U235', 'U238'] diff --git a/docs/source/usersguide/volume.rst b/docs/source/usersguide/volume.rst index 0727b7150..482f66fd0 100644 --- a/docs/source/usersguide/volume.rst +++ b/docs/source/usersguide/volume.rst @@ -50,17 +50,16 @@ to 'volume' and run :func:`openmc.run`, or alternatively run When your volume calculations have finished, you can load the results using the :meth:`VolumeCalculation.load_results` method on an existing object. If you -don't have an exiting :class:`VolumeCalculation` object, you can create one and +don't have an existing :class:`VolumeCalculation` object, you can create one and load results simultaneously using the :meth:`VolumeCalculation.from_hdf5` class method:: vol_calc = openmc.VolumeCalculation(...) ... openmc.calculate_volumes() - vol_calc.load_results('volume_1.h5') - # ..or.. + # ..or we can create a new object vol_calc = openmc.VolumeCalculation.from_hdf5('volume_1.h5') After the results are loaded, volume estimates will be stored in diff --git a/man/man1/openmc.1 b/man/man1/openmc.1 index 847089d63..8384da9a8 100644 --- a/man/man1/openmc.1 +++ b/man/man1/openmc.1 @@ -47,17 +47,17 @@ is affected by the following environment variables. Indicates the default path to the cross_sections.xml summary file that is used to locate HDF5 format cross section libraries if the user has not specified the tag in -.I settings.xml\fP. +.I materials.xml\fP. .TP .B OPENMC_MG_CROSS_SECTIONS -Indicates the default path to the mgxs.xml file that contains multi-group cross +Indicates the default path to an HDF5 file that contains multi-group cross section libraries if the user has not specified the tag in -.I settings.xml\fP. +.I materials.xml\fP. .TP .B OPENMC_MULTIPOLE_LIBRARY Indicates the default path to a directory containing windowed multipole data if the user has not specified the tag in -.I settings.xml\fP. +.I materials.xml\fP. .SH LICENSE Copyright \(co 2011-2017 Massachusetts Institute of Technology. .PP From a898622260e3f74229ad1af6771373771a37ec1a Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 5 Apr 2017 11:00:03 -0500 Subject: [PATCH 14/16] Move Jupyter notebooks to examples/jupyter --- .gitignore | 20 +++++++++---------- docs/source/examples/candu.rst | 2 +- docs/source/examples/mdgxs-part-i.rst | 2 +- docs/source/examples/mdgxs-part-ii.rst | 2 +- docs/source/examples/mg-mode-part-i.rst | 2 +- docs/source/examples/mg-mode-part-ii.rst | 2 +- docs/source/examples/mg-mode-part-iii.rst | 2 +- docs/source/examples/mgxs-part-i.rst | 2 +- docs/source/examples/mgxs-part-ii.rst | 2 +- docs/source/examples/mgxs-part-iii.rst | 2 +- docs/source/examples/nuclear-data.rst | 2 +- docs/source/examples/pandas-dataframes.rst | 2 +- docs/source/examples/pincell.rst | 2 +- docs/source/examples/post-processing.rst | 2 +- docs/source/examples/search.rst | 2 +- docs/source/examples/tally-arithmetic.rst | 2 +- docs/source/examples/triso.rst | 2 +- .../examples => examples/jupyter}/candu.ipynb | 0 .../jupyter}/mdgxs-part-i.ipynb | 0 .../jupyter}/mdgxs-part-ii.ipynb | 0 .../jupyter}/mg-mode-part-i.ipynb | 0 .../jupyter}/mg-mode-part-ii.ipynb | 0 .../jupyter}/mg-mode-part-iii.ipynb | 0 .../jupyter}/mgxs-part-i.ipynb | 0 .../jupyter}/mgxs-part-ii.ipynb | 0 .../jupyter}/mgxs-part-iii.ipynb | 0 .../jupyter}/nuclear-data.ipynb | 0 .../jupyter}/pandas-dataframes.ipynb | 0 .../jupyter}/pincell.ipynb | 0 .../jupyter}/post-processing.ipynb | 0 .../jupyter}/search.ipynb | 0 .../jupyter}/tally-arithmetic.ipynb | 0 .../examples => examples/jupyter}/triso.ipynb | 0 33 files changed, 26 insertions(+), 26 deletions(-) rename {docs/source/examples => examples/jupyter}/candu.ipynb (100%) rename {docs/source/examples => examples/jupyter}/mdgxs-part-i.ipynb (100%) rename {docs/source/examples => examples/jupyter}/mdgxs-part-ii.ipynb (100%) rename {docs/source/examples => examples/jupyter}/mg-mode-part-i.ipynb (100%) rename {docs/source/examples => examples/jupyter}/mg-mode-part-ii.ipynb (100%) rename {docs/source/examples => examples/jupyter}/mg-mode-part-iii.ipynb (100%) rename {docs/source/examples => examples/jupyter}/mgxs-part-i.ipynb (100%) rename {docs/source/examples => examples/jupyter}/mgxs-part-ii.ipynb (100%) rename {docs/source/examples => examples/jupyter}/mgxs-part-iii.ipynb (100%) rename {docs/source/examples => examples/jupyter}/nuclear-data.ipynb (100%) rename {docs/source/examples => examples/jupyter}/pandas-dataframes.ipynb (100%) rename {docs/source/examples => examples/jupyter}/pincell.ipynb (100%) rename {docs/source/examples => examples/jupyter}/post-processing.ipynb (100%) rename {docs/source/examples => examples/jupyter}/search.ipynb (100%) rename {docs/source/examples => examples/jupyter}/tally-arithmetic.ipynb (100%) rename {docs/source/examples => examples/jupyter}/triso.ipynb (100%) diff --git a/.gitignore b/.gitignore index 3c862ffcb..a0cfd5c7f 100644 --- a/.gitignore +++ b/.gitignore @@ -82,16 +82,16 @@ scripts/*.tar.xz # IPython notebook checkpoints .ipynb_checkpoints -# Multi-group cross section IPython Notebook -docs/source/examples/*.xml -docs/source/examples/*.png -docs/source/examples/*.xls -docs/source/examples/*.ace -docs/source/examples/*.endf -docs/source/examples/mgxs -docs/source/examples/tracks -docs/source/examples/fission-rates -docs/source/examples/plots +# Jupyter notebooks +examples/jupyter/*.xml +examples/jupyter/*.png +examples/jupyter/*.xls +examples/jupyter/*.ace +examples/jupyter/*.endf +examples/jupyter/mgxs +examples/jupyter/tracks +examples/jupyter/fission-rates +examples/jupyter/plots # Cython files *.c diff --git a/docs/source/examples/candu.rst b/docs/source/examples/candu.rst index 791e0073b..463a3c76e 100644 --- a/docs/source/examples/candu.rst +++ b/docs/source/examples/candu.rst @@ -6,7 +6,7 @@ Modeling a CANDU Bundle .. only:: html - .. notebook:: candu.ipynb + .. notebook:: ../../../examples/jupyter/candu.ipynb .. only:: latex diff --git a/docs/source/examples/mdgxs-part-i.rst b/docs/source/examples/mdgxs-part-i.rst index 260a7d042..2899f126b 100644 --- a/docs/source/examples/mdgxs-part-i.rst +++ b/docs/source/examples/mdgxs-part-i.rst @@ -6,7 +6,7 @@ Multi-Group (Delayed) Cross Section Generation Part I: Introduction .. only:: html - .. notebook:: mdgxs-part-i.ipynb + .. notebook:: ../../../examples/jupyter/mdgxs-part-i.ipynb .. only:: latex diff --git a/docs/source/examples/mdgxs-part-ii.rst b/docs/source/examples/mdgxs-part-ii.rst index 0f1350bd2..c5d52df62 100644 --- a/docs/source/examples/mdgxs-part-ii.rst +++ b/docs/source/examples/mdgxs-part-ii.rst @@ -6,7 +6,7 @@ Multi-Group (Delayed) Cross Section Generation Part II: Advanced Features .. only:: html - .. notebook:: mdgxs-part-ii.ipynb + .. notebook:: ../../../examples/jupyter/mdgxs-part-ii.ipynb .. only:: latex diff --git a/docs/source/examples/mg-mode-part-i.rst b/docs/source/examples/mg-mode-part-i.rst index bfbe63bb7..e54c21c2f 100644 --- a/docs/source/examples/mg-mode-part-i.rst +++ b/docs/source/examples/mg-mode-part-i.rst @@ -6,7 +6,7 @@ Multi-Group Mode Part I: Introduction .. only:: html - .. notebook:: mg-mode-part-i.ipynb + .. notebook:: ../../../examples/jupyter/mg-mode-part-i.ipynb .. only:: latex diff --git a/docs/source/examples/mg-mode-part-ii.rst b/docs/source/examples/mg-mode-part-ii.rst index 2df2d9a18..9b4e574ae 100644 --- a/docs/source/examples/mg-mode-part-ii.rst +++ b/docs/source/examples/mg-mode-part-ii.rst @@ -6,7 +6,7 @@ Multi-Group Mode Part II: MGXS Library Generation With OpenMC .. only:: html - .. notebook:: mg-mode-part-ii.ipynb + .. notebook:: ../../../examples/jupyter/mg-mode-part-ii.ipynb .. only:: latex diff --git a/docs/source/examples/mg-mode-part-iii.rst b/docs/source/examples/mg-mode-part-iii.rst index e59452ce5..86657c967 100644 --- a/docs/source/examples/mg-mode-part-iii.rst +++ b/docs/source/examples/mg-mode-part-iii.rst @@ -6,7 +6,7 @@ Multi-Group Mode Part III: Advanced Feature Showcase .. only:: html - .. notebook:: mg-mode-part-iii.ipynb + .. notebook:: ../../../examples/jupyter/mg-mode-part-iii.ipynb .. only:: latex diff --git a/docs/source/examples/mgxs-part-i.rst b/docs/source/examples/mgxs-part-i.rst index 8b29183f0..d956e7261 100644 --- a/docs/source/examples/mgxs-part-i.rst +++ b/docs/source/examples/mgxs-part-i.rst @@ -6,7 +6,7 @@ MGXS Part I: Introduction .. only:: html - .. notebook:: mgxs-part-i.ipynb + .. notebook:: ../../../examples/jupyter/mgxs-part-i.ipynb .. only:: latex diff --git a/docs/source/examples/mgxs-part-ii.rst b/docs/source/examples/mgxs-part-ii.rst index 1f6dd2214..64efc5752 100644 --- a/docs/source/examples/mgxs-part-ii.rst +++ b/docs/source/examples/mgxs-part-ii.rst @@ -6,7 +6,7 @@ MGXS Part II: Advanced Features .. only:: html - .. notebook:: mgxs-part-ii.ipynb + .. notebook:: ../../../examples/jupyter/mgxs-part-ii.ipynb .. only:: latex diff --git a/docs/source/examples/mgxs-part-iii.rst b/docs/source/examples/mgxs-part-iii.rst index f44102862..12f326529 100644 --- a/docs/source/examples/mgxs-part-iii.rst +++ b/docs/source/examples/mgxs-part-iii.rst @@ -6,7 +6,7 @@ MGXS Part III: Libraries .. only:: html - .. notebook:: mgxs-part-iii.ipynb + .. notebook:: ../../../examples/jupyter/mgxs-part-iii.ipynb .. only:: latex diff --git a/docs/source/examples/nuclear-data.rst b/docs/source/examples/nuclear-data.rst index aa048eeb3..15dfbde18 100644 --- a/docs/source/examples/nuclear-data.rst +++ b/docs/source/examples/nuclear-data.rst @@ -6,7 +6,7 @@ Nuclear Data .. only:: html - .. notebook:: nuclear-data.ipynb + .. notebook:: ../../../examples/jupyter/nuclear-data.ipynb .. only:: latex diff --git a/docs/source/examples/pandas-dataframes.rst b/docs/source/examples/pandas-dataframes.rst index 76fc3e82e..701f1630c 100644 --- a/docs/source/examples/pandas-dataframes.rst +++ b/docs/source/examples/pandas-dataframes.rst @@ -6,7 +6,7 @@ Pandas Dataframes .. only:: html - .. notebook:: pandas-dataframes.ipynb + .. notebook:: ../../../examples/jupyter/pandas-dataframes.ipynb .. only:: latex diff --git a/docs/source/examples/pincell.rst b/docs/source/examples/pincell.rst index 242b545d8..0f149107c 100644 --- a/docs/source/examples/pincell.rst +++ b/docs/source/examples/pincell.rst @@ -6,7 +6,7 @@ Modeling a Pin-Cell .. only:: html - .. notebook:: pincell.ipynb + .. notebook:: ../../../examples/jupyter/pincell.ipynb .. only:: latex diff --git a/docs/source/examples/post-processing.rst b/docs/source/examples/post-processing.rst index b488d15ff..09c4454e7 100644 --- a/docs/source/examples/post-processing.rst +++ b/docs/source/examples/post-processing.rst @@ -6,7 +6,7 @@ Post Processing .. only:: html - .. notebook:: post-processing.ipynb + .. notebook:: ../../../examples/jupyter/post-processing.ipynb .. only:: latex diff --git a/docs/source/examples/search.rst b/docs/source/examples/search.rst index 9bb75b583..1d56ff53a 100644 --- a/docs/source/examples/search.rst +++ b/docs/source/examples/search.rst @@ -6,7 +6,7 @@ Criticality Search .. only:: html - .. notebook:: search.ipynb + .. notebook:: ../../../examples/jupyter/search.ipynb .. only:: latex diff --git a/docs/source/examples/tally-arithmetic.rst b/docs/source/examples/tally-arithmetic.rst index 5f3cf775e..7e653e8ff 100644 --- a/docs/source/examples/tally-arithmetic.rst +++ b/docs/source/examples/tally-arithmetic.rst @@ -4,7 +4,7 @@ Tally Arithmetic .. only:: html - .. notebook:: tally-arithmetic.ipynb + .. notebook:: ../../../examples/jupyter/tally-arithmetic.ipynb .. only:: latex diff --git a/docs/source/examples/triso.rst b/docs/source/examples/triso.rst index d4b3744a4..98f2f1643 100644 --- a/docs/source/examples/triso.rst +++ b/docs/source/examples/triso.rst @@ -6,7 +6,7 @@ Modeling TRISO Particles .. only:: html - .. notebook:: triso.ipynb + .. notebook:: ../../../examples/jupyter/triso.ipynb .. only:: latex diff --git a/docs/source/examples/candu.ipynb b/examples/jupyter/candu.ipynb similarity index 100% rename from docs/source/examples/candu.ipynb rename to examples/jupyter/candu.ipynb diff --git a/docs/source/examples/mdgxs-part-i.ipynb b/examples/jupyter/mdgxs-part-i.ipynb similarity index 100% rename from docs/source/examples/mdgxs-part-i.ipynb rename to examples/jupyter/mdgxs-part-i.ipynb diff --git a/docs/source/examples/mdgxs-part-ii.ipynb b/examples/jupyter/mdgxs-part-ii.ipynb similarity index 100% rename from docs/source/examples/mdgxs-part-ii.ipynb rename to examples/jupyter/mdgxs-part-ii.ipynb diff --git a/docs/source/examples/mg-mode-part-i.ipynb b/examples/jupyter/mg-mode-part-i.ipynb similarity index 100% rename from docs/source/examples/mg-mode-part-i.ipynb rename to examples/jupyter/mg-mode-part-i.ipynb diff --git a/docs/source/examples/mg-mode-part-ii.ipynb b/examples/jupyter/mg-mode-part-ii.ipynb similarity index 100% rename from docs/source/examples/mg-mode-part-ii.ipynb rename to examples/jupyter/mg-mode-part-ii.ipynb diff --git a/docs/source/examples/mg-mode-part-iii.ipynb b/examples/jupyter/mg-mode-part-iii.ipynb similarity index 100% rename from docs/source/examples/mg-mode-part-iii.ipynb rename to examples/jupyter/mg-mode-part-iii.ipynb diff --git a/docs/source/examples/mgxs-part-i.ipynb b/examples/jupyter/mgxs-part-i.ipynb similarity index 100% rename from docs/source/examples/mgxs-part-i.ipynb rename to examples/jupyter/mgxs-part-i.ipynb diff --git a/docs/source/examples/mgxs-part-ii.ipynb b/examples/jupyter/mgxs-part-ii.ipynb similarity index 100% rename from docs/source/examples/mgxs-part-ii.ipynb rename to examples/jupyter/mgxs-part-ii.ipynb diff --git a/docs/source/examples/mgxs-part-iii.ipynb b/examples/jupyter/mgxs-part-iii.ipynb similarity index 100% rename from docs/source/examples/mgxs-part-iii.ipynb rename to examples/jupyter/mgxs-part-iii.ipynb diff --git a/docs/source/examples/nuclear-data.ipynb b/examples/jupyter/nuclear-data.ipynb similarity index 100% rename from docs/source/examples/nuclear-data.ipynb rename to examples/jupyter/nuclear-data.ipynb diff --git a/docs/source/examples/pandas-dataframes.ipynb b/examples/jupyter/pandas-dataframes.ipynb similarity index 100% rename from docs/source/examples/pandas-dataframes.ipynb rename to examples/jupyter/pandas-dataframes.ipynb diff --git a/docs/source/examples/pincell.ipynb b/examples/jupyter/pincell.ipynb similarity index 100% rename from docs/source/examples/pincell.ipynb rename to examples/jupyter/pincell.ipynb diff --git a/docs/source/examples/post-processing.ipynb b/examples/jupyter/post-processing.ipynb similarity index 100% rename from docs/source/examples/post-processing.ipynb rename to examples/jupyter/post-processing.ipynb diff --git a/docs/source/examples/search.ipynb b/examples/jupyter/search.ipynb similarity index 100% rename from docs/source/examples/search.ipynb rename to examples/jupyter/search.ipynb diff --git a/docs/source/examples/tally-arithmetic.ipynb b/examples/jupyter/tally-arithmetic.ipynb similarity index 100% rename from docs/source/examples/tally-arithmetic.ipynb rename to examples/jupyter/tally-arithmetic.ipynb diff --git a/docs/source/examples/triso.ipynb b/examples/jupyter/triso.ipynb similarity index 100% rename from docs/source/examples/triso.ipynb rename to examples/jupyter/triso.ipynb From d406a147692c237007cc1d1f10bf5ea96a55bf24 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 5 Apr 2017 12:05:28 -0500 Subject: [PATCH 15/16] Fix a few doc bugs ('make latexpdf' now works again) --- docs/source/quickinstall.rst | 4 ++-- docs/source/usersguide/geometry.rst | 12 ++++++------ openmc/lattice.py | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/source/quickinstall.rst b/docs/source/quickinstall.rst index bcc5b30d2..6bc09c044 100644 --- a/docs/source/quickinstall.rst +++ b/docs/source/quickinstall.rst @@ -107,8 +107,8 @@ should specify an installation directory where you have write access, e.g. cmake -DCMAKE_INSTALL_PREFIX=$HOME/.local .. If you want to build a parallel version of OpenMC (using OpenMP or MPI), -directions can be found in the `detailed installation instructions -`_. +directions can be found in the :ref:`detailed installation instructions +`. .. _GitHub: https://github.com/mit-crpg/openmc .. _git: http://git-scm.com diff --git a/docs/source/usersguide/geometry.rst b/docs/source/usersguide/geometry.rst index 8ddcead44..18b9e7945 100644 --- a/docs/source/usersguide/geometry.rst +++ b/docs/source/usersguide/geometry.rst @@ -18,17 +18,17 @@ can assign to a cell, we must first define surfaces which bound the region. A surface is a locus of zeros of a function of Cartesian coordinates :math:`x,y,z`, e.g. -- A plane perpendicular to the :math:`x` axis: :math:`x − x_0 = 0` -- A cylinder perpendicular to the :math:`z` axis: :math:`(x − x_0)^2 + (y − - y_0)^2 − R^2 = 0` -- A sphere: :math:`(x − x_0)^2 + (y − y_0)^2 + (z − z_0)^2 − R^2 = 0` +- A plane perpendicular to the :math:`x` axis: :math:`x - x_0 = 0` +- A cylinder perpendicular to the :math:`z` axis: :math:`(x - x_0)^2 + (y - + y_0)^2 - R^2 = 0` +- A sphere: :math:`(x - x_0)^2 + (y - y_0)^2 + (z - z_0)^2 - R^2 = 0` Defining a surface alone is not sufficient to specify a volume -- in order to define an actual volume, one must reference the *half-space* of a surface. A surface half-space is the region whose points satisfy a positive of negative inequality of the surface equation. For example, for a sphere of radius one centered at the origin, the surface equation is :math:`f(x,y,z) = x^2 + y^2 + -z^2 − 1 = 0`. Thus, we say that the negative half-space of the sphere, is +z^2 - 1 = 0`. Thus, we say that the negative half-space of the sphere, is defined as the collection of points satisfying :math:`f(x,y,z) < 0`, which one can reason is the inside of the sphere. Conversely, the positive half-space of the sphere would correspond to all points outside of the sphere, satisfying @@ -79,7 +79,7 @@ classes are listed in the following table. | :math:`z`-axis | - R^2(z-z_0)^2 = 0` | | +----------------------+------------------------------+---------------------------+ | General quadric | :math:`Ax^2 + By^2 + Cz^2 + | :class:`openmc.Quadric` | - | surface | Dxy + Eyz + Fxz \\+Gx + Hy + | | + | surface | Dxy + Eyz + Fxz + Gx + Hy + | | | | Jz + K = 0` | | +----------------------+------------------------------+---------------------------+ diff --git a/openmc/lattice.py b/openmc/lattice.py index baefba730..08ca24a19 100644 --- a/openmc/lattice.py +++ b/openmc/lattice.py @@ -367,7 +367,7 @@ class Lattice(object): return all_universes def get_universe(self, idx): - """Return universe corresponding to a lattice element index + r"""Return universe corresponding to a lattice element index Parameters ---------- From b17290e7b6ffdebab949e491ae8e3d765ba7e9e7 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 6 Apr 2017 07:10:22 -0500 Subject: [PATCH 16/16] Update readme.rst and main index.rst --- docs/source/index.rst | 4 +--- readme.rst | 16 +++++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index a18dd5e87..ce4a5f6f8 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -13,9 +13,7 @@ OpenMC was originally developed by members of the `Computational Reactor Physics Group`_ at the `Massachusetts Institute of Technology`_ starting in 2011. Various universities, laboratories, and other organizations now contribute to the development of OpenMC. For more information on OpenMC, feel -free to send a message to the User's Group `mailing list`_. Documentation for -the latest developmental version of the develop branch can be found on -`Read the Docs`_. +free to send a message to the User's Group `mailing list`_. .. _Computational Reactor Physics Group: http://crpg.mit.edu .. _Massachusetts Institute of Technology: http://web.mit.edu diff --git a/readme.rst b/readme.rst index 90484ad49..34d2a5d09 100644 --- a/readme.rst +++ b/readme.rst @@ -10,10 +10,10 @@ transport code based on modern methods. It is a constructive solid geometry, continuous-energy transport code that uses HDF5 format cross sections. The project started under the Computational Reactor Physics Group at MIT. -Complete documentation on the usage of OpenMC is hosted on Read the Docs at -http://openmc.readthedocs.io. If you are interested in the project or would like -to help and contribute, please send a message to the OpenMC User's Group -`mailing list`_. +Complete documentation on the usage of OpenMC is hosted on Read the Docs (both +for the `latest release`_ and developmental_ version). If you are interested in +the project or would like to help and contribute, please send a message to the +OpenMC User's Group `mailing list`_. ------------ Installation @@ -48,8 +48,10 @@ License OpenMC is distributed under the MIT/X license_. +.. _latest release: http://openmc.readthedocs.io/en/stable/ +.. _developmental: http://openmc.readthedocs.io/en/latest/ .. _mailing list: https://groups.google.com/forum/?fromgroups=#!forum/openmc-users -.. _installation instructions: http://openmc.readthedocs.io/en/latest/usersguide/install.html -.. _Troubleshooting section: http://openmc.readthedocs.io/en/latest/usersguide/troubleshoot.html +.. _installation instructions: http://openmc.readthedocs.io/en/stable/usersguide/install.html +.. _Troubleshooting section: http://openmc.readthedocs.io/en/stable/usersguide/troubleshoot.html .. _Issues: https://github.com/mit-crpg/openmc/issues -.. _license: http://openmc.readthedocs.io/en/latest/license.html +.. _license: http://openmc.readthedocs.io/en/stable/license.html