File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments