Nuclear Cross Section
Nuclear Cross Section
The cross section quantifies how likely a nuclear reaction is. Imagine the target nucleus presenting an effective area to an incoming particle — the larger the cross section, the more probable the reaction.
The barn is a surprisingly large unit: it was named during the Manhattan Project because uranium nuclei seemed "as big as a barn."
Key Quantities
Reaction rate per target nucleus: where is the particle flux (particles/m²/s).
Mean free path — average distance a projectile travels before reacting: where is the number density of target nuclei [m⁻³].
Attenuation of a beam passing through material of thickness :
Example: Thermal Neutrons in Water
Water has molecules/m³. The total neutron cross section for water near barn gives a mean free path of about 6 mm — thermal neutrons are moderated very efficiently.
Your Task
Implement:
mean_free_path(N_density, sigma_m2)— mean free path in metersattenuation(I0, N_density, sigma_m2, x)— transmitted intensityreaction_rate(flux, sigma_m2)— reaction rate per target nucleus