1

Does anybody know which output shows the solar gains and the transmission losses of my building in EnergyPlus?

I want to compare the results of TRNSYS and EnergyPlus with each other. For that I need a energy balance. I found all the important outputs except solar gains and transmission losses. I would highly appreciate your help.

Kind regards,

Arne

arnespandau's avatar
171
arnespandau
asked 2019-09-12 07:18:28 -0500
shorowit's avatar
11.8k
shorowit
updated 2019-09-12 08:17:40 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Hey Arne, I'm also searching for the output for various building components through which transmission losses occur please let me know if you have found the correct output.

Kind regards,

Prethvi

Prethvi Raj's avatar Prethvi Raj (2020-10-21 09:14:16 -0500) edit

See posted answer by @shorowit. All report variables are in the rdd after a simulation. Make sure you add Output:VariableDictionary, IDF; to your E+ input file so that the rdd file is created.

rraustad's avatar rraustad (2020-10-21 09:27:06 -0500) edit
add a comment see more comments

1 Answer

3

Look at the .rdd file after doing an EnergyPlus run to see all possible outputs that you can report. Search that file for "window" and you'll see many outputs related to solar gains and transmitted radiation. You can either report outputs on the zone level (i.e., all windows in the zone) or for individual windows. See the EnergyPlus Input Output Reference documentation for a description of these outputs to understand what they are reporting.

shorowit's avatar
11.8k
shorowit
answered 2019-09-12 08:16:58 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments