3

Fan Pressure Rise

Here is metioned that the total static pressure has to be used for the Fan Pressure Rise parameter in EnergyPlus.

Can someone explain why the total pressure (= total static pressure + dynamic pressure) should not be used? Thank you in advance!

KC's avatar
31
KC
asked 2018-02-14 09:42:59 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2018-02-14 11:26:31 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

5

Short answer, total static pressure in the HVAC community includes dynamic losses from fittings and is equal to total pressure. Losses from fittings (elbows, branches, tees) is sometimes converted to an equivalent length of "straight duct" and then applied a friction loss. This might be why there is the misnomer of total "static" pressure. Or the loss coefficient ("C") for a fitting is looked up in a table and multiplied by velocity pressure ("Vp") to determine the loss.

The total pressure includes external static pressure and internal static pressure. External static pressure includes losses from volume control dampers, fire dampers, air outlets, duct length pressure drop (i.e. friction losses), duct fittings (i.e. dynamic/velocity losses), louvers, etc.

Internal static pressure includes things like filters, cooling coils, heating cools, and heat exchangers.

So, you should use the "total" pressure in your numbers below, as it includes the dynamic/velocity pressure loss from fittings.

Anna Osborne Brannon's avatar
2.9k
Anna Osborne Brannon
answered 2018-02-14 22:50:16 -0500, updated 2018-02-15 19:51:50 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you for your answer.

I would like to simulate a HVAC system with the following fan specifications: system effect: 76 Pa, external static pressure: 350 Pa, total static pressure: 831 Pa, dynamic pressure: 74 Pa, total pressure: 905 Pa.

So in this case I should also not use the total pressure?

KC's avatar KC (2018-02-15 01:41:36 -0500) edit

I revised my above answer to be a bit more clear. You should use the "total" pressure in your numbers above, as it includes the dynamic/velocity pressure loss from fittings.

Anna Osborne Brannon's avatar Anna Osborne Brannon (2018-02-15 16:41:16 -0500) edit
add a comment see more comments
1

A very old question, but I couldn't pass it up. I think @Anna Osborne Brannon 's explanation is not correct. It seems she is confusing "Dynamic pressure" (Velocity pressure) with "Dynamic loss". Dynamic loss which results from flow disturbances in the fitting correlates Dynamic pressure which is the kinetic energy per unit volume of a fluid, but they are differenct concepts.


Short answer: strictly speaking, total pressure (total static pressure + dynamic pressure) shoud be used, but energy modellers use total static pressure case by case. More details below.

In general, the following formula holds:

Fan power consumption [W] = Air flow rate [m3/s] * Fan total pressure [Pa] / Fan total efficiency

EnergyPlus uses the wording Pressure Rise instead of Fan total pressure, but they refer to the same thing.

Fan airflow and rated fan power are always in the fan equipment schedule, but other information available depends on projects.

For constant speed fans, the fan total pressure can be calculated backward by using the rated fan power in the fan equipment schedule as the excess pressure is adjusted with a volume damper i.e. Fan total pressure (=Pressure Rise)[Pa] = Fan Power [W] / Air flow rate [m3/s] * Fan total efficiecny

For variable speed fans,

  1. If the total static pressure (= internal static pressure and external static pressure) is in the equipment schedule or in Fan/AHU/PAU's data sheet, I guess many energy modellers use the value for Pressure Rise in the idf file. It is becasue the external static pressure calculated by MEP engineers is overestimated i.e. a safety factor of around 10% is taken into account or/and it is rounded up in 50Pa or 100Pa increments (e.g. Calculated external pressure + internal pressure = 930Pa → Entered total pressure in the equipment schedule = 1000Pa). On the other hand, dynamic pressure (= 1/2 * ρ * v^2) is normally less than 50Pa. Dynamic pressure is consequently included in the margin of the external static pressure. I think that's why many energy modellers ignore fan dynamic pressure and input only the total static pressure (= internal static pressure and external static pressure) into Pressure Rise field.
  2. If the total static pressure (= internal static pressure and external static pressure) and the dynamic pressure is known, as in @KC 's case, the total pressure (the total static pressure + the dynamic pressure) should be used for Pressure Rise in the idf file, but this case is very rare. MEP engineers do not normally calculate fan dynamic pressure because their concern is whether fans can supply air to the farthest room, and because static pressure is the force that pushes air out by overcoming the resistance of ducts.
  3. If the external static pressure is in the schedule but the internal static pressure for AHU/PAU/Ventilation unit, etc., I don't think this estimation is justified. I will ask the equipment manufacturers to provide the data sheet including internal static pressure first. If I cannot get the internal static pressure, I have no choice ...
(more)
Keigo's avatar
4k
Keigo
answered 2023-03-27 08:10:11 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments