All Projects → rvignolo → NeutronTransport.jl

rvignolo / NeutronTransport.jl

Licence: MIT license
Method of Characteristics neutral particle transport code for reactor physics written in Julia.

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to NeutronTransport.jl

becquerel
Becquerel is a Python package for analyzing nuclear spectroscopic measurements.
Stars: ✭ 31 (+93.75%)
Mutual labels:  nuclear-physics
alice-rs
Analyze the public data from the CERN base ALICE collaboration with Rust
Stars: ✭ 81 (+406.25%)
Mutual labels:  nuclear-physics

NeutronTransport

Documentation
Stable Dev
Build Status
Build Status

Description

NeutronTransport is a reactor physics program that solves the steady-state multigroup neutron transport equation by means of the Method of Characteristics approximation over unstructured grids. It relies on RayTracing.jl for the tracking procedure.

Installation

The package can be installed using the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> add NeutronTransport

Or, equivalently, via the Pkg API:

julia> import Pkg; Pkg.add("NeutronTransport")

Examples

These are some popular examples solved with NeutronTransport:

Pincell 4 by 4 BWR lattice (2 Gd pins) C5G7 Benchmark
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].