NREL / OpenStudio

OpenStudio is a cross-platform collection of software tools to support whole building energy modeling using EnergyPlus and advanced daylight analysis using Radiance.
https://www.openstudio.net/
Other
505 stars 192 forks source link

Cannot add window frame and divider to skylights #2895

Closed asparke2 closed 4 years ago

asparke2 commented 6 years ago

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?

asparke2 commented 6 years ago

I suppose it is important to make sure the the Forward Translator code for this field will work on skylights (I think it will).