Olek
Olek
This PR is a hotfix for `IndependentOperator` functionality. While doing more extensive testing and after extensive discussion with @paulromano , we discovered there was an implementation error: we were multiplying...
It would be nice to be able to estimate $k_\infty$ when using `IndependentOperator` so it can can be compared against tools like ORIGEN-S. There is a method in [this](https://doi.org/10.1016/j.anucene.2014.04.021) paper...
Whenever a commit is made to a PR, the `openmc` executable is built and ran for 11 different cases. This takes a lot of computational resources, as well as time....
This PR adds a new type of `Lattice`, `StackLattice`, meant to simplify the creation of universes repeated in one dimenson. Specifically this PR: - In `lattice.py`: - Adds the `StackLattice`...
When running a depletion simulation, we are storing nuclide number data twice; once in the `number` attribute (an instance of the `AtomNumber` class), and then again on the C side...
This PR adds PR and Issue templates to the repo. They are similar to the ones i made for SaltProc but with some better formatting. closes #130
EDIT 1: The first comment below strongly discourages an entire new document be created for contributing and suggests using GitHub templates instead along with editing he CONTRIBUTING.md document. I agree...
EDIT 1: The first comment below specifies an easier solution by linking to the existing ARFC code of conduct. The issue has been updated to reflect this. The CONTRIBUTING.md document...
When using the `openmc-ace-to-hdf5` script to convert a single thermal scattering ACE file, it works just fine: ```bash python ../../openmc/scripts/openmc-ace-to-hdf5 acedata/Gra-800.ACE -d ../jeff312_h5 /home/ooblack/projects/openmc/openmc/data/thermal.py:136: UserWarning: Thermal scattering material "gr05" is...
This PR fixes the bug described in #2231. Closes #2231