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

Code to determine the U/R value of a construction

asked 2019-02-27 19:22:58 -0500

antonszilasi's avatar

I would like to write a test which takes a OpenStudio construction and determines its U/R value for the purpose of automated testing.

I'm sure that I could devise this code but I am wondering if it already exists in some form or another? If so could someone please point me to it?

Many thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-02-28 10:33:54 -0500

The .thermalConductance() and .uFactor() methods on the ConstructionBase object return these values in SI units. See the OpenStudio SDK for the ConstructionBase object.

Example method to report out these values for each construction here.

edit flag offensive delete link more

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

1 follower

Stats

Asked: 2019-02-27 19:22:58 -0500

Seen: 133 times

Last updated: Feb 28 '19