Skip to content

Commit e6bbf1e

Browse files
committed
DWHR cleanup
1 parent 1211988 commit e6bbf1e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/CNRECS.DEF

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3584,8 +3584,8 @@ RECORD DHWHEATREC "DHWHeatRec" *RAT // input / runtime drain water heat recovery
35843584

35853585
*h FRAC wr_effRated // rated effectiveness (generally CSA rating value)
35863586

3587-
*h FLOAT wr_dTDrain // water temp drop from fixture use to drain, F
3588-
// td = tUse - dTDrain; default = 4.6 F
3587+
*h FLOAT wr_dTDrain // water temp drop from fixture mixed temp to drain, F
3588+
// td = tFxMix - dTDrain; default = 4.6 F
35893589

35903590
*s *e FLOAT wr_eff // effectiveness under current conditions
35913591

src/DHWCalc.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,6 @@ RC DHWSYS::ws_DoHour( // hourly calcs
683683
// wdu_DoHour accums add'l DHWDAYUSE draws to these values
684684
ws_fxUseMix.wmt_AccumEU( 0, hwUseX);
685685
ws_whUse.wmt_AccumEU( 0, hwUseX);
686-
ws_whUseNoHR = ws_whUse.total;
687686

688687
DHWDAYUSE* pWDU = WduR.GetAtSafe( ws_dayUsei); // ref'd DHWDAYUSE can vary daily
689688
if (pWDU)
@@ -704,6 +703,8 @@ RC DHWSYS::ws_DoHour( // hourly calcs
704703
}
705704
}
706705

706+
// ws_whUseNoHR ??
707+
707708
#if defined( _DEBUG)
708709
// check: compare tick totals to full hour values
709710
float whUseSum = 0.f;

0 commit comments

Comments
 (0)