OpenMC Monte Carlo Code https://docs.openmc.org
Find a file
2020-12-14 16:56:58 +00:00
.github/workflows Re-adding GitHub token to CI file -- used to push coveralls results. 2020-12-14 16:56:58 +00:00
cmake Re-adding the find_package call in OpenMCConfig.cmake 2020-04-07 14:04:06 -05:00
docs Merge pull request #1720 from paulromano/autodoc-fix 2020-11-10 14:13:34 -06:00
examples Make Source::sample() method const 2020-10-27 10:02:03 -05:00
include/openmc Address @paulromano comments 2020-12-03 10:37:13 -05:00
man/man1 More comment incorporation from code review. 2020-01-27 17:12:15 +00:00
openmc Merge pull request #1718 from mkreher13/transient-rewrite 2020-12-11 10:26:42 -06:00
scripts Another .value replacement in the track-to-vtk script. 2020-10-31 00:20:00 -05:00
src Adding a GitHub actions CI file. 2020-12-14 05:48:54 +00:00
tests Adding message passing header to the C++ driver test. 2020-12-14 06:18:41 +00:00
tools/ci Adding a GitHub actions CI file. 2020-12-14 05:48:54 +00:00
vendor Update gsl-lite submodule (fixes breaking compile with gcc 10) 2020-05-15 11:11:39 -05:00
.clang-format Address remaining @smharper comments on #1467 2020-02-03 07:25:58 -06:00
.gitignore update name of example problem directories in gitignore 2020-10-03 11:18:48 -04:00
.gitmodules Add {fmt} modern formatting library as dependency 2020-02-10 10:33:57 -06:00
.travis.yml rebase to resovle conflicts 2020-10-10 08:49:14 +08:00
CMakeLists.txt Revert "CMake uses FindMPI module for CMake v3.10+" 2020-07-27 13:34:07 -05:00
CODE_OF_CONDUCT.md Clarify enforcement in code of conduct 2018-07-25 06:30:26 -05:00
CODEOWNERS Add CODEOWNERS file 2019-10-09 13:11:46 -05:00
CONTRIBUTING.md Document governance model discussed at OpenMC developer's meeting 2018-08-03 13:01:45 -05:00
Dockerfile Use python-is-python3 so that 'python3' is not necessary 2020-09-28 15:16:10 -05:00
LICENSE Happy new year 2020! 2020-01-02 16:33:14 -06:00
MANIFEST.in Update MANIFEST.in 2020-07-17 14:20:29 -05:00
pyproject.toml Use PEP 518 pyproject.toml file to manage build dependencies 2018-08-16 12:00:39 -05:00
pytest.ini Skip multipole-related tests if OPENMC_MULTIPOLE_LIBRARY is not set 2018-02-06 13:27:01 -05:00
README.md Update README.md 2020-08-30 17:11:17 +01:00
schemas.xml So begins the CMFD Fortran purge :D (~3.6K lines) 2018-11-24 00:13:37 -05:00
setup.py Use nbsphinx for rendering Jupyter notebooks in documentation 2020-10-14 07:57:52 -05:00

OpenMC Monte Carlo Particle Transport Code

License Travis CI build status (Linux) Code Coverage

The OpenMC project aims to provide a fully-featured Monte Carlo particle transport code based on modern methods. It is a constructive solid geometry, continuous-energy transport code that uses HDF5 format cross sections. The project started under the Computational Reactor Physics Group at MIT.

Complete documentation on the usage of OpenMC is hosted on Read the Docs (both for the latest release and developmental version). If you are interested in the project, or would like to help and contribute, please get in touch on the OpenMC discussion forum.

Installation

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

Citing

If you use OpenMC in your research, please consider giving proper attribution by citing the following publication:

Troubleshooting

If you run into problems compiling, installing, or running OpenMC, first check the Troubleshooting section in the User's Guide. If you are not able to find a solution to your problem there, please post to the discussion forum.

Reporting Bugs

OpenMC is hosted on GitHub and all bugs are reported and tracked through the Issues feature on GitHub. However, GitHub Issues should not be used for common troubleshooting purposes. If you are having trouble installing the code or getting your model to run properly, you should first send a message to the User's Group mailing list. If it turns out your issue really is a bug in the code, an issue will then be created on GitHub. If you want to request that a feature be added to the code, you may create an Issue on github.

License

OpenMC is distributed under the MIT/X license.