OpenMC Monte Carlo Code https://docs.openmc.org
Find a file
2016-09-20 11:35:29 -05:00
cmake/Modules Fixes in FindHDF5.cmake for Intel Xeon Phi. 2015-09-14 10:48:19 +07:00
data Add MCNP data conversion scripts. Improve JEFF script. Update docs. 2016-09-20 11:34:52 -05:00
docs Add MCNP data conversion scripts. Improve JEFF script. Update docs. 2016-09-20 11:34:52 -05:00
examples Merge remote-tracking branch 'upstream/develop' into 2d-mesh-tally 2016-09-12 09:50:17 -04:00
man/man1 Change a few mentions of ACE format cross sections and update manpage 2016-08-01 11:15:48 -05:00
openmc When adding temperature data, give warning instead of error if MT not present. 2016-09-20 11:35:29 -05:00
scripts now fixed the thermal scattering side 2016-09-02 18:27:55 -04:00
src fixed issue with stochastic volume calculation for a heterogeneous cell with more than 8 materials 2016-09-19 14:42:06 -04:00
tests condensed mesh filter tests into one and changed to use the python api 2016-09-19 12:40:53 -04:00
.gitignore Add script to download and setup JEFF 3.2 multi-temp library 2016-07-20 21:38:57 -05:00
.gitmodules Changed fox URL to a public URL 2014-06-23 14:28:02 +02:00
.travis.yml updated location of nndc cross sections for travis 2016-09-15 16:45:07 -04:00
CMakeLists.txt Remove -flto flag for GCC optimize=on. Apparently causes trouble with gcc 5.4 2016-07-21 09:52:47 -05:00
CTestConfig.cmake Move CTestConfig.cmake down one level 2015-06-01 08:52:35 +07:00
LICENSE Fix bug in OpenCG compatibility module 2016-07-25 09:10:14 -05:00
Makefile Move Python API into openmc/ directory and move Python scripts into scripts/ 2015-05-31 09:26:18 +07:00
readme.rst Change a few mentions of ACE format cross sections and update manpage 2016-08-01 11:15:48 -05:00
schemas.xml Added back RELAX NG compact schemata. 2013-08-15 00:36:49 -05:00
setup.py Add openmc.data.atomic_mass function, finally 2016-08-05 11:25:55 -05:00

==========================================
OpenMC Monte Carlo Particle Transport Code
==========================================

.. image:: https://travis-ci.org/mit-crpg/openmc.svg?branch=develop
    :target: https://travis-ci.org/mit-crpg/openmc

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 at
http://openmc.readthedocs.io. 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.

---------------
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_.

.. _mailing list: https://groups.google.com/forum/?fromgroups=#!forum/openmc-users
.. _installation instructions: http://openmc.readthedocs.io/en/latest/usersguide/install.html
.. _Troubleshooting section: http://openmc.readthedocs.io/en/latest/usersguide/troubleshoot.html
.. _Issues: https://github.com/mit-crpg/openmc/issues
.. _license: http://openmc.readthedocs.io/en/latest/license.html