Pressure and Lift around a Wing

  • Thread starter Thread starter fog37
  • Start date Start date
  • Tags Tags
    Lift Pressure
Click For Summary
Airflow around a wing creates a pressure difference, with lower pressure above the wing and higher pressure below, resulting in lift. The downward motion of air is essential for generating this lift, as the wing diverts airflow downward, leading to an upward force on the wing. Bernoulli's principle indicates that faster-moving air has lower pressure, but understanding the molecular interactions behind this can be complex. Computational Fluid Dynamics (CFD) and wind tunnel tests are crucial for accurately modeling and verifying lift calculations. The discussion emphasizes the importance of recognizing the fundamental principles of aerodynamics while avoiding oversimplifications.
  • #31
rcgldr said:
From the wings frame of reference, assuming an idealized wing, the flow is diverted with no change in speed (no change in total kinetic energy).

boneh3ad said:
There is energy dissipated by the forces causing drag on the wing, meaning the total pool of energy absolutely decreases in either frame of reference.
For my concept of an idealized wing, there is no drag. In the air's frame of reference, and using a glider in a steady descent to simplify things, then the energy of the air is increased, and the gravitational potential energy of the glider is decreased.
 
Physics news on Phys.org
  • #32
rcgldr said:
For my concept of an idealized wing, there is no drag.
Can drag be eliminated, ever?
 
  • #33
rcgldr said:
For my concept of an idealized wing, there is no drag.
sophiecentaur said:
Can drag be eliminated, ever?
I don't think it can. Even if skin friction is ignored, the same pressure forces that produce lift produce induced drag.

https://en.m.wikipedia.org/wiki/Lift-induced_drag
 
  • Like
Likes boneh3ad
  • #34
boneh3ad said:
There is energy dissipated by the forces causing drag on the wing, meaning the total pool of energy absolutely decreases in either frame of reference.

rcgldr said:
For my concept of an idealized wing, there is no drag. In the air's frame of reference, and using a glider in a steady descent to simplify things, then the energy of the air is increased, and the gravitational potential energy of the glider is decreased.

sophiecentaur said:
Can drag be eliminated, ever?
Not in a real world situation, which was the point of using an idealized wing to focus on just the diversion of flow. High end cross country gliders, like the Nimbus-4 come close. At 1500 pounds (including pilot), it has about a 60 to 1 glide ratio at somewhat over 60 mph. Assuming it is 60 to 1 at 60 mph, that's 60 mph forward speed with a 1 mph descent rate, which translates into 4 hp.

russ_watters said:
I don't think it can. Even if skin friction is ignored, the same pressure forces that produce lift produce induced drag.
boneh3ad's post mentions the fact that drag dissipates energy (it converts the energy into heat). This is different than induced drag which is related to diversion of flow. For an "idealized" wing, the flow is diverted, but the speed is not changed. The components of velocity are changed, the horizontal component is decreased, and the vertical component is increased (from zero to some non-zero "exit" velocity). The aerodynamic force vector points upwards (lift) and a bit backwards (induced drag). The point here is that lift induced drag is related to the diversion of flow, not dissipation of mechanical energy being converted into heat, such as friction or viscous related drag.
 
Last edited:
  • #35
rcgldr said:
For an "idealized" wing, the flow is diverted, but the speed is not changed.
I can see how the 'in vacuo' approach to this whole business leads to arguments and confusion. How is the paradox explained that air has to be deflected (along with its KE) in order to follow N3, yet no Energy is lost in the process
 
  • #36
rcgldr said:
For an "idealized" wing, the flow is diverted, but the speed is not changed. The components of velocity are changed, the horizontal component is decreased, and the vertical component is increased (from zero to some non-zero "exit" velocity). The aerodynamic force vector points upwards (lift) and a bit backwards (induced drag). The point here is that lift induced drag is related to the diversion of flow, not dissipation of mechanical energy being converted into heat, such as friction or viscous related drag.

sophiecentaur said:
I can see how the 'in vacuo' approach to this whole business leads to arguments and confusion. How is the paradox explained that air has to be deflected (along with its KE) in order to follow N3, yet no Energy is lost in the process
I updated my last post (included in the quote in this post), that might help clarify my point. In an "ideal" circumstance, Newton laws would still apply, but without requiring any loss in energy, Bernoulli principle is an example of such an idealized case where it's assumed that there are no energy losses, where a flow is accelerated as it transitions into a narrower section of pipe and decelerated as it transitions into a wider section of pipe.
 
  • Like
Likes sophiecentaur
  • #37
You have to be careful when discussion an "ideal" flow around a wing, because you will predict zero drag. This is a concept called D'Alembert's paradox, so named because D'Alembert formulated the first mathematical theory of forces on an object moving through a fluid and it predicted zero drag despite there clearly being drag when observed in the real world. In order to predict a nonzero value of lift on an infinite ideal wing, one must consider viscosity, which leads to viscous drag and form drag due to boundary-layer separation. The other option is induced drag, which only affects finite wings. The induced drag on an infinite wing is zero (thus the reason gliders typically have very large wingspans).
 
  • #38
boneh3ad,

For a steady flow, I see how the isotropic pressure on the surface of a fluid parcel moving at a constant speed inside a horizontal pipe decreases with an increase in the fluid parcel speed based on energy arguments: From a thermodynamic point of view, why does the external isotropic pressure on the surface of the fluid parcel decreases is moving at a higher speed?
 
  • #39
Conservation of energy is the First Law of Thermodynamics, so I am not sure where the disconnect here is. Bernoulli's equation is essentially a statement of the First Law of Thermodynamics and can be derived directly from the energy equation.
 
  • #40
boneh3ad said:
The induced drag on an infinite wing is zero (thus the reason gliders typically have very large wingspans).
I find conflicting articles about this. The main issue seems to be the case of an infinite wing producing a finite amount of lift, in which case the angle of the diversion of airflow approaches zero as the wing span approaches infinity. If instead the infinite wing produces some finite amount of lift per finite unit of length of the wing, then the angle of diversion of airflow and the corresponding effective angle of attack are non-zero, and there is lift induced drag since there is a non-zero angle of diversion.
 
  • #41
boneh3ad said:
D'Alembert formulated the first mathematical theory of forces on an object moving through a fluid and it predicted zero drag
That's fine as a basis for preliminary calculations but not for the sort of discussion in this thread which attempts to describe "what's really happening". Any deeper understanding of a phenomenon can't ignore the Energy considerations, can it?
 
  • Like
Likes FactChecker
  • #42
Thanks boneh3ad

But doesn't Bernoulli's equation come from the Euler equation (which is NS with zero viscosity) when the flow is time steady and has zero vorticity?
 
  • #43
sophiecentaur said:
That's fine as a basis for preliminary calculations but not for the sort of discussion in this thread which attempts to describe "what's really happening". Any deeper understanding of a phenomenon can't ignore the Energy considerations, can it?

I was replying to @rcgldr and his use of an idealized flow. If the question is about lift, you can get a very, very accurate answer and understand all the fundamental ideas with that approach. It simply provides no insight into drag.
 
  • #44
fog37 said:
Thanks boneh3ad

But doesn't Bernoulli's equation come from the Euler equation (which is NS with zero viscosity) when the flow is time steady and has zero vorticity?

You can derive it from the Euler equation. You can also derive it from the Reynolds transport theorem applied to energy.
 
  • #45
boneh3ad said:
Conservation of energy is the First Law of Thermodynamics, so I am not sure where the disconnect here is. Bernoulli's equation is essentially a statement of the First Law of Thermodynamics and can be derived directly from the energy equation.

Thanks for the patience. In hydrostatics, I get a clear picture of what is going on: at a certain depth inside water, the static pressure on a the walls of an infinitesimal fluid parcel located at point ##P## is isotropic and due to all the other fluid parcels surrounding the fluid parcel positioned at ##P##.

When the fluid is in motion, instead, to the right at speed ##V##, the isotropic pressure at the same point ##P## is lower compared to when the fluid is at rest. Of course, different fluid parcels will occupy point ##P## at different instants of time. But, without using energy arguments, I was wondering if I could get some insight from a more elementary point of view of the forces acting on the passing by fluid parcel at point ##P## and understand why the pressure would be reduced if the fluid is moving...
 
  • #46
fog37 said:
When the fluid is in motion, instead, to the right at speed VVV, the isotropic pressure at the same point PPP is lower compared to when the fluid is at rest. Of course, different fluid parcels will occupy point PPP at different instants of time. But, without using energy arguments, I was wondering if I could get some insight from a more elementary point of view of the forces acting on the passing by fluid parcel at point PPP and understand why the pressure would be reduced if the fluid is moving...
There is no reason for the parcels in a moving fluid to be at a different pressures than in a stationary fluid. Whether the fluid is "moving" or "stationary" is, after all, decided when you pick a frame of reference. The choice of frame of reference cannot affect the pressure.

If you choose a single body of fluid which is moving in one region and stationary at another, now you have a real physical effect to look at. What does change pressure is the fact that a fluid parcel that is moving slowly as it passes one point and moving more rapidly as it passes another point must have accelerated to do so. That acceleration is the result of a pressure gradient.
 
  • #47
jbriggs444 said:
There is no reason for the parcels in a moving fluid to be at a different pressures than in a stationary fluid. Whether the fluid is "moving" or "stationary" is, after all, decided when you pick a frame of reference. The choice of frame of reference cannot affect the pressure.
I'll add that for airplanes this should be particularly obvious. There are thousands of planes zooming around at different speeds at any given time, and the air may be considered moving with respect to any of them or stationary with respect to the surface of the Earth, and that doesn't affect the freestream static pressure.

