2

Dehumidification Scheme Subcools Too Low?

Hello all!

I'm attempting to model dehumidifcation in EnergyPlus and I'm getting some strange results. When using a constant 62.5% Relative Humidity setpoint versus no dehumidification in New Orleans LA, the EUI jumps from 70 kBtu/sf-yr to 91 kBtu/sf-yr. Cooling energy increased by about 30%, and heating increases by a factor of 5.6!

image description

The project is a 400 square foot classroom "shoebox" that I'm running some infiltration sensitivity analysis on. Thus, I want to make sure I'm capturing the energy impact of dehumidification accurately. I'm using the HVACTemplate:System:Unitary template (everything is autosized), and I've input "CoolReheat" in the "! - Dehumidification Control Type" field. I've added a "ZoneControl:Humidistat" object that uses a compact schedule with a "percent" schedule type limits that uses 62.5 all year. After inspecting the expanded file, the AirLoopHVAC:Unitary:Furnace:HeatCool object has a "CoolReheat" designation in the "! - Dehumidification Control Type" and an additional reheat coil appeared. Everything looks good.

So, why is the reheat and cooling energy increase so high? The scheme seems to be working, only 6% of all hours are above 62.5% relative humidity. I think the main problem is that with dehumidification, the cooling coil drops the temperature to 5 deg C (42 deg F) in some cases (see below graph). This seems unreasonable, and may be why there is so much reheat and coling energy, as actual systems would never really drop it below 55 deg F. I don't know how to control this, and I can't find a setpont manager that controls the subcooling routine for the dehumidification.

image description

There appears to be a "!-minimum supply air temperature" field in the "SetpointMnager:SingleZone:Reheat" object set at 13, but it doesn't seem to have an effect.

Is there a way to control this? Am I missing anything?

Here is a link to the .idf in case it helps. https://drive.google.com/file/d/0B6aA...

Thanks ahead of time for your help!

jdunn's avatar
225
jdunn
asked 2015-03-10 14:51:20 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

Hi Jacob,

I think I identified a problem but not the full solution for it. If you check the zone temperature during summer period you'll see that during unoccupied period the zone is cooled down to 15C which is actually your heating setback temperature. To achieve such a low temperature the supply air has to be sub-cooled to 5C which, as you mentioned, is unrealistic. I cannot source the root of this issue.

The partial solution is to control the zone conditions by single heating and single cooling thermostats. As soon as I changed to single cooling thermostat during summer period, the system behaves as it should (supply air temperature around 15C, zone air temperature according to cooling occupied/unoccupied setpoints).

Another possible way of overriding the issue is to replace Fan:OnOff with Fan:ConstantVolume and keep DualSetpoint control. This doesn't completely remove periods when the supply air temperature is around 5C, although it significantly reduces it.

I hope you'll find this answer useful.

Best regards, IK

Ivan Korolija's avatar
911
Ivan Korolija
answered 2015-03-17 21:11:06 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments