Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
9

How to interpret cycling equipment outputs?

asked 2014-09-01 15:04:27 -0500

updated 2017-06-05 11:21:29 -0500

Most residential HVAC equipment (i.e., Unitary Equipment using the Fan:OnOff object) cycles on and off in order to meet the loads of a space. The way this is simulated is a runtime fraction (RTF) is defined as the ratio of the load to the capacity of the equipment (neglecting cycling losses). So a 45% RTF means that the unit is on for 45% of the time-step.

My question is this: What do the node flow rates and temperatures of the fluid streams represent? From what I've observed, it seems like the temperatures represent the temperature of the stream for fraction of the time-step that the equipment is on, but the flow-rates represent the average flow of the fluid over the entire time-step.

The reason I ask is because these definitions of the node outputs are inconsistent with those of fluid streams with modulated flow. I just want to confirm I'm understanding them correctly.

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
6

answered 2014-09-15 08:39:09 -0500

Archmage's avatar

The problem is that it is difficult for the software to calculate a temperature result when the flow is "off." So there is not a good way to arrive at some sort of average temperature over flow cycling. It does mean that users need to be careful how they interpret state data reported for such nodes, but the energy impact on the zones is being done correctly. This is part of the reason that the so-called On-Off fan is only used for self-contained unitary system models rather than being handled in a general way for central, air loop HVAC systems.

edit flag offensive delete link more
7

answered 2015-08-05 22:30:34 -0500

updated 2015-08-07 12:44:52 -0500

There are 2 control methodologies in EnergyPlus. A constant flow system where a load or set point is the target, or a cycling system where a load is the target.

A constant flow system "outputs" an average SAT, where the compressor cycles on and off to meet the load or temperature set point (the fan never cycles off). These systems are the CoilSystem or VAV types (and now AirloopHVAC:UnitarySystem). A water coil or DX coil can be used in these applications.

A cycling system "outputs" a compressor on SAT while averaging the flow rate (PLR*MaxFlow while RTF is used for power/energy calculations). These systems are the furnaces, heat pumps, and unitary systems. These systems typically use a DX coil and refrigerant compressor but can also be applied to water coils.

In the Q = mCpdT calculation, a constant flow system has a constant air flow (m) and the dT is the average (Tout(PLR) + Tin(1-PLR)). A DX system which uses a cycling fan has a constant dT while the air flow is averaged. Similar calcs for Q = mdH. When water coils are used, there is rarely any cycling involved and the water coil water-side flow rate is constant the entire time step (but will modulate to meet the load or temperature set point).

Although real systems would cycle (cycling compressor or water control valve opening and closing) over a long interval, on the order of 10's of minutes, EnergyPlus simulates this (DX) cycling over shorter time intervals using a part-load degradation curve to account for cycling losses. This methodology allows EP to hit a zone thermostat temperature set point (since no thermostat hysteresis exists in EP) or coil outlet air temperature set point.

The AirloopHVAC:UnitarySystem object just recently began to allow a cycling system to meet a set point temperature [which can be difficult with cycling systems since temperature is constant while flow is proportional to PLR...HINT: use constant fan with SP control for AirloopHVAC:UnitarySystem].

Interpretation of results will therefore depend on the system type, either constant fan operation or cycling fan operation.

edit flag offensive delete link more
5

answered 2014-09-11 16:22:50 -0500

updated 2014-09-11 16:40:40 -0500

I could be overruled here and I'm assuming we are talking about "Detailed" HVAC timestep level report variables in EnergyPlus. The temperature and flow that is reported at the node (presumably we are talking about nodes after DX coils, but it doesn't really matter) represent the actual temperature and flow that the simulation is feeding into the zone. There is no averaging of any kind unless we are talking about report variables at the zone timestep or longer frequency. Flow is determined by the requests from the demand side terminals. A target temperature is established by a setpoint manager (often SetpointMangerSingleZoneReheat for packaged units where RTF applies), and the DX coil attempts to hit that setpoint by figuring out what fraction of its capacity (RTF) would be needed to hit that temperature at the already established flow rate. Most DX equipment has limited ability to part load and meet a particular node (supply) temperature, but the simulation isn't modeling reality. It just degrades the coil's performance using an empirical correlation involving the RTF. SetpointMangerSingleZoneReheat in particular computes a variable supply temperature to hit a particular zone's load at the system's current air flow rate, even though a real system would simply be cycling on and off to meet the zone load.

It is possible to use EnergyPlus's EMS feature combined with very short time steps to model real cycling, but you won't get that out of the box with EnergyPlus, and I'd say it is still a research project. For one thing you don't capture the latent degradation when you do this.

Averaging is going to happen for temperature and flow if you view report variables above the "Detailed" reporting frequency. There is some ambiguity as to what the correct temperature is for time steps when there is no flow. I believe that EnergyPlus will just carry over the previous timestep value.

edit flag offensive delete link more

Comments

Good point, @Kyle Benne. I should clarify that I'm talking about the outputs from Unitary Equipment using the Fan:OnOff object. In this case, the fan is allowed to cycle implicitly within a time-step. My understanding is that the air flow rate represents an average of the on and off flow rates (RTF*MaxFlow) and the temperatures represent the temperature while running.

Neal Kruis's avatar Neal Kruis  ( 2014-09-12 09:16:52 -0500 )edit

I didn't realize at first that you meant Unitary Equipment in the literal EnergyPlus sense. The links should have been a clue though. That said if there is a difference with how the components behave with respect to PLR while inside the AirLoopHVACUnitary structures it is news to me. We need to get some of the FSEC people following this forum to get a definitive answer.

Kyle Benne's avatar Kyle Benne  ( 2014-09-12 10:47:48 -0500 )edit

To be fair, I just added the links.

Neal Kruis's avatar Neal Kruis  ( 2014-09-12 10:51:26 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2014-09-01 15:04:27 -0500

Seen: 562 times

Last updated: Aug 07 '15