First time here? Check out the Help page!
1 | initial version |
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.
2 | No.2 Revision |
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.
3 | No.3 Revision |
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
block.elseif