File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ ## v0.4.3
2+ ##### Fixes
3+ - Add aggregte thermal rate metric to overlay configuration.
4+
15## v0.4.2
26##### Fixes
37- Fix aggregate thermal rate calculation. It was double counting radiative thermal rate.
Original file line number Diff line number Diff line change @@ -305,6 +305,27 @@ HOT_SPOT
305305 }
306306 }
307307
308+ +METRIC[ThermalRateTemplate]
309+ {
310+ @name = ThermalRate
311+ %scheme = ThermalRateVesselCurrent
312+
313+ +SCHEME[ThermalRateTemplate]
314+ {
315+ @name = ThermalRateVesselCurrent
316+
317+ @GRADIENT[Negative]
318+ {
319+ %min = VesselCurrentMinimum
320+ }
321+
322+ @GRADIENT[Positive]
323+ {
324+ %max = VesselCurrentMaximum
325+ }
326+ }
327+ }
328+
308329 +METRIC[ThermalRateTemplate]
309330 {
310331 @name = ThermalRateInternal
You can’t perform that action at this time.
0 commit comments