Crate nuclear

source ·
Expand description

Neutron transport Monte Carlo

Neutron transport Monte Carlo written in Rust, intended for nuclear reactor simulations.

Modules

  • Handles diagnostics functions for tracking neutron behavior over time.
  • Different part types with material properties through the use of simple constructive solid geometry tools.
  • Heat diffusion simulation.
  • Material data and energy-dependent properties for common materials used in nuclear engineering.
  • Neutron simulation with scattering, absorption and fission.
  • Overarching simulation module that integrates the other modules.
  • Utilities for file-handling, vectors etc.