ZanderUF / MSR_1D

Point kinetics solver for molten salt reactor kinetics calculations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MSR1D

Modified point kinetics solver for MSR reactor transient calculations. Uses a 1D discontinous Galerkin approach for discretizing the temperature and fluid flow equations.

Building

Requires LAPACK to be built. See lapack-3.8.0 for details on how to build To build the source code all that is needed is a fortran compiler. For instance gfortran A makefile is used to build the executable. The makefile assumes you have gfortran in your path

cd src
make

Note: Regression testing and visualization utilities requires python 2.7+ with matplotlib & numpy

Documentation

Documentation maintained with Readthedocs. Click here for documentation

Testing

Basic regression tests can be found by going to:

cd regression

And run using the python script:

python BasicRegressionTests.py

Utilities

The utilities folder has utilized for automatting steady state calculations to tabuluate various parameters. Plotting of solution vectors is made possible with a series of python scripts

About

Point kinetics solver for molten salt reactor kinetics calculations.

License:MIT License


Languages

Language:Fortran 78.1%Language:C 19.0%Language:C++ 2.1%Language:CMake 0.3%Language:Makefile 0.3%Language:TeX 0.1%Language:Python 0.1%Language:Shell 0.0%