NeutronTransport.jl

Method of Characteristics neutral particle transport code for reactor physics written in Julia.
Author rvignolo
Popularity
16 Stars
Updated Last
11 Months Ago
Started In
December 2020

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

Used By Packages

No packages found.