First time here? Check our help page!
1

Internal surface solar radiation rate calculation

Hi everybody, I'm here to ask you help to solve a problem. I want to know how much solar radiation hits a wall inside my zone. HAve you any suggestion on how modelling the wall and which output variables set? Thank you for your help!

Nicola Leoni's avatar
11
Nicola Leoni
asked 2017-11-11 15:52:08 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

First, you want to make sure that you tell EnergyPlus to calculate how beam falls on all interior surfaces of zones. You do this by setting the Solar Distribution input field of the Building object to 'FullInteriorAndExterior' or 'FullInteriorAndExteriorWithReflections' (the second option accounts for reflections off surfaces outside of the zone. Otherwise, EnergyPlus will assume that all beam radiation passing into the zone falls on the interior floor only. For more information, look at some other posts regarding solar distribution here and here.

After doing that, the next step is to tell EnergyPlus to report solar radiation values for the interior wall. Do this by adding an Output:Variable object to your input file that ends with IDF. This should report the output variable for 'Surface Inside Face Solar Radiation Heat Gain Rate' and reference the name of your interior wall surface. For more information, look at some other posts regarding surface output variables here and here.

Aaron Boranian's avatar
14.1k
Aaron Boranian
answered 2017-11-12 17:49:24 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments