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

nikunj's profile - activity

2016-05-11 04:34:38 -0500 asked a question Add irregular illuminance map in space using openstudio measure?

I am writing a measure to add irregular illuminance map in space that fits in space. please help how to add illunimance map and set its origin, x length, y length etc. I have to add illuminance map, daylighting control and glare control.

2016-04-01 00:39:32 -0500 commented answer How to find u-value of Standard glazing?

Thanks again!! this code is working in case of reporting measure but if i want to write a measure in which i have to read u value of glazing on the basis of that value I have to change some thing . In this case there is not any sql file i guess then how to find uValue of standard glazing?

2016-03-31 05:01:05 -0500 received badge  Scholar (source)
2016-03-31 04:22:46 -0500 commented answer How to find u-value of Standard glazing?

hey Thanks!! This is working .. but there is a correction in one line u_ip = OpenStudio::convert(u_si, 'W/m^2K', 'Btu/ft^2h*R').get

I also want to know how to calculate it without reading from sql file. If anyone has idea please share.. Thanks again!!! :)

2016-03-30 03:57:06 -0500 commented answer How to find u-value of Standard glazing?

how to read ufactor from SQL output file? Is there any way to calculate uFactor from model?

2016-03-29 23:42:17 -0500 asked a question How to find u-value of Standard glazing?

I am writing reporting measure on openstudio. For Simple glazing there is a option to set u-value directly in openstudio and in coding I can directly access u-value of Simpleglazing using 'uFactor' function but in case of Standard glazing this function is not working. How to write code to access uFactor of Standard glazing?

uValue = sub_surface.uFactor.to_f
2016-03-29 23:26:14 -0500 commented answer How to find out orientation of the roof and the pitch angle of its skylight?

i m working on reporting measure in openstudio

2016-03-29 23:25:37 -0500 commented question How to find out orientation of the roof and the pitch angle of its skylight?

I m trying to write measure in openstudio

2016-03-29 15:38:25 -0500 received badge  Student (source)
2016-03-29 08:16:54 -0500 asked a question How to find out orientation of the roof and the pitch angle of its skylight?

I can find out orientation of a wall but same logic will not give correct output for roof. How should I proceed?