AE 714 Aeroelastic Effects in Structures Term Project (Revised Version 20/05/2009) Flutter Analysis of a Tapered Wing Using Assumed Modes Method

Size: px
Start display at page:

Download "AE 714 Aeroelastic Effects in Structures Term Project (Revised Version 20/05/2009) Flutter Analysis of a Tapered Wing Using Assumed Modes Method"

Transcription

1 AE 714 Aeroelastic Effects in Structures Term Project (Revised Version 20/05/2009) Flutter Analysis of a Tapered Wing Using Assumed Modes Method Project Description In this project, you will perform classical flutter analysis for a straight tapered wing of a utility type aircraft using the assumed modes method. You may assume that the wing is subject to subsonic incompressible flow at the sea level. The computational steps involved in this project can be handled by scripts written in MathCAD or Matlab. You are not required to develop computer programs in FORTRAN or C. However, you may if you like. Use of Excel may seem promising at first, but since you cannot define complex numbers and do not have a built in eigenvalue solver, it is not recommended for use in this project. Figure 1 shows the typical wing dimensions. By using the structural data and assumed modes provided to you, you will first create a dynamic model of the wing. This step includes calculation of the mass and stiffness matrices using the given mode shapes and obtaining the natural frequencies. wing root locus of section ACs locus of section CGs wing tip Figure 1. The wing geometry, 10, 0.6., 1.5., 0.9, / The second step in this project involves the calculation of the unsteady aerodynamic forces acting on this wing. At this step, you will use the 2D strip theory and apply the Theoderson s solution at each wing section to evaluate the total aerodynamic lift and pitching moment using the definition of the virtual work. Once the equations are formulated for the aeroelastic system, you will proceed with the third step, which is the flutter calculation. Here, you will employ the k-method to determine the flutter speed and the frequency. In this project, you will form groups of 3 and work on your assigned tasks to perform all the required calculations and present them in two different reports. Reports must be computer typed, and contain relevant figures, references and equations. You should explain your steps in an organized fashion and show all the intermediate steps you performed during your analysis. Make sure that you do not simply rewrite the outlining steps described in this document. Be complete, organized and professional. You should communicate with your classmates as soon as possible to form the project teams and inform me regarding the team members by the deadline listed at the end of this project description. You may ask questions about this project and even verify your calculations with me throughout the semester. AE714 Term Project, Spring 2009, Dr. Seber. Page 1/5

2 Structural Data of the Tapered Wing For the wing to be analyzed, sectional properties at each wing strip can be calculated using the data provided in Table 1. You may assume that these values are provided to you by the structural design team, who would like to verify their preliminary design against aeroelastic instabilities using your help. Bending Rigidity, N.m 2 Torsional Rigidity, N.m 2 Mass/Length, 10.3 kg/m Section nondimensional radius of gyration (wrt SC), 0.55 Mass center location *, m Shear center location *, m Aerodynamic center *, / m LE AC SC CG Wing Torque Box x TE Secondary Wing Structure (Only contributes to section inertia) (* indicates that the locations are given with respect to the leading edge, LE) Table 1. Sectional properties of the reference wing section of unit chord length (c = 2b = 1 m) Application of the Assumed Modes Method to the Aeroelastic System Since this wing is slender (AR = 10), you may assume that it is possible to model it using the classical beam theory. Following the convention we have used in the class for the Exact treatment of Bending- Torsion Flutter, the total potential and kinetic energies of the wing are given by the following equations. In this project, you can ignore the damping in the structure. U EIywy, t dy GJyθy, t dy (1) T myw y, t dy S yw y, tθ y, tdy where and. Iyθ y, t dy (2) Note that since you have a tapered wing, sectional properties in these energy expressions can be assumed to be proportional to powers of the chord length. These dependencies are listed below. EIy EI cy GJy GJ cy my m cy (3a) (3b) (3c) However, you should assume that CG, SC and AC are always located at the same percentage of the chord length. In equations 1 and 2,, and, correspond to wing bending deflection and torsional rotation, which are both associated to the elastic axis. In this approach, it is possible to represent these AE714 Term Project, Spring 2009, Dr. Seber. Page 2/5

3 deformations using assumed shape functions and and generalized coordinates and as shown in the expressions below. wy, t y. w t θy, t ψ y. θ t (4a) (4b) where 1 3 1, 1 and 1 1, 1. You may check that these approximate shape functions are quite close to the exact uncoupled normal modes of a uniform beam, which should be adequate for our approximate calculations. Remember: Introduction of more terms into our displacement approximations (m=2, 3 and n=2,3 ) will increase the accuracy of our solution, as well as the time you would spend on this project. So let s eliminate this option for the time being. By applying the Rayleigh-Ritz method to discretize the kinetic and strain energies, the following expressions are obtained for the elements of the mass and stiffness matrices. M, m dy M, M, mbx ψ dy M, mb r ψ dy 5a-c K, EI, dy K, K, 0 K, GJψ, dy 6a-c Since the integrals given in equations 5 and 6 are hard to obtain analytically, you may use numerical integration techniques such as the trapezoidal rule. When performing the numerical integration you may use a section width of y = 0.60 m, i.e. 10 wing sections, with the properties evaluated at the middle. In order to model the unsteady aerodynamic loads, the Theoderson s solution will be used by assuming that the wing undergoes harmonic oscillations, i.e. wy, t w ye and θ y, t θ ψ ye. You should note that this step can be tricky, so be extra careful and dedicate enough time to it. The following equations can be used to represent the lift and pitching moments per unit span. L 2πρUbCk Uθ w b a θ πρb Uθ w baθ (7) M 2πρUb a Ck Uθ w b a θ πρb Ub a θ baw b a a θ (8) Then you may expand equations 7 and 8, and reorganize them to get equations 9 and 10. Hint: Compare your expressions to those given in the book by Hodges and Alvin, p152. But note that and. πρb ω k w kbψ θ e (9) M πρb ω k w kbψ θ e (10) By using the definition of the virtual work, the expressions above can be numerically integrated to evaluate the generalized aerodynamic force vector of the system as shown in the equations below. Note that since the chord length changes along the span, so will and of each wing strip, in addition to, and, i.e. all of these are functions of. (11) ω M πρb dy πρb ψ dy πρb ψ dy πρb ψ ψ dy w e θ ω A A A w e A θ (12) AE714 Term Project, Spring 2009, Dr. Seber. Page 3/5

4 By combining the expressions obtained, the equations of motion of the aeroelastic system can be developed. These equations can then be modified for the application of the k-method by introducing the artificial damping coefficient and the eigenvalue parameter 1 as shown in the expression below. 0 (13) where and are mass and stiffness matrices defined in equations 5 and 6, A and w θ. A A A The main steps involved in the application of the k-method are summarized below. 1. Assume incompressible flow ( 0) at standard sea level conditions. 2. Select the trial reduced frequency value for the reference wing strip with 2 1, i.e.. Hint: Small lead to high flight speeds, whereas large values lead to low flight speeds. The lowest limit on can be taken as 0.001, since the k-method does not work for Perform the numerical integration required to evaluate the matrix. You should note that for each wing strip the reduced frequency varies linearly and has to be calculated using cy. 4. After evaluating determine the value of the eigenvalue parameter. Hint: You may let your code evaluate the eigenvalues of the matrix to determine and. 5. Determine 1,, 0.5 and likewise,, and. Note: 0.5 factors in and expressions are due to the fact that the trial reduced frequency is assigned to a section with a unit chord length. 6. Add data points to your vs, and vs plots for the two aeroelastic modes in your system. 7. Repeat steps 2-6 until you determine the reduced frequency for which is equal to zero at an aeroelastic mode. This condition gives you the flutter speed and frequency. Remember: If is negative the system is stable, otherwise unstable. Deadlines and Reports to be Presented You must form your teams by March 13, 2009 and inform me with an . Preliminary Report: Structural Modeling of the Tapered Wing Due Date: April 17, 2009 In this report, you must perform all the steps required to create the structural model and apply the Rayleigh-Ritz method to evaluate the natural frequencies and mode shapes of the tapered wing. You may also present some of your initial work on formulating the unsteady aerodynamic loads. This step is recommended for the preliminary report, however it is not mandatory. Final Report: Aeroelastic Modeling and Flutter Calculations of the Tapered Wing Due Date: May 29, 2009 In this report, you must present your flutter calculations. This requires the formulation of the unsteady aerodynamic loads and application of the k-method. You may briefly summarize what you have done in the preliminary report for completeness. AE714 Term Project, Spring 2009, Dr. Seber. Page 4/5

5 Report Format Reports must be computer typed. You may use choose your own format for your reports, which could be based on your previous project reports at school or work. Make sure that you number each section, put equation numbers and introduce proper captions for figures and tables. Both reports must contain: 1. A title page with course name, project title, names of team members etc. 2. An introduction section with a brief summary of your work and important results. Also mention the responsibilities of each team member in this project. 3. A theory section where you describe in detail your technical approach. Provide the important intermediate steps of the formulation, equations, tables, plots etc. 4. A results section showing your flutter results. 5. A conclusion section. You may summarize your findings and discuss your results here. Is the calculated flutter speed permits the safe operation of the aircraft? If not do you have any recommendations about how one may improve the wing structure? You may also do some research and talk about how you may improve these calculations, i.e. compressibility effects, 3D flow correction etc. 6. A references section. 7. An appendix with you computer codes, some sample calculations, any hand-written material that you would like to present. 8. An electronic copy of your report and computer scripts that you have used. Useful References 1. AE714 class notes. 2. Chapter 4, Introduction to Structural Dynamics and Aeroelasticity, D. H. Hodges and G. A. Pierce 3. Chapters 4 and 9, Aeroelasticity, R. L. Bisplinghoff, H. Ashley, and R. L. Halfman. 4. Chapters 3 and 11, Introduction to Aircraft Aeroelasticity and Loads, J. R. Wright and J. E. Cooper. Prepared by Assist. Prof. Dr. Güçlü Seber, 04/03/2009. AE714 Term Project, Spring 2009, Dr. Seber. Page 5/5

FREQUENCY DOMAIN FLUTTER ANALYSIS OF AIRCRAFT WING IN SUBSONIC FLOW

FREQUENCY DOMAIN FLUTTER ANALYSIS OF AIRCRAFT WING IN SUBSONIC FLOW FREQUENCY DOMAIN FLUTTER ANALYSIS OF AIRCRAFT WING IN SUBSONIC FLOW Ms.K.Niranjana 1, Mr.A.Daniel Antony 2 1 UG Student, Department of Aerospace Engineering, Karunya University, (India) 2 Assistant professor,

More information

Virtual Work & Energy Methods. External Energy-Work Transformation

Virtual Work & Energy Methods. External Energy-Work Transformation External Energy-Work Transformation Virtual Work Many structural problems are statically determinate (support reactions & internal forces can be found by simple statics) Other methods are required when

More information

Air Loads. Airfoil Geometry. Upper surface. Lower surface

Air Loads. Airfoil Geometry. Upper surface. Lower surface AE1 Jha Loads-1 Air Loads Airfoil Geometry z LE circle (radius) Chord line Upper surface thickness Zt camber Zc Zl Zu Lower surface TE thickness Camber line line joining the midpoints between upper and

More information

AERO 214. Lab II. Measurement of elastic moduli using bending of beams and torsion of bars

AERO 214. Lab II. Measurement of elastic moduli using bending of beams and torsion of bars AERO 214 Lab II. Measurement of elastic moduli using bending of beams and torsion of bars BENDING EXPERIMENT Introduction Flexural properties of materials are of interest to engineers in many different

More information

Module 4 : Deflection of Structures Lecture 4 : Strain Energy Method

Module 4 : Deflection of Structures Lecture 4 : Strain Energy Method Module 4 : Deflection of Structures Lecture 4 : Strain Energy Method Objectives In this course you will learn the following Deflection by strain energy method. Evaluation of strain energy in member under

More information

Limit Cycle Oscillations of a Typical Airfoil in Transonic Flow

Limit Cycle Oscillations of a Typical Airfoil in Transonic Flow Limit Cycle Oscillations of a Typical Airfoil in Transonic Flow Denis B. Kholodar, United States Air Force Academy, Colorado Springs, CO 88 Earl H. Dowell, Jeffrey P. Thomas, and Kenneth C. Hall Duke University,

More information

Structural Dynamics Lecture Eleven: Dynamic Response of MDOF Systems: (Chapter 11) By: H. Ahmadian

Structural Dynamics Lecture Eleven: Dynamic Response of MDOF Systems: (Chapter 11) By: H. Ahmadian Structural Dynamics Lecture Eleven: Dynamic Response of MDOF Systems: (Chapter 11) By: H. Ahmadian ahmadian@iust.ac.ir Dynamic Response of MDOF Systems: Mode-Superposition Method Mode-Superposition Method:

More information

THE ANALYSIS OF LAMINATE LAY-UP EFFECT ON THE FLUTTER SPEED OF COMPOSITE STABILIZERS

THE ANALYSIS OF LAMINATE LAY-UP EFFECT ON THE FLUTTER SPEED OF COMPOSITE STABILIZERS THE ANALYSIS OF LAMINATE LAY-UP EFFECT ON THE FLUTTER SPEED OF COMPOSITE STABILIZERS Mirko DINULOVIĆ*, Boško RAŠUO* and Branimir KRSTIĆ** * University of Belgrade, Faculty of Mechanical Engineering, **

More information

Aeroelasticity. Lecture 7: Practical Aircraft Aeroelasticity. G. Dimitriadis. AERO0032-1, Aeroelasticity and Experimental Aerodynamics, Lecture 7

Aeroelasticity. Lecture 7: Practical Aircraft Aeroelasticity. G. Dimitriadis. AERO0032-1, Aeroelasticity and Experimental Aerodynamics, Lecture 7 Aeroelasticity Lecture 7: Practical Aircraft Aeroelasticity G. Dimitriadis AERO0032-1, Aeroelasticity and Experimental Aerodynamics, Lecture 7 1 Non-sinusoidal motion Theodorsen analysis requires that

More information

2 marks Questions and Answers

2 marks Questions and Answers 1. Define the term strain energy. A: Strain Energy of the elastic body is defined as the internal work done by the external load in deforming or straining the body. 2. Define the terms: Resilience and

More information

Dynamic Response of an Aircraft to Atmospheric Turbulence Cissy Thomas Civil Engineering Dept, M.G university

Dynamic Response of an Aircraft to Atmospheric Turbulence Cissy Thomas Civil Engineering Dept, M.G university Dynamic Response of an Aircraft to Atmospheric Turbulence Cissy Thomas Civil Engineering Dept, M.G university cissyvp@gmail.com Jancy Rose K Scientist/Engineer,VSSC, Thiruvananthapuram, India R Neetha

More information

Shafts: Torsion of Circular Shafts Reading: Crandall, Dahl and Lardner 6.2, 6.3

Shafts: Torsion of Circular Shafts Reading: Crandall, Dahl and Lardner 6.2, 6.3 M9 Shafts: Torsion of Circular Shafts Reading: Crandall, Dahl and Lardner 6., 6.3 A shaft is a structural member which is long and slender and subject to a torque (moment) acting about its long axis. We

More information

Some effects of large blade deflections on aeroelastic stability

Some effects of large blade deflections on aeroelastic stability 47th AIAA Aerospace Sciences Meeting Including The New Horizons Forum and Aerospace Exposition 5-8 January 29, Orlando, Florida AIAA 29-839 Some effects of large blade deflections on aeroelastic stability

More information

Mechanical Design in Optical Engineering

Mechanical Design in Optical Engineering OPTI Buckling Buckling and Stability: As we learned in the previous lectures, structures may fail in a variety of ways, depending on the materials, load and support conditions. We had two primary concerns:

More information

Chapter 2: Rigid Bar Supported by Two Buckled Struts under Axial, Harmonic, Displacement Excitation..14

Chapter 2: Rigid Bar Supported by Two Buckled Struts under Axial, Harmonic, Displacement Excitation..14 Table of Contents Chapter 1: Research Objectives and Literature Review..1 1.1 Introduction...1 1.2 Literature Review......3 1.2.1 Describing Vibration......3 1.2.2 Vibration Isolation.....6 1.2.2.1 Overview.

More information

Chapter 4 Deflection and Stiffness

Chapter 4 Deflection and Stiffness Chapter 4 Deflection and Stiffness Asst. Prof. Dr. Supakit Rooppakhun Chapter Outline Deflection and Stiffness 4-1 Spring Rates 4-2 Tension, Compression, and Torsion 4-3 Deflection Due to Bending 4-4 Beam

More information

Advanced Vibrations. Distributed-Parameter Systems: Exact Solutions (Lecture 10) By: H. Ahmadian

Advanced Vibrations. Distributed-Parameter Systems: Exact Solutions (Lecture 10) By: H. Ahmadian Advanced Vibrations Distributed-Parameter Systems: Exact Solutions (Lecture 10) By: H. Ahmadian ahmadian@iust.ac.ir Distributed-Parameter Systems: Exact Solutions Relation between Discrete and Distributed

More information

On the Dynamics of Suspension Bridge Decks with Wind-induced Second-order Effects

On the Dynamics of Suspension Bridge Decks with Wind-induced Second-order Effects MMPS 015 Convegno Modelli Matematici per Ponti Sospesi Politecnico di Torino Dipartimento di Scienze Matematiche 17-18 Settembre 015 On the Dynamics of Suspension Bridge Decks with Wind-induced Second-order

More information

Strain-Based Analysis for Geometrically Nonlinear Beams: A Modal Approach

Strain-Based Analysis for Geometrically Nonlinear Beams: A Modal Approach 53rd AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics and Materials Conference2th AI 23-26 April 212, Honolulu, Hawaii AIAA 212-1713 Strain-Based Analysis for Geometrically Nonlinear Beams: A

More information

Lecture 15 Strain and stress in beams

