Skip to content

Commit 24eff9a

Browse files
committed
Adding reaction types to several different kinds of data.
1 parent 2185657 commit 24eff9a

6 files changed

Lines changed: 147 additions & 0 deletions

File tree

ContinuousEnergyNeutron.ipynb

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,57 @@
9494
"ZA = 5010\n",
9595
"display(ZA)"
9696
]
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+
]
97148
}
98149
],
99150
"metadata": {

Electron.ipynb

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,30 @@
6363
"ZA = 1000\n",
6464
"display(ZA)"
6565
]
66+
},
67+
{
68+
"cell_type": "markdown",
69+
"metadata": {},
70+
"source": [
71+
"## Reaction Types\n",
72+
"This not a complete list of reaction numbers. For more information consult the MCNP manual and the ENDF-6 format manual.\n",
73+
"\n",
74+
"| MT | FM | Microscopic Cross-Section Description | \n",
75+
"| -- | -- | -- | \n",
76+
"| | 1 | $de/dx$ electron collision stopping power | \n",
77+
"| | 2 | $de/dx$ electron radiative stopping power | \n",
78+
"| | 3 | $de/dx$ total electron stopping power | \n",
79+
"| | 4 | electron range | \n",
80+
"| | 5 | electron radiation yield | \n",
81+
"| | 6 | relativistic $\\beta^2$ | \n",
82+
"| | 7 | stopping power density correction | \n",
83+
"| | 8 | ratio of rad/col stopping powers | \n",
84+
"| | 9 | $drange$ | \n",
85+
"| | 10 | $dyield$ | \n",
86+
"| | 11 | $rng$ array values | \n",
87+
"| | 12 | $qav$ array values | \n",
88+
"| | 13 | $ear$ array values | \n"
89+
]
6690
}
6791
],
6892
"metadata": {

NeutronPhoton.ipynb

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,28 @@
6363
"ZA = 1001\n",
6464
"display()"
6565
]
66+
},
67+
{
68+
"cell_type": "markdown",
69+
"metadata": {},
70+
"source": [
71+
"## Reaction Types\n",
72+
"This not a complete list of reaction numbers. For more information consult the MCNP manual and the ENDF-6 format manual.\n",
73+
"\n",
74+
"| MT | FM | Microscopic Cross-Section Description | \n",
75+
"| -- | -- | -- | \n",
76+
"| 1 | -1 | Total cross section | \n",
77+
"| 18 | -2 | Fission cross section | \n",
78+
"| | -3 | Nubar data | \n",
79+
"| | -4 | Fission chi data | \n",
80+
"| 101 | -5 | Absorption cross section | \n",
81+
"| | -6 | Stopping powers | \n",
82+
"| | -7 | Momentum transfers | \n",
83+
"| 202 | | Photon production | \n",
84+
"| 301 | | Heating number | \n",
85+
"| 318 | | Fission Q | \n",
86+
"| 401 | | Heating number times total cross section | "
87+
]
6688
}
6789
],
6890
"metadata": {

Photoatomic.ipynb

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,23 @@
6363
"ZA = 1000\n",
6464
"display(ZA)"
6565
]
66+
},
67+
{
68+
"cell_type": "markdown",
69+
"metadata": {},
70+
"source": [
71+
"## Reaction Types\n",
72+
"This not a complete list of reaction numbers. For more information consult the MCNP manual and the ENDF-6 format manual.\n",
73+
"\n",
74+
" | MT | FM | Microscopic Cross-Section Description | \n",
75+
" | -- | -- | -- | \n",
76+
" | 501 | -5 | Total | \n",
77+
" | 504 | -1 | Incoherent (Compton + Form Factor) | \n",
78+
" | 502 | -2 | Coherent (Thomson + Form Factor) | \n",
79+
" | 522 | -3 | Photoelectric with fluorescence | \n",
80+
" | 516 | -4 | Pair production | \n",
81+
" | 301 | -6 | Heating number | \n"
82+
]
6683
}
6784
],
6885
"metadata": {

Photonuclear.ipynb

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,25 @@
6363
"ZA = 1002\n",
6464
"display()"
6565
]
66+
},
67+
{
68+
"cell_type": "markdown",
69+
"metadata": {},
70+
"source": [
71+
"## Reaction Types\n",
72+
"This not a complete list of reaction numbers. For more information consult the MCNP manual and the ENDF-6 format manual.\n",
73+
"\n",
74+
"| MT | FM | Microscopic Cross-Section Description | \n",
75+
"| -- | -- | -- | \n",
76+
"| | 1 | Total | \n",
77+
"| | 2 | Non-elastic | \n",
78+
"| | 3 | Elastic | \n",
79+
"| | 4 | Heating | \n",
80+
"| | 5 | Other | \n",
81+
"| | 100x | Neutron production from reaction $x$ | \n",
82+
"| | 200x | Photon production from reaction $x$ | \n",
83+
"| | 900x | Proton production from reaction $x$ | \n"
84+
]
6685
}
6786
],
6887
"metadata": {

ThermalScattering.ipynb

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,20 @@
8282
"material = 'h-h2o' \n",
8383
"display(material)"
8484
]
85+
},
86+
{
87+
"cell_type": "markdown",
88+
"metadata": {},
89+
"source": [
90+
"## Reaction Types\n",
91+
"This not a complete list of reaction numbers. For more information consult the MCNP manual and the ENDF-6 format manual.\n",
92+
"\n",
93+
" | MT | FM | Microscopic Cross-Section Description | \n",
94+
" | -- | -- | -- | \n",
95+
" | 1 | | Total cross section | \n",
96+
" | 2 | | Elastic scattering cross section | \n",
97+
" | 4 | | Inelastic scattering cross section | "
98+
]
8599
}
86100
],
87101
"metadata": {

0 commit comments

Comments
 (0)