Skip to content

Commit

Permalink
Unrelated but leave a TODO: the default Tank Element Control Logic is…
Browse files Browse the repository at this point in the history
… NOT the E+ default for WaterHeaterHeatPumpWrappedCondenser
  • Loading branch information
jmarrec committed Dec 18, 2024
1 parent 47b3bbe commit b01d323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/model/WaterHeaterHeatPumpWrappedCondenser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ namespace model {
setOnCycleParasiticElectricLoad(0.0);
setOffCycleParasiticElectricLoad(0.0);
setParasiticHeatRejectionLocation("Outdoors");
setTankElementControlLogic("MutuallyExclusive");
setTankElementControlLogic("MutuallyExclusive"); // TODO: The E+ default is Simultaneous!
setControlSensor1HeightInStratifiedTank(1.262);
setControlSensor1Weight(0.75);
setControlSensor2HeightInStratifiedTank(0.464);
Expand Down Expand Up @@ -640,7 +640,7 @@ namespace model {
setOnCycleParasiticElectricLoad(0.0);
setOffCycleParasiticElectricLoad(0.0);
setParasiticHeatRejectionLocation("Outdoors");
setTankElementControlLogic("MutuallyExclusive");
setTankElementControlLogic("MutuallyExclusive"); // TODO: The E+ default is Simultaneous!
setControlSensor1HeightInStratifiedTank(1.262);
setControlSensor1Weight(0.75);
setControlSensor2HeightInStratifiedTank(0.464);
Expand Down

0 comments on commit b01d323

Please sign in to comment.