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

How do I get Energy plus to Output latent loads and total loads

asked 2020-09-22 20:53:23 -0500

Ricky9's avatar

updated 2020-09-23 16:13:04 -0500

I have seen this question before, but the answers were not very helpful. Calculation of the total cooling load which is the sum of the latent and sensible cooling loads, is essential to the accuracy of the building energy use calculation. Why is this not a default in energy plus as it is with other building energy modelling and HVAC softwares?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-10-20 12:21:18 -0500

Jmythms's avatar

Hello!

I'm just summing up the answers mentioned here about cooling loads and here about ideal air load systems.

To output the loads, you have to go through two steps:

  1. Add an Ideal Air Loads system to your Energyplus input file (.idf file) : You could do this using Openstudio. Another way is to use the built in IDF editor that comes with EnergyPlus for Windows. One more (might be complicated for new users) way to do this by just using a text editor like Atom/Notepad++ is mentioned here.
  2. Add the following lines to your Energyplus input file (.idf file) using a text editor like Atom/Notepad++:

    HVAC,Average,Zone Ideal Loads Zone Sensible Cooling Rate [W]

    HVAC,Average,Zone Ideal Loads Zone Latent Cooling Rate [W]

    HVAC,Average,Zone Ideal Loads Zone Total Cooling Rate [W]

Run Energyplus after doing this and you would see the cooling loads in your generated results (the csv file that is generated or the .eso file).

Regarding why this output is not automatically generated: it is an output that is not useful for everyone using EnergyPlus. Forcing this output to be generated every time would make EnergyPlus slower for users who do not need these numbers.

edit flag offensive delete link more

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: 2020-09-22 20:53:23 -0500

Seen: 3,578 times

Last updated: Oct 20 '20