Monte Carlo Neutron & Particle Transport
Monte Carlo Neutron and Particle Transport Simulation · Also known as: Monte Carlo simulation, stochastic transport, particle history method
Monte Carlo neutron and particle transport is a stochastic simulation method that tracks individual particle histories through matter, developed by Metropolis and Ulam in 1949 during the Manhattan Project. By sampling random numbers to determine collision locations, energy transfers, and scattering angles, it produces unbiased estimates of reaction rates, flux distributions, and detector responses without discretizing angle or energy variables.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
When to use it
Use Monte Carlo when geometry is highly complex (irregular fuel assemblies, scattered components, detector arrays), energy spectra are continuous or multi-peaked, or angular distributions are strongly anisotropic. It excels in 3D analyses, photon-neutron coupling, and problems where deterministic codes require prohibitive mesh refinement. Prefer it for final design verification or when uncertainty quantification is critical.
Strengths & limitations
- Naturally handles arbitrary geometry without mesh constraints; irregular shapes treated as easily as simple boxes
- Produces unbiased estimates with quantifiable statistical uncertainty; error decreases as inverse square root of histories
- No discretization errors in angle or energy; directly samples continuous distributions without approximation
- Inherently parallelizable—histories are independent, enabling efficient distributed computing across many processors
- Computationally expensive; converging to low statistical error (< 1%) requires tens of millions of histories, taking hours to days even on modern hardware
- Variance reduction techniques (importance sampling, stratified sampling) improve efficiency but require problem-specific tuning and expert knowledge
- Tallying rare events (deep penetration, detector responses far from source) requires special variance reduction; naive simulation may miss them entirely
- Memory demand grows with geometry complexity and tally dimensionality; 3D space-energy-time dependent calculations demand large computational resources
Frequently asked
Why does Monte Carlo produce different results each time you run it?
Monte Carlo is inherently probabilistic—each run uses a different random number sequence, producing a slightly different estimate with the same expected value. This is not an error; it reflects true statistical sampling variability. Multiple runs with different seeds allow you to estimate confidence intervals and detect convergence.
What is variance reduction and when should I use it?
Variance reduction artificially increases the probability of interesting events (e.g., particle reaching a distant detector) and adjusts weights to maintain unbiased results. Techniques include importance sampling, Russian roulette, and splitting. Use them when naive simulation converges too slowly, but expect a trade-off: setup is complex and problem-specific tuning is required.
How many histories do I need to run?
Statistical error scales as 1/√N where N is the number of histories. For 1% relative error, typically require ~10,000 history counts per tally bin; for complex 3D problems with multiple tallies, 10–100 million histories are standard. Start with 1 million and check if tally standard deviations are acceptable (< 2–5% for most engineering applications).
Is Monte Carlo always more accurate than deterministic transport?
Not necessarily. Monte Carlo is statistically unbiased but converges slowly, especially in high-dimensional problems. Deterministic methods are faster but introduce discretization error. The best approach often combines both: use deterministic methods for design exploration and Monte Carlo for final verification and complex geometry problems.
Sources
- Metropolis, N., & Ulam, S. (1949). The Monte Carlo Method. Journal of the American Statistical Association, 44(247), 335–341. DOI: 10.1080/01621459.1949.10483310 ↗
- Lux, I., & Koblinger, L. (2004). Monte Carlo Particle Transport Methods: Neutron and Photon Calculations. CRC Press. link ↗
How to cite this page
ScholarGate. (2026, June 3). Monte Carlo Neutron and Particle Transport Simulation. ScholarGate. https://scholargate.app/en/nuclear-physics/monte-carlo-neutron-particle
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- Criticality Safety AnalysisNuclear Physics↔ compare
- Dosimetry MeasurementNuclear Physics↔ compare
- Neutron Transport CalculationNuclear Physics↔ compare
- Radiation Dose AssessmentNuclear Physics↔ compare
- Radiation Shielding DesignNuclear Physics↔ compare