|
94 | 94 | "ZA = 5010\n", |
95 | 95 | "display(ZA)" |
96 | 96 | ] |
| 97 | + }, |
| 98 | + { |
| 99 | + "cell_type": "markdown", |
| 100 | + "metadata": {}, |
| 101 | + "source": [ |
| 102 | + "## Reaction Types\n", |
| 103 | + "This not a complete list of reaction numbers. For more information consult the MCNP manual and the ENDF-6 format manual.\n", |
| 104 | + "\n", |
| 105 | + "| MT | FM | Microscopic Cross-Section Description | \n", |
| 106 | + "| -- | -- | -- | \n", |
| 107 | + "| 1 | -1 | Total | \n", |
| 108 | + "| 2 | -3 | Elastic | \n", |
| 109 | + "| 16 | | $(n,2n)$ | \n", |
| 110 | + "| 17 | | $(n,3n)$ | \n", |
| 111 | + "| 18 | | Total fission $(n,fx)$ | \n", |
| 112 | + "| | -6 | Total fission cross section. [1] | \n", |
| 113 | + "| | -7 | Nubar (prompt or total) [2] | \n", |
| 114 | + "| | -8 | Fission Q | \n", |
| 115 | + "| 19 | | $(n,f)$ | \n", |
| 116 | + "| 20 | | $(n,n'f)$ | \n", |
| 117 | + "| 21 | | $(n,2nf)$ | \n", |
| 118 | + "| 22 | | $(n,n'\\alpha)$ | \n", |
| 119 | + "| 28 | | $(n,n'p)$ | \n", |
| 120 | + "| 32 | | $(n,n'd)$ | \n", |
| 121 | + "| 33 | | $(n,n't)$ | \n", |
| 122 | + "| 38 | | $(n,3nf)$ | \n", |
| 123 | + "| 51 | | $(n,n')$ to 1st excited state | \n", |
| 124 | + "| 52 | | $(n,n')$ to 2nd excited state | \n", |
| 125 | + "| $\\cdots$ | | $\\cdots$ | \n", |
| 126 | + "| 90 | | $(n,n')$ to 40th excited state | \n", |
| 127 | + "| 91 | | $(n,n')$ to continuum | \n", |
| 128 | + "| 101 | -2 | Absorption | \n", |
| 129 | + "| 102 | | $(n,\\gamma)$ | \n", |
| 130 | + "| 103 | | $(n,p)$ | \n", |
| 131 | + "| 104 | | $(n,d)$ | \n", |
| 132 | + "| 105 | | $(n,t)$ | \n", |
| 133 | + "| 106 | | $(n,3He)$ | \n", |
| 134 | + "| 107 | | $(n,\\alpha)$ | \n", |
| 135 | + "| 202 | -5 | Total photon production | \n", |
| 136 | + "| 203 | | Total proton production | \n", |
| 137 | + "| 204 | | Total deuterium production | \n", |
| 138 | + "| 205 | | Total tritium production | \n", |
| 139 | + "| 206 | | Total 3He production\n", |
| 140 | + "| 207 | | Total alpha production | \n", |
| 141 | + "| 301 | -4 | Average heating numbers (MeV/collision) | \n", |
| 142 | + "\n", |
| 143 | + "**Notes**\n", |
| 144 | + "1. `FM=-6` equal to MT=18 if MT=18 exists; otherwise equal to the sum of MTs 19, 20, 21, and 38.\n", |
| 145 | + "2. `MT=101`, `FM=-2` sum of `MT=102--117` neutron disappearance; does not include fission.\n", |
| 146 | + "3. `FM=-8` used in print table 98, but not plots.\n" |
| 147 | + ] |
97 | 148 | } |
98 | 149 | ], |
99 | 150 | "metadata": { |
|
0 commit comments