Skip to content

Commit 39b8459

Browse files
committed
Merge pull request #39 from Apokee/topic/add_thermalrate_overlay
Add Aggregte Thermal Rate Overlay
2 parents 40a4efc + 8a69703 commit 39b8459

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## v0.4.3-alpha
2+
##### Fixes
3+
- Add aggregte thermal rate metric to overlay configuration.
24

35
## v0.4.2
46
##### Fixes

Configuration/HotSpot.cfg

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)