1

Updating Sub-surfaces

I am trying to create a recessed window in OpenStudio SketchUp Plug-in Version 1.7.0.

When the window is recessed with the push/pull tool, the resulting subsurfaces are also windows.

Can i update these subsurfaces to be walls or an other surface type instead?

C:\fakepath\Screenshot 2024-08-03 141517.png

Vietman78's avatar
11
Vietman78
asked 2024-08-02 23:17:26 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2024-08-09 16:12:33 -0500
edit flag offensive 0 remove flag close merge delete

Comments

@Vietman78 it doesn't look like your image attached correctly ... can you please edit your post and try again?

Aaron Boranian's avatar Aaron Boranian (2024-08-05 12:38:50 -0500) edit
add a comment see more comments

2 Answers

0

The simple answer is that EnergyPlus can't have donut shaped surfaces, so if you want to set up and arrangement of surfaces like that you'll need to break up your wall into rectangles and draw them very carefully.

I have done something similar before like that to explore the variation in solar exposure for "window frame" geometry:

image description

This is, unfortunately, very tedious and may not overly practical for a real building model.

Alternatively, if you want a recessed window you can "just" offset the window sub-surface out of the plane of the wall, which will cause EnergyPlus to automatically generate outside reveals via WindowProperty:FrameAndDivider. The problem with this is that OpenStudio and Sketchup are not designed to handle sub-surfaces being out of the plane of their wall, so you can't draw them in OS. I post process my models using scripts to achieve it, and I believe DesignBuilder has similar capabilities. And then even if you can do this it doesn't necessarily work very well - my testing has found that the outer reveals do not interact correctly with window frame geometry, and essentially always act as if the reveal is directly abutting the glass rather than being separated from the glass by the width of the frame. This results in significant overestimates of the shading.

Jamie Sullivan's avatar
276
Jamie Sullivan
answered 2024-08-05 17:06:19 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments