Skip to content
forked from arfc/saltproc

Online reprocessing for molten salt reactors

License

Notifications You must be signed in to change notification settings

andrewryh/saltproc

 
 

Repository files navigation

SaltProc

Build Status

The SaltProc is a fuel reprocessing simulation tool for liquid fueled nuclear reactors.

How to run SaltProc:

cd /path/to/saltproc python run_saltproc.py -n 4 -d 1 -i examples/tap_main.json

-n          number of cluster nodes to use in Serpent
-d          number of threads to use in Serpent
-i          path and name of SaltProc main input file

Installation

Installing SaltProc from source is a two-step process. First, clone the source code from GitHub:

git clone https://github.com/arfc/saltproc.git

Then run the following commands:

cd saltproc/
python setup.py install --user

Detailed installation instructions can be found in the User's Guide.

Documentation

The documentation for SaltProc can be found at arfc.github.io/saltproc/. Additionally, the entire contents of that website can be built from the doc directory in the source code using the following steps

  1. pip install sphinx
  2. pip install sphinx_rtd_theme.
  3. cd doc/
  4. sphinx-apidoc --separate --force --output-dir=src/ ../saltproc
  5. make clean
  6. make html

After these steps, the website will be found in saltproc/doc/_build/html.

License

The license for this work can be found here. Please be respectful of my intellectual work by communicating with me about its use, understanding its limitations, and citing me where appropriate. We would be thrilled to work with you on improving it.

Contribution

This repository is a work in progress. We would love it if you wanted to contribute to this code here in this repository. Here is some information about how to do that..

Other

About

Online reprocessing for molten salt reactors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Limbo 85.4%
  • Jupyter Notebook 10.4%
  • Python 2.4%
  • MATLAB 1.8%