Skip to content

Commit 3cfdfaf

Browse files
committed
Merge branch 'release/0.4.3'
2 parents 8c4860b + 11f8007 commit 3cfdfaf

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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.

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)