Skip to content

Method of Characteristics neutral particle transport code for reactor physics written in Julia.

License

Notifications You must be signed in to change notification settings

kevinm387/NeutronTransport.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Method of Characteristics neutral particle transport code for reactor physics written in Julia.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 100.0%