OpenMC Monte Carlo Code https://docs.openmc.org
Find a file
2015-08-19 09:36:46 +07:00
data Rename scripts to all start with openmc-. Also added openmc.ace module. 2015-05-31 09:26:46 +07:00
docs Fix hyperlink in documentation 2015-08-19 09:36:46 +07:00
examples Fix error in basic example with Python API 2015-06-29 07:50:07 +07:00
man/man1 Updated copyright date on license to 2015 2015-02-02 10:46:38 -05:00
openmc Make tallies of the form (scalar op usertally) derived 2015-08-15 09:45:14 +07:00
scripts Check for VTK version to determine whether to call SetInput or SetInputData 2015-06-08 13:43:15 +07:00
src Merge branch 'develop' into release-0.7.0 2015-08-14 13:55:53 +07:00
tests incorporate leakage into fixed source test 2015-08-13 23:01:02 -07:00
.gitignore Add Jupyter notebook showing use of Pandas dataframes 2015-08-10 06:39:03 +07:00
.gitmodules Changed fox URL to a public URL 2014-06-23 14:28:02 +02:00
.travis.yml Transition to container-based Travis CI infrastructure 2015-07-14 10:51:38 +02:00
CMakeLists.txt Fix CTest coverage runs for test_filter_distribcell 2015-08-12 10:09:22 +07:00
CTestConfig.cmake Move CTestConfig.cmake down one level 2015-06-01 08:52:35 +07:00
LICENSE Updated copyright date on license to 2015 2015-02-02 10:46:38 -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 switched build status to mit-crpg account 2015-02-20 22:40:05 -05:00
schemas.xml Added back RELAX NG compact schemata. 2013-08-15 00:36:49 -05:00
setup.py Increment version number to 0.7.0 2015-08-12 09:41:24 +07: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 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