From d96f6282fb7b20227f1ee044114d759d8f158cb8 Mon Sep 17 00:00:00 2001 From: Adam Nelson Date: Wed, 7 Sep 2016 18:41:27 -0400 Subject: [PATCH] Fixing final @smharper comments --- docs/source/usersguide/input.rst | 10 ++++------ openmc/settings.py | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/source/usersguide/input.rst b/docs/source/usersguide/input.rst index e9126f16b..dae3e74b2 100644 --- a/docs/source/usersguide/input.rst +++ b/docs/source/usersguide/input.rst @@ -728,12 +728,10 @@ a material default temperature. 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 interpolated between temperatures at -which nuclear data are present. A value of "multipole" indicates that the -windowed multipole method should be used to evaluate temperature-dependent cross -sections in the resolved resonance range (a :ref:`windowed multipole library -` must also be available). +tolerance (see :ref:`temperature_tolerance`). A value of "multipole" indicates +that the windowed multipole method should be used to evaluate +temperature-dependent cross sections in the resolved resonance range (a +:ref:`windowed multipole library ` must also be available). *Default*: "nearest" diff --git a/openmc/settings.py b/openmc/settings.py index 86aac9471..c7d6debb9 100644 --- a/openmc/settings.py +++ b/openmc/settings.py @@ -106,7 +106,7 @@ class Settings(object): temperatures at which nuclear data doesn't exist. Accepted keys are 'default', 'method', and 'tolerance'. The value for 'default' should be a float representing the default temperature in Kelvin. The value for - 'method' should be 'nearest' or 'interpolation'. If the method is + 'method' should be 'nearest' or 'multipole'. If the method is 'nearest', 'tolerance' indicates a range of temperature within which cross sections may be used. trigger_active : bool