5

Summer/Winter Design Day Temperature Setpoint Overlap

For sizing runs in EnergyPlus/OpenStudio, is it possible to have a winter design day temperature setpoint above the summer design day temperature setpoint? It's not atypical to size certain zones to heat to the maximum temperature and cool to the minimum temperature to ensure any temperature within the range can be achieved.

I tried this in OpenStudio and received the following error...

Severe ** DualSetPointWithDeadBand: Effective heating set-point higher than effective cooling set-point - increase deadband if using unmixed air model

My heating thermostat schedule has a winter design day temperature of 75F and my cooling thermostat schedule has a summer design day temperature of 70F. The default profiles are 70F for heating and 75F for cooling.

Lyle K's avatar
2.2k
Lyle K
asked 2016-06-16 17:54:02 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-03-07 22:03:21 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

In EnergyPlus, the schedules can use the special day types "SummerDesignDay" and "WinterDesignDay" to enter in completely different temperature setpoints for the two types of design days.

Archmage's avatar
7.2k
Archmage
answered 2016-06-17 09:46:08 -0500
edit flag offensive 0 remove flag delete link

Comments

Yes, as stated in the original post I am using the WinterDesignDay and SummerDesignDay with different temperature setpoints (75F in winter and 70F in summer). However I am still receiving the error 'effective heating set-point higher than effective cooling set-point' even though my regular day schedules are the opposite (70F for heating and 75F for cooling). The error happens during sizing.

Lyle K's avatar Lyle K (2016-06-17 10:46:44 -0500) edit

For each type of design day, the cooling setpoint needs to be higher than the heating setpoint when using DualSetPointWithDeadband thermostat control method. You can have a heating setpoint of 75F and a cooling setpoint of 80F during WinterDesignDay, and a heating setpoint of 65F and a cooling setpoint of 70F during SummerDesignDay -- all while still running at heating 70 and cooling 75 during the regular simulation.

Archmage's avatar Archmage (2016-06-17 11:01:43 -0500) edit

Is there a throttling range for the DualSetPointWithDeadband control method, something that equates to 'effective' setpoint? Is this hard coded or a user input? Haven't been able to find anything concrete in the E+ references. I have some zones where the operational setpoints are 70F heating and 72F cooling, I think this is actually causing my error and not the design days.

Lyle K's avatar Lyle K (2016-06-17 12:35:13 -0500) edit
add a comment see more comments