OpenMC Monte Carlo Code https://docs.openmc.org
Find a file
Andrew Johnson 6d4d25acb2
Implement add, imul, rmul for openmc.deplete.FissionYield
Addition methods __add__ and __iadd__ expect the other
argument to a FissionYield object and will add
the yields from one to the other [in place for __iadd__].

Multiplication methods __imul__, __mul__, and __rmul__
expect the other argument to be a scalar and will scale
the fission yields by this value [in place for __imul__]

Also added a __repr__ method that returns a dictionary-like
representation
2019-08-13 15:16:41 -05:00
cmake/Modules Rely on FindHDF5.cmake that is distributed with CMake 2019-03-25 21:57:32 -05:00
docs Document openmc.deplete.nuclide.FissionYield 2019-08-13 10:13:04 -05:00
examples Merge pull request #1297 from paulromano/update-jupyter-notebooks 2019-07-25 10:00:43 -05:00
include/openmc Expose/improve EnergyFunctionFilter through C-API 2019-07-30 11:49:21 -05:00
man/man1 Remove option to specify multipole library outside of cross_sections.xml 2018-11-12 13:35:29 -06:00
openmc Implement add, imul, rmul for openmc.deplete.FissionYield 2019-08-13 15:16:41 -05:00
scripts Updates based on comments from @paulromano. 2019-04-03 11:23:56 -05:00
src set_interp_data -> set_data for capi.EnergyFunctionFilter 2019-07-30 11:49:31 -05:00
tests Remove FissionYieldHelper.libraries; Return from compute_yields 2019-08-08 08:57:26 -05:00
tools/ci Removing limit on number of jobs for MOAB CI build. Updates to dagmc unit test file. 2019-07-24 13:17:13 -05:00
vendor Add GSL Lite 0.34.0 header-only library 2019-06-13 14:43:23 -05: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 Add NUMPY_EXPERIMENTAL_ARRAY_FUNCTION to .travis.yml 2019-07-30 07:50:50 -05:00
CMakeLists.txt Refactor ThermalScattering::calculate_xs and add energy_max to class 2019-06-25 07:31:53 -05:00
CODE_OF_CONDUCT.md Clarify enforcement in code of conduct 2018-07-25 06:30:26 -05:00
CONTRIBUTING.md Document governance model discussed at OpenMC developer's meeting 2018-08-03 13:01:45 -05:00
Dockerfile Changes suggested by @liangjg 2018-11-13 10:52:53 -06:00
LICENSE Add 'contributors' to copyright 2018-08-02 13:32:24 -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 Some updates to setup.py and MANIFEST.in 2019-05-23 08:24:39 -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.