Preview

Airfoil and Lift Coefficient Variation

Good Essays
Open Document
Open Document
320 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Airfoil and Lift Coefficient Variation
Brandon Foster
MAE466
2/8/12
HW#2
1) I think about 1000 radial stations are required for a converged calculation. 2) The first plot is of a rotor with linear twist showing the lift coefficient variation with rbar in hover. The second plot is the lift coefficient max along the radius which looks to be about 1.2.

The maximum thrust of the rotor in hover in terms of thrust coefficient is 0.0183. Cpo = 2.5668e-004 Cpi = 0.0020 Cpt = 0.0022 Cpideal = 0.0017 Fig Mer = 0.7832 MATLAB CODE: First Code: This function integrates using the composite trapezoidal method of a function f(x) that is given in a set of n discrete points.

function I = IntPointsTrap(x,y) n = length(x)-1 a = x(1) b = x(n+1) h = (b-a)/n s = 0 for i = 2:n s = y(i)+s; end I = h/2*(y(1)+y(n+1))+h*s Second Code: s=sigma t=theta l=lambda a=alpha B = 4; rbar = .001:0.001:1; s = .1; a = (2.*pi)./(sqrt(1 - .4.*(rbar.^2))); t0 = 0.3; t1 = -.17; t = t0 + t1.*rbar; li = -(1/2).*((s.*a)./(8))+(sqrt((((s.*a)./(16)).^2)+((s.*a.*rbar.*t)./(8)))); f = (B./2).*((1-rbar)./li) F = (2./pi).*acos(exp(-f)); l = -(1/2).*((s.*a)./(8.*F))+(sqrt((((s.*a)./(16.*F)).^2)+((s.*a.*rbar.*t)./(8.*F)))); phi = l./rbar; ab = theta - phi; Cl = a.*ab; plot(rbar, Cl) dCt = (s./2).*Cl.*(rbar.^2) y = dCt(1:999); x = rbar(1:999); I = IntPointsTrap(x,y); Ct =I Cd = .0091 - .078.*ab + 1.02.*(ab.^2); dCp0 = Cd.*(rbar.^3); y = dCp0(1:999); I = IntPointsTrap(x,y); Cpo = I.*s./2 Cpi = 1.13.*(Ct^1.5)./(sqrt(2)) Cpt = Cp_o+Cp_i Cpideal = (Ct^1.5)./(sqrt(2)) FigMer =

You May Also Find These Documents Helpful

  • Satisfactory Essays

    Nt1310 Unit 9 Lab Report

    • 434 Words
    • 2 Pages

    (a)Draw, on the same horizontal axis, then sketch graphs to show hot the following quantities vary with separation r.…

    • 434 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    M4 Study Guide

    • 1238 Words
    • 5 Pages

    The reason for variations in geometric pitch (twisting) along a propeller blade is that it…

    • 1238 Words
    • 5 Pages
    Good Essays
  • Better Essays

    The objective of this exercise is to measure the pressure distribution across the surface on an aerofoil in a wind tunnel. The aerofoil is tested under several different Mach numbers from subsonic to supercritical. The purpose of measuring the pressure distributions is to assess the validity of the Prandtl-Glauert law and to discuss the changing chracteristics of the flow as the Mach number increases from subsonic to transonic.…

    • 2069 Words
    • 9 Pages
    Better Essays
  • Satisfactory Essays

    From Figure 8, there is a positive relationship between the loft angle and the angular velocity of golf ball. As the loft angle increases, the angular velocity of ball also increases. It seems that the ralationship between angular velocity and loft angle is opposite to the linear velocity and and loft angle. Which means that the golf ball spins relatively fast at 13.9rad s-1 when the loft angle is 80 degree, but the spin of ball is relatively slower at 7.2 rad s-1 when the loft angle is 0 degree. Also the graph seems more close to…

    • 366 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    AbstractHow does a helicopter generate enough lift to fly? How does a speedboat get moving fast enough to pull someone on water skis? Here 's a project on designing propellers to do the job. ObjectiveThe goal of this project is to investigate how changes in chord length affect the efficiency of propellers.IntroductionA propeller, like an airplane wing, is an airfoil: a curved surface that can generate lift when air moves over it. When air moves over the surface of a moving propeller on an airplane, the air pressure in front of the propeller is reduced, and the air pressure behind the propeller is increased. The pressure imbalance tends to push the airplane forward. We say that the propeller is generating thrust.The same principle applies to helicopter propellers, only now the propeller rotates around the vertical axis. The pressure on top of the propeller is reduced, and the pressure underneath is increased, generating lift.The illustration below (Figure 1) defines some terms that are used to describe the shape of a propeller. The radius (r) of the propeller is the distance from the center to the tip. The chord length (c) is the straight-line width of the propeller at a given distance along the radius. Depending on the design of the propeller, the chord length may be constant along the entire radius, or it may vary along the radius of the propeller. Another variable is the twist angle (β) of the propeller, which may also vary along the radius of the propeller.…

    • 2968 Words
    • 12 Pages
    Good Essays
  • Powerful Essays

    3. How autorotation is used to help land a helicopter safely if the engine fails…

    • 1574 Words
    • 7 Pages
    Powerful Essays
  • Satisfactory Essays

    Exercise 8

    • 208 Words
    • 2 Pages

    1. Find Equivalent Airspeed, True Airspeed, and Mach for best range at FL350 and Sea Level at W = 300,000 lb. (Use Figure 13.2 and Equations 4.6, 3.8. and 3.4.)…

    • 208 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Using the computational factors for the X bar and R chart in Table 4.4, construct the upper and lower control limits for both the x bar and R charts.…

    • 605 Words
    • 3 Pages
    Satisfactory Essays
  • Powerful Essays

    How Does Glfloat Shape

    • 376 Words
    • 2 Pages

    #include "stdafx.h" #include "windows.h" #include "glut.h" #include "gl/GL.h" #include "gl/Glu.h" GLfloat spe_x = 1.0f; GLfloat spe_y = 1.0f; GLfloat spe_z = 1.0f; GLfloat spe_a = 1.0f; GLfloat wall_1 = 1.0f; GLfloat translate_x = 0.6f; GLfloat translate_y = 0.38f; GLfloat translate_z = 0.5f; float jack_radius = 0.1; bool isTrue = false; bool isTrue_r = false; GLfloat rot = 90.0; // Wall void wall(double thickness) { // draw thin wall with top xz-plane, corner at origin glPushMatrix(); glTranslated(0.5, 0.5 * thickness, 0.5); glScaled(1.0, thickness, 1.0); glutSolidCube(1.0); glPopMatrix(); } // table…

    • 376 Words
    • 2 Pages
    Powerful Essays
  • Satisfactory Essays

    Helicopter Lab

    • 253 Words
    • 2 Pages

    * Objectives: the objective is to study the effect of variables on the helicopters’ flight. The goal is to observe which can stay in the air for the most time.…

    • 253 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Physics Lab

    • 651 Words
    • 3 Pages

    Where x is the distance of the stretch in the spring. To find the value of the constant k we take the data from procedure A and graph it. Using this graph, we use equation:…

    • 651 Words
    • 3 Pages
    Good Essays
  • Good Essays

    This will be split into two sections that will look into the background wing tip devices and wing twist…

    • 4156 Words
    • 17 Pages
    Good Essays
  • Satisfactory Essays

    Private Equity

    • 828 Words
    • 4 Pages

    In this model, R2 is 0.6162, which is also higher than the R2 in (b). This model fits the data better.…

    • 828 Words
    • 4 Pages
    Satisfactory Essays
  • Better Essays

    Aerodynamics of a Baseball

    • 1424 Words
    • 6 Pages

    We will discuss several different pitches and how the Magnus force acts on each of the pitches. Additionally we will discuss how this Magnus force can be used in a practical application to aviation…

    • 1424 Words
    • 6 Pages
    Better Essays
  • Powerful Essays

    Aerodynamics

    • 13495 Words
    • 54 Pages

    A number of terms must be defined to facilitate a discussion of aerodynamics. The lines in Figure 3.1 which indicate how the air flows are known as streamlines. Each streamline is drawn so that at every point along its length, the local velocity vector is tangent to it. A tube composed of streamlines is called a stream tube. In a steady flow, each streamline will also be the path taken by some particle of air as it moves through the flowfield (a region of air flow). A steady flow is defined as one in which the flow properties (pressure, temperature, density and velocity) at each point in the…

    • 13495 Words
    • 54 Pages
    Powerful Essays