Lecture 15 Strain and stress in beams Spring, 2019 ME 323 Mechanics of Materials Lecture 15 Strain and stress in beams Reading assignment: 6.1 6.2 News: Instructor: Prof. Marcial Gonzalez Last modified: 1/6/19 9:42:38 PM Beam theory (@ ME

More information

Flight Dynamics and Control. Lecture 3: Longitudinal stability Derivatives G. Dimitriadis University of Liege

Flight Dynamics and Control. Lecture 3: Longitudinal stability Derivatives G. Dimitriadis University of Liege Flight Dynamics and Control Lecture 3: Longitudinal stability Derivatives G. Dimitriadis University of Liege Previously on AERO0003-1 We developed linearized equations of motion Longitudinal direction

More information

External Work. When a force F undergoes a displacement dx in the same direction i as the force, the work done is

External Work. When a force F undergoes a displacement dx in the same direction i as the force, the work done is Structure Analysis I Chapter 9 Deflection Energy Method External Work Energy Method When a force F undergoes a displacement dx in the same direction i as the force, the work done is du e = F dx If the

More information

FLUTTER PREDICTION OF A SWEPT BACK PLATE USING EXPERIMENTAL MODAL PARAMETERS

FLUTTER PREDICTION OF A SWEPT BACK PLATE USING EXPERIMENTAL MODAL PARAMETERS Symposium on Applied Aerodynamics and Design of Aerospace Vehicle (SAROD 2011) November 16-18, 2011, Bangalore, India FLUTTER PREDICTION OF A SWEPT BACK PLATE USING EXPERIMENTAL MODAL PARAMETERS A.C.Pankaj*,

More information

Aeroelasticity. Lecture 9: Supersonic Aeroelasticity. G. Dimitriadis. AERO0032-1, Aeroelasticity and Experimental Aerodynamics, Lecture 9

Aeroelasticity. Lecture 9: Supersonic Aeroelasticity. G. Dimitriadis. AERO0032-1, Aeroelasticity and Experimental Aerodynamics, Lecture 9 Aeroelasticity Lecture 9: Supersonic Aeroelasticity G. Dimitriadis AERO0032-1, Aeroelasticity and Experimental Aerodynamics, Lecture 9 1 Introduction All the material presented up to now concerned incompressible

More information

Active Flutter Control using an Adjoint Method

Active Flutter Control using an Adjoint Method 44th AIAA Aerospace Sciences Meeting and Exhibit 9-12 January 26, Reno, Nevada AIAA 26-844 44th AIAA Aerospace Sciences Meeting and Exhibit, Reno, Nevada, 9 12 Jan, 26. Active Flutter Control using an

More information

OPTIMIZATION OF TAPERED WING STRUCTURE WITH AEROELASTIC CONSTRAINT

OPTIMIZATION OF TAPERED WING STRUCTURE WITH AEROELASTIC CONSTRAINT ICAS 000 CONGRESS OPTIMIZATION OF TAPERED WING STRUCTURE WITH AEROELASTIC CONSTRAINT Harijono Djojodihardjo, I Wayan Tjatra, Ismojo Harjanto 3 Computational Aeroelastic Group, Aerospace Engineering Department

More information

Aeroelastic Wind Tunnel Testing of Very Flexible High-Aspect-Ratio Wings

Aeroelastic Wind Tunnel Testing of Very Flexible High-Aspect-Ratio Wings Aeroelastic Wind Tunnel Testing of Very Flexible High-Aspect-Ratio Wings Justin Jaworski Workshop on Recent Advances in Aeroelasticity, Experiment and Theory July 2, 2010 Problem and Scope High altitude

More information

LATERAL STABILITY OF BEAMS WITH ELASTIC END RESTRAINTS

LATERAL STABILITY OF BEAMS WITH ELASTIC END RESTRAINTS LATERAL STABILITY OF BEAMS WITH ELASTIC END RESTRAINTS By John J. Zahn, 1 M. ASCE ABSTRACT: In the analysis of the lateral buckling of simply supported beams, the ends are assumed to be rigidly restrained

More information

Laboratory 4 Topic: Buckling

Laboratory 4 Topic: Buckling Laboratory 4 Topic: Buckling Objectives: To record the load-deflection response of a clamped-clamped column. To identify, from the recorded response, the collapse load of the column. Introduction: Buckling

More information

Design of Beams (Unit - 8)

Design of Beams (Unit - 8) Design of Beams (Unit - 8) Contents Introduction Beam types Lateral stability of beams Factors affecting lateral stability Behaviour of simple and built - up beams in bending (Without vertical stiffeners)

More information

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Module - 01 Lecture - 11

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Module - 01 Lecture - 11 Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras Module - 01 Lecture - 11 Last class, what we did is, we looked at a method called superposition

More information

Ph.D. Preliminary Examination Analysis

Ph.D. Preliminary Examination Analysis UNIVERSITY OF CALIFORNIA, BERKELEY Spring Semester 2017 Dept. of Civil and Environmental Engineering Structural Engineering, Mechanics and Materials Name:......................................... Ph.D.

More information

University of Bristol - Explore Bristol Research

University of Bristol - Explore Bristol Research Stodieck, O. A., Cooper, J. E., & Weaver, P. M. (2016). Interpretation of Bending/Torsion Coupling for Swept, Nonhomogenous Wings. Journal of Aircraft, 53(4), 892-899. DOI: 10.2514/1.C033186 Peer reviewed

More information

Module No. # 01 Lecture No. # 22

Module No. # 01 Lecture No. # 22 Introduction to Helicopter Aerodynamics and Dynamics Prof. Dr. C. Venkatesan Department of Aerospace Engineering Indian Institute of Technology, Kanpur Module No. # 01 Lecture No. # 22 Lead lag dynamics

More information

The effect of laminate lay-up on the flutter speed of composite wings

The effect of laminate lay-up on the flutter speed of composite wings The effect of laminate lay-up on the flutter speed of composite wings Guo, S.J. 1 ; Bannerjee, J.R. ; Cheung, C.W. 1 Dept. of Aerospace, Automobile and Design Eng. University of Hertfordshire, Hatfield,

More information

Matthew Lucas Guertin, 2d Lt USAF

Matthew Lucas Guertin, 2d Lt USAF Copyright Matthew Lucas Guertin, 2d Lt USAF 2012 ABSTRACT The Application of Finite Element Methods to Aeroelastic Lifting Surface Flutter by Matthew Lucas Guertin, 2d Lt USAF Aeroelastic behavior prediction

More information

Using the finite element method of structural analysis, determine displacements at nodes 1 and 2.

Using the finite element method of structural analysis, determine displacements at nodes 1 and 2. Question 1 A pin-jointed plane frame, shown in Figure Q1, is fixed to rigid supports at nodes and 4 to prevent their nodal displacements. The frame is loaded at nodes 1 and by a horizontal and a vertical

More information

A beam reduction method for wing aeroelastic design optimisation with detailed stress constraints

A beam reduction method for wing aeroelastic design optimisation with detailed stress constraints A beam reduction method for wing aeroelastic design optimisation with detailed stress constraints O. Stodieck, J. E. Cooper, S. A. Neild, M. H. Lowenberg University of Bristol N.L. Iorga Airbus Operations

More information

Research Article Numerical Study of Flutter of a Two-Dimensional Aeroelastic System

Research Article Numerical Study of Flutter of a Two-Dimensional Aeroelastic System ISRN Mechanical Volume 213, Article ID 127123, 4 pages http://dx.doi.org/1.1155/213/127123 Research Article Numerical Study of Flutter of a Two-Dimensional Aeroelastic System Riccy Kurniawan Department

More information

Coupled Mode Flutter for Advanced Turbofans. Stephen Thomas Clark. Department of Mechanical Engineering Duke University. Date: March 19, 2010

Coupled Mode Flutter for Advanced Turbofans. Stephen Thomas Clark. Department of Mechanical Engineering Duke University. Date: March 19, 2010 Coupled Mode Flutter for Advanced Turbofans by Stephen Thomas Clark Department of Mechanical Engineering Duke University Date: March 19, 2010 Approved: Dr. Robert E. Kielb, Supervisor Dr. Earl H. Dowell

More information

Torsion of Solid Sections. Introduction

Torsion of Solid Sections. Introduction Introduction Torque is a common load in aircraft structures In torsion of circular sections, shear strain is a linear function of radial distance Plane sections are assumed to rotate as rigid bodies These

More information

Engineering Mechanics Prof. U. S. Dixit Department of Mechanical Engineering Indian Institute of Technology, Guwahati Introduction to vibration

Engineering Mechanics Prof. U. S. Dixit Department of Mechanical Engineering Indian Institute of Technology, Guwahati Introduction to vibration Engineering Mechanics Prof. U. S. Dixit Department of Mechanical Engineering Indian Institute of Technology, Guwahati Introduction to vibration Module 15 Lecture 38 Vibration of Rigid Bodies Part-1 Today,

More information

Discontinuous Distributions in Mechanics of Materials

Discontinuous Distributions in Mechanics of Materials Discontinuous Distributions in Mechanics of Materials J.E. Akin, Rice University 1. Introduction The study of the mechanics of materials continues to change slowly. The student needs to learn about software

More information

ME345 Modeling and Simulation, Spring 2018 Case Study 3 Assigned: Friday April 20

ME345 Modeling and Simulation, Spring 2018 Case Study 3 Assigned: Friday April 20 ME345 Modeling and Simulation, Spring 2018 Case Study 3 Assigned: Friday April 20 Due Date 1 (for email confirmation of final grade): Thursday May 10 (11:59 pm) Due Date 2 (absolute latest possible submission):

More information

AN INTRODUCTION TO AIRCRAFT WING FLUTTER Revision A

AN INTRODUCTION TO AIRCRAFT WING FLUTTER Revision A AN INTRODUCTION TO AIRCRAFT WIN FLUTTER Revision A By Tom Irvine Email: tomirvine@aol.com January 8, 000 Introuction Certain aircraft wings have experience violent oscillations uring high spee flight.

More information

Aeroelastic Gust Response

Aeroelastic Gust Response Aeroelastic Gust Response Civil Transport Aircraft - xxx Presented By: Fausto Gill Di Vincenzo 04-06-2012 What is Aeroelasticity? Aeroelasticity studies the effect of aerodynamic loads on flexible structures,

More information

Virtual Aeroelastic Flight Testing for the F-16 Fighter with Stores

Virtual Aeroelastic Flight Testing for the F-16 Fighter with Stores Virtual Aeroelastic Flight Testing for the F-16 Fighter with Stores Jeffrey P. Thomas, Earl H. Dowell, and Kenneth C. Hall Duke University, Durham, NC 27708 0300 and Charles M. Denegri Jr. U.S. Air Force

More information

Advanced Structural Analysis Prof. Devdas Menon Department of Civil Engineering Indian Institute of Technology, Madras

Advanced Structural Analysis Prof. Devdas Menon Department of Civil Engineering Indian Institute of Technology, Madras Advanced Structural Analysis Prof. Devdas Menon Department of Civil Engineering Indian Institute of Technology, Madras Module No. # 5.1 Lecture No. # 27 Matrix Analysis of Beams and Grids Good morning,

More information

Workshop 8. Lateral Buckling

Workshop 8. Lateral Buckling Workshop 8 Lateral Buckling cross section A transversely loaded member that is bent about its major axis may buckle sideways if its compression flange is not laterally supported. The reason buckling occurs

More information

14. *14.8 CASTIGLIANO S THEOREM

14. *14.8 CASTIGLIANO S THEOREM *14.8 CASTIGLIANO S THEOREM Consider a body of arbitrary shape subjected to a series of n forces P 1, P 2, P n. Since external work done by forces is equal to internal strain energy stored in body, by

More information

Experimental Lab. Principles of Superposition

Experimental Lab. Principles of Superposition Experimental Lab Principles of Superposition Objective: The objective of this lab is to demonstrate and validate the principle of superposition using both an experimental lab and theory. For this lab you

More information

on the figure. Someone has suggested that, in terms of the degrees of freedom x1 and M. Note that if you think the given 1.2

on the figure. Someone has suggested that, in terms of the degrees of freedom x1 and M. Note that if you think the given 1.2 1) A two-story building frame is shown below. The mass of the frame is assumed to be lumped at the floor levels and the floor slabs are considered rigid. The floor masses and the story stiffnesses are

