Reducing Induced Drag
Reducing Induced Drag
(OP)
I just finished reading an old thread (thread2-4996)-- "Winglet effect on wing lift and drag?" I'm curious--I've heard that you can approximate an elliptical lift distribution by having the inner portion of the wing rectangular and the outer portion tapered along with three degrees of washout. Are there rules of thumb for determining how much of the wing should be rectangular and how much should be tapered (half and half?) or what the taper ratio of the outer portion should be? Thank you!





RE: Reducing Induced Drag
_______________________________________
Scientific/Engineering Code Exchange:
www.solvengineer.com
RE: Reducing Induced Drag
RE: Reducing Induced Drag
Exactly what "best fit" means in this case might be up for debate, but you could loop through all sensible octagons, and pick the one that has a minimum of area where it overlaps the ellipse, or where the ellipse overlaps the octagon, i.e. where the common area of the octagon and the ellipse is maximised. Hope I've managed to state that clearly, a sketch would be better!
Assuming spanwise and chordwise axes of symmetry would mean that you would have to analyse only one quadrant.
I'm sure that the "best fit" octagon could also be found analytically, too.
Besides washout/twist that you also mention, you could additionally consider changing the airfoil section with spanwise position to get an acceptable lift distribution.
Then of course, there is the complication of fuselage and nacelle (if present) effects...
FastMouse
RE: Reducing Induced Drag
Thanks!
StrikeEagle
RE: Reducing Induced Drag
I do not know if there is a general rule about what octagonal planform dimensions fit an ellipse the best, but if there is, it could probably be found analytically. What I was thinking about was a program where you enter the parameters of the ellipse, and it returns a best-fit octagon. It sounds like you got there first with the spreadsheet that you wrote! I don't know how you would upload it here for others to see, but maybe it's possible to put it on a server somewhere and post the link.
Anyway, I wrote a small program to do the best-fit mentioned above. You plug in the ellipse (root chord and wingspan), and it calculates a best-fit octagon. It keeps the wingspan the same as the ellipse when it's finding the octagon, but not necessarily the wing area. It searches for the octagon for which ?(y.ellipse - y.octagon)² is minimised. To me also, the taper of the octagon appears quite marked, but the fit looks okay in the plot. There's a typical screenshot below.
As for an ideal AR for an ellipse, basically the more you increase AR for a given wing area (for any given platform), the lower the induced drag will be. I guess that at some value of AR, the chord and thus the Reynolds number becomes so low that the profile is no longer working efficiently and the total drag of the wing starts to increase with AR, but that's probably a limiting case.