-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
High energy limit should be linear combination of be the free atom cross section of isotopes #176
Comments
Yes, there is clearly an issue here of how to transfer into the high energy region. Of course, one option (given that the abundancy is somehow available), is to not use a single-mass free-gas model for the highE extrapolation, but rather add one free-gas SAB contribution for each isotope. Still, for consistency one would actually need to have the lowE parts separated out as well. However, I am surprised that you can get NCrystal to not give you the correct limit. Try something higher than 10eV. |
Are the blostein values actually measured at 10eV? |
I chose 10 eV as an energy where the value of the XS already is close to the free atom value, but that is not relevant. You can calculate the same using the value from freeScatteringXS().
Also: it is not important either that I used a free gas model. The same thing happens with a solid: the problem comes from considering a single scatterer for the element with the average mass:
|
I agree. |
Hi Thomas, For SCALE integration of NCrystal this issue would be beneficial as well to connect TSL cross sections to the higher energy cross sections. |
Currently materials in NCrystal are represented as a system of atoms. At high energies, the cross section goes to the free atom cross section that can be computed from the bound atom cross section of the element, and the average mass of the element. The problem is the high energy limit should actually be the abundance weighted average of the free atom cross sections for each isotope. This is caused by the interaction of high energy neutrons with independent nuclei, which can only be independent nuclides, not elements.
The approximation of using elemental cross section is mostly fine elements for which one isotope is dominating, and also for heavier elements, because the difference in mass between the atoms is small. But the differences for light elements are dramatic.
An example of this is the calculation of the free atom cross section of mixtures of light and heavy water:
As expected, the epithermal total cross section is the linear combination of the free atom cross sections for the independent isotopes:
A possible solution for this is that the inelastic cross sections would be computed independently for each isotope of the material, and their contribution would be added using the natural abundance or an user provided isotopic distribution.
The text was updated successfully, but these errors were encountered: