-
Perhaps quite low down on the list of nice features but it would be great if the BREP support allowed an optional removal of duplicate surfaces and use of virtual surfaces (also called imprinting and …
-
Right now we have a sort-of hybrid [Composite design pattern](https://en.wikipedia.org/wiki/Composite_pattern) for the reactor data model, with the following players:
* ARMI's `ArmiObject` is the o…
-
I've put together a short list of information I believe could be added to the current PyRK documentation to make things easier for future users, as well as explain more of PyRKs features.
- Discuss…
-
to help explain activation from DT neutrons at 14MeV vs activation from DD neutrons at 2.5MeV I could add a plotting script like this
```python
import matplotlib.pyplot as plt
import openmc
fr…
-
During rotation from shuffling and moving assemblies, some parameters will be wrong because they don't match the state of the reactor. And that's acceptable for now.
_Originally posted by @drewj-tp…
-
## Reason
SolutionAux has a little bit of information
The rest does not. We should add more either way
## Design
More docs
## Impact
User friendliness
-
Request from potential user, could we support exodus outputs.
This could be done by including gmsh and or https://github.com/nschloe/meshio
Perhaps this should be an example instead of fully int…
-
Some particle lost tracking issues were reported when trying to make a dagmc model from a Paramak Reactor class that contained thin volumes.
Example is here for me to look into
Full script inc…
-
I have an OpenMC MGXS library that has been generated with a Legendre order of 3. That setting is being used to ensure a good relationship between the total MGXS and CE cross section, and gives me a s…
-
the autoheal is sometimes useful so this should be an option
Thanks to @makeclean for the suggestion