Skip to content

Commit 568bcaa

Browse files
committed
CSE 0.830
HPWH 1.3.3
1 parent 851700f commit 568bcaa

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/csevrsn.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@
1414
// version # for current build
1515
// change ONLY here
1616
#define CSEVRSN_MAJOR 0
17-
#define CSEVRSN_MINOR 829
17+
#define CSEVRSN_MINOR 830
1818

1919
// version # as quoted text ("x.xxx")
2020
#define CSEVRSN_TEXT MAKE_LIT(CSEVRSN_MAJOR##.##CSEVRSN_MINOR)
2121

2222
// ONLY comments below here
2323

2424
/* History:
25+
0.830: HPWH 1.3.3 (rev GE2014_80DR); committed 4-8-2017
2526
0.829: HPWH 1.3.2; additional HPWH types; ASHP COP17 bug fix, committed 4-3-2017
2627
0.828: Top.exShadeModel; HPWH 1.3.1; add'l HPWH types, committed 3-24-2017
2728
0.827: tdv file error handling; Penumbra only-if-needed, committed 3-16-2017

vendor/hpwh/HPWH.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const float HPWH::HEATDIST_MINVALUE = 0.0001f;
5454
const float HPWH::UNINITIALIZED_LOCATIONTEMP = -500.f;
5555

5656
//ugh, this should be in the header
57-
const std::string HPWH::version_maint = "2";
57+
const std::string HPWH::version_maint = "3";
5858

5959
#define SETPOINT_FIX // #define to include fixes for
6060
// setpoint-below-water-temp issues
@@ -4106,8 +4106,8 @@ int HPWH::HPWHinit_presets(MODELS presetNum) {
41064106

41074107
//logic conditions
41084108
// resistiveElementTop.addTurnOnLogic(HeatSource::ONLOGIC_topThird, dF_TO_dC(20));
4109-
resistiveElementTop.addTurnOnLogic(HeatSource::ONLOGIC_topThird_absolute, F_TO_C(105));
4110-
resistiveElementTop.addShutOffLogic(HeatSource::OFFLOGIC_topNodeMaxTemp, F_TO_C(116.6358));
4109+
resistiveElementTop.addTurnOnLogic(HeatSource::ONLOGIC_topThird_absolute, F_TO_C(87));
4110+
// resistiveElementTop.addShutOffLogic(HeatSource::OFFLOGIC_topNodeMaxTemp, F_TO_C(116.6358));
41114111

41124112
compressor.addTurnOnLogic(HeatSource::ONLOGIC_bottomThird, dF_TO_dC(33.6883));
41134113
compressor.addTurnOnLogic(HeatSource::ONLOGIC_standby, dF_TO_dC(11.0648));

0 commit comments

Comments
 (0)