More information

March 24, Chapter 4. Deflection and Stiffness. Dr. Mohammad Suliman Abuhaiba, PE

March 24, Chapter 4. Deflection and Stiffness. Dr. Mohammad Suliman Abuhaiba, PE Chapter 4 Deflection and Stiffness 1 2 Chapter Outline Spring Rates Tension, Compression, and Torsion Deflection Due to Bending Beam Deflection Methods Beam Deflections by Superposition Strain Energy Castigliano

More information

Codal Provisions IS 1893 (Part 1) 2002

Codal Provisions IS 1893 (Part 1) 2002 Abstract Codal Provisions IS 1893 (Part 1) 00 Paresh V. Patel Assistant Professor, Civil Engineering Department, Nirma Institute of Technology, Ahmedabad 38481 In this article codal provisions of IS 1893

More information

AA 242B/ ME 242B: Mechanical Vibrations (Spring 2016)

AA 242B/ ME 242B: Mechanical Vibrations (Spring 2016) AA 242B/ ME 242B: Mechanical Vibrations (Spring 2016) Homework #2 Due April 17, 2016 This homework focuses on developing a simplified analytical model of the longitudinal dynamics of an aircraft during

More information

Aero-Propulsive-Elastic Modeling Using OpenVSP

Aero-Propulsive-Elastic Modeling Using OpenVSP Aero-Propulsive-Elastic Modeling Using OpenVSP August 8, 213 Kevin W. Reynolds Intelligent Systems Division, Code TI NASA Ames Research Center Our Introduction To OpenVSP Overview! Motivation and Background!

More information

3 Relation between complete and natural degrees of freedom

3 Relation between complete and natural degrees of freedom Stiffness matrix for D tapered beams by ouie. Yaw, PhD, PE, SE Walla Walla University March 9, 9 Introduction This article presents information necessary for the construction of the stiffness matrix of

More information

Final Exam Solution Dynamics :45 12:15. Problem 1 Bateau

Final Exam Solution Dynamics :45 12:15. Problem 1 Bateau Final Exam Solution Dynamics 2 191157140 31-01-2013 8:45 12:15 Problem 1 Bateau Bateau is a trapeze act by Cirque du Soleil in which artists perform aerial maneuvers on a boat shaped structure. The boat

More information

EQUIVALENT SINGLE-DEGREE-OF-FREEDOM SYSTEM AND FREE VIBRATION

EQUIVALENT SINGLE-DEGREE-OF-FREEDOM SYSTEM AND FREE VIBRATION 1 EQUIVALENT SINGLE-DEGREE-OF-FREEDOM SYSTEM AND FREE VIBRATION The course on Mechanical Vibration is an important part of the Mechanical Engineering undergraduate curriculum. It is necessary for the development

More information

Part D: Frames and Plates

Part D: Frames and Plates Part D: Frames and Plates Plane Frames and Thin Plates A Beam with General Boundary Conditions The Stiffness Method Thin Plates Initial Imperfections The Ritz and Finite Element Approaches A Beam with

More information

DEPARTMENT OF MECHANICAL ENIGINEERING, UNIVERSITY OF ENGINEERING & TECHNOLOGY LAHORE (KSK CAMPUS).

DEPARTMENT OF MECHANICAL ENIGINEERING, UNIVERSITY OF ENGINEERING & TECHNOLOGY LAHORE (KSK CAMPUS). DEPARTMENT OF MECHANICAL ENIGINEERING, UNIVERSITY OF ENGINEERING & TECHNOLOGY LAHORE (KSK CAMPUS). Lab Director: Coordinating Staff: Mr. Muhammad Farooq (Lecturer) Mr. Liaquat Qureshi (Lab Supervisor)

More information

4-7. Elementary aeroelasticity

4-7. Elementary aeroelasticity a Aeroelasticity Dynamic... Dynamic Static stability... Static 4-7 Istability Load Divergence Control Flutter Buffeting Dynamic distribution reversal response Elementary aeroelasticity Aircraft structures,

More information

Structural Dynamics Lecture 4. Outline of Lecture 4. Multi-Degree-of-Freedom Systems. Formulation of Equations of Motions. Undamped Eigenvibrations.

Structural Dynamics Lecture 4. Outline of Lecture 4. Multi-Degree-of-Freedom Systems. Formulation of Equations of Motions. Undamped Eigenvibrations. Outline of Multi-Degree-of-Freedom Systems Formulation of Equations of Motions. Newton s 2 nd Law Applied to Free Masses. D Alembert s Principle. Basic Equations of Motion for Forced Vibrations of Linear

More information

2. (a) Explain different types of wing structures. (b) Explain the advantages and disadvantages of different materials used for aircraft

2. (a) Explain different types of wing structures. (b) Explain the advantages and disadvantages of different materials used for aircraft Code No: 07A62102 R07 Set No. 2 III B.Tech II Semester Regular/Supplementary Examinations,May 2010 Aerospace Vehicle Structures -II Aeronautical Engineering Time: 3 hours Max Marks: 80 Answer any FIVE

More information

CHAPTER -6- BENDING Part -1-

CHAPTER -6- BENDING Part -1- Ishik University / Sulaimani Civil Engineering Department Mechanics of Materials CE 211 CHAPTER -6- BENDING Part -1-1 CHAPTER -6- Bending Outlines of this chapter: 6.1. Chapter Objectives 6.2. Shear and

More information

Chapter 5 Structural Elements: The truss & beam elements

Chapter 5 Structural Elements: The truss & beam elements Institute of Structural Engineering Page 1 Chapter 5 Structural Elements: The truss & beam elements Institute of Structural Engineering Page 2 Chapter Goals Learn how to formulate the Finite Element Equations

More information

Airframe Structural Modeling and Design Optimization

