Skip to content

Commit

Permalink
Merge pull request #177 from bigladder/reduce-storage-tank-setpoint2
Browse files Browse the repository at this point in the history
Reduce storage-tank preset setpoint.
  • Loading branch information
nealkruis authored Nov 28, 2023
2 parents dee018a + 1ad1606 commit a336249
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/HPWHpresets.cc
Original file line number Diff line number Diff line change
Expand Up @@ -515,9 +515,7 @@ int HPWH::HPWHinit_presets(MODELS presetNum) {

else if (presetNum == MODELS_StorageTank) {
setNumNodes(12);
setpoint_C = 52;

setpoint_C = 800;
setpoint_C = F_TO_C(127.0);

tankSizeFixed = false;
tankVolume_L = GAL_TO_L(80);
Expand Down

0 comments on commit a336249

Please sign in to comment.