Aerodynamics Computational Assignment #4: Flow Over Finite Wings

$24.99 $18.99

Matlab Code Policy: Computational codes must be written individually and are expected to be written in MAT-LAB. If you have collaborated with others while writing your code be sure to acknowledge them in the header of your code, otherwise you may receive a zero for plagiarism. All code les required to successfully run the computational…

5/5 – (2 votes)

You’ll get a: zip file solution

 

Categorys:

Description

5/5 – (2 votes)

Matlab Code Policy:

Computational codes must be written individually and are expected to be written in MAT-LAB. If you have collaborated with others while writing your code be sure to acknowledge them in the header of your code, otherwise you may receive a zero for plagiarism. All code les required to successfully run the computational assignment driver script along with a pdf of your code and its execution (i.e. printed comments and gures) should be submitted via the course website by 11:59pm on the due date. Code les will not be accepted after the given due date.

Re ection Questions:

In this assignment, there are multiple re ection questions. These re ection questions are provided to help you review the functionality of your code, help you analyze and understand your results, and to test your understanding of the concepts being studied.

Learning Outcomes:

  1. Practice using Prandtl Lifting Line Theory to calculate lift and drag on a nite airfoil.

  1. Understand how the number of terms in PLLT a ect the resulting error in the solution.

  1. Understand how design factors, like the taper and aspect ratio, a ect aerodynamic e ciency and induced drag.

ASEN 3111 Aero Computational Assignment # 4

Problem #1:

Write a MATLAB function which solves the fundamental equation of Prandtl Lifting Line Theory for nite wings with thick airfoils:

4b

1

1

sin(n )

X

nX

( ) = a0( )c( )

sin( )

An sin(n ) + L=0( ) +

nAn

n=1

=1

by satisfying the equation at the N prescribed locations:

i

i =

;

i = 1; : : : ; N

2N

and truncating the series expansion for circulation using N odd terms:

N

Xj

A(2j 1) sin((2j

) = 2bV1

1) )

=1

Your function should be general enough to work for an arbitrary number of terms in the series expansion for circulation and should allow for a linear spanwise variation of the cross-sectional lift slope, the local chord length, the aerodynamic twist, and the geometric twist. Your function should return as output the span e ciency factor as well as the coe cient of lift and coe cient of induced drag. Consequently, your function should take the form:

function [e,c_L,c_Di] = PLLT(b,a0_t,a0_r,c_t,c_r,aero_t,aero_r,geo_t,geo_r,N)

where e is the span e ciency factor (to be computed and returned), c_L is the coe cient of lift (to be computed and returned), c_Di is the induced coe cient of drag (to be computed and returned), b is the span (in feet), a0_t is the cross-sectional lift slope at the tips (per radian), a0_r is the cross-sectional lift slope at the root (per radian), c_t is the chord at the tips (in feet), c_r is the chord at the root (in feet), aero_t is the zero-lift angle of attack at the tips (in degrees), aero_r is the zero-lift angle of attack at the root (in degrees), geo_t is the geometric angle of attack at the tips (in degrees), geo_r is the geometric angle of attack at the root (in degrees), and N is the number of odd terms to include in the series expansion for circulation.

ASEN 3111 Aero Computational Assignment # 4

Problem #2:

Consider a wing with a span of 100 ft and a straight taper from 15 ft root chord to 5 ft tip chord. The root airfoil is chosen to be a NACA 2412 while the tip airfoil is chosen to be a NACA 0012. This results in a linear spanwise variation of cross-sectional lift slope and zero-lift angle of attack. The wing is also twisted such that the geometric angle of attack varies linearly from 5 at the root to 0 at the tips.

Using the MATLAB function you wrote for Problem #1, determine the lift and induced drag for the wing at a sea level airspeed of 150 miles per hour. Moreover, complete the following tasks:

Determine the number of odd terms required in the series expansion for circulation to obtain lift and induced drag solutions with ve percent relative error. Print this value to the command window.

Determine the number of odd terms required in the series expansion for circulation to obtain lift and induced drag solutions with one percent relative error. Print this value to the command window.

Determine the number of odd terms required in the series expansion for circulation to obtain lift and induced drag solutions with 1/10 percent relative error. Print this value to the command window.

Re ection: In this lab only the odd terms were utilized in the PLLT series expansion, why? When would both the odd and even terms be required?

Note: To compute the cross-sectional lift slope and zero-lift angle of attack at the root and tips, use the vortex panel code you developed in Computational Assignment 3.

ASEN 3111 Aero Computational Assignment # 4

Problem #3:

Using the MATLAB function you wrote for Problem #1, make a plot of the span e ciency factor e versus taper ratio ct=cr for a thin wing with no aerodynamic or geometric twist and aspect ratios AR = 4; 6; 8; 10 where ct is the tip chord and cr is the root chord. Use at least twenty odd terms in your series expansion for circulation in generating your plot. Your resulting plot should look similar in style to Fig. 5.20 in Anderson’s Fundamental’s of Aerodynamics.

Re ection: Consider the dependence of the span e ciency factor on both the taper ratio and aspect ratio. Under what conditions is the wing the most aerodynamically e cient or under what conditions is the induced drag minimized? How does this compare to the theoretical wing planform with the minimum induced drag?

Note: The aerodynamic twist is de ned as the di erence in zero-lift angle of attack between a given wing section and the wing section at the root, and the geometric twist is de ned as the di erence in geometric angle of attack between a given wing section and the wing section at the root. Therefore, a wing with no aerodynamic or geometric twist may still be at some geometric angle of attack, but it is uniform across the spanwise direction.

Hint: For a wing with no aerodynamic or geometric twist, the span e ciency factor is independent of the geometric and zero-lift angles of attack.

4

Aerodynamics Computational Assignment #4: Flow Over Finite Wings
$24.99 $18.99