Dynamic Aeroelasticity

Total Page:16

File Type:pdf, Size:1020Kb

Dynamic Aeroelasticity Aeroelasticity Lecture 2: Dynamic Aeroelasticity G. Dimitriadis 1 Aeroelastic EOM • In the previous lecture we developed the aeroelastic equations of motion for a pitching and plunging flat plate: 2 2nd Order ODEs • The equations are 2nd order linear ODEs of the form (A + ρB)q!! +(C + ρUD)q! +(E + ρU 2F)q = 0 ! ! $ $ # c & • where 1 # − x f & ! $ # " % & ! $ ! $ m S 2 2 0 0 h A = # &, B = πb , C = # &, q = # & # & # 2 2 & S Iα ! $ ! $ " 0 0 % " α % " % # c − c − + b & # # x f & # x f & & " " 2 % " 2 % 8 % ! $ !3c $ c # 1 # − x &+ & " f % ! $ ! $ # 4 4 & Kh 0 0 1 D = cπ , E = # &, F = cπ # & # 2 & # & ! $ ! $ 0 Kα " 0 −ec % # − c − + 3c − c & " % # ec # x f & # x f & & " " 2 % " 4 % 4 % 3 First order form • The second order equations can be easily written in first order form: ! $ ! −1 −1 2 $! $ q!! −M C + ρUD −M E + ρU F q! # & = # ( ) ( ) &# & # ! & # &# & " q % " I 0 %" q % • where M=A+ρB • The first order ODEs are of the form z! = Qz • where ! $ ! −1 −1 2 $ q! −M (C + ρUD) −M E + ρU F z = # &, Q = # ( ) & # & # & " q % " I 0 % 4 Analytical solution • Recall from last year’s Flight Mechanics course that first order linear ODEs have an analytical solution: z(t) = eQtz(0) • or, after decomposing the matrix exponential: n λit z(t) = ∑vie ci i=1 • where c=V-1z(0), n is the number of states, V is the eigenvector matrix of Q and l are the eigenvalues of Q. 5 Frequency and Damping • The absolute values of the eigenvalues are the natural frequencies, ωn=|λ| • The damping ratios are defined as: ζ=-Re(λ)/ωn • The damping ratios are measures of the amount of damping present in each mode of vibration • It must be kept in mind that both natural frequencies and damping ratios are functions of airspeed and air density because the matrix Q is a function of these two quantities. 6 Variation with airspeed As the airspeed increases, the two natural frequencies approach each other. One of the damping ratios increases while the other first increases and then decreases. The critical damping ratio becomes zero and then negative. Instability ensues. This phenomenon is called flutter and the zero damping speed is the flutter speed. 7 Subcritical System response Solve the equations of motion for the time responses of the system from initial conditions (α(0)=5o). Time responses for U=30m/s. Both pitch and plunge decay with time. 8 Critical System Response Solve the equations of motion for the time responses of the system from initial conditions (α(0)=5o). Time responses for U=35.9m/s. Both pitch and plunge oscillation amplitudes remain constant. 9 Supercritical Responses Solve the equations of motion for the time responses of the system from initial conditions (α(0)=5o). Time responses for U=38m/s. Both pitch and plunge oscillation amplitudes increase with time. 10 Stability criteria • The stability of the system can be estimated directly from the eigenvalues of the system matrix: – If all eigenvalues have negative real parts, the system is stable – If at least one real eigenvalue is positive, the system has undergone static divergence – If at least one pair of complex conjugate eigenvalues has positive real part, the system has undergone flutter. 11 Determining the flutter speed • The flutter speed can be determined by trial and error: – Choose an air density (i.e. flight altitude) – Calculate the system eigenvalues for a starting airspeed – Keep increasing the airspeed until at least one pair of complex eigenvalues has positive real part – Continue to try different airspeeds until the real part is almost zero. 12 Routh-Hurwitz (1) • The static divergence and flutter speeds can also be obtained directly from the characteristic polynomial • This can be achieved using the Routh- Hurwitz stability criterion. • The criterion applies to a polynomial of the form 4 3 2 a4λ + a3λ + a2λ + a1λ + a0 = 0 13 Routh-Hurwitz (2) • The system is unstable if – any of the coefficients ai is zero or negative while at least one is positive – There is at least one sign change in the first column of the matrix H • The matrix H is given by 14 Routh-Hurwitz (3) • The condition a0<0 gives the static divergence 2 2 condition, Kα<ρU ec π • The condition c1<0 yields • Which, when expanded, yields a 4th order polynomial in U. • Two of the solutions are U=+0 and U=-0 • The other two solutions are U=+UF and U=- U=-UF 15 Numerical searches • Routh-Hurwitz can be easily applied to a 2- DOF system. • Aircraft aeroelastic models can have more than 100 DOFs. Routh-Hurwitz is totally impractical for such large systems. • Numerical methods can be used instead. • These are generally divided into two categories – Directed searches, e.g. Newton-Raphson – Indirect searches, e.g. trial and error 16 Newton-Raphson • Newton-Raphson is a very widely used method for solving nonlinear problems. • Suppose we need to solve the nonlinear equation f(U)=0. • We start with a first guess Ui. This is a guess so f(Ui)=0. However, we want to calculate a correction DU, such that f(Ui+DU)=0. • We expand f(Ui+DU) in a Taylor series around Ui: df f (Ui + ΔU) = f (Ui ) + ΔU = 0 dU Ui 17 Newton-Raphson • Solving for DU we get: −1 # df & ΔU = −% ( f (Ui ) $ dU Ui ' • Now we can calculate a better approximation for the solution of f(U)=0, which is Ui+1=Ui+DU. • This value is still not exact. We need to re-apply the procedure in order to calculate Ui+2, which will be an even better approximation. • We keep iterating until |DU|<e, where e is the required tolerance. 18 Flutter test functions • For flutter determination we need to define a suitable function f(U)=0. • Several different test functions work well. The simplest is: n f (U) = ∏ℜ(λ j (U)) j=1 • Where n is the number of states. • This test function is equal to 0 when the real part of any of the eigenvalues is equal to 0. • If we want to detect only flutter and not static divergence, then we can choose to include only the complex eigenvalues in the product. 19 Flutter derivative • As the calculation of the eigenvalues is numerical, it is not possible to evaluate the derivative analytically. • We can use a forward difference scheme to calculate the derivative numerically: f U +δU − f U df = ( i ) ( i ) δ dU Ui U • Where dU is a very small user-defined speed increment. 20 Starting guess • The starting guess for the flutter speed should not be close to 0. Aeroelastic systems without structural damping flutter at U=0. • Aeroelastic systems with structural damping can flutter at negative airspeeds. • Choose an airspeed within the flight envelope but far from 0. • Some aeroelastic systems may have many flutter airspeeds. Only the lowest flutter airspeed is of interest. 21 Effect of flexural axis The position of the flexural axis has a significant effect on both flutter and static divergence. For this aeroelastic system the flutter speed is always lower than the static divergence speed, unless xf/c>0.75. Also note that placing the flexural axis in front of the aerodynamic center is bad for the flutter speed! 22 Unsteady Aerodynamics • As mentioned in the first lecture, quasi-steady aerodynamics ignores the effect of the wake on the flow around the airfoil. • The effect of the wake can be quite significant, it effectively reduces the magnitude of the aerodynamic forces acting on the airfoil. • This reduction can have a significant effect on the values of the flutter. 23 Kelvin’s theorem • One of the bases of unsteady aerodynamics is Kelvin’s theorem. • It states that the total circulation in a flow cannot change in time; this includes circulation on the wing, , and in the wake, . • If the circulation over a wing increases at a particular Γtime" instance (for exampleΓ# because the angle of attack increases) then equal and opposite circulation must be shed into the wake. • In equation form: ' Γ" + Γ# = 0 • so that any change in'( bound circulation must be accompanied by a change in wake circulation . ΔΓ" # ΔΓ = 24 − ΔΓ" Starting Vortex (1) • The simplest unsteady flow is a flat plate at 0o angle of attack in a steady flow of airspeed . • At a particular instance in time, , the angle of attack is increased impulsively to, say, 5o. ! • This impulsive change causes the"# shedding of a strong vortex in the wake, known as the starting vortex. • The starting vortex induces a significant amount of local velocity around the airfoil. However, it travels downstream because of the steady flow . • As the starting vortex distances itself from the wing,! its effect decreases • After a while it has no effect at all and the flow becomes steady 25 Starting Vortex (2) Wake shape of an airfoil whose angle of attack was impulsively increased to 5o. The starting vortex is clearly seen 26 Wagner’s model • The first solution of the impulsively started flat plate problem was obtained by Wagner in the 1920s. • He modelled the wake as a flat horizontal line containing a continuous vorticity distribution. • The flat plate is also horizontal while the free stream is inclined to the angle by a small angle . ! " / Δ% Δ% " 0 % ΔΓ+ ΔΓ- ΔΓ, ΔΓ. !• The vortices are ejected at the th time instance and then travel at the free 0stream airspeed,0 such that . • Their strength does not change# as they travel downstream. • The vorticity distribution becomes continuousΔ% = !Δ' as . Δ' → 0 27 Vortex summary • Recall from the Aerodynamics course that a point vortex induces a potential around it.
Recommended publications
  • Introduction to Aircraft Aeroelasticity and Loads
    JWBK209-FM-I JWBK209-Wright November 14, 2007 2:58 Char Count= 0 Introduction to Aircraft Aeroelasticity and Loads Jan R. Wright University of Manchester and J2W Consulting Ltd, UK Jonathan E. Cooper University of Liverpool, UK iii JWBK209-FM-I JWBK209-Wright November 14, 2007 2:58 Char Count= 0 Introduction to Aircraft Aeroelasticity and Loads i JWBK209-FM-I JWBK209-Wright November 14, 2007 2:58 Char Count= 0 ii JWBK209-FM-I JWBK209-Wright November 14, 2007 2:58 Char Count= 0 Introduction to Aircraft Aeroelasticity and Loads Jan R. Wright University of Manchester and J2W Consulting Ltd, UK Jonathan E. Cooper University of Liverpool, UK iii JWBK209-FM-I JWBK209-Wright November 14, 2007 2:58 Char Count= 0 Copyright C 2007 John Wiley & Sons Ltd, The Atrium, Southern Gate, Chichester, West Sussex PO19 8SQ, England Telephone (+44) 1243 779777 Email (for orders and customer service enquiries): [email protected] Visit our Home Page on www.wileyeurope.com or www.wiley.com All Rights Reserved. No part of this publication may be reproduced, stored in a retrieval system or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning or otherwise, except under the terms of the Copyright, Designs and Patents Act 1988 or under the terms of a licence issued by the Copyright Licensing Agency Ltd, 90 Tottenham Court Road, London W1T 4LP, UK, without the permission in writing of the Publisher. Requests to the Publisher should be addressed to the Permissions Department, John Wiley & Sons Ltd, The Atrium, Southern Gate, Chichester, West Sussex PO19 8SQ, England, or emailed to [email protected], or faxed to (+44) 1243 770620.
    [Show full text]
  • CHAPTER TWO - Static Aeroelasticity – Unswept Wing Structural Loads and Performance 21 2.1 Background
    Static aeroelasticity – structural loads and performance CHAPTER TWO - Static Aeroelasticity – Unswept wing structural loads and performance 21 2.1 Background ........................................................................................................................... 21 2.1.2 Scope and purpose ....................................................................................................................... 21 2.1.2 The structures enterprise and its relation to aeroelasticity ............................................................ 22 2.1.3 The evolution of aircraft wing structures-form follows function ................................................ 24 2.2 Analytical modeling............................................................................................................... 30 2.2.1 The typical section, the flying door and Rayleigh-Ritz idealizations ................................................ 31 2.2.2 – Functional diagrams and operators – modeling the aeroelastic feedback process ....................... 33 2.3 Matrix structural analysis – stiffness matrices and strain energy .......................................... 34 2.4 An example - Construction of a structural stiffness matrix – the shear center concept ........ 38 2.5 Subsonic aerodynamics - fundamentals ................................................................................ 40 2.5.1 Reference points – the center of pressure..................................................................................... 44 2.5.2 A different
    [Show full text]
  • Introduction to Aeroelasticity.Pdf
    Aeroelasticity Dr. Ugur GUVEN Aerospace Engineer (P.hD) Nuclear Science and Technology Engineer (M.Sc) What is Aeroelasticity • Aeroelasticity is broadly defined as the interaction between the aerodynamic forces and the structural forces causing a deformation in the structure of the aerospace craft as well as in its control mechanism or in its propulsion systems. Importance of Aeroelasticity • Aeroelasticity has become a very important force especially after the 1950’s. • The interaction between aerodynamic loads and structural deformations have gained great importance in view of factors related to the design of aircraft as well as missiles. • Aeroelasticity plays at least some part on fuel sloshing as well as on the reentry of spacecraft in astronautics. Trends in Technology • Due to the advancements in technology, it has become quite common to see the slenderness ratio (ratio of length of wing span to thickness at the root) increase. • The wing span area as well as the length of aircrafts have increased causing aircraft to become much more susceptible to interaction between structural loads and aerodynamic loads Slenderness Ratio Effect of Aerodynamic Loads • The forces of lift and drag as well as torsion moment will have some sort of effect on the structural integrity of the spacecraft. • In many cases, some parts of aircraft or spacecraft may bend or ripple slightly due to these loads. • The frequency of these loads and effects can also cause the aircraft’s structure to suffer from metal fatigue in the long run. Scope of Aeroelasticity Vibration • One of the ways in which aerodynamic and structural forces collide with each other is through vibration.
    [Show full text]
  • AAE556-Aeroelasticity
    AIRCRAFT AEROELASTIC DESIGN AND ANALYSIS An introduction to fundamental concepts of static and dynamic aeroelasticity - with simple idealized models and mathematics to describe the essential features of aeroelastic problems. These notes are intended for the use of Purdue University students enrolled in AAE556. They are not for sale or intended for distribution to others, but may be used for educational purposes, with prior permission of the author. Terry A. Weisshaar Purdue University © 1995 (Second edition -2009) Introduction - page 1 Preface to Second Edition – The purpose and scope These notes are the result of three decades of experiences teaching a course in aeroelasticity to seniors and first or second year graduate students. During this time I have presented lectures and developed homework problems with the objective of introducing students to the complexities of a field in which several major disciplines intersect to produce major problems for high speed flight. These problems affect structural and flight stability problems, re-distribution of external aerodynamic loads and a host of other problems described in the notes. This three decade effort has been challenging, but more than anything, it has been fun. My students have had fun and have been contributors to this teaching effort. Some of them have even gone on to surpass my skills in this area and to be recognized practitioners in this area. First of all, let me emphasize what these notes are not. They are not notes on advanced methods of analysis. They are not a “how to” book describing advanced methods of analysis required to analyze complex configurations. If your job is to compute the flutter speed of a Boeing 787, you will have to learn that skill elsewhere.
    [Show full text]
  • A Historical Overview of Flight Flutter Testing
    tV - "J -_ r -.,..3 NASA Technical Memorandum 4720 /_ _<--> A Historical Overview of Flight Flutter Testing Michael W. Kehoe October 1995 (NASA-TN-4?20) A HISTORICAL N96-14084 OVEnVIEW OF FLIGHT FLUTTER TESTING (NASA. Oryden Flight Research Center) ZO Unclas H1/05 0075823 NASA Technical Memorandum 4720 A Historical Overview of Flight Flutter Testing Michael W. Kehoe Dryden Flight Research Center Edwards, California National Aeronautics and Space Administration Office of Management Scientific and Technical Information Program 1995 SUMMARY m i This paper reviews the test techniques developed over the last several decades for flight flutter testing of aircraft. Structural excitation systems, instrumentation systems, Maximum digital data preprocessing, and parameter identification response algorithms (for frequency and damping estimates from the amplltude response data) are described. Practical experiences and example test programs illustrate the combined, integrated effectiveness of the various approaches used. Finally, com- i ments regarding the direction of future developments and Ii needs are presented. 0 Vflutte r Airspeed _c_7_ INTRODUCTION Figure 1. Von Schlippe's flight flutter test method. Aeroelastic flutter involves the unfavorable interaction of aerodynamic, elastic, and inertia forces on structures to and response data analysis. Flutter testing, however, is still produce an unstable oscillation that often results in struc- a hazardous test for several reasons. First, one still must fly tural failure. High-speed aircraft are most susceptible to close to actual flutter speeds before imminent instabilities flutter although flutter has occurred at speeds of 55 mph on can be detected. Second, subcritical damping trends can- home-built aircraft. In fact, no speed regime is truly not be accurately extrapolated to predict stability at higher immune from flutter.
    [Show full text]
  • Aeroelasticity
    1 Matthew Moraguez Aeroelasticity What is Aeroelasticity? An airplane’s wing generates an upward AEROELASTICITY, NOUN force, known as lift, when it passes through air. Although lift is needed for a plane to fly, A term used in the field of aerospace its effect on the structure of the plane can be engineering to describe the interaction harmful. Aeroelasticity refers to the between a structure and a moving fluid [1]. deformation of an airplane’s wing in response to aerodynamic forces, such as lift. [1] Static vs. Dynamic Aeroelasticity Aeroelastic effects are classified as either static or dynamic. While static effects reach an equilibrium, dynamic effects are defined by oscillations [2]. Static Aeroelasticity: Aeroelasticity applies to Divergence refers to a process in which the lift a wing produces causes the wing itself to twist. This twisting any situation in which a leads to greater lift, which causes more twisting. The fluid (gas or liquid) flows process continues until equilibrium is reached [1]. In around a structure [3]. order to prevent divergence, a wing must be stiff enough to prevent twisting. If the wing is too flexible or the force of lift is too strong, divergence will occur [2]. DID YOU KNOW? Aileron reversal occurs when wing twisting causes the plane’s response to the pilot’s commands to be Aeroelasticity affects airplane reversed from the expected. In other words, when a stability, bridge design, and even blood flow through the body! [3] pilot tries to turn left, the plane will turn right [2]. Dynamic Aeroelasticity: Above a critical wind speed, a wing experiences flutter instability, which causes the wing to oscillate.
    [Show full text]
  • Aeroelasticity and Structural Dynamics
    Aeroelasticity and Structural Dynamics Aeroelasticity and Structural Dynamics he fourteenth issue of AerospaceLab Journal is dedicated to aeroelasticity and T structural dynamics. Aeroelasticity can be briefly defined as the study of the low frequency dynamic behavior of a structure (aircraft, turbomachine, helicopter rotor, etc.) in an aerodynamic flow. It focuses on the interactions between, on the one hand, the static or vibrational deformations of the structure and, on the Cédric LIAUZUN other hand, the modifications or fluctuations of the aerodynamic flow field. (ONERA) Senior Scientist Aeroelastic phenomena have a strong influence on stability and therefore on the integrity of aeronautical structures, as well as on their performance and durability. In the current context, in which a reduction of the footprint of aeronautics on the environment is sought, in particular by reducing the mass and fuel consumption of aircraft, aeroelasticity problems must be taken into account as early as possible in the design of such structures, whether they are conventional or innovative concepts. It is therefore necessary to develop increasingly efficient and accurate numerical and experimental methods and tools, allowing additional complex physical phenomena to be taken into account. On the other hand, the development of larger and lighter aeronautical structures entails the need to determine the dynamic characteristics of such Nicolas PIET-LAHANIER highly flexible structures, taking into account their possibly non-linear behavior (large (ONERA) displacements, for example), and optimizing them by, for example, taking advantage Senior Scientist of the particular properties of new materials (in particular, composite materials). DOI: 10.12762/2018.AL14-00 This issue of AerospaceLab Journal presents the current situation regarding numerical calculation and simulation methods specific to aeroelasticity and structural dynamics for several applications: fan damping computation and flutter prediction, static and dynamic aeroelasticity of aircraft and gust response.
    [Show full text]
  • Hypersonic Aeroelasticity and Aerothermoelasticity With
    12th AIAA International Space Planes and Hypersonic Systems and Technologies AIAA 2003-7014 15 - 19 December 2003, Norfolk, Virginia HYPERSONIC AEROTHERMOELASTICITY WITH APPLICATION TO REUSABLE LAUNCH VEHICLES P.P. Friedmann,¤ J.J. McNamara,y B.J. Thuruthimattam,y and K.G. Powellz Department of Aerospace Engineering University of Michigan 3001 Fran»cois-Xavier Bagnoud Bldg., 1320 Beal Ave Ann Arbor, Michigan 48109-2140 Ph: (734) 763-2354 Fax: (734) 763-0578 email: [email protected] ABSTRACT b Semi-chord c Reference length, chord length of The hypersonic aeroelastic and aerothermoelastic double-wedge airfoil problem of a double-wedge airfoil typical cross-section CD;CL;CMy Coe±cients of drag, lift and moment is studied using three di®erent unsteady aerody- about the y-axis namic loads: (1) third-order piston theory, (2) Euler CpP T ;CpNS Piston theory pressure coe±cient, and aerodynamics, and (3) Navier-Stokes aerodynamics. CFD Navier-Stokes pressure coe±cient Computational aeroelastic response results are used respectively to obtain frequency and damping characteristics, and f(x) Function describing airfoil surface compared with those from piston theory solutions for f1(); fi() Functions relating Mach number and a variety of flight conditions. Aeroelastic behavior is temperature studied for 5 < M < 15 at altitudes of 40,000 and h Airfoil vertical displacement at Elastic 70,000 feet. A parametric study of o®sets, wedge Axis angles, and static angle of attack is conducted. All the I® Mass moment of inertia about the solutions are fairly close below the flutter boundary, Elastic Axis and di®erences between the various models increase K®;Kh Spring constants in pitch and plunge when the flutter boundary is approached.
    [Show full text]
  • Theodorsen's and Garrick's Computational
    THEODORSEN’S AND GARRICK’S COMPUTATIONAL AEROELASTICITY, REVISITED Boyd Perry, III Distinguished Research Associate Aeroelasticity Branch NASA Langley Research Center Hampton, Virginia, USA International Forum on Aeroelasticity and Structural Dynamics Savannah, Georgia June 10-13, 2019 “Results of Theodorsen and Garrick Revisited” by Thomas A. Zeiler Journal of Aircraft Vol. 37, No. 5, Sep-Oct 2000, pp. 918-920 Made known that – • Some plots in the foundational trilogy of NACA reports on aeroelastic flutter by Theodore Theodorsen and I. E. Garrick are in error • Some of these erroneous plots appear in classic texts on aeroelasticity Recommended that – • All of the plots in the foundational trilogy be recomputed and published 2 “Results of Theodorsen and Garrick Revisited” by Thomas A. Zeiler Journal of Aircraft Vol. 37, No. 5, Sep-Oct 2000, pp. 918-920 Made known that – • Some plots in the foundational trilogy of NACA reports on aeroelastic flutter by Theodore Theodorsen and I. E. Garrick are in error • Some of these erroneous plots appear in classic texts on aeroelasticity Recommended that – • All of the plots in the foundational trilogy be recomputed and published Cautioned that – • “One does not set about lightly to correct the masters.” 3 Works Containing Erroneous Plots 1. Theodorsen, T.: General Theory of Aerodynamic Instability and the Mechanism of Flutter. NACA Report No. 496, 1934. 2. Theodorsen, T. and Garrick, I. E.: Mechanism of Flutter, a Theoretical and Experimental Investigation of the Flutter Problem. NACA Report No. 685, 1940. 3. Theodorsen, T. and Garrick, I. E.: Flutter Calculations in Three Degrees of Freedom. NACA Report No. 741, 1942.
    [Show full text]
  • Practical Aeroelasticity
    Aeroelasticity Lecture 5: Practical Aircraft Aeroelasticity G. Dimitriadis 1 Introduction • In the previous lecture we showed that Theodorsen theory can be used to obtain an algebraic system of two equations for the two unknowns: – Flutter frequency – Flutter airspeed 2 Non-sinusoidal motion • This algebraic system of equations is only valid if the system is undergoing purely sinusoidal oscillations. There are three situations in which this can happen: – At the flutter condition – At wind-off conditions if the structural damping is zero. – At any airspeed if the wind response to an external sinusoidal load. • The last situation means that we can calculate the response of an aeroelastic system with Theodorsen aerodynamics to any excitation force. • This is particularly useful because it will allow us to calculate the natural frequencies and damping ratios at all airspeeds, as we did with time-domain analysis. 3 Forced response • Until now we have only considered unforced motion: ! $! $ ! $! $ ! $ m S h!! Kh 0 h −l(t) # &# &+# &# & = # & # S I &# & # 0 K & # m(t) & " α %" α!! % " α %" α % " % • No we will consider an external loads (e.g. control input) applied on one of the degrees of freedom. E.g. force on plunge: ! $! $ ! $! $ ! $ ! $ m S h!! Kh 0 h l(t) Fh t # &# &+# &# &+# & = # ( ) & # S I &# & # 0 K & # m(t) & # & " α %" α!! % " α %" α % " − % " 0 % • Or moment on pitch: ! $! $ ! $! $ ! $ ! $ m S h!! Kh 0 h l(t) 0 # &# &+# &# &+# & = # & # S I &# & # 0 K & # m(t) & # M t & " α %" α!! % " α %" α % " − % " α ( ) % 4 Sinusoidal force • If Theodorsen analysis is to be applied, the force must be sinusoidal, e.g. jωt Fh = F0e jωt Mα = M 0e • The steady-state response of the pitch-plunge wing will also be sinusoidal once all the transients have died out, i.e.
    [Show full text]
  • ASEN 5111 Aeroelasticity
    ASEN 5111: Introduction to Aeroelasticity F. Demet Ulker Spring- 2020 E-mail: [email protected] Web: Office Hours: T/TH 5:30pm-6:30pm Class Hours: T/TH 4:00pm-5:15pm Course Description This course provides an introductory level knowledge in theoretical and experimental founda- tions of aeroelasticity. A short review on the 2D aerodynamics and discrete and continuous system vibration analysis methods will be followed by static and dynamic aeroelastic phenom- ena. Along with the classical flutter analysis, several other critical flutter conditions such as Body Freedom Flutter will be discussed in the class. Analytical and numerical based approximate so- lution techniques will be introduced. ASWING will be used for coupled flight dynamics and aeroelastic analysis and experimental simulations. Homeworks are designed to complement the subjects covered in the class, hence different aeroelastic phenomena including fixed wing and rotary wing aeroelastic systems, and control couplings will be analyzed. Prerequisite Requires corequisite courses of APPM 2360, ASEN 2001. • Sufficient familiarity with vibrations: response of multimass and continuous systems, free vibration modes, normal coordinates, and variational principles in dynamics. Desirable: MATH 2400, ASEN 3112, ASEN 4123. • Sufficient familiarity with low-speed aerodynamics and flight dynamics of aerospace vehi- cles. Desirable: ASEN 3111, ASEN 3128. • Sufficient familiarity with stability analysis. Desirable: ASEN 5012. • Prior programming skills in MATLAB. 1 ASEN 5111 Reference Materials [1] J. Wright and J. Cooper, Introduction to Aircraft Aeroelasticity and Loads, 2nd ed., ser. aerospace series. Wiley, 2015. [2] R. L. Bisplinghoff and H. Ashley, Principles of Aeroelasticity. Dover, 1962. [3] D. Hodges and G. Pierce, Introduction to Structural Dynamics and Aeroelasticity, ser.
    [Show full text]
  • Aeronautical Science 101: the Development of Engineering Science in Aeronautical Engineering Education at the University of Minnesota
    Aeronautical Science 101: The Development of Engineering Science in Aeronautical Engineering Education at the University of Minnesota A THESIS SUBMITTED TO THE FACULTY OF THE GRADUATE SCHOOL OF THE UNIVERSITY OF MINNESOTA BY Amy Elizabeth Foster IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF MASTER OF ARTS October 2000 1. Introduction: Engineering Science and Its Role in Aeronautical Engineering Education In 1929, the University of Minnesota founded its Department of Aeronautical Engineering. John D. Akerman, the department head, developed the curriculum the previous year when aeronautical engineering was still an option for mechanical engineering students. Akerman envisioned the department's graduates finding positions as practical design engineers in industry. Therefore, he designed the curriculum with a practical perspective. However, with the rising complexity of aircraft through the 1930s, 40s, and 50s, engineering science grew more important to aeronautical engineering design practices than ever before. In 1948, the university closed a deal on an idle gunpowder plant. The aeronautical engineering department converted the site into a top- notch aeronautical research laboratory. A new dean for the engineering schools, Athelstan Spilhaus, arrived at the University of Minnesota in 1949. He brought a vision for science-based engineering. Akerman, who never felt completely comfortable with theoretical design methods, struggled with the integration of engineering science into his department's curriculum. Despite Akerman's resistance, engineering science eventually permeated the aeronautical engineering curriculum at Minnesota through this new lab and the dean's vision. In following this path, the University of Minnesota came to exemplify the significant place of engineering science in aeronautical engineering by the 1950s.
    [Show full text]