openmc
openmc copied to clipboard
Fix Minimum and Maximum Temperature Output
As discussed in #1557, the reported minimum and maximum neutron data temperatures do not actually represent the minimum and maximum temperatures in the model. They instead represent the maximum minimum encountered over all data sets, and the minimum maximum.
For user clarity, this should be corrected.
Potential solutions discussed in #1557 were:
- Find some alternate scheme that also prints that data so the user can't misinterpret.
- One option: scan all materials/cells for temperatures for an overall range, and use that when loading all nuclidic data.
- Do not print that neutron data temperature min/max output.
- Make that output more useful somehow (print specific cross section temperatures loaded for each iso).
- Do nothing.
This issue would be a good one for someone looking for a small C++ task to handle.