mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
add to existing temp interp test, update doccs
This commit is contained in:
parent
3e2ddceaac
commit
b0a300aedc
2 changed files with 113 additions and 16 deletions
|
|
@ -875,10 +875,10 @@ 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. If the ``<temperature_method>`` is "interpolation", the tolerance
|
||||
specified applies to cell temperatures outside of the data bounds. For example,
|
||||
If a cell is specified at 695K, a tolerance of 15K and data only available at
|
||||
700K and 1000K, the cell's cross sections will be evaluated at 700K, since
|
||||
desired temperature of 695K is within the tolerance of the actual data despite
|
||||
not being bounded on both sides.
|
||||
if a cell is specified at 695K, a tolerance of 15K and data is only available
|
||||
at 700K and 1000K, the cell's cross sections will be evaluated at 700K, since
|
||||
the desired temperature of 695K is within the tolerance of the actual data
|
||||
despite not being bounded on both sides.
|
||||
|
||||
*Default*: 10 K
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue