Replies: 1 comment
-
Continuing on this, it is possible to generate an ACE file with from a TSL ENDF-6 file using any ENDF-6 neutron file as a "template". For instance, this input would process the aluminum TSL using the neutron-neutron library (MAT=25):
The only strange effect of this (and the only place where the neutron ENDF-6 file affects) is that the atomic weight ratio of the file would be off. In this case:
At least in OpenMC this value is read when the library is loaded, and never used again. From a physical perspective it makes sense, because the atomic weight only plays a role above the energy range where the S(a,b) are used, and in that range the atomic weight ratio of each isotope would be used. But, maybe older codes use that value for something, for historical reasons. |
Beta Was this translation helpful? Give feedback.
-
In the current implementation THERMR takes two ENDF-6 files:
nin
(processed from the neutron sublibrary) andnendf
(a TSL ENDF-6 file). Depending on the application you might need the data from nin, or not. In a very common use case, when you process a library with THERMR and ACER, you only need MF=3 and MF=6 for MT=mtref
and MT=mtref+1
(if it is a solid).Maybe we could make
nin
optional. That would simplify the generation of thermal ACE files.What do you think?
Beta Was this translation helpful? Give feedback.
All reactions