Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

It appears that when you call addToThermalZone on the HPWH, OpenStudio assumes sets the compressor location, etc, to be zone-based. This seems to happen here in the source code.

To fix this, try moving the line hpwh.addToThermalZone(zone) into the else block.

It appears that when you call addToThermalZone on the HPWH, OpenStudio assumes sets the compressor location, etc, to be zone-based. This seems to happen happens here in the source code.

To fix this, try moving the line hpwh.addToThermalZone(zone) into the else block.

It appears that when you call addToThermalZone on the HPWH, OpenStudio assumes sets the compressor location, etc, to be zone-based. This happens here in the source code.

To fix this, try moving the line hpwh.addToThermalZone(zone) into the elseif block.