Perry
Perry
Hello, I believe I have found a bug in OpenMC 0.13.1. I am producing custom Surface Source Files from MCPL using the Python API. (openmc.write_source_file, etc...) I am finding that...
Please close https://github.com/openmc-dev/openmc/pull/2650 as I will be attempting to shepherd this through. Apologies for the long read ahead. # Description This PR creates the functionality of Survival Normalization, perhaps better...
**Update**: These two problems are without a doubt coupled: [https://github.com/openmc-dev/data/issues/81](url) [https://github.com/openmc-dev/openmc/issues/2421](url) It is likely the division errors in the _from_ace_ routine I believe there is an issue with the data...
It is suggested confusingly that the IncidentPhoton from_ace class will only work with eprdata14 and later mentions eprdata12+. Somewhat inconsistent/unclear wording about what recent version will work. https://github.com/openmc-dev/data/blob/master/convert_mcnp71.py https://github.com/openmc-dev/data/blob/master/convert_mcnp70.py Photon.py...
See https://github.com/openmc-dev/openmc/pull/2673 for history. Re-pull-requesting here as the code is re-synced with the latest dev branch. @eepeterson I believe most things from the original PR are addressed, though I have...
The following works in MCNP but is not accepted by the converter. Versions: openmc_mcnp_adapter 0.1.0 (latest) Python3.11 ``` 7 0 201 -204 205 -210 211 -216 trcl=(2 3 0) lat=1...
## Bug Description convert_to_multigroup only accepts _name_ on the first line. As an attribute Not models where it is a sub-element. I believe the material id has similar issues. **Good**...
## 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 Implementation of specific gamma-ray dose constants in OpenMC. Tabulated and available in a library. Then accessible in the Python API, so that analysts can take a Depletion calculated...
## Bug Description **get_microxs_and_flux** uses the meshbase of an existing weight window rather than prescribed domains meshbase ## Steps to Reproduce - take an OpenMC model - apply weight windows...