Skip to content

Commit

Permalink
Adjust top-resistor offsetT.
Browse files Browse the repository at this point in the history
  • Loading branch information
spahrenk committed Dec 10, 2024
1 parent 2e69db7 commit ea8e990
Show file tree
Hide file tree
Showing 5 changed files with 1,240 additions and 1,240 deletions.
2 changes: 1 addition & 1 deletion src/HPWHpresets.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4571,7 +4571,7 @@ void HPWH::initPreset(MODELS presetNum)

// top resistor values
resistiveElementTop->setupAsResistiveElement(8, 5000.);
resistiveElementTop->addTurnOnLogic(topThird(dF_TO_dC(34.)));
resistiveElementTop->addTurnOnLogic(topThird(dF_TO_dC(37.)));
resistiveElementTop->isVIP = true;

// bottom resistor values
Expand Down
2 changes: 1 addition & 1 deletion test/LG_APHWC50.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ heatsource 2 coilConfig wrapped


#this might be better as the 5/6 layer at 20F below setpoint
heatsource 0 onlogic topThird 34.0 F
heatsource 0 onlogic topThird 37.0 F

heatsource 2 onlogic bottomThird 52.7 F
heatsource 2 onlogic standby 9.0 F
Expand Down
2 changes: 1 addition & 1 deletion test/LG_APHWC80.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ heatsource 2 coilConfig wrapped


#this might be better as the 5/6 layer at 20F below setpoint
heatsource 0 onlogic topThird 34.0 F
heatsource 0 onlogic topThird 37.0 F

heatsource 2 onlogic bottomThird 52.7 F
heatsource 2 onlogic standby 9.0 F
Expand Down
Loading

0 comments on commit ea8e990

Please sign in to comment.