mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Add a toggle to turn multipole on/off
This commit is contained in:
parent
e78933d0d3
commit
dc0907a294
10 changed files with 68 additions and 10 deletions
|
|
@ -267,12 +267,14 @@ based on the recommended value in LA-UR-14-24530_.
|
|||
``<multipole_library>`` Element
|
||||
-------------------------------
|
||||
|
||||
The ``<multipole_library>`` element has no attributes and 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:`MULTIPOLE_LIBRARY` environment variable will be
|
||||
used.
|
||||
The ``<multipole_library>`` 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:`MULTIPOLE_LIBRARY` environment variable will be used.
|
||||
|
||||
.. note:: The <use_windowed_multipole> element must also be set to "True"
|
||||
for windowed multipole functionality.
|
||||
|
||||
.. _natural_elements:
|
||||
|
||||
|
|
@ -775,6 +777,17 @@ problem. It has the following attributes/sub-elements:
|
|||
|
||||
*Default*: None
|
||||
|
||||
|
||||
``<use_windowed_multipole>`` Element
|
||||
------------------------------------
|
||||
|
||||
The ``<use_windowed_multipole>`` 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.
|
||||
|
||||
*Default*: False
|
||||
|
||||
``<verbosity>`` Element
|
||||
-----------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue