terrapower / armi

An open-source nuclear reactor analysis automation framework that helps design teams increase efficiency and quality
https://terrapower.github.io/armi/
Apache License 2.0
224 stars 87 forks source link

Make `peakPercentBu` a `cumulative` and `eq cumulative shift` param #1725

Closed mgjarrett closed 3 months ago

mgjarrett commented 3 months ago

What is the change?

Add the categories "cumulative" and "eq cumulative shift" to the peakPercentBu parameter.

Why is the change being made?

Parameters that accumulate over multiple time steps need to be indicated as such in order to be handled correctly by some interfaces. Such parameters should be created as part of the "cumulative" category. Most parameters related to burnup were already marked as cumulative, but peakPercentBu was not.


Checklist