5

How to add "WindowProperty:FrameAndDivider" object in OpenStudio?

Typically the frame effects of the window can be simulated without using the "WindowProperty:FrameAndDivider" object in EnergyPlus by modifying the airspace thickness. However, if you interested in the effect of condensation on the frame in very cold climate or in high humidity climate, you need to model the window frames. In the Openstudio plug-in v1.5.3, there is a place to add "Frame and Divider Name" in the "OS:SubSurface" object, but no place to describe the frame.

cjcfromslc's avatar
111
cjcfromslc
asked 2014-12-02 09:54:57 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-01-20 15:08:01 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

3 Answers

3

My understanding was this object was being added to the OpenStudio GUI with version 1.6 (scheduled for some time in December), or possibly the next version after. Some of the OS experts here can confirm or deny.

Benjamin's avatar
1.1k
Benjamin
answered 2014-12-02 14:55:27 -0500
edit flag offensive 0 remove flag delete link

Comments

1

Correct, frame and divider probably won't be in 1.6.0, but sometime afterward. You could use an EnergyPlus Measure to add them in the meantime.

aparker's avatar aparker (2014-12-02 16:25:43 -0500) edit

This feature is planned for 1.7.0 to be released at the end of March.

ljbrackney's avatar ljbrackney (2015-01-28 13:30:28 -0500) edit
add a comment see more comments
2

With an EnergyPlus Measure, you can add an idf file which describe the "WindowProperty:FrameAndDivider" object. But you cannot set the frame and divider name in the ""FenestrationSurface:Detailed" object. Line 1 in the below script sets the frame and divider name to "Aluminum". Line 2 gets the name of the frame and divider name which is empty.

    fenestration.setString(7,"Aluminum")
    fenestration_frame = fenestration.getString(7)
    runner.registerInfo("Redefined Frame: #{fenestration_frame}")
cjcfromslc's avatar
111
cjcfromslc
answered 2014-12-15 13:01:53 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

Unfortunatelly the object "frame and divider" is not yet included in version 1.6

josepsolebonet@telefonica.net's avatar
510
josepsolebonet@telefonica.net
answered 2015-01-28 01:11:30 -0500
edit flag offensive 0 remove flag delete link

Comments

Don't vote @jsole down, it is true that this feature didn't make 1.6.0. But it will make 1.7.0!

macumber's avatar macumber (2015-01-29 09:54:49 -0500) edit

No h8ing on UH!

__AmirRoth__'s avatar __AmirRoth__ (2015-01-29 10:12:03 -0500) edit

My downvote was because this is really more of a comment rather than an answer, and there's already a comment with the same content on @Benjamin's answer. I should have made the time to comment to that effect but I didn't notice it was @jsole was a new(ish) user (welcome!) as the site layout is very poor on my phone.

Jamie Bull's avatar Jamie Bull (2015-01-29 10:24:49 -0500) edit
1

Ah makes more sense now, Kumbaya everyone :-)

macumber's avatar macumber (2015-01-29 10:28:46 -0500) edit
add a comment see more comments