5

heat recovery wheel bypass logic

One of my commissioning projects uses an enthalpy wheel on several AHUs. These AHUs have a bypass for the wheel or just shut the wheel off when conditions are more favorable to use straight outdoor air (or a mix of OA and return air.)

The sequence of operation mentions the bypass, but doesn't describe how it becomes active. I have not previously thought about the best control scheme for de-energizing the wheel or bypassing, so I'm reaching out to folk who may have thought it over... (or tested it in a model)

I have some manufacturer literature which suggests a dry bulb economizer-like changeover. I've done a mockup in Excel using TMY weather data and a DB-based changeover looks sloppy compared to a logic-based approach - but I may be missing something.

Can you share any insights?

Jim Dirkes's avatar
3.5k
Jim Dirkes
asked 2017-06-06 05:52:51 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2018-03-16 14:30:45 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

3

There are many control logics one could implement for this specific purpose, the "best" theoretical one being a combination of differential enthalpy and differential dry bulb: you put an "enthalpy" sensor (really it's a temperature sensor and a humidity sensor, with a logic board to calculate enthalpy based off temp and humidity) in the return air inlet to ERV and one on the outdoor air inlet, and decide whether it's more appropriate to use the wheel or not.

I'm specifically mentioning "theoretical" here because the problem with humidity sensors (therefore with enthalpy) is that they can quickly fall off calibration and make the computation of enthalpy completely inaccurate. As I think I recall reading, you should likely replace them every year or so...

This ASHRAE article Economizer High Limit Controls and Why Enthalpy Economizers Don’t Work should prove a most interesting read, even though it doesn't address ERVs specifically but rather economizers. Couple of quotes:

Humidity sensors, on the other hand, are notorious for being difficult to maintain in calibration

[...]

The best option, assuming no sensor error, is the combination of differential enthalpy and fixed dry bulb

[...]

Including sensor error, the worst (or very close to the worst) option in all climates is the differential enthalpy control. This control logic is considered the “best” anecdotally among many design engineers and is required for some climate zones by Standard 189.1. Yet, in practice, with realistic (even optimistic) sensor error, it performs among the worst of all options

In EnergyPlus, relevant fields are:

Julien Marrec's avatar
29.7k
Julien Marrec
answered 2017-06-06 08:49:43 -0500, updated 2017-06-06 09:31:28 -0500
edit flag offensive 0 remove flag delete link

Comments

1

Also relevant is the Controller:OutdoorAir input field Heat Recovery Bypass Control Type.

ericringold's avatar ericringold (2017-06-06 09:19:20 -0500) edit
add a comment see more comments