Simple Bernoulli's exercise to find air flow rate

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
3 replies · 3K views
levi415
Messages
5
Reaction score
0
I'm having problems with what seems like a simple Bernoulli exercise where I can plug in all known variables but not get an answer (using Excel).

If I reduce my system down, it would be exactly like a venturi/pipe flow problem except that flow is in the direction of small pipe to large pipe. P1 and A1 are for small pipe, P2 and A2 are for larger pipe.
P1=60psi
A1=.002in^2 (very small orifice)
P2=55psi
A2=.307in^2
density (rho) air at 90F/60psi=.367lb/ft^3
Bernoulli's eqn at continuity gives flow rate Q = A2*[((2*deltaP)/rho)/(1-(A2/A1)^2)]^0.5

When I plug in the numbers as shown, I get a number error in Excel because the 1-(A2/A1)^2 in the denominator ends up negative.

Any ideas where I might have gone wrong? Thanks very much.
 
Physics news on Phys.org
Thanks, boneh3ad. I actually did derive the above equation from the original where
P1+0.5*rho*v1^2 = P2+0.5*rho*v2^2. Since A1v1 = A2v2, I solved for v2 and substituted back into the original.
I think my error was... as I was ignoring the sign of my deltaP, I was subtracting from the wrong side of the equation, i.e., I should have been subtracting system 1 variables from system 2 variables. Anyway, I came up with an answer for v2 (instead of finding Q). V is what I want anyway.
What confuses me is... where do the time units come into the equation? How do rho, area, and pressure give me a distance/time unit?