Skip to content

Commit 6d4161e

Browse files
committed
Update Neutron-Attenuation-and-Mean-Free-Path.md
1 parent b3544b7 commit 6d4161e

9 files changed

+218
-66
lines changed

_posts/de/2022-03-20-Neutron-Attenuation-and-Mean-Free-Path.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
22
title: Neutronenabschwächung (Neutron Attenuation) und mittlere freie Weglänge (Mean Free Path)
3-
description: Berechnung der Intensität eines monoenergetischen Neutronenstrahls in Abhängigkeit von der Durchdringungstiefe im Zielmaterial und Ableitung der mittleren freien Weglänge der Neutronen.
3+
description: Berechnung der Intensität eines Neutronenstrahls in Abhängigkeit von der Durchdringungstiefe im Zielmaterial und Ableitung der mittleren freien Weglänge von Neutronen. Zusätzlich werden makroskopische Wirkungsquerschnitte für homogene Mischungen und Moleküle berechnet.
44
categories: [Nuclear Engineering, Basis]
55
tags: [Nuclear Physics, Interaction of Radiation with Matter]
66
math: true
77
image: /assets/img/atoms.webp
88
---
9+
910
## Neutronenabschwächung (Neutron Attenuation)
10-
Ein monoenergetischer Neutronenstrahl mit der Intensität $I_0$ wird auf ein Zielmaterial der Dicke $X$ gerichtet, und in einiger Entfernung hinter dem Zielmaterial befindet sich ein Neutronendetektor. Nehmen wir an, dass sowohl das Zielmaterial als auch der Detektor sehr klein sind und der Detektor nur einen kleinen Raumwinkel abdeckt, sodass er nur einen Teil der durch das Zielmaterial austretenden Neutronen erfassen kann. Alle Neutronen, die mit dem Zielmaterial kollidieren, werden entweder absorbiert oder in andere Richtungen gestreut, sodass nur die Neutronen, die nicht mit dem Zielmaterial reagieren, den Detektor erreichen.
11+
Ein monoenergetischer Neutronenstrahl mit der Intensität $I_0$ wird auf ein Zielmaterial der Dicke $X$ gerichtet, und in einiger Entfernung hinter dem Ziel befindet sich ein Neutronendetektor. Wir nehmen an, dass sowohl das Ziel als auch der Detektor sehr klein sind und der Detektor nur einen kleinen Raumwinkel abdeckt, sodass er nur einen Teil der durch das Ziel austretenden Neutronen erfassen kann. Unter diesen Bedingungen werden alle Neutronen, die mit dem Zielmaterial kollidieren, entweder absorbiert oder in andere Richtungen gestreut, sodass nur die Neutronen, die keine Wechselwirkung mit dem Zielmaterial eingehen, den Detektor erreichen.
1112

12-
Bezeichnen wir mit $I(x)$ die Intensität des Neutronenstrahls, der nach einer Strecke $x$ im Zielmaterial ohne Kollision verbleibt. Wenn der Neutronenstrahl durch eine sehr dünne Schicht des Zielmaterials mit der Dicke $\tau$ hindurchtritt, ist die Anzahl der Kollisionen pro Flächeneinheit $\Delta I = \sigma_t I\tau N = \Sigma_t I\tau \ \text{[Neutronen/cm}^2\cdot\text{s]}$ (siehe Gleichung (1) und (4) in [Neutronenwechselwirkungen und Wirkungsquerschnitte](/posts/Neutron-Interactions-and-Cross-sections/#wirkungsquerschnitt-cross-section-oder-mikroskopischer-wirkungsquerschnitt-microscopic-cross-section)). Daher ist die Abnahme der Neutronenstrahlintensität beim Durchgang durch die Strecke $dx$ im Zielmaterial:
13+
Sei $I(x)$ die Intensität des Neutronenstrahls, der die Strecke $x$ im Zielmaterial ohne Kollision zurückgelegt hat. Wenn der Neutronenstrahl eine dünne Schicht der Dicke $\tau$ durchdringt, ist die Anzahl der Kollisionen pro Flächeneinheit $\Delta I = \sigma_t I\tau N = \Sigma_t I\tau \ \text{[Neutronen/cm}^2\cdot\text{s]}$ (siehe Gleichung [(1)](/posts/Neutron-Interactions-and-Cross-sections/#mjx-eqn%3Aeqn%3Amicroscopic_cross_section) und [(8)](/posts/Neutron-Interactions-and-Cross-sections/#mjx-eqn%3Aeqn%3Areaction_rate) im Artikel [Neutronenwechselwirkungen und Wirkungsquerschnitte](/posts/Neutron-Interactions-and-Cross-sections/)). Daher ist die Abnahme der Neutronenstrahlintensität beim Durchgang durch eine Schicht der Dicke $dx$ wie folgt:
1314

1415
$$ -dI = \sigma_t IN dx = \Sigma_t I dx \tag{1} $$
1516

@@ -22,11 +23,11 @@ $$ I(x) = I_0e^{-\Sigma_t x} \tag{2} $$
2223
Daraus folgt, dass die Intensität des Neutronenstrahls mit zunehmender Durchdringungstiefe im Zielmaterial exponentiell abnimmt.
2324

2425
## Mittlere freie Weglänge (Mean Free Path)
25-
- Die durchschnittliche Strecke, die ein Neutron nach einer Kollision mit einem Kern zurücklegt, bevor es mit einem weiteren Kern kollidiert
26+
- Die durchschnittliche Strecke, die ein Neutron zwischen aufeinanderfolgenden Kollisionen mit Atomkernen zurücklegt
2627
- Das heißt, die durchschnittliche Strecke, die ein Neutron ohne Kollision zurücklegt
2728
- Wird mit dem Symbol $\lambda$ bezeichnet
2829

29-
$I(x)/I_0=e^{-\Sigma_t x}$ gibt die Wahrscheinlichkeit an, dass ein Neutron die Strecke $x$ im Medium ohne Kollision mit einem Kern zurücklegt. Die Wahrscheinlichkeit $p(x)dx$, dass ein Neutron die Strecke $x$ ohne Kollision zurücklegt und dann innerhalb der Strecke $dx$ kollidiert, ist daher:
30+
Der Ausdruck $I(x)/I_0=e^{-\Sigma_t x}$ gibt die Wahrscheinlichkeit an, dass ein Neutron die Strecke $x$ im Medium ohne Kollision zurücklegt. Die Wahrscheinlichkeit $p(x)dx$, dass ein Neutron die Strecke $x$ ohne Kollision zurücklegt und dann innerhalb der Strecke $dx$ eine Kollision erfährt, ist daher:
3031

3132
$$ \begin{align*}
3233
p(x)dx &= \frac{I(x)}{I_0} \Sigma_t dx
@@ -42,6 +43,24 @@ $$ \begin{align*}
4243
\\ &= \Sigma_t \int_0^\infty xe^{-\Sigma_t x}dx
4344
\\ &= \Sigma_t \left(\left[-\frac{1}{\Sigma_t}xe^{-\Sigma_t x} \right]_0^\infty +\int_0^\infty \frac{1}{\Sigma_t}e^{-\Sigma_t x} \right)
4445
\\ &= \left[-\frac{1}{\Sigma_t}e^{-\Sigma_t x} \right]_0^\infty
45-
\\ &= 1/\Sigma_t \tag{3}
46+
\\ &= 1/\Sigma_t \label{eqn:mean_free_pass}\tag{3}
4647
\end{align*}
4748
$$
49+
50+
## Makroskopischer Wirkungsquerschnitt einer homogenen Mischung (Homogeneous Mixture)
51+
Betrachten wir eine homogene Mischung aus zwei Nukliden $X$ und $Y$ mit den Atomdichten $N_X$ bzw. $N_Y$ $\text{Atom/cm}^3$ und den Wirkungsquerschnitten $\sigma_X$ bzw. $\sigma_Y$ für eine bestimmte Neutronenreaktion.
52+
53+
Die Wahrscheinlichkeit pro Längeneinheit, dass ein Neutron mit den Nukliden $X$ bzw. $Y$ kollidiert, beträgt $\Sigma_X=N_X\sigma_X$ bzw. $\Sigma_Y=N_Y\sigma_Y$ (siehe [Makroskopischer Wirkungsquerschnitt](/posts/Neutron-Interactions-and-Cross-sections/#makroskopischer-wirkungsquerschnitt-macroscopic-cross-section)). Die Gesamtwahrscheinlichkeit pro Längeneinheit, dass ein Neutron mit einem der beiden Nuklide reagiert, ist daher:
54+
55+
$$ \Sigma = \Sigma_X + \Sigma_Y = N_X\sigma_X + N_Y\sigma_Y \label{eqn:cross_section_of_mixture}\tag{4}$$
56+
57+
## Äquivalenter Wirkungsquerschnitt (Equivalent Cross-section) eines Moleküls
58+
Wenn die oben betrachteten Nuklide in Form von Molekülen vorliegen, können wir den äquivalenten Wirkungsquerschnitt (equivalent cross-section) des Moleküls definieren, indem wir den makroskopischen Wirkungsquerschnitt der Mischung aus Gleichung ($\ref{eqn:cross_section_of_mixture}$) durch die Anzahl der Moleküle pro Volumeneinheit teilen.
59+
60+
Wenn $N$ Moleküle $X_mY_n$ pro Volumeneinheit vorhanden sind, dann gilt $N_X=mN$ und $N_Y=nN$. Aus Gleichung ($\ref{eqn:cross_section_of_mixture}$) erhalten wir den Wirkungsquerschnitt dieses Moleküls:
61+
62+
$$ \sigma = \frac{\Sigma}{N}=m\sigma_X + n\sigma_Y \label{eqn:equivalent_cross_section}\tag{5} $$
63+
64+
> Die Gleichungen ($\ref{eqn:cross_section_of_mixture}$) und ($\ref{eqn:equivalent_cross_section}$) gelten unter der Annahme, dass die Nuklide $X$ und $Y$ unabhängig voneinander mit Neutronen wechselwirken, und sind für alle Arten von Neutronenreaktionen außer [elastischer Streuung](/posts/Neutron-Interactions-and-Cross-sections/#elastische-streuung-elastic-scattering) gültig.
65+
> Für die elastische Streuung von Neutronen an Molekülen und Festkörpern (besonders im niedrigen Energiebereich) ist diese Annahme nicht anwendbar, und die Streuquerschnitte müssen experimentell bestimmt werden.
66+
{: .prompt-warning }

_posts/en/2022-03-20-Neutron-Attenuation-and-Mean-Free-Path.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
22
title: Neutron Attenuation and Mean Free Path
3-
description: Calculating the intensity of a neutron beam as it passes through a target material based on penetration distance, and deriving the mean free path of neutrons from this relationship.
3+
description: Calculate the intensity of a neutron beam as it penetrates a target material, derive the mean free path of neutrons, and determine macroscopic cross-sections for homogeneous mixtures and molecules containing multiple nuclides.
44
categories: [Nuclear Engineering, Basis]
55
tags: [Nuclear Physics, Interaction of Radiation with Matter]
66
math: true
77
image: /assets/img/atoms.webp
88
---
9+
910
## Neutron Attenuation
10-
Consider a monoenergetic neutron beam with intensity $I_0$ irradiating a target with thickness $X$, with a neutron detector placed at some distance behind the target. Let's assume that both the target and detector are very small, and the detector has a small solid angle that allows it to detect only a portion of the neutrons passing through the target. Under these conditions, all neutrons that interact with the target will either be absorbed or scattered away in different directions, so only neutrons that don't interact with the target will reach the detector.
11+
Consider a monoenergetic neutron beam with intensity $I_0$ irradiating a target of thickness $X$, with a neutron detector placed at some distance behind the target. Assume both the target and detector are very small, and the detector has a small solid angle that allows it to detect only a portion of the neutrons emerging from the target. All neutrons that collide with the target will either be absorbed or scattered away in different directions, so only neutrons that do not interact with the target will reach the detector.
1112

12-
Let $I(x)$ be the intensity of the neutron beam that remains uncollided after traveling a distance $x$ within the target. When a neutron beam passes through a very thin target of thickness $\tau$, the number of collisions per unit area is $\Delta I = \sigma_t I\tau N = \Sigma_t I\tau \ \text{[neutrons/cm}^2\cdot\text{s]}$ (refer to equations (1) and (4) in [Neutron Interactions and Cross-sections](/posts/Neutron-Interactions-and-Cross-sections/#cross-section-or-microscopic-cross-section)). Therefore, the decrease in neutron beam intensity while traveling a distance $dx$ within the target is:
13+
Let $I(x)$ be the intensity of the neutron beam that remains uncollided after traveling a distance $x$ within the target. When neutrons pass through a thin target of thickness $\tau$, the number of collisions per unit area is $\Delta I = \sigma_t I\tau N = \Sigma_t I\tau \ \text{[neutrons/cm}^2\cdot\text{s]}$ (refer to equation [(1)](/posts/Neutron-Interactions-and-Cross-sections/#mjx-eqn%3Aeqn%3Amicroscopic_cross_section) and [(8)](/posts/Neutron-Interactions-and-Cross-sections/#mjx-eqn%3Aeqn%3Areaction_rate) in [Neutron Interactions and Cross-sections](/posts/Neutron-Interactions-and-Cross-sections/)). Therefore, the decrease in neutron beam intensity while traveling a distance $dx$ within the target is:
1314

1415
$$ -dI = \sigma_t IN dx = \Sigma_t I dx \tag{1} $$
1516

@@ -19,14 +20,14 @@ $$ \frac{dI}{I} = -\Sigma_t dx $$
1920

2021
$$ I(x) = I_0e^{-\Sigma_t x} \tag{2} $$
2122

22-
This shows that the neutron beam intensity decreases exponentially with the distance traveled through the target.
23+
This shows that the neutron beam intensity decreases exponentially with distance traveled through the target.
2324

2425
## Mean Free Path
2526
- The average distance a neutron travels between successive collisions with nuclei
2627
- In other words, the average distance a neutron travels without collision
2728
- Denoted by the symbol $\lambda$
2829

29-
The ratio $I(x)/I_0=e^{-\Sigma_t x}$ represents the probability that a neutron will travel a distance $x$ within the medium without colliding with any nuclei. Therefore, the probability $p(x)dx$ that a neutron travels a distance $x$ without collision and then collides within a distance $dx$ is:
30+
The ratio $I(x)/I_0=e^{-\Sigma_t x}$ represents the probability that a neutron will travel a distance $x$ through the medium without colliding with any nuclei. Therefore, the probability $p(x)dx$ that a neutron travels a distance $x$ without collision and then collides within a distance $dx$ is:
3031

3132
$$ \begin{align*}
3233
p(x)dx &= \frac{I(x)}{I_0} \Sigma_t dx
@@ -42,6 +43,24 @@ $$ \begin{align*}
4243
\\ &= \Sigma_t \int_0^\infty xe^{-\Sigma_t x}dx
4344
\\ &= \Sigma_t \left(\left[-\frac{1}{\Sigma_t}xe^{-\Sigma_t x} \right]_0^\infty +\int_0^\infty \frac{1}{\Sigma_t}e^{-\Sigma_t x} \right)
4445
\\ &= \left[-\frac{1}{\Sigma_t}e^{-\Sigma_t x} \right]_0^\infty
45-
\\ &= 1/\Sigma_t \tag{3}
46+
\\ &= 1/\Sigma_t \label{eqn:mean_free_pass}\tag{3}
4647
\end{align*}
4748
$$
49+
50+
## Macroscopic Cross-Section of a Homogeneous Mixture
51+
Consider a homogeneous mixture containing two nuclides $X$ and $Y$ with atomic densities $N_X$ and $N_Y$ $\text{atom/cm}^3$, respectively. If the microscopic cross-sections for a specific neutron reaction with these nuclei are $\sigma_X$ and $\sigma_Y$, then:
52+
53+
The probabilities of neutron collision per unit path length with nuclei $X$ and $Y$ are $\Sigma_X=N_X\sigma_X$ and $\Sigma_Y=N_Y\sigma_Y$, respectively (see [Macroscopic Cross-section](/posts/Neutron-Interactions-and-Cross-sections/#macroscopic-cross-section)). Therefore, the total probability of neutron reaction per unit path length is:
54+
55+
$$ \Sigma = \Sigma_X + \Sigma_Y = N_X\sigma_X + N_Y\sigma_Y \label{eqn:cross_section_of_mixture}\tag{4}$$
56+
57+
## Equivalent Cross-Section of a Molecule
58+
If the nuclei discussed above exist in molecular form, we can define an equivalent cross-section for the molecule by dividing the macroscopic cross-section of the mixture (calculated using equation ($\ref{eqn:cross_section_of_mixture}$)) by the number of molecules per unit volume.
59+
60+
If there are $N$ molecules of $X_mY_n$ per unit volume, then $N_X=mN$ and $N_Y=nN$. From equation ($\ref{eqn:cross_section_of_mixture}$), we can determine the equivalent cross-section of this molecule as:
61+
62+
$$ \sigma = \frac{\Sigma}{N}=m\sigma_X + n\sigma_Y \label{eqn:equivalent_cross_section}\tag{5} $$
63+
64+
> Equations ($\ref{eqn:cross_section_of_mixture}$) and ($\ref{eqn:equivalent_cross_section}$) are valid under the assumption that nuclei $X$ and $Y$ interact independently with neutrons. This assumption holds for all types of neutron reactions except for elastic scattering.
65+
> For elastic scattering by molecules and solids (especially in the low-energy region), this assumption cannot be applied, and scattering cross-sections must be determined experimentally.
66+
{: .prompt-warning }

0 commit comments

Comments
 (0)