- #1
19matthew89
- 47
- 12
- TL;DR Summary
- How may I use ENDF/B reaction numbers?
Hi everyone,
I am trying to evaluate the spectral index of an nonelastic (n,n') reaction. For that I want to set up a tally multiplier on a cell (let's call it cell 10). The reaction is present in the ENDF/B library as MT=4 but I have not seen it in the table of the special reaction numbers which can be used in MCNP (table 5.18 of the manual LA-UR-22-30006, Code Version 6.3.0, https://mcnp.lanl.gov/manual.html) . However, the manual says that either ENDF or special number reaction numbers could be used, but there is no example of how to set a reaction list using the ENDF library. So...how do I set up the tally with this reaction? Using MT=4?
See my tentative example below:
I set the energy with this energy binning because I'm interested in E>1 MeV and 100 is the virtual material I'm interested, so not used in defining any cell.
Thanks in advance
I am trying to evaluate the spectral index of an nonelastic (n,n') reaction. For that I want to set up a tally multiplier on a cell (let's call it cell 10). The reaction is present in the ENDF/B library as MT=4 but I have not seen it in the table of the special reaction numbers which can be used in MCNP (table 5.18 of the manual LA-UR-22-30006, Code Version 6.3.0, https://mcnp.lanl.gov/manual.html) . However, the manual says that either ENDF or special number reaction numbers could be used, but there is no example of how to set a reaction list using the ENDF library. So...how do I set up the tally with this reaction? Using MT=4?
See my tentative example below:
Code:
F4:N 10
E4 1 20
FM4 (-1 100 MT=4) T
SD4 1
I set the energy with this energy binning because I'm interested in E>1 MeV and 100 is the virtual material I'm interested, so not used in defining any cell.
Thanks in advance