openstudiocoalition / OpenStudioApplication

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

Add space infiltration design flow rate schedule selection at space level #721

Closed jzsustain closed 3 months ago

jzsustain commented 4 months ago

Enhancement Request

Add a dropdown to assign a schedule to the SpaceInfiltration:DesignFlowRate object at the space level.

Detailed Description

Schedules can be assigned by space type but not at the individual space in the interface.

Currently the only way to assign a schedule to the SpaceInfiltration:DesignFlowRate object at the space level is by opening the OSM file in a text editor or assigning it using a measure.

Possible Implementation

A dropdown to select a schedule should be a simple, straightforward solution for this.

jmarrec commented 4 months ago

I don't think that's the issue really.

I can assign a schedule in the drop zone for a space level infiltration:

image

jmarrec commented 4 months ago

The schedule must have the right ScheduleTypeLimits though.

And one actual issue is that it's currently impossible to drag a new SpaceInfiltrationXXX object from the library into the "Load Name" column because there isn't any drop zone.

And SpaceInfiltrationXXX isn't NOT a SpaceLoadInstance (meaning it has a definition() object), just a SpaceLoad, so you can't drop it in the "Definition" column either.

jmarrec commented 4 months ago

setting_space_infiltration_schedule

jzsustain commented 4 months ago

Thanks for the response. Forgot the schedules were set in the loads tab. Was looking in the airflow tab.