OpenMC Monte Carlo Code https://docs.openmc.org
Find a file
Paul Romano 8f52e04735
Merge pull request #1451 from jtramm/no_thread_private
Preparation for event-based parallelism (Thread private variable removal)
2020-01-20 10:45:05 -06:00
cmake Export targets from CMakeLists.txt 2019-10-30 16:03:27 -05:00
docs Merge pull request #1449 from paulromano/photon-energydep-fixes 2020-01-17 15:59:39 -05:00
examples finished comment incorporation from code review 2020-01-16 01:48:59 +00:00
include/openmc Merge pull request #1451 from jtramm/no_thread_private 2020-01-20 10:45:05 -06:00
man/man1 Happy new year 2020! 2020-01-02 16:33:14 -06:00
openmc Merge pull request #1451 from jtramm/no_thread_private 2020-01-20 10:45:05 -06:00
scripts Merge pull request #1337 from shikhar413/cmfd-omp 2019-12-17 22:28:46 -06:00
src Merge pull request #1451 from jtramm/no_thread_private 2020-01-20 10:45:05 -06:00
tests Merge pull request #1444 from eepeterson/duplicate_surface_fix 2020-01-20 10:39:08 -06:00
tools/ci removed event-based define build option 2020-01-13 22:24:34 +00:00
vendor Update installation instructions, remove vendor.txt file 2020-01-12 16:49:09 -06:00
.gitignore new ignore 2019-03-15 12:19:33 +03:00
.gitmodules Use git submodule for xtl 2020-01-12 16:43:04 -06:00
.travis.yml reset travis.yml to default 2020-01-13 22:26:31 +00:00
CMakeLists.txt Merge pull request #1448 from paulromano/use-submodules 2020-01-16 12:33:46 -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 Cosmetic fixes from PullRequest [2019-12-05] 2019-12-05 22:22:43 -06:00
LICENSE Happy new year 2020! 2020-01-02 16:33:14 -06:00
MANIFEST.in Some updates to setup.py and MANIFEST.in 2019-05-23 08:24:39 -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 change mit-crpg -> openmc-dev 2018-08-02 10:49:40 -05:00
schemas.xml So begins the CMFD Fortran purge :D (~3.6K lines) 2018-11-24 00:13:37 -05:00
setup.py Show colored diffs on test results when there are failures 2019-11-08 14:50:33 -06: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 send a message to the OpenMC User's Group mailing list.

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 send a message to the User's Group mailing list.

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.