OpenMC Monte Carlo Code https://docs.openmc.org
Find a file
2022-01-08 16:28:31 -06:00
.github/workflows added dockehub action for libmesh when release event triggers 2021-12-18 17:42:19 +06:00
cmake Add support for PNG plots using libpng 2021-10-04 15:48:42 -05:00
docs Add WeightWindows to API docs 2022-01-08 15:19:33 -06:00
examples Updating pincell depletion example. 2021-10-08 09:21:03 -05:00
include/openmc Move main weight window function to weight_windows.cpp 2022-01-08 15:26:02 -06:00
man/man1 Remove comma in UChicago Argonne, LLC 2021-10-04 15:39:00 -05:00
openmc Add WeightWindows to API docs 2022-01-08 15:19:33 -06:00
scripts Fix pathlib use error in openmc-ace-to-hdf5 2021-08-11 11:16:46 -05:00
src Move main weight window function to weight_windows.cpp 2022-01-08 15:26:02 -06:00
tests Tests: adding option to copy file into temp dir. 2022-01-08 16:28:31 -06:00
tools Force CI tests to use numpy<1.22 2022-01-03 09:53:44 -05:00
vendor Reverting change to fmt submodule 2021-12-03 17:05:25 +00:00
.clang-format Address remaining @smharper comments on #1467 2020-02-03 07:25:58 -06:00
.git-blame-ignore-revs Added file that can be passed to 'git blame --ignore-revs-file' 2021-08-11 13:46:35 -05:00
.gitignore Remove convert_exec arguments, update documentation 2021-10-06 11:51:38 -05:00
.gitmodules Add {fmt} modern formatting library as dependency 2020-02-10 10:33:57 -06:00
.readthedocs.yaml Fix RTD build issue by pinning sphinx 2021-11-11 16:49:48 -06:00
CMakeLists.txt Implement mesh-based weight windows (squashed) 2022-01-08 14:43:18 -06: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 Update some links in documentation, fix license badge on README 2021-12-29 10:19:11 -05:00
Dockerfile setting Doptimize and Ddebug to off 2021-12-06 11:35:12 +00:00
LICENSE Remove comma in UChicago Argonne, LLC 2021-10-04 15:39:00 -05:00
MANIFEST.in Remove Jupyter notebooks from documentation 2021-07-15 10:07:15 -05:00
pyproject.toml Force CI tests to use numpy<1.22 2022-01-03 09:53:44 -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 some links in documentation, fix license badge on README 2021-12-29 10:19:11 -05:00
schemas.xml So begins the CMFD Fortran purge :D (~3.6K lines) 2018-11-24 00:13:37 -05:00
setup.py Update minimum Python version to 3.6 2021-07-27 22:50:28 -05:00

OpenMC Monte Carlo Particle Transport Code

License GitHub Actions build status (Linux) Code Coverage dockerhub-publish-develop-dagmc dockerhub-publish-develop

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.