Nonlinear Lifting Line method to estimate wing lift distribution

AI Thread Summary
The discussion revolves around the implementation of a nonlinear lifting line method in MATLAB to estimate lift and induced drag for swept-back wings. The user observes negative values for the induced angle of attack at the wing tip and seeks clarification on whether this is physically correct. Responses indicate that the induced vortex flow affects the local angle of attack, suggesting that the user's understanding may need adjustment. The conversation also touches on the importance of placing control points correctly, particularly using the 3/4 chord theorem for swept and tapered wings. Overall, the thread emphasizes the complexities of modeling wing aerodynamics accurately.
aero1
Messages
3
Reaction score
0
Hi all,
I have implemented a nonlinear lifting line method to estimate lift/induced drag of a typical wing. This method utilizes 2D lift coefficient data, and uses a numerical technique to solve the nonlinear equations.

The program I have written in MATLAB is working, though I would like to confirm one key aspect of the results.

When I run the program for a swept back wings, I see that the induced angle of attack goes to negative towards the wing tip (aeff = a(geometry) - a(induced)).
From what I understand, towards the tip a wing, the local angle of attack there is greater than the freestream angle of attack, due to the induced flow, therefore a(induced)should be negative.

So my question is: Is getting a negative value for the induced angle of attack actually correct? I have a hard time trying to grasp this physically.

sample data induced angle of attack at the wing tip
0.024249058497046 (Close to wing tip)
-0.051359819152125
-0.088120053792167
-0.019725856790100
0.457096103863267 (wing tip)

Any help would be much appreciated.
Thank you.
 
Engineering news on Phys.org
aero1 said:
When I run the program for a swept back wings, I see that the induced angle of attack goes to negative towards the wing tip (aeff = a(geometry) - a(induced)).
From what I understand, towards the tip a wing, the local angle of attack there is greater than the freestream angle of attack, due to the induced flow, therefore a(induced)should be negative.

So my question is: Is getting a negative value for the induced angle of attack actually correct? I have a hard time trying to grasp this physically.

Nevermind this Ayana guy; he looks like a advertisement.

For a swept and highly tappered wing (Is your wing tapered?) the induced vortex is not centered at the tip of the wing, but somewhere inboard. So I don't see how your program model is coming up with effective aoa that is less than the inboard value...
 
Thanks for your reply Phrak.
When I run cases for taper wings and/or with sweep, it had negative values. But when I ran the model for straight, no sweep, no taper, it was giving somewhat correct results.

I think I have fixed the problem. I had my control points at the 1/4 chord , in the middle of the bound vortex. This would work for straight wings. But for swept and tapered wings, I had to use the 3/4 chord theorem, and located the control points there in the middle of the trailing vortices.

I am not sure of the physical meaning to this, but I will have to go and read up on the very basics of the 3/4 chord theorem to better understand why this is the case.

Thanks again.
 
Let's try again. I wasn't paying good attention.

You said,
aero1 said:
From what I understand, towards the tip a wing, the local angle of attack there is greater than the freestream angle of attack, due to the induced flow, therefore a(induced)should be negative.

There's a trailing vortex following a wing. Upward on the the wing tips; down toward the root. This induces some amount of vortex flow to the leading edge. The differential is downward inboard and upward outboard. So the outboard wing will experience greater angle of attack. You've simply inverted your thinking as far as I can tell.
 
Hello aero1,

I am in the process of writing the numerical lifting-line method in Matlab for part of my research. Most of the info I am getting is from Mechanics of Flight by Phillips. I would like to know where you did your search fOR the lifting-line therORy. Also I never heard of the 3/4 chord theorem. Can you elaborate more on this. I will plan to do a search regardless. It's a monumental process writing this code, but I think satisfaction of writing your own code far outways the cons.

ty
cobalt 60
 
Hey cobalt,

Look up "Introduction to Aircraft Flight Dynamics or was it flight mechanics..." Google book
has it but has some pages taken off for more info on how to program a simple modified
wessinger lifting line method.
Also, if you can get access, look into AIAA or SAE papers and search word non-linear lifting line or wessinger. I am away now and won't be able to respond to you with the exact references I used till 6th Jan 2009. But those searchs on AIAA and SAE should help and the book too. Oh, and look up AIAA " Full drag Configuration (Or was it estimation..)" by M.H. MASON as co-author. It would prove useful in how order your code.

3/4 chord theorem or pistolesi theorem (not sure if i spelled it right) will elaborate more when I get back.

Happy holidays!
Aero1
 
Thread 'Physics of Stretch: What pressure does a band apply on a cylinder?'
Scenario 1 (figure 1) A continuous loop of elastic material is stretched around two metal bars. The top bar is attached to a load cell that reads force. The lower bar can be moved downwards to stretch the elastic material. The lower bar is moved downwards until the two bars are 1190mm apart, stretching the elastic material. The bars are 5mm thick, so the total internal loop length is 1200mm (1190mm + 5mm + 5mm). At this level of stretch, the load cell reads 45N tensile force. Key numbers...
I'm trying to decide what size and type of galvanized steel I need for 2 cantilever extensions. The cantilever is 5 ft. The space between the two cantilever arms is a 17 ft Gap the center 7 ft of the 17 ft Gap we'll need to Bear approximately 17,000 lb spread evenly from the front of the cantilever to the back of the cantilever over 5 ft. I will put support beams across these cantilever arms to support the load evenly
Back
Top