You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenStudio currently limits the attachment of WindowPropertyFrameAndDivider objects to FixedWindow, OperableWindow, and GlassDoor SubSurfaces. This may have been a limitation of EnergyPlus at some point, but does not appear to be one now. The DOE prototype buildings use frames on skylights, which the current implementation prevents.
Solution:
Extend the list of acceptable SubSurface types to include Skylight. Perhaps it should also include other types as well?
The text was updated successfully, but these errors were encountered:
OpenStudio currently limits the attachment of WindowPropertyFrameAndDivider objects to FixedWindow, OperableWindow, and GlassDoor SubSurfaces. This may have been a limitation of EnergyPlus at some point, but does not appear to be one now. The DOE prototype buildings use frames on skylights, which the current implementation prevents.
Solution:
Extend the list of acceptable SubSurface types to include Skylight. Perhaps it should also include other types as well?
The text was updated successfully, but these errors were encountered: