New Reply

Bernoulli principle - negative pressure

 
Share Thread Thread Tools
Mar17-13, 08:57 AM   #1
 

Bernoulli principle - negative pressure


I will write a program about principle bernoulli, but i have a problem.

My input data:

Pressure(p1) = 1000
Cross-section(A1) = 1
Velocity(V1) = 1

Cross-section(A2) = 0.5

Velocity(v2)= (V1A1)/A2

to simplify: h1=h2

i'm counting the pressure p2 : p2 = p1 + 0.5*v1*v1 - 0.5*v2*v2 , so i getting negative pressure..



This is a problem (negative pressure)

I'm trying to add atmospheric pressure, but it doesn't solve my problem.

Is a mathematical formula is good? Is there any other relationship?
PhysOrg.com
PhysOrg
physics news on PhysOrg.com

>> Study provides better understanding of water's freezing behavior at nanoscale
>> Soft matter offers new ways to study how ordered materials arrange themselves
>> Making quantum encryption practical
Mar17-13, 10:41 AM   #2
 
Recognitions:
Homework Helper Homework Help
Some units would be helpful in deciphering your problem.
Mar17-13, 10:51 AM   #3

Math 2012
 
Recognitions:
Science Advisor Science Advisor
Quote by maleo7 View Post
i'm counting the pressure p2 : p2 = p1 + 0.5*v1*v1 - 0.5*v2*v2 , so i getting negative pressure..
Your equations look OK. You correctly calculated V2 = 2, so you must have made a mistake in the code.

My calculator says 1000 + 0.5*1*1 - 0.5*2*2 = 998.5 whcih isn't negative.
Mar17-13, 10:57 AM   #4
 

Bernoulli principle - negative pressure


Quote by AlephZero View Post
Your equations look OK. You correctly calculated V2 = 2, so you must have made a mistake in the code.

My calculator says 1000 + 0.5*1*1 - 0.5*2*2 = 998.5 whcih isn't negative.
My mistake. I forgot write the density of liquid.

Should : p2 = p1 + 0.5*v1*v1*ro - 0.5*v2*v2*ro

ro=density=1000,

so:
p2 = 1000 + 0.5*1*1*1000 - 0.5*2*2*1000 = -500 .
Mar17-13, 11:00 AM   #5
 
Quote by SteamKing View Post
Some units would be helpful in deciphering your problem.
I replace Paskal to kPa, but it didn't help
Mar17-13, 02:25 PM   #6

Math 2012
 
Recognitions:
Science Advisor Science Advisor
Your "negative outlet pressure" just means the inlet pressure is too low to force the given mass flow through the nozzle.
Mar18-13, 11:12 AM   #7
cjl
 
Quote by AlephZero View Post
Your "negative outlet pressure" just means the inlet pressure is too low to force the given mass flow through the nozzle.
Yep, although if the given pressures are gauge rather than absolute, it would work just fine (so long as you weren't trying to exhaust the flow with a negative gauge pressure to the atmosphere).
New Reply
Thread Tools


Similar Threads for: Bernoulli principle - negative pressure
Thread Forum Replies
The Concept of Pressure in Bernoulli’s principle General Physics 4
Bernoulli's Eq/Static Pressure/Stagnation Pressure question Mechanical Engineering 0
Exhaust pressure on over-run (bernoulli's principle?) Mechanical Engineering 4
Confused with static pressure and total pressure and Bernoulli's eq! Aerospace Engineering 1
Bernoulli's Principle and Static Gas Pressure Classical Physics 69