OpenMC Monte Carlo Code https://docs.openmc.org
Find a file
2021-08-11 13:46:35 -05:00
.github/workflows Rename name: dockerhub-publish-develop-dagmc.yml to dockerhub-publish-develop-dagmc.yml 2021-05-09 12:43:04 -07:00
cmake Ensuring that all necessary information makes it into the OpeMCconfig file for linked applicatoins. 2021-04-07 20:56:18 -05:00
docs Update minimum Python version to 3.6 2021-07-27 22:50:28 -05:00
examples Remove Jupyter notebooks from documentation 2021-07-15 10:07:15 -05:00
include/openmc Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
man/man1 Happy belated new year 2021 2021-03-04 22:52:26 -06:00
openmc Merge pull request #1862 from Shimwell/f_strings 2021-08-02 22:07:23 -05:00
scripts Adding warning to the openmc-plot-mesh-tally script and ensuring unstructured mesh filters aren't included in the app's combobox. 2021-04-07 19:07:07 -05:00
src Apply clang-format on entire source 2021-08-11 11:41:49 -05:00
tests Merge pull request #1863 from pshriwise/cell_inst_filter 2021-08-03 14:27:32 -05:00
tools/ci Update MPI alternatives to use MPICH 2021-04-26 14:45:37 -05: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
.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 Jupyter notebooks from documentation 2021-07-15 10:07:15 -05:00
.gitmodules Add {fmt} modern formatting library as dependency 2020-02-10 10:33:57 -06:00
CMakeLists.txt Changed version number of 0.13.0-dev 2021-06-15 09:41:29 +07: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 moved to specific versions for embree and moab 2021-03-25 18:18:10 +00:00
LICENSE Happy belated new year 2021 2021-03-04 22:52:26 -06:00
MANIFEST.in Remove Jupyter notebooks from documentation 2021-07-15 10:07:15 -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 🐳 adding badges for docker builds 2021-01-05 16:38:04 +00: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.