First time here? Check our help page!
1

Code to determine the U/R value of a construction

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!

antonszilasi's avatar
1.5k
antonszilasi
asked 2019-02-27 19:22:58 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

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.

mdahlhausen's avatar
9.5k
mdahlhausen
answered 2019-02-28 10:33:54 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments