No description
  • Python 68.2%
  • C++ 30.6%
  • CMake 0.4%
  • Cython 0.3%
  • C 0.3%
  • Other 0.2%
Find a file
2024-02-17 20:43:00 +01:00
.github Mesh Source Class (#2759) 2023-12-02 17:35:23 +00:00
cmake Merge branch 'develop' into mixed_ncrystal_pr 2023-01-09 13:13:14 +07:00
docs Adding openmc.read_source_file (#2858) 2024-02-16 21:16:36 +00:00
examples Add RectangularPrism and HexagonalPrism composite surfaces (#2739) 2023-11-01 09:13:40 -05:00
include/openmc Add openmc_mesh_get_volumes C API function (#2869) 2024-02-13 06:44:05 -06:00
man/man1 Update copyright to 2024 (#2846) 2024-01-17 16:10:39 -06:00
openmc Set OpenMCOperator materials to the model materials when diff_burnable_mats = True 2024-02-17 20:43:00 +01:00
scripts Apply suggestions from code review by @paulromano 2023-04-26 20:08:34 +01:00
src Fix issue with Cell::get_contained_cells() utility function (#2873) 2024-02-14 23:19:10 -06:00
tests Adding openmc.read_source_file (#2858) 2024-02-16 21:16:36 +00:00
tools Build h5py against Cython < 3.0 in CI (#2613) 2023-07-20 09:23:42 -04:00
vendor update catch2 submodule to latest commit (#2522) 2023-05-20 23:05:46 -04:00
.clang-format add west const and enforce in clang format 2023-04-15 12:50:30 -04: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 Add Python pickle files to ignore 2022-08-06 06:18:54 -05:00
.gitmodules changed catch2 clone link to https 2022-12-16 12:30:08 -05:00
.readthedocs.yaml Fix RTD build issue by pinning sphinx 2021-11-11 16:49:48 -06:00
CMakeLists.txt Fix compilation on CentOS 7 (missing link to libdl) (#2849) 2024-01-23 09:48:21 -06:00
CODE_OF_CONDUCT.md Clarify enforcement in code of conduct 2018-07-25 06:30:26 -05:00
CODEOWNERS added @shimwell for docker 2022-02-25 20:33:10 +00:00
CONTRIBUTING.md Update some links in documentation, fix license badge on README 2021-12-29 10:19:11 -05:00
Dockerfile fix docker image building for openmc+dagmc combination (#2678) 2023-09-04 23:39:02 -05:00
LICENSE Update copyright to 2024 (#2846) 2024-01-17 16:10:39 -06:00
MANIFEST.in added *h.in files 2022-09-30 14:58:28 +01:00
pyproject.toml Remove numpy version hardcoding in pyproject.toml / GHA 2023-02-10 11:41:50 -06:00
pytest.ini Skip multipole-related tests if OPENMC_MULTIPOLE_LIBRARY is not set 2018-02-06 13:27:01 -05:00
README.md ci badge on readme points to develop status (#2712) 2023-09-27 13:31:04 +00:00
setup.py Add C API function for getting mesh bins for rasterized plot (#2854) 2024-01-23 06:54:08 -06:00

OpenMC Monte Carlo Particle Transport Code

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

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 discussion forum. 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.