onufer
onufer
Component density differs if you create component through blueprints vs programmatically . This is due to having to remember to call `applyHotHeightDensityReduction()` if you do so programmatically. This is not...
#818 created a test comparing component density to material 3D density, and the differences are larger than expected (but still somewhat small, on the order of 0.001 g/cc).
@ntouran communicated with me that the armi vision is not use use an actual density function for armi materials but rather to perturb a reference density by 1/thermalExpansion^2 to allow...
Here is a table for an example simulation with three 30-day depletion steps and a 10 day outage. Providing this as an initial strawman... see discussion below for why it...
There is a file-exists check that happens in [copyInterfaceInputs()](https://github.com/terrapower/armi/blame/main/armi/cases/case.py#L886); but this is not necessary when just copying, it is necessary when trying to run.
Right now this is the way to define assembly block modifications ``` inner fuel: specifier: IC blocks: &fuel_blocks - *block_reflector - *block_fuel - *block_fuel - *block_fuel - *block_fuel - *block_fuel...
steps to reproduce 1) turn on depletion for both fuel and stucture in the same block 2) `o=armi.init` 3) `o.getInterface("fissionProducts").interactBOL()` 4) `a=o.r.core.createAssemblyOfType("myType")` 5) `b= a[indexWithFuel]` 6) `for c in b:...
when we sorted assemblies it was originally meant to be useful, by ring/pos but there were internal test issues: https://github.com/terrapower/armi/pull/1305 it would probably be good to better understand this and...
## Description This PR suggests adding two new type of timesteps to write data to the ARMI DBs: one at EOC and one at EOL. So, for instance, we might...
## What is the change? Allow for Snapshot not to write to DB if `db: false` ## Why is the change being made? Sometimes (very rarely) snapshots are desired without...