2

Missing window construction in "Wind and Stack Open Area" measure

I am trying to include the abovementioned measure in my simulation. After starting the simulation, it stucks by following error: Error: No windows found in selection matching given construction. This means your model lacks windows or lacks windows with the specified construction.

I defined an operable window construction. But still doesnt work. Whats probably wrong with the window definition?`

Best, Martin

Resry's avatar
39
Resry
asked 2018-04-14 04:21:54 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2018-04-14 07:31:49 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

I recently updated this measure. Changelog on Github here.

The measure looks through all your fenestration objects, selects ones that match the construction you specify, and then makes an add wind stack object for each one. The issue you are facing is likely that there aren't any windows in your model with the construction you selected in the measure arguments. Make sure that you aren't overriding your window constructions elsewhere in your model; there are many places to specify constructions in OpenStudio. If you go to the spaces -> subsurfaces tab, you can see which construction is being applied to your windows.

mdahlhausen's avatar
9.5k
mdahlhausen
answered 2018-04-16 16:38:24 -0500, updated 2018-04-16 16:53:14 -0500
edit flag offensive 0 remove flag delete link

Comments

To add to this answer, I've noticed I have to manually go to spaces --> subsurfaces, then press save in order to get the measure to recognize the window construction. So even if you have your subsurfaces specified correctly you may have to do this. Took me a while to figure this out so hopefully this helps others in the future who may experience this issue.

Jono's avatar Jono (2018-12-18 18:36:48 -0500) edit

is there any way to check the openign area that the meassure is using. My understanding is that the measure takes the fenestration objects than match the construction specified and calculates the area. Then it multiplies that area for the open area fraction schedule (50%).

Can I draw in the same wall two windows. One operable and the other fixed then select windows construction int he measure to add wind and stack open area only to the windows defined as operable?

How i can change the faction of open area (50%) to an other value?

Thanks

obuchely's avatar obuchely (2020-03-28 17:08:45 -0500) edit

@obuchely you could edit the measure to only apply to windows of a certain construction

mdahlhausen's avatar mdahlhausen (2020-03-30 11:54:14 -0500) edit

I am getting the same error using OpenStudio1.3.0, ie "No windows found in selection matching given construction. This means your model lacks windows or lacks windows with the specified construction". This happens on opening the measure so the run goes no further, so there is just an "in.osm" file. I have double-checked that the constructions are correct, changed to BCL windows, selected and deselected the construction option in the measure - otherwise default values. All to no effect. Does anyone have any suggestions? It runs perfectly well without the measure.

Bill's avatar Bill (2022-01-13 03:07:06 -0500) edit
add a comment see more comments