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

Revision history [back]

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.