How do I represent a window that can be opened in OSM?

asked 2016-09-25 23:42:25 -0500

Karthick's avatar

updated 2017-09-09 13:30:43 -0500

At the moment I am trying to create an OSM file with high level inputs using open studio SDK. It is pretty clear from the documentation that SubSurfaces represent a window. However, I am unable to set it up as a window that can be opened. Any ideas on how to go about achieving it would be much appreciated.

Regards Karthick Narayana

edit retag flag offensive close merge delete

Comments

See if this question from last week helps. The OpenStudio "SubSurface" object has a field for SurfaceType. There are a number of options for that field including both "FixedWindow" and "OperableWindow". In OpenStudio the only difference it makes which of these two you choose is if you have different default constructions assigned for one type vs. another. But a number of measures have been written that use the SuBSurfaceType to determine which windows are intended to be open.

David Goldwasser's avatar David Goldwasser  ( 2016-09-26 09:43:26 -0500 )edit