openstudiocoalition / OpenStudioApplication

The OpenStudio Application is a fully featured graphical interface to OpenStudio models including envelope, loads, schedules, and HVAC.
https://openstudiocoalition.org
Other
136 stars 25 forks source link

Fix #721 - Allow space infiltration at space level, and fix #728 - Crash when adding ERV to ThermalZone #729

Closed jmarrec closed 2 months ago

jmarrec commented 3 months ago

Before

cannot assign a SpaceInfiltration:XXX object to a space, because they are loads, not definitions.

721_before

After: it works, and ERV doesn't crash

721_after