I need an easy explanation for a flow formula

AI Thread Summary
To calculate flow rate using a differential head pressure device, the formula is Flow = (coefficient)(square root of the differential pressure). The square root relationship arises because flow is proportional to velocity, which is derived from the Bernoulli Equation where velocity components are squared. While this square root dependence is ideal, real fluids experience viscous losses that can lead to a linear approximation of flow and pressure drop in certain conditions. The corrected pressure drop equation incorporates a friction factor and Reynolds number, indicating that flow behavior varies with flow characteristics and system dimensions. Understanding these principles is essential for accurate flow rate calculations in practical applications.
uhuge
Messages
7
Reaction score
0
In order to calculate flow rate when using a differential head pressure device, the simplified formula is Flow = (coefficient)(square root of the differential pressure)

My question is why? Why the square root, can some explain this to me please? Thanks
 
Engineering news on Phys.org
Basically because flow is proportional to the velocity. In the Bernoulli Equation, the velocity components are squared terms.
 
A basic flow equation is V=(2gh)^0.5
 
The pressure differential over a distance represents potential energy (like a voltage), and the kinetic energy of the flow is proportional to the square of the mean velocity of the flow.

the work done by the forces in the fluid + decrease in potential energy = increase in kinetic energy
http://en.wikipedia.org/wiki/Bernoulli's_equation#Incompressible_fluids

:smile:
 
While the above posts have answered the question "why ?", let me answer the question "why not ?"

In many applications we actually use a linear relationship between fluid flow and pressure drop. This too is an approximation, but a reasonable one for a certain range of flow characteristics.

The reason the square root dependence is not strictly obeyed in real fluids is because of viscous loss. The corrected expression for pressure drop is :

\Delta p = \frac{\Lambda}{D} \cdot \frac{\rho v^2}{2} \cdot L~~~~(1)

where \Lambda is the "friction factor". For laminar flow, the friction factor is given by

\Lambda = \frac{64}{Re} ~~~~~~~(2)

Re is the Reynold's Number, which in the laminar regime goes like

Re = \frac{vD}{\nu} ~~~~~~~(3)

where \nu is the viscosity.

Plugging these into (1) gives :

\Delta p = 32 \rho \nu L v~~~~(4)

However, for this equation to hold, we must have L/D >>1, so that the fluid attains "terminal velocity" from viscous drag. Over short lengths, the behavior will look more like the square root dependence (which is only exactly true in the ideal limit L/D -> 0 ).

In terms of the flow rate, Q = vA, this gives the more familiar (Ohm's Law like) equation

\Delta p = const \cdot Q \cdot \frac{L}{D^2}

With turbulence, the relationship becomes more complex and the notable difference is that the dependence on the diameter takes on a higher number, typically somewhere between 3 and 4.
 
To expand on Gokul's comment, you might wish to check up on Darcy's law.
 
Back
Top