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

HVAC airflow balance

asked 2017-10-08 02:09:22 -0500

TomB's avatar

updated 2017-10-08 09:42:42 -0500

What could explain why I am seeing Volume flow rate (Standard Density) at the Supply node lower than the flow rate at the outdoor air inlet? I assume that the volume flow rate downstream of the outdoor air Inlet could only be the same (or higher if mixed with return air) ?

image description

Outputs show

  1. Outdoor air fraction = 1
  2. Economiser/HX bypass = 0
  3. Inlet flow rate > Supply flow rate

I assume that EnergyPlus does a mass balance in the HVAC air loop. Is that correct? Are there any components in an airloop that can leak?

The results below are mostly ok for the second day. Other AHUs are showing much worse agreement.

image description

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2017-10-09 07:41:17 -0500

updated 2017-10-11 09:13:49 -0500

Zone exhaust fans and zone DOAS may cause this type of difference. The return node flow rate is equal to the sum of the zone supply inlet node flows minus the zone exhaust node flows.

I see where these numbers are coming from (i.e., the 25.243 inlet node flow and 20.460 supply node flow) however, what I don't understand is why this isn't happening all the time since the minimum OA flow is set to 25.243. I would suggest autosizing all the inputs or hardsizing them consistently. In your file the air loop is hard-sized throughout all the way to the terminal units where these are autosized. The total autosized flow rate for both terminal units is 20.46.

 AirLoopHVAC,
   AHU/L21/INT 1,           !- Name
   25.243,                  !- Design Supply Air Flow Rate {m3/s}

 Fan:VariableVolume,
   AHU/L21/INT 1 RAF,       !- Name
   NABERS HVAC,             !- Availability Schedule Name
   0.6045,                  !- Fan Total Efficiency
   600,                     !- Pressure Rise {Pa}
   25.243,                  !- Maximum Flow Rate {m3/s}

Component Sizing Information, Fan:VariableVolume, AHU/L21/INT 1 RAF, Design Size Maximum Flow Rate [m3/s], 20.46023
Component Sizing Information, Fan:VariableVolume, AHU/L21/INT 1 RAF, User-Specified Maximum Flow Rate [m3/s], 25.24300

 Controller:OutdoorAir,
   AHU/L21/INT 1 Outdoor Air System Controller,  !- Name
   AHU/L21/INT 1 Inlet pre HX,  !- Actuator Node Name
   25.243,                  !- Minimum Outdoor Air Flow Rate {m3/s}
   25.243,                  !- Maximum Outdoor Air Flow Rate {m3/s}

 Fan:VariableVolume,
   AHU/L21/INT 1 SAF,       !- Name
   NABERS HVAC,             !- Availability Schedule Name
   0.6,                     !- Fan Total Efficiency
   800,                     !- Pressure Rise {Pa}
   25.243,                  !- Maximum Flow Rate {m3/s}

Component Sizing Information, Fan:VariableVolume, AHU/L21/INT 1 SAF, Design Size Maximum Flow Rate [m3/s], 20.46023
Component Sizing Information, Fan:VariableVolume, AHU/L21/INT 1 SAF, User-Specified Maximum Flow Rate [m3/s], 25.24300

 AirTerminal:SingleDuct:VAV:NoReheat,
   Thermal Zone: Level 14:INT 1:AHU/L21/INT 1 No Reheat,  !- Name
   Autosize,                !- Maximum Air Flow Rate {m3/s}

 AirTerminal:SingleDuct:VAV:NoReheat,
   Thermal Zone: Level 30:INT 1:AHU/L21/INT 1 No Reheat,  !- Name
   Autosize,                !- Maximum Air Flow Rate {m3/s}

Component Sizing Information, AirTerminal:SingleDuct:VAV:NoReheat, THERMAL ZONE: LEVEL 14:INT 1:AHU/L21/INT 1 NO REHEAT, Design Size Maximum Air Flow Rate [m3/s], 11.17615
Component Sizing Information, AirTerminal:SingleDuct:VAV:NoReheat, THERMAL ZONE: LEVEL 30:INT 1:AHU/L21/INT 1 NO REHEAT, Design Size Maximum Air Flow Rate [m3/s], 9.28408
edit flag offensive delete link more

Comments

Wouldn't the zone exhaust influence the return node flow rate (as you indicated), whereas this question is about the supply node flow rate?

anchapin's avatar anchapin  ( 2017-10-10 07:27:46 -0500 )edit

Well, that's true. It would be easier to have the input file for further investigation.

rraustad's avatar rraustad  ( 2017-10-10 07:55:56 -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

4 followers

Stats

Asked: 2017-10-08 02:09:22 -0500

Seen: 733 times

Last updated: Oct 11 '17