-
Notifications
You must be signed in to change notification settings - Fork 39
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
Comparing two TSL #170
Comments
You can run the thermal scattering ACE files through a second ACER run (look in the manual for the iopt = 7 option). That second ACER run will produce input for viewr to plot the cross section data and the average cosine as a function of incident energy. The following is an input that you can use for that (in this input I suppose that tape30 is the thermal scattering ACE file, tape56 will be a postscript file with the plots):
You can also use our ENDFtk and ACEtk tools to extract the data you need from both the ENDF and ACE file. The ENDF file will give you the raw S(a,b) data but the ACE file will just give you cross section data and energy-angle distributions derived from the S(a,b) data. ENDFtk and ACEtk have python bindings that you will need to compile. After that, you can use these tools in python together with a plotting package like matplotlib. You can find installation notes here: For ACEtk, you should use the latest available branch (feature/dn-number). For ENDFtk, you should use either the master branch or the develop branch. |
Thank you @whaeck for your comments. I extracted the TSL data from different libraries namely: ENDF/V-III.0, JENDL-4.0 and IKE two of which are attached: ENDF/B-VIII.0 data: However, as shown below, the data from ENDF/V-III.0 are quite different from what is expected for T=350 K and T = 77 K. Thanks for any comments in advance. |
Dear experts,
![image](https://user-images.githubusercontent.com/90252318/183542545-3d72ca6b-4b43-414a-a067-b4f93831f396.png)
I have two TSL data for H in CH2 (polyethylene) in both ENDF and ACE format.
One of them is generated at 87 K (based on JEF-3) and another one at 77 K (based on ENDF/B-VIII.0) using NJOY99 and NJOY2012, respectively.
When I use these TSL data in PHITS code, the cold neutron flux (E=5 meV) from 87 K is higher than that of 77 K, which is against what I expected.
For such reason, I would like to extract the S(a,b) from each TSL and compare them. Hopefully, I can find a reason for this difference.
My question is:
Is it possible to extract S(alpha,beta) from ENDF or ACE formatted TSL for each e.g. beta, and plot them using NJOY?
I need to plot something like the figure below (taken from https://www-nds.iaea.org/publications/indc/indc-nds-0475.pdf for graphite.
Thank you.
Mahdi
The text was updated successfully, but these errors were encountered: