Add temperature range user option to load cross sections within a range of

temperatures.
This commit is contained in:
Paul Romano 2017-06-22 14:11:33 -05:00
parent efe1457589
commit 6fec79d9c2
8 changed files with 75 additions and 12 deletions

View file

@ -661,6 +661,17 @@ methods like "nearest" and "interpolation" in the resolved resonance range.
*Default*: False
-------------------------------
``<temperature_range>`` Element
-------------------------------
The ``<temperature_range>`` element specifies a minimum and maximum temperature
in Kelvin above and below which cross sections should be loaded for all nuclides
and thermal scattering tables. This can be used for multi-physics simulations
where the temperatures might change from one iteration to the next.
*Default*: None
.. _temperature_tolerance:
-----------------------------------