due 9/18/2024 before midnight via Learning Suite 25 possible points
Compute the parasitic drag for a large commercial airliner. The flight conditions are M = 0.8, altitude = 35,000 ft. At this Reynolds number the boundary layer will be mostly turbulent so for all components we’ll assume fully turbulent to be conservative. Note that the tails uses the same formulas as the wing so might be nice to create a reusable function. You should compute the drag of each component in isolation to keep things simple for this problem. In other words, don’t try to subtract out the area of the wing that will be buried in the fuselage.
You’ll need to turn in work along with your numbers. Code is fine as work as long as it is reasonably well commented and spaced such that it is easy to follow.
Download the latest version of XFLR5 and watch the first tutorial video. I realize their tutorial videos correspond to an older version of the software so sometimes you have to poke around the menus a bit. Not ideal, but better than nothing.
Using XFLR5, compare the performance of the following three airfoils: NACA 2412, E212, ESA40. You can find the latter two, and a bunch more, at the following: database. The files for these airfoils are fine as is, but for future reference some files in the database are in slightly different formats and need to be adjusted to the expected format. Analyze the airfoils at a Reynolds number of 100,000 and a Mach number of 0. Plot a lift curve (\(c_l\) vs \(\alpha\)), drag polar (\(c_l\) vs \(c_d\)), lift to drag ratio (\(l/d\) vs \(\alpha\)), and a moment curve (\(c_m\) vs \(\alpha\)). Be sure that you analyze a broad enough angle of attack range to include the zero-lift angle of attack on the low end, and stall (or near-stall) at the high end. Going much past stall is not helpful as the assumptions of the method will be violated. Screenshots are ok, for future reference you can right click to export the data for further calculations or to make better plots. Briefly comment (a sentence or two) on the differences observed.
You often need to adjust the scale on drag polars (right click > current graph > define graph settings). Otherwise, if the drag shoots off to high values (past stall) you can barely see the part of the curve that you actually care about (it just looks flat).