Skip to content

Commit

Permalink
Set AquaTherm to 12 tank nodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Ahrenkiel authored and Phil Ahrenkiel committed Dec 11, 2023
1 parent 592b89e commit e2d006f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/HPWHpresets.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3827,7 +3827,7 @@ int HPWH::HPWHinit_presets(MODELS presetNum) {
heatSources[0].companionHeatSource = &heatSources[2];
}
else if (presetNum == MODELS_AQUATHERMAIRE) { // AquaThermAire
setNumNodes(1);
setNumNodes(12);
setpoint_C = 50.;

initialTankT_C = 49.32;
Expand Down
2 changes: 1 addition & 1 deletion test/AquaThermAire.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
verbosity silent
numNodes 1 #number of nodes
numNodes 12 #number of nodes
setpoint 50 C
volume 54.4 gal
UA 10.35 kJperHrC
Expand Down

0 comments on commit e2d006f

Please sign in to comment.