OpenStudio Glazing U value setting error
Closed this issue · 6 comments
@MingboPeng ,
I use this feature all of the time and see changes in the results with different U-Values. Otherwise, I would not be able to run Design Explorer studies like this one:
http://tt-acm.github.io/DesignExplorer/?GFOLDER=0BwESNksS3Eucbm5raV85eVFQMlk
It must be something different with your grasshopper file. Could you post a link to your GH file that is causing this issue?
-Chris
Hi @chriswmackey ,
I just recreated a example, it is still the same. please find the attached zip file (GH and osm file)
OpenStudio.zip
Thanks,
Mingbo
@chriswmackey I think this might because of the newest OpenStudio 2.1.
@MingboPeng ,
I know what's happening. A U-Value of 1.25 (IP) is a higher U-Value than a single pane of glass. OpenStudio must be trying to correct for such an input that would violate laws of physics.
You should set it to something more realistic like 0.4 (standard double pane) or 0.25 (standard triple pane). For example, when I set it to Triple pane (0.25), everything works correctly:
-Chris
@chriswmackey ha, thanks, and I found that OS accepts max UValue(IP) 1.232771, and also someone says EnergyPlus cannot model more than 5.8 W/m2-K (IP:1.02). https://unmethours.com/question/890/openstudio-u-factor-maximum-value-for-simple-glazing/
The reason I was using 1.25 IP is because of modeling a "poor performed" existing building.
Good to know this, thanks again.
Mingbo
@MingboPeng ,
Thanks for finding this limit. I have added a warning to the EnergyPlus Window Material component that alerts people when they pass this acceptable limit:
7ff72f1
Thanks again!