Skip to content

Commit

Permalink
Use 800 C storage tank to pass solar test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Ahrenkiel authored and Phil Ahrenkiel committed Dec 6, 2023
1 parent 19ae202 commit 63b453a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HPWHpresets.cc
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ int HPWH::HPWHinit_presets(MODELS presetNum) {

else if (presetNum == MODELS_StorageTank) {
setNumNodes(12);
setpoint_C = F_TO_C(127.0);
setpoint_C = 800.;

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

0 comments on commit 63b453a

Please sign in to comment.