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

Groundglow luminance

asked 2017-05-03 14:57:58 -0500

Determinant's avatar

updated 2017-05-03 19:07:11 -0500

dc_sky.rad looks like the below. With RGB = 1,1,1, is the ground glowing just as brightly as the sky?

#@rfluxmtx h=u u=Y
void glow groundglow
0
0
4
1 1 1 0

groundglow source ground
0
0
4
0 0 -1 180
#@rfluxmtx h=r1 u=Y
void glow skyglow
0
0
4
1 1 1 0

skyglow source sky
0
0
4
0 0 1 180

groundglow in the window group DMXs:

rcontrib -fo+ -ab 2 -ad 512 -as 256 -dj 1 -dp 1 -dt 0 -dc 1 -lw 0.001 -n 1 -fda -c 10000 -bn 1 -b if(-Dx*0-Dy*0-Dz*1,0,-1) -m groundglow -f reinhartb.cal -p MF=1,rNx=0,rNy=0,rNz=-1,Ux=0,Uy=1,Uz=0,RHS=+1 -bn Nrbins -b rbin -m skyglow -y 145
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2017-05-03 22:37:42 -0500

I know that's what it looks like, but here's the thing: when a ray intersects below the horizon, the luminance is modified by the ground reflectance. This reflectance is specified with the -g option to gensky (the default is 20%). For this reason, the best practice for creating Radiance skies is to ensure the weighted average adds to 1 for both hemispheres. Since we use greyscale models in OpenStudio, this is easy, as you have seen. ;) This business of specifying the intensity and optionally the color of the sky & ground is discussed at length in this post from the radiance-online listserv archive: sky definition.

This is a good time to remind you that there really is no substitute for using local geometry to represent the ground, since the ground hemisphere does not get shaded by the building and other local objects, can only be one continuous color, etc.

edit flag offensive delete link more

Comments

Ah, so gensky is buried in there somewhere and is defaulting to 20%. Got it. I'll look at the link too. RE:local geometry, I'll think more on it.

Determinant's avatar Determinant  ( 2017-05-04 12:16:40 -0500 )edit

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: 2017-05-03 14:57:58 -0500

Seen: 158 times

Last updated: May 03 '17