Airframe Structural Modeling and Design Optimization Airframe Structural Modeling and Design Optimization Ramana V. Grandhi Distinguished Professor Department of Mechanical and Materials Engineering Wright State University VIM/ITRI Relevance Computational

More information

Integral Method for Static, Dynamic, Stability and Aeroelastic Analysis of Beam-like Structure Configurations

Integral Method for Static, Dynamic, Stability and Aeroelastic Analysis of Beam-like Structure Configurations Integral Method for Static, Dynamic, Stability and Aeroelastic Analysis of Beam-like Structure Configurations Viorel ANGHEL* *Corresponding author POLITEHNICA University of Bucharest, Strength of Materials

More information

M.S Comprehensive Examination Analysis

M.S Comprehensive Examination Analysis UNIVERSITY OF CALIFORNIA, BERKELEY Spring Semester 2014 Dept. of Civil and Environmental Engineering Structural Engineering, Mechanics and Materials Name:......................................... M.S Comprehensive

More information

COMPUTATION OF CASCADE FLUTTER WITH A COUPLED AERODYNAMIC AND STRUCTURAL MODEL

COMPUTATION OF CASCADE FLUTTER WITH A COUPLED AERODYNAMIC AND STRUCTURAL MODEL COMPUTATION OF CASCADE FLUTTER WITH A COUPLED AERODYNAMIC AND STRUCTURAL MODEL M. SADEGHI AND F. LIU Department of Mechanical and Aerospace Engineering University of California, Irvine, CA 92697-3975,

More information

Assumptions: beam is initially straight, is elastically deformed by the loads, such that the slope and deflection of the elastic curve are

Assumptions: beam is initially straight, is elastically deformed by the loads, such that the slope and deflection of the elastic curve are *12.4 SLOPE & DISPLACEMENT BY THE MOMENT-AREA METHOD Assumptions: beam is initially straight, is elastically deformed by the loads, such that the slope and deflection of the elastic curve are very small,

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Why do we have to make the assumption that plane sections plane? How about bars with non-axis symmetric cross section? The formulae derived look very similar to beam and axial

More information

Deflection of Flexural Members - Macaulay s Method 3rd Year Structural Engineering

Deflection of Flexural Members - Macaulay s Method 3rd Year Structural Engineering Deflection of Flexural Members - Macaulay s Method 3rd Year Structural Engineering 009/10 Dr. Colin Caprani 1 Contents 1. Introduction... 4 1.1 General... 4 1. Background... 5 1.3 Discontinuity Functions...

More information

Aeroelastic Tailoring of Composite Box Beams

Aeroelastic Tailoring of Composite Box Beams Aeroelastic Tailoring of Composite Box Beams Mayuresh. Patil Georgia Institute of Technology, Atlanta, Georgia Abstract Aeroelastic instabilities are an important factor in the design of modern high-speed,

More information

SECTION A. Question 1

SECTION A. Question 1 SECTION A Question 1 (a) In the usua notation derive the governing differentia equation of motion in free vibration for the singe degree of freedom system shown in Figure Q1(a) by using Newton's second

More information

Lecture Slides. Chapter 4. Deflection and Stiffness. The McGraw-Hill Companies 2012

Lecture Slides. Chapter 4. Deflection and Stiffness. The McGraw-Hill Companies 2012 Lecture Slides Chapter 4 Deflection and Stiffness The McGraw-Hill Companies 2012 Chapter Outline Force vs Deflection Elasticity property of a material that enables it to regain its original configuration

More information

Advanced Structural Analysis Prof. Devdas Menon Department of Civil Engineering Indian Institute of Technology, Madras

Advanced Structural Analysis Prof. Devdas Menon Department of Civil Engineering Indian Institute of Technology, Madras Advanced Structural Analysis Prof. Devdas Menon Department of Civil Engineering Indian Institute of Technology, Madras Module No. # 6.1 Lecture No. # 33 Matrix Analysis of Plane and Space Frames Good morning.

More information

13.4 to "wutter' Substituting these values in Eq. (13.57) we obtain

13.4 to wutter' Substituting these values in Eq. (13.57) we obtain 568 Elementary aeroelasticity where the origin for z is taken at the built-in end and a is a constant term which includes the tip load and the flexural rigidity of the beam. From Eq. (i) d2 V V(L) = 2aL3

More information

SAULT COLLEGE OF APPLIED ARTS & TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE STRENGTH OF MATERIALS MECHANICAL TECHNOLOGY

