You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@drewj-tp I count 16 usages of ParamLocation.MAX in ARMI, and 19 usages downstream.
Some parameters that use this:
fluxPeak
fastFluencePeak
dpaPeakFromFluence
peakFluxEstimate
b10PeakCaptureDensity
buRatePeak
But also:
percentBuMin
So, I think you are seeing MAX, and want to see MIN. But it is written so that people see AVERAGE and MAX as opposing ideas. I'm not sure I see that as wrong or bad.
So, I think you are seeing MAX, and want to see MIN
That makes sense to me.
But it is written so that people see AVERAGE and MAX as opposing ideas
This does not make sense to me, nor is it communicated in the docs. I guess how often do people use these min / max tags rather than grabbing the parameters in question. We have some selection routines so you could grab all MAX parameters and make a report of that. That's probably good for lots of reporting purposes. But then you'd also see percentBuMin in that report which is not a maximum quantity
Feels weird?
armi/armi/reactor/blockParameters.py
Lines 154 to 159 in d0f2ef8
We don't have a
min
tag. But also a "location" as "max" feels odd? Other locations are more spatially-orientedarmi/armi/reactor/parameters/parameterDefinitions.py
Lines 92 to 103 in d0f2ef8
Two potential resolution paths:
ParamLocation.MIN
attribute and use that.The text was updated successfully, but these errors were encountered: