2

determining heating and cooling in peak conditions

I'm a student Engineer and I am new with EnergyPlus. I am doing a simulation to obtain the heating and cooling loads in peak winter and summer conditions. I am doing the simulation setting through the class: "SizingPeriod:DesignDay" the worst winter day (by considering no internal heat gains and no solar radiation) and the worst summer day(by considering internal and solar heat gains). The building has two thermal zones and the HVAC system is ideal.

I do not know how to proceed. The first question is: since, as prescribed by the UNI EN 12831 for a winter design day, I should set a constant temperature throughout the day (-8°C for my location), where I can set this value (and also considering solar radiation equal to zero)? Should I not use the Weather File? Moreover, Should I consider the design day in the SizingPeriod class or set it also in the section RunPeriod (by selecting also system sizing)?

The last question is: Can I run a simulation for these two different days and obtaining the required values of cooling and heating loads or should I run them separately?

Jenny's avatar
139
Jenny
asked 2017-12-10 17:32:22 -0500
Julien Marrec's avatar
29.7k
Julien Marrec
updated 2017-12-11 02:32:46 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

4

You can do both with one simulation, just adding 2 SizingPeriod:DesignDay objects, one for winter and one for summer. The temperature should be set in the Maximum Dry Bulb Temperature field. If the "Daily Dry-bulb Temperature Range" is set to 0, the temperature will be constant throughout the whole day (otherwise it will be sinusoidal). For solar radiation, you should set Sky clearness to 0 for winter and to 1 for summer (be sure that the solar model indicator is ASHRAEClearSky). However, in the Input Output Reference you will find all the information you need.

jack_l's avatar
305
jack_l
answered 2017-12-11 04:20:52 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you for your answer!

Jenny's avatar Jenny (2017-12-11 10:10:09 -0500) edit
add a comment see more comments