...but it may be less obvious for flow in a wind tunnel or pipe, where there would seem to be a preferred reference frame (but doesn't have to be) and other factors affecting static pressure (such as loss through the pipe/duct, Venturi effects, etc.).
 
  • Like
Likes sophiecentaur
  • #48
fog37 said:
...without using energy arguments, I was wondering if I could get some insight from a more elementary point of view of the forces acting on the passing by fluid parcel at point ##P## and understand why the pressure would be reduced if the fluid is moving...
Consider Newton’s 2nd law along a stream line. The acceleration on a parcel of water is due to the net force on the parcel, here equal to the difference in pressure dp/dx, where x is along the streamline. If the flow is accelerating, then the net force must be positive in the direction of the flow, and hence the pressure gradient must be negative.
 
  • Like
Likes FactChecker
  • #49
@olivermsun gave the explanation I would have here. You can view Bernoulli from either a force persective or an energy perspective, and you can derive it from either direction as well. I suspect, perhaps, that it would be useful if I wrote another Insight article about Bernoulli's equation.
 
  • Like
Likes FactChecker and berkeman
  • #50
Thanks olivermsun and boneh3ad.

Given a fluid parcel moving along a straight streamline in the positive x-direction, I see that a pressure difference between two points (one before and one after point ##P##) would cause a force ##F## on the fluid parcel which would accelerate. But what if the parcel is moving at constant speed? The force would zero and the pressure gradient would be zero. In that case, being pressure isotropic, the parcel experiences the same force from the back, from the front, from the top and from the bottom. This isotropic pressure is smaller compared to the static pressure at the same point ##P## when the fluid is not moving at all. I am not sure how to justify the fact that the speed makes the pressure smaller without using Bernoulli's equation.
 
  • #51
You are sort of running in circles here. The best way to address that question again goes back to the consideration of energy. A given fluid parcel has a finite total energy (represented by total pressure in Bernoulli's equation). If it is accelerated to some constant velocity further downstream (e.g. after a pipe constriction) and experiences no non-conservative forces, then it still has the same total energy but it now has higher kinetic energy. The energy stored as static pressure must therefore decrease.
 
  • #52
fog37 said:
Thanks olivermsun and boneh3ad.

Given a fluid parcel moving along a straight streamline in the positive x-direction, I see that a pressure difference between two points (one before and one after point ##P##) would cause a force ##F## on the fluid parcel which would accelerate. But what if the parcel is moving at constant speed? The force would zero and the pressure gradient would be zero. In that case, being pressure isotropic, the parcel experiences the same force from the back, from the front, from the top and from the bottom. This isotropic pressure is smaller compared to the static pressure at the same point ##P## when the fluid is not moving at all. I am not sure how to justify the fact that the speed makes the pressure smaller without using Bernoulli's equation.
After the velocity has increased and the pressure has decreased, it is hard to figure things out if you ignore what happened to cause the velocity to increase. You can't intuitively understand the difference between point A and point B while ignoring everything in between.

Suppose you wanted to compare the velocity of a car at the top of a hill with the same car after it has rolled down the hill without considering the obvious speed up as it rolled down. You want a reason why the velocity at the bottom is faster. In addition, you are trying to rule out consideration of the potential vs kinetic total energy trade-offs. That is asking for too much.
 
Last edited:
  • #53
Ok, thank you. I look forward to boneh3ad insight article :)
 
  • #54
I have a rough draft made up but it needs some figures, which may take a while to actually put together, especially with the end of the semester rapidly approaching. It might have to wait until mid-May.
 
  • Like
Likes FactChecker
  • #55
For your information: I have found a very good web book on flying that includes a very readable section of wings and lift. Look up "See How it Flies" by
John S. Denker, a physicist and flight instructor.
 
  • Like
Likes FactChecker
  • #56
Joseph M. Zias said:
For your information: I have found a very good web book on flying that includes a very readable section of wings and lift. Look up "See How it Flies" by
John S. Denker, a physicist and flight instructor.
That guy knows a lot about flying and planes and the book is certainly entertaining as well as informative. I didn't read from cover to cover, of course, but one bit leaped out of the screen at me:

"Downwash behind the wing is relatively easy to understand; the whole purpose of the wing is to impart some downward motion to the air."

He is obviously aware of Newton's Third Law so he is, by definition 'A Good Lad" and gets the general principle.
 
  • Like
Likes FactChecker
  • #57
I don't understand fog37's initial statement that the air flowing over the top of the wing causes a downward pressure on the top of the wing.

None the less:There was (is) an excellent video online of wind tunnel airflow over an airfoil with the flow shown by pulsed smoke. It really changed my view of what happens. What I saw was that the air velocity near the wing speeds up compared to the general tunnel flow as it goes up to the high point on the airfoil and then slows back down as it curves down to the trailing edge of the wing. This is displayed by the vertical lines of the smoke pulses.

The second part that conflicted with what I thought I knew about wings was that the "smoke lines" indicated the flow slowed down as it passed under the wing. Interestingly enough, if that is correct, it would still produce a downward vortex, and therefore lift, from the trailing edge of the wing.

I fail to see any conflict between the downward flow of air from a helicopter, the rearward flow from a propeller, or the lift from a wing. I can personally vouch for the vortex from a wing as I well remember having my light airplane flipped almost 90 degrees by a vortex from a larger corporate aircraft just as I was turning final following it

Don't have a link for that video now as it was lost on my older computer when it crashed. I'll look around and post if I find it.
 
  • #58
Hello DarioC,

Let me see if I can be more clear if what I was trying to describe: if the air above the wing far from the surface is at regular atmospheric pressure and the air right above the wing surface is at pressure lower than atmospheric pressure, I would envision a pressure gradient directed toward the wing surface.
 
  • #59
sophiecentaur said:
That guy knows a lot about flying and planes and the book is certainly entertaining as well as informative. I didn't read from cover to cover, of course, but one bit leaped out of the screen at me:

"Downwash behind the wing is relatively easy to understand; the whole purpose of the wing is to impart some downward motion to the air."

He is obviously aware of Newton's Third Law so he is, by definition 'A Good Lad" and gets the general principle.
Dr. Denker also has a LOT of comments on theorems in physics and reviews (very critical at times) on textbooks. Take a look at his website: http://www.av8n.com/physics/
 
  • #60
sophiecentaur said:
That guy knows a lot about flying and planes and the book is certainly entertaining as well as informative. I didn't read from cover to cover, of course, but one bit leaped out of the screen at me:

"Downwash behind the wing is relatively easy to understand; the whole purpose of the wing is to impart some downward motion to the air."

He is obviously aware of Newton's Third Law so he is, by definition 'A Good Lad" and gets the general principle.

I am amused by his view of the purpose of a wing. I'd argue that the purpose of the wing is to hold up the plane, and imparting some downward motion to the air is the means by which it achieves this purpose, not the other way around. Otherwise I'd agree.
 
  • Like
Likes olivermsun, fog37 and jbriggs444

Similar threads

Replies
14
Views
3K
Replies
52
Views
7K
Replies
46
Views
5K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
5K
  • · Replies 23 ·
Replies
23
Views
5K
  • · Replies 27 ·
Replies
27
Views
4K
  • · Replies 30 ·
2
Replies
30
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
6
Views
2K