5

Use Radiance for thermal load calculation

Radiance is a great tool when we need to simulate daylight but it provides only illuminance values. Can we use Radiace results in thermal load calculations in E+? E.g. through using BCVTB or somehow else..? The question arises from E+ limitation for "Full internal" and "Full external" algorithms - the spaces must be convex. Radiance has no such limitation.

Dinosaver's avatar
990
Dinosaver
asked 2015-12-25 15:43:02 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

3 Answers

5

Indeed, Radiance is quite a bit better suited to exploring geometries more complex than a box. Radiance also provides radiometric results by default (though only for energy in the visible spectrum), most people just immediately push those numbers through V-lambda since most Radiance users are interested in photometric answers. I digress.

Radiance's geometric prowess was exploited for an EnergyPlus-related Radiance utility released earlier this year, called "eplus_adduvf". This utility takes an idf as input and computes view factors for all the surfaces, or something. I don't think there's a manpage for it, but the source code is here.

I believe it was Tianzhen Hong at LBL who got the ball rolling on Greg Ward's (GregWard) development of eplus_adduvf, and probably knows the most about the proper application of the utility toward thermal load calculations. LBL also did some other work internally on this, but I don't know if anything was ever published. Andy McNeil (andyrew) presented the status of that work at the time, at the 2011 Radiance Workshop in Berkeley. Have a look here.

If only there was a model and API that would allow users to tie these elements together. (ahem) =)

rpg777's avatar
7k
rpg777
answered 2015-12-28 10:27:18 -0500, updated 2015-12-28 12:06:18 -0500
edit flag offensive 0 remove flag delete link

Comments

1

The internal work done at LBL was intended to allow us to use BSDF data to distribute solar energy to the interiors while we waited for BSDF support to be added to Energy Plus. Once direct support for BSDF files was added to energy plus, we stopped using our work around. The side benefit of permitting non-convex spaces wasn't something we needed.

Andyrew's avatar Andyrew (2016-01-11 12:02:22 -0500) edit
1

Our method was used for early stages of the work published in these articles, though I think we switched to the built in BSDF support before the final versions of these papers were published: http://www.sciencedirect.com/science/... http://www.sciencedirect.com/science/...

Andyrew's avatar Andyrew (2016-01-11 12:03:26 -0500) edit
add a comment see more comments
3

One path for using Radiance results in EnergyPlus's thermal load model is with the input object called SurfaceProperty:SolarIncidentInside. The idea is to schedule the solar gains on indoor surface faces with the schedule values coming from Radiance models of the inside solar distribution.

Archmage's avatar
7.2k
Archmage
answered 2015-12-28 14:33:26 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
-2

Any news so far in this area? Chance to write a measure for OS? Upcoming breakthrough in new version of E+..?

Dinosaver's avatar
990
Dinosaver
answered 2016-06-29 09:01:57 -0500
edit flag offensive 0 remove flag delete link

Comments

2

First of all, this is not an answer to the OP. Second, there is no news.

rpg777's avatar rpg777 (2016-06-29 12:16:51 -0500) edit
add a comment see more comments