Conical diffuser calculation using Bernoulli's Equation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 8K views
Michael V
Messages
25
Reaction score
0

Homework Statement



The following information applies to a conical diffuser:
Length = 750 mm
Inlet diameter = 100 mm
Outlet diameter = 175 mm
Water flow = 50 l/s
Pressure at inlet = 180 kPa

Friction loss = [itex]\frac{k(V_{1} - V_{2})^{2}}{2g}[/itex] where k = 0.15

Calculate the pressure at exit. (10)

The same diffuser is then installed in a vertical pipeline where the flow is now downward and the quantity of water flow is to be double the above flow. The inlet pressure in the diffuser inlet (smaller diameter) is 150 kPa. Consider friction loss and calculate the pressure at the exit of the
diffuser. (10)

Homework Equations



Bernoulli's Equation : [itex]Z_{1}+\frac{P_{1}}{ρg}+\frac{V_{1}^{2}}{2g}[/itex] = [itex]Z_{2}+\frac{P_{2}}{ρg}+\frac{V_{2}^{2}}{2g}+H_{loss}[/itex]

The Attempt at a Solution



The 1st part of the question is not a problem where [itex]Z_{1}[/itex]= [itex]Z_{2}[/itex]. The problem I'm having is when it becomes vertical does [itex]Z_{1}[/itex]or [itex]Z_{2}[/itex] = 0.75m.
 
Last edited:
on Phys.org
Sorry, Pr is pressure.
 
So what happens when there is flow? Please could just have a look at my answer that's attached. Thanks.
 

Attachments

Michael V said:
So what happens when there is flow? Please could just have a look at my answer that's attached. Thanks.

When there is flow, you just add the velocity and friction terms back into the equation. For hydrostatic equilibrium, if p1 is the pressure at the top and p2 is the pressure at the bottom, and z1 is the height of the top above the bottom datum, while z2 is the height of the bottom datum (z2 =0), Then the pressure at p2 would have to be higher than the pressure p1. So

p2 = p1 + ρg (z1 - z2)

So p1 + ρgz1 = p2 +ρgz2

This should automatically tell you what to use for z1 and z2 in the flow problem.

In your calculations for part 1, you made an error in calculating the velocities. They are a factor of 100 smaller.
 
  • Like
Likes   Reactions: 1 person
Chestermiller said:
When there is flow, you just add the velocity and friction terms back into the equation. For hydrostatic equilibrium, if p1 is the pressure at the top and p2 is the pressure at the bottom, and z1 is the height of the top above the bottom datum, while z2 is the height of the bottom datum (z2 =0), Then the pressure at p2 would have to be higher than the pressure p1. So

p2 = p1 + ρg (z1 - z2)

So p1 + ρgz1 = p2 +ρgz2

Its starting make sense now, I was just struggling with where the bottom datum should be but I can see it has nothing to do with flow rate or its direction.
Thank you so much for your time.