Jake Hader
Jake Hader
Currently, if the `detailedAxialExpansion` setting is set to `False`, the user input is for all the assemblies in the blueprints file are required to contain axial mesh points that are...
## Description This adds a fix to the uniform mesh converter where data was being removed from the source reactor if it was not set on the converted reactor. This...
There are only a handful of uses of `r.o`. it would be great to get rid of these, as: - it is unclear why a reactor should have an operator...
Based on the changes proposed in https://github.com/terrapower/armi/pull/810#discussion_r937171187, the following suggestions were made to further improve the reaction rate calculation for blocks/components but we're not yet implemented. 1. Let's change the...
## Description Add mapping from the original core's nuclide categorization to the convert core within the `HexToRZThetaConverter`. This is important for lattice physics temperatures and was a bug. Update the...
Currently, setting the number densities on a composite requires iteratively reaching down into the composite tree to calculate volumes of components. This process is relatively slow and if it can...
Under normal conditions the blueprints data loaded onto the reactor state should remain static during an analysis. There are few cases where a user might want to change the blueprints...
The RIPL reader is used to load in a larger set of radionuclide data. It contains half lives and branching ratios. The current reader is a bit clunky and could...
One functionality that seems to be missing is the ability to merge databases with specific statepoint names within the `mergeHistory` method. Additionally, it might make sense for this method to...
Just as the title says - having a GUI that interacts with the implemented shapes, blueprints, and geometry objects would improve the usability of the ARMI framework for myself and...