mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Release notes for 0.15.1 (#3340)
Co-authored-by: Patrick Shriwise <pshriwise@gmail.com>
This commit is contained in:
parent
9b5678b5f0
commit
906548db20
33 changed files with 352 additions and 150 deletions
|
|
@ -12,9 +12,9 @@ responsible for specifying one or more of the following:
|
|||
file (commonly named ``cross_sections.xml``) contains a listing of other data
|
||||
files, in particular neutron cross sections, photon cross sections, and
|
||||
windowed multipole data. Each of those files, in turn, uses a `HDF5
|
||||
<https://support.hdfgroup.org/documentation/index.html>`_ format (see :ref:`io_nuclear_data`). In
|
||||
order to run transport simulations with continuous-energy cross sections, you
|
||||
need to specify this file.
|
||||
<https://www.hdfgroup.org/solutions/hdf5/>`_ format (see
|
||||
:ref:`io_nuclear_data`). In order to run transport simulations with
|
||||
continuous-energy cross sections, you need to specify this file.
|
||||
|
||||
- **Depletion chain (XML)** -- A :ref:`depletion chain XML <io_depletion_chain>`
|
||||
file contains decay data, fission product yields, and information on what
|
||||
|
|
@ -69,7 +69,7 @@ If you want to persistently set the environment variables used to initialized
|
|||
the configuration, export them from your shell profile (``.profile`` or
|
||||
``.bashrc`` in bash_).
|
||||
|
||||
.. _bash: http://www.linuxfromscratch.org/blfs/view/6.3/postlfs/profile.html
|
||||
.. _bash: https://www.linuxfromscratch.org/blfs/view/6.3/postlfs/profile.html
|
||||
|
||||
--------------------------------
|
||||
Continuous-Energy Cross Sections
|
||||
|
|
@ -290,16 +290,16 @@ calculation to be performed. Therefore, at this point in time, OpenMC is not
|
|||
distributed with any pre-existing multigroup cross section libraries. However,
|
||||
if a multigroup library file is downloaded or generated, the path to the file
|
||||
needs to be specified as described in :ref:`usersguide_data_runtime`. For an
|
||||
example of how to create a multigroup library, see the `example notebook
|
||||
<https://nbviewer.org/github/openmc-dev/openmc-notebooks/blob/main/mgxs-part-i.ipynb>`_.
|
||||
example of how to create a multigroup library, see this `MG mode notebook
|
||||
<https://nbviewer.org/github/openmc-dev/openmc-notebooks/blob/main/mg-mode-part-i.ipynb>`_.
|
||||
|
||||
.. _NJOY: http://www.njoy21.io/
|
||||
.. _NJOY: https://www.njoy21.io/
|
||||
.. _NNDC: https://www.nndc.bnl.gov/endf
|
||||
.. _MCNP: https://mcnp.lanl.gov
|
||||
.. _Serpent: https://serpent.vtt.fi/serpent/
|
||||
.. _Serpent: https://serpent.vtt.fi
|
||||
.. _ENDF/B: https://www.nndc.bnl.gov/endf-b7.1/acefiles.html
|
||||
.. _JEFF: https://www.oecd-nea.org/dbdata/jeff/jeff33/
|
||||
.. _TENDL: https://tendl.web.psi.ch/tendl_2017/tendl2017.html
|
||||
.. _TENDL: https://tendl.web.psi.ch/tendl_2023/tendl2023.html
|
||||
.. _Seltzer and Berger: https://doi.org/10.1016/0092-640X(86)90014-8
|
||||
.. _NIST ESTAR database: https://physics.nist.gov/PhysRefData/Star/Text/ESTAR.html
|
||||
.. _Biggs et al.: https://doi.org/10.1016/0092-640X(75)90030-3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue