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

Revision history [back]

click to hide/show revision 1
initial version

How to add Fan zone exhaust by measure?

zone = model.getThermalZoneByName("test zone").get
fan = OpenStudio::Model:FanZoneExhaust(model).new()
zone.addEquipment(fan)
# How to add fan to correct node?

How to add Fan zone exhaust by measure?

zone = model.getThermalZoneByName("test zone").get
fan = OpenStudio::Model:FanZoneExhaust(model).new()
zone.addEquipment(fan)
# How to add fan to correct node?