First time here? Check out the Help page!
1 | initial version |
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:
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.