Nonlinear Lifting Line method to estimate wing lift distribution

In summary: 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.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
  • #1
aero1
3
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
  • #2
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...
 
  • #3
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.
 
  • #4
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.
 
  • #5
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
 
  • #6
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
 

Related to Nonlinear Lifting Line method to estimate wing lift distribution

1. What is the Nonlinear Lifting Line method?

The Nonlinear Lifting Line method is a mathematical approach used to estimate the lift distribution over a wing. It takes into account the nonlinear effects of wing geometry and aerodynamics, making it a more accurate method compared to the traditional Lifting Line method.

2. How does the Nonlinear Lifting Line method work?

The method uses a combination of numerical and analytical techniques to solve for the lift distribution on a wing. It divides the wing into multiple sections and calculates the local lift and induced drag at each section. These values are then integrated along the span to obtain the total lift distribution.

3. What are the advantages of using the Nonlinear Lifting Line method?

The Nonlinear Lifting Line method provides a more accurate estimation of lift distribution compared to other methods. It also takes into account the effects of wing sweep, taper, and twist, which can significantly affect the overall lift distribution. Additionally, it is computationally efficient and can be easily implemented in computer programs.

4. Are there any limitations to the Nonlinear Lifting Line method?

One limitation of this method is that it assumes a constant lift coefficient along the span of the wing. This may not be accurate for wings with highly tapered or swept configurations. Additionally, it does not take into account the effects of three-dimensional flow, such as wingtip vortices.

5. How can the Nonlinear Lifting Line method be validated?

The Nonlinear Lifting Line method can be validated by comparing the results with experimental data or other more accurate methods, such as Computational Fluid Dynamics (CFD). It is also important to ensure that the assumptions and simplifications used in the method are applicable to the specific wing configuration being analyzed.

Similar threads

  • Aerospace Engineering
Replies
3
Views
3K
  • Mechanical Engineering
Replies
5
Views
5K
Replies
1
Views
3K
Replies
1
Views
2K
  • Mechanical Engineering
Replies
17
Views
3K
  • Mechanical Engineering
Replies
3
Views
4K
  • Mechanical Engineering
Replies
1
Views
7K
  • Mechanics
Replies
7
Views
2K
Replies
1
Views
4K
  • Mechanical Engineering
Replies
10
Views
5K
Back
Top