First time here? Check out the Help page!

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

Can radiance be used to analyze curtain-wall reflected glare?

asked 9 years ago

yongqingzhao's avatar

updated 9 years ago

I have an office building project which is constructed with curtain-wall structure.

For pursuing Chinese Green Building Certification, the reflected glare impact of the curtain wall must be analyzed using a computer simulation method. According to information found on the internet, it seems that Radiance is able to analyze it, but I don't know how to implement it using my workflow of Ecotect combined with Radiance.

Chinese Green Building Certification requires that reflected glare should not have a strong impact on surrounding building elevation and road. The impact is classified into four levels based on angle of incidence and luminance.

image description

Is there anyone that can help me?

Preview: (hide)

Comments

I've just edited this but then realised it's actually a duplicate of this question.

Jamie Bull's avatar Jamie Bull  ( 9 years ago )

For some reason,question can not be posted at Unmethours in china,so I ask a firend of mine in American to help me post that question,now I repost the question with a more detailed description added.

yongqingzhao's avatar yongqingzhao  ( 9 years ago )

No problem. Can you delete the other one perhaps? Or we can ask a mod to do it otherwise. @rpg777, just to bring your attention to this as you'd answered on the other one.

Jamie Bull's avatar Jamie Bull  ( 9 years ago )

I am afraid that I can not delete that question,because the user that post that question is not created by me.

yongqingzhao's avatar yongqingzhao  ( 9 years ago )
1

There's already an answer on the other question but considering the answer is a "Yes/no" type of answer, and the initial question was partial, I see no problem deleting it so it's done.

Julien Marrec's avatar Julien Marrec  ( 9 years ago )

1 Answer

Sort by » oldest newest most voted
2

answered 9 years ago

Assuming this one is the question we should all be answering, here goes one attempt to do so:

Thanks for supplying the impact criteria table, Yongqing. This is interesting, I've not seen anything like this before, but I must say this is a real challenge to implement! Reason being, reflected glare such as we are trying to quantify here is view dependent. So, while this table clearly places luminance values into several classifications, one must consider the viewing location and direction of the evaluation. Further, the evaluation must be conducted at several points. The questions are, how many of these points must be sampled, and which viewing directions/angles? Without strolling into that minefield, let's just look at how one would calculate these values using Radiance. This is actually somewhat easy:

  1. Make a model of the proposed building and surrounding structures, taking care to specify the curtain wall materials accurately (Radiance's 'glass' primitive will do an OK job of modeling the reflectance, but there are better materials to use if you have the angle-dependent data and time to model them)
  2. Create view points you wish to calculate
  3. Create sky model(s) representing the solar incidence angles you wish to evaluate
  4. Create Radiance renderings of (2), using (1) and (3).
  5. Evaluate the images for glare potential.

You could use Ecotect for (1), and I'm pretty sure Ecotect can also export views for (2), but you may need to modify them on your own; see the rpict manpage for view specification details. Finally, there are a couple of image analysis utilities in Radiance that could be used to find luminance values in the image. pextrem will tell you the highest and lowest pixel values in any Radiance image. Since a standard Radiance image is the radiance of each pixel, you could simply convert the radiance to luminance by applying v-lambda, and compare that value to the "impact table" you have supplied, above. Findglare may also be useful; it is a script that evaluates a Radiance image for glare potential, just using different metrics.

I am still unclear on how the glare problem is defined in terms of the number and location of evaluation points and view vectors, but assuming those are known, this is how I'd use Radiance to evaluate them for glare per the criteria above. I could envision a script that takes in all the rendered images, runs them through pextrem, and reports the glare metrics.

HTH!

Preview: (hide)
link

Your Answer

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

Add Answer

Training Workshops

Careers

Question Tools

1 follower

Stats

Asked: 9 years ago

Seen: 518 times

Last updated: Mar 10 '15