Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
5

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

asked 2014-12-02 09:54:57 -0500

cjcfromslc's avatar

updated 2020-01-20 15:08:01 -0500

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.

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
0

answered 2015-01-28 01:11:30 -0500

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

edit flag offensive delete link more

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
2

answered 2014-12-15 13:01:53 -0500

cjcfromslc's avatar

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}")
edit flag offensive delete link more
3

answered 2014-12-02 14:55:27 -0500

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.

edit flag offensive delete link more

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

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

2 followers

Stats

Asked: 2014-12-02 09:54:57 -0500

Seen: 851 times

Last updated: Jan 28 '15