Hi all, had a question regarding the use of the threshold displacement energy used for DPA calculation according to the NRT-DPA model. I am not sure where this value of 40ev is coming from for the material used, how it differs for other materials, what it measures, and how it is calculated. Say I want to do this calculation for other materials like Titanium Hydride, Stainless steel, and borated steel, where could I obtain the specific values for them? It has been used in @Shimwell’s neutronics workshop to calculate the displacement per source neutron -
print('Damage energy deposited per source neutron = ', damage_energy_in_ev, 'eV\n')
print('Two times the threshold energy of 40eV is needed to displace an atom')
displacements_per_source_neutron = damage_energy_in_ev / (2*40)
print('Displacements per source neutron = ', displacements_per_source_neutron, '\n')```
In my experience you use DPA cross-sections to evaluate material DPA in your neutronics code. The displacement energy figures in the evaluation/generation of the DPA cross-section
I have incorporated a couple of lines explaining the NRT assumption to this workshop when I showed it to my colleagues. Happy to share it but don’t know how to insert jupyter notebook parts here.
Nice, feel free to post a screenshot and i can update the workshop. If you are super keen the a PR to the workshop would be ideal. This is better as it would give you credit for the improvements in the git commits