OpenMC Monte Carlo Code https://docs.openmc.org
Find a file
2020-01-14 02:14:09 +00:00
cmake Export targets from CMakeLists.txt 2019-10-30 16:03:27 -05:00
docs Update documentation for S(a,b) 2019-11-27 14:23:34 -06:00
examples removed thread private global tally accumulators and moved them to particle. They now atomically accumulate at particle death. 2020-01-03 21:09:44 +00:00
include/openmc formatting sweep 2020-01-14 02:14:09 +00:00
man/man1 Remove list of developers, update copyright year in a few places 2019-08-13 08:36:09 -05:00
openmc update Bank datatype on python side 2019-12-11 16:08:10 +00:00
scripts Update scripts/openmc-make-compton 2019-12-06 10:20:08 -06:00
src formatting sweep 2020-01-14 02:14:09 +00:00
tests formatting sweep 2020-01-14 02:14:09 +00:00
tools/ci removed event-based define build option 2020-01-13 22:24:34 +00:00
vendor Update xtensor to 0.20.10, xtl to 0.6.7 2019-11-11 14:01:07 -06:00
.gitignore new ignore 2019-03-15 12:19:33 +03:00
.gitmodules Replace FoX with pugixml 2017-03-03 09:17:49 -06:00
.travis.yml reset travis.yml to default 2020-01-13 22:26:31 +00:00
CMakeLists.txt formatting sweep 2020-01-14 02:14:09 +00: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 Update year in LICENSE file 2019-10-09 10:04:37 -05: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.