OpenMC Monte Carlo Code https://docs.openmc.org
Find a file
2018-08-10 12:50:56 -05:00
cmake/Modules Fixes in FindHDF5.cmake for Intel Xeon Phi. 2015-09-14 10:48:19 +07:00
docs Merge pull request #1032 from paulromano/endf8-fixes 2018-08-07 09:44:51 -05:00
examples Some name changes, removed redundandancies 2018-07-31 08:29:59 -05:00
include Convert Particle type to C++, add templated HDF5 functions 2018-08-06 07:06:18 -05:00
man/man1 Add 'contributors' to copyright 2018-08-02 13:32:24 -05:00
openmc Merge pull request #1032 from paulromano/endf8-fixes 2018-08-07 09:44:51 -05:00
scripts Merge pull request #1032 from paulromano/endf8-fixes 2018-08-07 09:44:51 -05:00
src Convert Reaction type 2018-08-10 12:50:56 -05:00
tests Merge pull request #1032 from paulromano/endf8-fixes 2018-08-07 09:44:51 -05:00
tools/ci Merge branch 'develop' into photon-new 2018-08-02 15:41:03 -05:00
vendor Include xtensor as vendored header-only library 2018-08-10 12:50:56 -05:00
.gitignore Merge branch 'develop' into photon-new 2018-06-28 16:19:54 -05:00
.gitmodules Replace FoX with pugixml 2017-03-03 09:17:49 -06:00
.travis.yml Use empty-argument form of super() 2018-02-05 23:14:30 -05:00
CMakeLists.txt Convert Reaction type 2018-08-10 12:50:56 -05:00
CODE_OF_CONDUCT.md Clarify enforcement in code of conduct 2018-07-25 06:30:26 -05:00
CONTRIBUTING.md change mit-crpg -> openmc-dev 2018-08-02 10:49:40 -05:00
LICENSE Add 'contributors' to copyright 2018-08-02 13:32:24 -05:00
MANIFEST.in Remove tox.ini for now, update install instructions 2017-10-18 10:51:45 -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 Added back RELAX NG compact schemata. 2013-08-15 00:36:49 -05:00
setup.py Merge branch 'develop' into photon-new 2018-08-02 15:41:03 -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 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.