openmc
openmc copied to clipboard
OpenMC Monte Carlo Code
## Bug Description Reading in the h5 nuclear data with openmc appears to result in default ```interpolation``` and ```breakpoint``` values such as ```[2]``` ## Steps to Reproduce change the dir...
This pull request modernizes the CMake packaging of OpenMC by leveraging the CMakePackageConfigHelpers module. This change ensures that OpenMC's CMake configuration is more robust, relocatable, and aligns with modern CMake...
# Description Based on the raised by @pshriwise problem in #3492 and followed the given there accompanying technical aspects description, it is implemented in this small PR an approach of...
# Description Cost of the current volume fraction calculation via the rejection estimator principally depends on (and inversely proportional to) the target region volume fraction of the bounding box, therefore...
This PR introduces short command-line arguments for the `openmc config` subcommand, enhancing usability and convenience. The following short arguments have been added: - `-p` for `--prefix` - `-i` for `--include-dir`...
# Description This PR adds some of the basic random ray simulation parameters and summary information to the statepoint file. I tried to copy similar additions but please let me...
This PR adds additional support for the `OpenMCConfig` file to better handle vendor dependencies. It is especially useful when dependencies are provided via system paths or custom paths. Depends on...
## Description Right now, usually OpenMC dumps the last statepoint as statepoint.10.h5 One can ask in the settings to dump at several interval in which case one will get multiple...
# Description This PR adds a simplified gamma dose for a material. This allows users to find the dose at a distance from a gamma emitting material. In this implementation...
# Description This MR extends the statepoint dump feature as documented [here](https://docs.openmc.org/en/v0.15.0/usersguide/settings.html#generation-of-output-files) to support dumping statepoints for last N batches. Currently, the 'batches' key takes a list of batch numbers...