OpenMC Monte Carlo Code https://docs.openmc.org
Find a file
2014-07-08 22:53:42 -04:00
data Remove above room temperature data from get_nndc_data.py. Closes #281 on github. 2014-06-11 11:43:22 -04:00
docs Updated a few publications. 2014-07-08 22:47:57 -04:00
examples delete example inputs for all data libraries except those from nndc 2014-06-22 21:15:58 -06:00
man/man1 Change command-line help flag to -h. 2014-06-18 17:17:04 -04:00
src Bumped version number to 0.6.0. 2014-06-30 23:38:38 -04:00
tests Updating test score fission results based on survival biasing updates. 2014-06-27 07:50:07 -04:00
.gitignore Added data/nndc to .gitignore. 2014-04-14 20:04:03 -04:00
.gitmodules Changed fox URL to a public URL 2014-06-23 14:28:02 +02:00
LICENSE Happy new year 2014! 2014-01-14 21:44:48 -05:00
readme.rst Updated links in readme.rst. 2013-04-09 22:03:45 -04:00
schemas.xml Added back RELAX NG compact schemata. 2013-08-15 00:36:49 -05:00
signal.patch Updated signal.patch. 2013-01-31 10:49:30 -05:00

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

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 ACE format cross sections. The
project started under the Computational Reactor Physics Group at MIT.

Complete documentation on the usage of OpenMC is hosted on GitHub at
http://mit-crpg.github.io/openmc/. 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://mit-crpg.github.io/openmc/usersguide/install.html
.. _Troubleshooting section: http://mit-crpg.github.io/openmc/usersguide/troubleshoot.html
.. _Issues: https://github.com/mit-crpg/openmc/issues
.. _license: http://mit-crpg.github.io/openmc/license.html