First time here? Check our help page!
1

How to schedule inside face of the window with the solar gains

Hello everybody,

I am trying to use Radiance to create the solar incidence values for the surface, and then fed in to EnergyPlus for simulation like previous question. link text

There's no problem in creating the schedule file, and I used SurfaceProperty:SolarIncidentInside object to calculate solar distribution. It seems that SolarIncidentInside object does not affect the diffuse solar radiation transmitted through the zone’s exterior windows, but it can be dealt with by setting the solar radiation absorption rate to 1 and subtracting that from the schedule.

But the problem I am facing is that I cannot figure out how to schedule inside face of the window with the solar gains. Using SurfaceProperty:SolarIncidentInside object, all the building surface can be scheduled with the solar gains, but it seems that Fenestration Surface can't.

(Although the amount of solar radiation (1) absorbed in the glass of the zone’s exterior and interior windows and (2) transmitted back out of the exterior windows is quite small, and the influence on room temperature is extremely small)

Does anyone know? Thank you in advance.

R-Fujiwara's avatar
23
R-Fujiwara
asked 2018-07-14 13:50:04 -0500, updated 2018-07-18 05:12:33 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

ComplexFenestrationProperty:SolarAbsorbedLayers should do what you want.

MJWitte's avatar
9.7k
MJWitte
answered 2018-07-26 16:36:22 -0500
edit flag offensive 0 remove flag delete link

Comments

I understood. Maybe SurfaceProperty:SolarIncidentInside object is intend to be used with complex fenestration. Thank you.

R-Fujiwara's avatar R-Fujiwara (2018-07-28 05:12:03 -0500) edit

Yes, that's true. You can use the LBNL Window program to export the full complex glazing properties for your window constructions. Or you can use very simple complex glazing descriptions since all of the window solar calculations will be overridden. I took the CmplxGlz_SchedSurfGains.idf example file and replace all of the (very large) matrix objects with two very simple ones and got exactly the same results. See github #6869 for the revised example file.

MJWitte's avatar MJWitte (2018-07-30 11:31:55 -0500) edit
add a comment see more comments