SAULT COLLEGE OF APPLIED ARTS & TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE STRENGTH OF MATERIALS MECHANICAL TECHNOLOGY (/.- SAULT COLLEGE OF APPLIED ARTS & TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE Course Title: Code No.: Program: Semester: Date: Author: STRENGTH OF MATERIALS MCH 202 MECHANICAL TECHNOLOGY THREE

More information

Energy Considerations

Energy Considerations Physics 42200 Waves & Oscillations Lecture 4 French, Chapter 3 Spring 2016 Semester Matthew Jones Energy Considerations The force in Hooke s law is = Potential energy can be used to describe conservative

More information

Section 6: PRISMATIC BEAMS. Beam Theory

Section 6: PRISMATIC BEAMS. Beam Theory Beam Theory There are two types of beam theory aailable to craft beam element formulations from. They are Bernoulli-Euler beam theory Timoshenko beam theory One learns the details of Bernoulli-Euler beam

More information

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Module - 01 Lecture - 13

Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras. Module - 01 Lecture - 13 Finite Element Analysis Prof. Dr. B. N. Rao Department of Civil Engineering Indian Institute of Technology, Madras (Refer Slide Time: 00:25) Module - 01 Lecture - 13 In the last class, we have seen how

More information

Exam 05: Chapters 10 and 11

Exam 05: Chapters 10 and 11 Name: Exam 05: Chapters 10 and 11 Select and solve five of the following problems to the best of your ability. You must choose two problem from each column, and a final problem at your own discretion.

More information

Mechanics PhD Preliminary Spring 2017

Mechanics PhD Preliminary Spring 2017 Mechanics PhD Preliminary Spring 2017 1. (10 points) Consider a body Ω that is assembled by gluing together two separate bodies along a flat interface. The normal vector to the interface is given by n

More information

Consider an elastic spring as shown in the Fig.2.4. When the spring is slowly

Consider an elastic spring as shown in the Fig.2.4. When the spring is slowly .3 Strain Energy Consider an elastic spring as shown in the Fig..4. When the spring is slowly pulled, it deflects by a small amount u 1. When the load is removed from the spring, it goes back to the original

More information

Cardan s Coupling Shaft as a Dynamic Evolutionary System

Cardan s Coupling Shaft as a Dynamic Evolutionary System American Journal of Modern Physics and Application 2017; 4(2): 6-11 http://www.openscienceonline.com/journal/ajmpa Cardan s Coupling Shaft as a Dynamic Evolutionary System Petr Hrubý 1, Zdeněk Hlaváč 2,

More information

Ph.D. Preliminary Examination Analysis

Ph.D. Preliminary Examination Analysis UNIVERSITY OF CALIFORNIA, BERKELEY Spring Semester 2014 Dept. of Civil and Environmental Engineering Structural Engineering, Mechanics and Materials Name:......................................... Ph.D.

More information

Unit 15 Shearing and Torsion (and Bending) of Shell Beams

Unit 15 Shearing and Torsion (and Bending) of Shell Beams Unit 15 Shearing and Torsion (and Bending) of Shell Beams Readings: Rivello Ch. 9, section 8.7 (again), section 7.6 T & G 126, 127 Paul A. Lagace, Ph.D. Professor of Aeronautics & Astronautics and Engineering

More information

Structural Analysis III Compatibility of Displacements & Principle of Superposition

Structural Analysis III Compatibility of Displacements & Principle of Superposition Structural Analysis III Compatibility of Displacements & Principle of Superposition 2007/8 Dr. Colin Caprani, Chartered Engineer 1 1. Introduction 1.1 Background In the case of 2-dimensional structures

More information

9.1 Introduction to bifurcation of equilibrium and structural

9.1 Introduction to bifurcation of equilibrium and structural Module 9 Stability and Buckling Readings: BC Ch 14 earning Objectives Understand the basic concept of structural instability and bifurcation of equilibrium. Derive the basic buckling load of beams subject

More information

Contribution of Airplane design parameters on Roll Coupling اي داءالبارامترات التصميميه للطائره على ازدواج الحركي

Contribution of Airplane design parameters on Roll Coupling اي داءالبارامترات التصميميه للطائره على ازدواج الحركي International Journal of Mechanical & Mechatronics Engineering IJMME-IJENS Vol:13 No:06 7 Contribution of Airplane design parameters on Roll Coupling اي داءالبارامترات التصميميه للطائره على ازدواج الحركي

More information

Introduction to Continuous Systems. Continuous Systems. Strings, Torsional Rods and Beams.

Introduction to Continuous Systems. Continuous Systems. Strings, Torsional Rods and Beams. Outline of Continuous Systems. Introduction to Continuous Systems. Continuous Systems. Strings, Torsional Rods and Beams. Vibrations of Flexible Strings. Torsional Vibration of Rods. Bernoulli-Euler Beams.

More information

Chapter 12 Elastic Stability of Columns

Chapter 12 Elastic Stability of Columns Chapter 12 Elastic Stability of Columns Axial compressive loads can cause a sudden lateral deflection (Buckling) For columns made of elastic-perfectly plastic materials, P cr Depends primarily on E and

More information

Advanced Structural Analysis EGF Section Properties and Bending

Advanced Structural Analysis EGF Section Properties and Bending Advanced Structural Analysis EGF316 3. Section Properties and Bending 3.1 Loads in beams When we analyse beams, we need to consider various types of loads acting on them, for example, axial forces, shear

More information

to introduce the principles of stability and elastic buckling in relation to overall buckling, local buckling

to introduce the principles of stability and elastic buckling in relation to overall buckling, local buckling to introduce the principles of stability and elastic buckling in relation to overall buckling, local buckling In the case of elements subjected to compressive forces, secondary bending effects caused by,

More information

Sample Questions for the ME328 Machine Design Final Examination Closed notes, closed book, no calculator.

Sample Questions for the ME328 Machine Design Final Examination Closed notes, closed book, no calculator. Sample Questions for the ME328 Machine Design Final Examination Closed notes, closed book, no calculator. The following is from the first page of the examination. I recommend you read it before the exam.

More information

Nonlinear Aeroelasticity of a Very Flexible Blended-Wing-Body Aircraft

Nonlinear Aeroelasticity of a Very Flexible Blended-Wing-Body Aircraft JOURNAL O AIRCRA Vol. 7, No. 5, September October Nonlinear Aeroelasticity of a Very lexible lended-wing-ody Aircraft Weihua Su and Carlos E. S. Cesnik University of ichigan, Ann Arbor, ichigan 89- DOI:.5/.77

More information

Deflection of Flexural Members - Macaulay s Method 3rd Year Structural Engineering

Deflection of Flexural Members - Macaulay s Method 3rd Year Structural Engineering Deflection of Flexural Members - Macaulay s Method 3rd Year Structural Engineering 008/9 Dr. Colin Caprani 1 Contents 1. Introduction... 3 1.1 General... 3 1. Background... 4 1.3 Discontinuity Functions...

More information

Aeroelastic Stability of a 2D Airfoil Section equipped with a Trailing Edge Flap

Aeroelastic Stability of a 2D Airfoil Section equipped with a Trailing Edge Flap Downloaded from orbit.dtu.dk on: Apr 27, 2018 Aeroelastic Stability of a 2D Airfoil Section equipped with a Trailing Edge Flap Bergami, Leonardo Publication date: 2008 Document Version Publisher's PDF,

More information

D : SOLID MECHANICS. Q. 1 Q. 9 carry one mark each.

D : SOLID MECHANICS. Q. 1 Q. 9 carry one mark each. GTE 2016 Q. 1 Q. 9 carry one mark each. D : SOLID MECHNICS Q.1 single degree of freedom vibrating system has mass of 5 kg, stiffness of 500 N/m and damping coefficient of 100 N-s/m. To make the system

More information