Skip to content

KennellyT/pyrk

This branch is 1 commit ahead of, 44 commits behind pyrk/pyrk:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8b9efb8 · May 31, 2018
Mar 28, 2016
Aug 23, 2017
Mar 2, 2015
May 31, 2018
Dec 15, 2015
Nov 6, 2017
Sep 20, 2017
Mar 28, 2016
Sep 20, 2017
Mar 28, 2016
Jul 14, 2017
Aug 22, 2017

Repository files navigation

PyRK

Welcome to PyRK. This is a solver tool for coupled neutronic and thermal hydraulic reactor transient analysis in 0-D. It is in active development. Please correspond directly with the author for suggestions about use, additional documentation, etc.

Installation

Detailed instructions will be present in the upcoming user's guide. However, for now, install this as you would any other pure python module

python setup.py install

If you use --prefix, be sure to add the path to your PYTHONPATH environment variable.

Documentation

The documentation for pyrk can be found at pyrk.github.io. 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. sphinx-apidoc --separate --force --output-dir=src/ ../pyrk
  4. make clean
  5. make html

After these steps, the website will be found in pyrk/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. I would be thrilled to work with you on improving it.

Contribution

This repository is a work in progress. I 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

Python for Reactor Kinetics

Resources

Citation

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%