Continuous Differentiation of Complex Systems Applied to a Hypersonic Vehicle

Size: px
Start display at page:

Download "Continuous Differentiation of Complex Systems Applied to a Hypersonic Vehicle"

Transcription

1 Continuous of Complex Systems Applied to a Vehicle AIAA Aircraft Flight Mechanics Conference Derek J. Dalle, Sean M. Torrez, James F. Driscoll University of Michigan, Ann Arbor, MI 4819 August 15, 212, AFM 212 1/26

2 Why dual-mode ram/scram again? It s that or a rocket! Competition Space access: rocket High-speed, long-range: rocket with glide High-speed loiter:? Maximum practical Mach number is about 12 Specific Impulse [s] 8, Theoretical maximum 7, Hydrogen fuel in air 6, 5, 4, Turbofan 3, Theoretical maximum 2, Turbofan with Hydrocarbon fuel in air afterburner Ramjet 1, Scramjet Rocket Mach Number For applications where we use lift, doubling the specific impulse is a big increase Wide range of applications Possibility of a large flight envelope, AFM 212 2/26

3 Integration of engine and vehicle dynamics Energy added Compression Expansion AIR (fast) Combustor Air-breathing engine Compressor work AIR + PRODUCTS (faster), AFM 212 3/26

4 Integration of engine and vehicle dynamics Energy added AIR (fast) Inlet compression Combustor Air-breathing engine Nozzle expansion AIR + PRODUCTS (faster), AFM 212 3/26

5 Vehicle used for MAX-1 z [m] y [m] 5 5 x [m], AFM 212 4/26

6 Michigan/AFRL Scramjet In Vehicle code z [m] z [m] x [m] 17 Inlet cowl solution x [m] Nozzle cowl solution Trimmed flight condition at Mach 8, q = 1 atm. Values are static temperature in Kelvins. Summary The Bad Installed thrust coefficient Collection of low-order methods Shock interactions, fuel-air mixing, finite-rate chemistry Equations of motion, trim, and linearization tools Mach number, AFM 212 5/26

7 Vehicle used with exact differentiation model z [m] y [m] x [m] , AFM 212 6/26

8 Model used with exact differentiation Simple, longitudinal vehicle model External surfaces Inlet shock 1 Newtonian aerodynamics Two elevators and a rudder height of captured flow height of spilled flow shock 2 shock 3 shock 4 Sequence of oblique shocks with isentropic correction for mass spillage Combustor inlet isolator constant-area combustor diverging θ (divergence) Constant-area heat addition plus diffuser. Scram-mode only! Nozzle Exhaust expands perfectly to atmospheric pressure. (Chavez/Schmidt model) nozzle... and derivatives calculated exactly, AFM 212 7/26

9 Finite differences Easy, but with issues Suppose you have some function f (x), and it s really complicated. You want its derivative. Easy! f (x) = Or other versions... f (x) = f (x + h) f (x) +O(h) h f (x + h) f (x h) +O(h 2 ) 2h f (x) exact derivative forward difference central difference x The main thing about this method is that it requires no special planning, and it will always provide an answer., AFM 212 8/26

10 Finite differences Easy, but with issues Suppose you have some function f (x), and it s really complicated. You want its derivative. Easy! f (x) = Or other versions... f (x) = f (x + h) f (x) +O(h) h f (x + h) f (x h) +O(h 2 ) 2h f (x) forward difference exact derivative central difference x The main thing about this method is that it requires no special planning, and it will always provide an answer., AFM 212 8/26

11 Complex-step approximation Different set of issues, but possibly less Take a step in the imaginary direction. Here s the Taylor series. f (x + ih) = f (x) + ihf (x) h 2 f (x) +O(h 3 ), AFM 212 9/26

12 Complex-step approximation Different set of issues, but possibly less Take a step in the imaginary direction. Here s the Taylor series. f (x + ih) = f (x) + ihf (x) h 2 f (x) +O(h 3 ) Notice that the imaginary part contains the derivative and the real part contains the main function value. f (x) = 1 h Im [ f (x + ih)] +O(h2 ), AFM 212 9/26

13 Complex-step approximation Different set of issues, but possibly less Take a step in the imaginary direction. Here s the Taylor series. f (x + ih) = f (x) + ihf (x) h 2 f (x) +O(h 3 ) Notice that the imaginary part contains the derivative and the real part contains the main function value. f (x) = 1 h Im [ f (x + ih)] +O(h2 ) Also, the function value can be retrieved. f (x) = Re [ f (x + ih)] +O(h 2 ), AFM 212 9/26

14 Complex-step approximation Different set of issues, but possibly less Take a step in the imaginary direction. Here s the Taylor series. f (x + ih) = f (x) + ihf (x) h 2 f (x) +O(h 3 ) Notice that the imaginary part contains the derivative and the real part contains the main function value. f (x) = 1 h Im [ f (x + ih)] +O(h2 ) Also, the function value can be retrieved. f (x) = Re [ f (x + ih)] +O(h 2 ) Since there is no subtraction, an extremely small step can be used. An example is h = ε 2 x where ε is machine precision., AFM 212 9/26

15 Complex-step approximation Pros and cons Advantages Accurate to machine precision in most cases Simple to implement because most languages have complex numbers available No worry about step size Disadvantages Does not apply to complex-valued functions Can fail for iterative problems Less efficient (especially since it requires overloading a few built-in functions) Requires meticulously getting rid of real part and imaginary part functions within the program, AFM 212 1/26

16 derivatives The DIY method! Sometimes it s practical to calculate the derivative directly. There are lots of obvious things to say about this. Example: Atmosphere model and Mach number Mach number is a useful state, but its derivative depends on the temperature. Ṁ = d ( ) V = V dt a a Vȧ a 2 Ṁ M = V V 1 2 Ṫ T = V V 1 ḣ 2 T Using it requires knowing the derivative of the temperature with respect to altitude. dt dh So there are certain cases where this can actually be appropriate. Combining it with other techniques gives the second derivative., AFM /26

17 Dedicated syntax The complicated DIY method Use a built-in object like a struct to store the value and the derivative (or Jacobian). Then create some functions for applying the chain rule. Example: struct of Jacobians (MATLAB) % First variable: x (value of 4) x = 4; J.x = [1, ]; % Second variable: y (value of -1) y = -1; J.y = [, 1]; % Now calculate a function. A = sin(x) + y^2; % Use the chain rule. J = chain_rule(j, 'x', cos(x), 'y', 2*y); Obviously this is a lot of work. The advantage is that all derivatives of intermediate values are stored., AFM /26

18 Quantification of errors from finite differences of net acceleration u α = m s 2 rad Normalized error α [rad] u M = 1.44 m/s 2 (design) Normalized error M (design) Reference value: u =.2163 m/s 2, AFM /26

19 Quantification of errors from finite differences of post-combustion temperature T 5 α Normalized error = 174 rad/k α [rad] T 5 η (combustion) = 2699 K Normalized error η (combustion) Reference value: T 5 = 2851 K, AFM /26

20 Create a special class Amazing but slow Using this technique, new variables are declared with both a value and a derivative Variables without a derivative are assumed to be constant Overload every numerical function with a new version to handle the derivatives First derivatives are then calculated automatically... without any changes to the original code >> x = dvar(3, 2); >> y = -1; >> f 3*x.^2 + x./y; >> z = f(x,y) z = value: 24 derivative: 34, AFM /26

21 Special class for derivatives An example of the extra work It s not so bad because someone else does the work for you. Example: overwriting sin.m in MATLAB function Y = sin(x) % First calculate the value. x = sin(x.x); % Now calculate the derivative using the chain rule. d = cos(x.x).* X.d; % Output Y = dvar(x, d); Advantages Almost no work for end user Can pick any basis variable whenever Works for many functions Disadvantages Very slow for interpreted languages Requires some learning, AFM /26

22 Linearized Flight Dynamics Analysis Analysis Use a single trajectory to compare the models Short-period and Dutch-roll modes along the trajectory Comparing trends more than values Design Sensitivity What happens to modes with more/less ballast mass? Moving center of mass effective way to affect stability Single flight condition Altitude, h [km] q = 5 kpa q = 75 kpa q = 1 atm q = 15 kpa Mach number, M q = 125 kpa q = 2 kpa Altitude versus Mach number for trajectories with constant dynamic pressure Constant acceleration, V = 2 m/s 2 Constant dynamic pressure, q = 1 atm, AFM /26

23 Short-period mode Imaginary Part [1/s] 4 M = 7 2 M = 11 2 M = 11 4 M = Real Part [1/s] Short-period poles of model Imaginary part [1/s] M = 7 2 M = M = 11 2 M = Real part [1/s] Short-period poles of simplified model Constant-acceleration ascent trajectory from Mach 7 to Mach 11 Constant dynamic pressure of 1 atmosphere Constant acceleration of 2 m/s 2 Short-period mode involves pitch and pitch rate, AFM /26

24 Dutch roll mode 5 M = 7 5 M = 7 M = 11 Imaginary Part [1/s] M = 11 M = 11 Imaginary part [1/s] M = Real Part [1/s] Dutch-roll poles of model M = 11 M = Real part [1/s] Dutch-roll poles of simplified model Constant-acceleration ascent trajectory from Mach 7 to Mach 11 Constant dynamic pressure of 1 atmosphere Constant acceleration of 2 m/s 2 Dutch roll mode involves sideslip, yaw rate, and roll, AFM /26

25 Ballast and the Dutch-roll mode Ballast mass Ballast mass added at center of leading edge The parameter λ b is the ballast mass divided by original mass Moving center of gravity forward tends to stabilize any vehicle Dutch-roll mode A certain ballast makes the vehicle stable The largest ballast below this point is the most unstable Adding more ballast from there decreases stability margin Ballast affects the trim condition, which can destabilize Imaginary part [1/s] λ b =.145 λ b =.1425 λ b =.24 λ b = λ b =.24 λ b = λ b = Real part [1/s] Dutch-roll poles with increasing ballast mass placed at nose of vehicle, AFM 212 2/26

26 Short-period mode and ballast mass Imaginary part [1/s] λ b = λ b =.16 λ b =.24 λ b =.1575 λ b = λ b = Real part [1/s] Movement of short-period poles with increasing ballast mass Imaginary part [1/s] λ b =.24 λ b =.16 λ b = Real part [1/s] Zoomed in on stable modes Amount of ballast is placed at nose of vehicle Ballast mass adds to mass of vehicle The parameter λ b is the ballast mass divided by original mass, AFM /26

27 Short-period mode and ballast mass How does this compare to? 5 M = 5 Δx cg =.5 ( ) 5 M = 5 f fuel =.6 ( ) Imaginary part [1/s] M = 12 M = 9.2 Δx cg = ( ) Δx cg =.25 ( ) Imaginary part [1/s] f fuel =.5 ( ) M = 12 M = Real part [1/s] Shift in cg with fixed mass M = Real part [1/s] Mass increase with fixed cg Adding mass destabilizes even without moving the cg Changes in angle of attack are the reason Takes a lot of ballast to move the cg This trajectory includes ram-to-scram transition, AFM /26

28 Trim variables and design perturbations from a future paper.8 f fuel =.6 Angle of attack, α α range = MAX-1 M design = 8 Δx cg = r p = Mach number, M, AFM /26

29 Trim variables and design perturbations from a future paper Fuel mass flow rate, m f [kg/s] MAX-1 f fuel =.6 Δx cg = r p = 75 M design = 8 α range = Mach number, M, AFM /26

30 Trim variables and design perturbations from a future paper Elevator deflection angle, δ CE MAX-1 f fuel =.6 Δx cg = r p = 75 M design = 8 α range = Mach number, M, AFM /26

31 Linearized Flight Dynamics Trends match for two models Exception is the period of the Dutch-roll mode Exact differentiation is possible even for very complicated models I probably wasted a lot of time on this Having a huge set of sensitivities (especially to design variables) is quite helpful during early design Ballast mass has huge effect Ballast lower than the amount needed to stabilize the vehicle actually decreases the time to double, AFM /26

Turn Performance of an Air-Breathing Hypersonic Vehicle

Turn Performance of an Air-Breathing Hypersonic Vehicle Turn Performance of an Air-Breathing Hypersonic Vehicle AIAA Aircraft Flight Mechanics Conference Derek J. Dalle, Sean M. Torrez, James F. Driscoll University of Michigan, Ann Arbor, MI 4809 August 8,

More information

J. F. Driscoll. University of Michigan

J. F. Driscoll. University of Michigan J. F. Driscoll University of Michigan Sean Torrez, Derek Dalle, Matt Fotia (NASA) AFRL collaborators: Mike Bolender, David Doman, Mike Oppenheimer Control of flight dynamics Pitching moment (M) in vehicle

More information

Flight Mechanics of Ram-Scram Transition

Flight Mechanics of Ram-Scram Transition Flight Mechanics of Ram-Scram Transition Derek J. Dalle and James F. Driscoll University of Michigan, Ann Arbor, MI 48109 Among known air-breathing propulsion systems, the system that can be operated over

More information

AEROSPACE ENGINEERING

AEROSPACE ENGINEERING AEROSPACE ENGINEERING Subject Code: AE Course Structure Sections/Units Topics Section A Engineering Mathematics Topics (Core) 1 Linear Algebra 2 Calculus 3 Differential Equations 1 Fourier Series Topics

More information

Effect Of Inlet Performance And Starting Mach Number On The Design Of A Scramjet Engine

Effect Of Inlet Performance And Starting Mach Number On The Design Of A Scramjet Engine Effect Of Inlet Performance And Starting Mach Number On The Design Of A Scramjet Engine P. Karthikeyan 1, B. Prakash 3 2, S. R. Balakrishnan 3 PG scholar 1, Professor 2, Director/H.O.D 3 1,2,3 Department

More information

Interactions between Flight Dynamics and Propulsion Systems of Air-Breathing Hypersonic Vehicles

Interactions between Flight Dynamics and Propulsion Systems of Air-Breathing Hypersonic Vehicles Interactions between Flight Dynamics and Propulsion Systems of Air-Breathing Hypersonic Vehicles by Derek J. Dalle A dissertation submitted in partial fulfillment of the requirements for the degree of

More information

Section 4.1: Introduction to Jet Propulsion. MAE Propulsion Systems II

Section 4.1: Introduction to Jet Propulsion. MAE Propulsion Systems II Section 4.1: Introduction to Jet Propulsion Jet Propulsion Basics Squeeze Bang Blow Suck Credit: USAF Test Pilot School 2 Basic Types of Jet Engines Ramjet High Speed, Supersonic Propulsion, Passive Compression/Expansion

More information

Contents. Preface... xvii

Contents. Preface... xvii Contents Preface... xvii CHAPTER 1 Idealized Flow Machines...1 1.1 Conservation Equations... 1 1.1.1 Conservation of mass... 2 1.1.2 Conservation of momentum... 3 1.1.3 Conservation of energy... 3 1.2

More information

CONTENTS Real chemistry e ects Scramjet operating envelope Problems

CONTENTS Real chemistry e ects Scramjet operating envelope Problems Contents 1 Propulsion Thermodynamics 1-1 1.1 Introduction.................................... 1-1 1.2 Thermodynamic cycles.............................. 1-8 1.2.1 The Carnot cycle.............................

More information

I. Introduction. external compression. supersonic flow. II. Design Criteria

I. Introduction. external compression. supersonic flow. II. Design Criteria Design Optimization of High Speed Inlets Doyle D Knight Dept of Mechanical and Aerospace Engineering Rutgers - The State University of New Jersey New Brunswick, NJ 08903 knight@soemailrutgersedu I Introduction

More information

PRINCIPLES OF FLIGHT

PRINCIPLES OF FLIGHT 1 Considering a positive cambered aerofoil, the pitching moment when Cl=0 is: A infinite B positive (nose-up). C negative (nose-down). D equal to zero. 2 The angle between the aeroplane longitudinal axis

More information

Unified Quiz: Thermodynamics

Unified Quiz: Thermodynamics Unified Quiz: Thermodynamics October 14, 2005 Calculators allowed. No books or notes allowed. A list of equations is provided. Put your ID number on each page of the exam. Read all questions carefully.

More information

Jet Aircraft Propulsion Prof. Bhaskar Roy Prof. A M Pradeep Department of Aerospace Engineering Indian Institute of Technology, Bombay

Jet Aircraft Propulsion Prof. Bhaskar Roy Prof. A M Pradeep Department of Aerospace Engineering Indian Institute of Technology, Bombay Jet Aircraft Propulsion Prof. Bhaskar Roy Prof. A M Pradeep Department of Aerospace Engineering Indian Institute of Technology, Bombay Lecture No. #03 Jet Engine Basic Performance Parameters We are talking

More information

AEROSPACE ENGINEERING DEPARTMENT. Second Year - Second Term ( ) Fluid Mechanics & Gas Dynamics

AEROSPACE ENGINEERING DEPARTMENT. Second Year - Second Term ( ) Fluid Mechanics & Gas Dynamics AEROSPACE ENGINEERING DEPARTMENT Second Year - Second Term (2008-2009) Fluid Mechanics & Gas Dynamics Similitude,Dimensional Analysis &Modeling (1) [7.2R*] Some common variables in fluid mechanics include:

More information

AME 436. Energy and Propulsion. Lecture 15 Propulsion 5: Hypersonic propulsion

AME 436. Energy and Propulsion. Lecture 15 Propulsion 5: Hypersonic propulsion AME 436 Energy and Propulsion Lecture 5 Propulsion 5: Hypersonic propulsion Outline!!!!!! Why hypersonic propulsion? What's different about it? Conventional ramjet heat addition at M

More information

The Role of Zero Dynamics in Aerospace Systems

The Role of Zero Dynamics in Aerospace Systems The Role of Zero Dynamics in Aerospace Systems A Case Study in Control of Hypersonic Vehicles Andrea Serrani Department of Electrical and Computer Engineering The Ohio State University Outline q Issues

More information

Jet Aircraft Propulsion Prof. Bhaskar Roy Prof A M Pradeep Department of Aerospace Engineering Indian Institute of Technology, Bombay

Jet Aircraft Propulsion Prof. Bhaskar Roy Prof A M Pradeep Department of Aerospace Engineering Indian Institute of Technology, Bombay Jet Aircraft Propulsion Prof. Bhaskar Roy Prof A M Pradeep Department of Aerospace Engineering Indian Institute of Technology, Bombay Module No. #01 Lecture No. # 07 Jet Engine Cycles For Aircraft propulsion

More information

Lecture with Numerical Examples of Ramjet, Pulsejet and Scramjet

Lecture with Numerical Examples of Ramjet, Pulsejet and Scramjet Lecture 41 1 Lecture with Numerical Examples of Ramjet, Pulsejet and Scramjet 2 Problem-1 Ramjet A ramjet is flying at Mach 1.818 at an altitude 16.750 km altitude (Pa = 9.122 kpa, Ta= - 56.5 0 C = 216.5

More information

DEVELOPMENT OF A ONE DIMENSIONAL ANALYSIS PROGRAM FOR SCRAMJET AND RAMJET FLOWPATHS

DEVELOPMENT OF A ONE DIMENSIONAL ANALYSIS PROGRAM FOR SCRAMJET AND RAMJET FLOWPATHS DEVELOPMENT OF A ONE DIMENSIONAL ANALYSIS PROGRAM FOR SCRAMJET AND RAMJET FLOWPATHS Kathleen Tran and Walter F. O'Brien, Jr Center for Turbomachinery and Propulsion Research Virginia Polytechnic Institute

More information

Jet Aircraft Propulsion Prof. Bhaskar Roy Prof. A.M. Pradeep Department of Aerospace Engineering

Jet Aircraft Propulsion Prof. Bhaskar Roy Prof. A.M. Pradeep Department of Aerospace Engineering Jet Aircraft Propulsion Prof. Bhaskar Roy Prof. A.M. Pradeep Department of Aerospace Engineering Indian Institute of Technology, IIT Bombay Module No. # 01 Lecture No. # 08 Cycle Components and Component

More information

Review of Fundamentals - Fluid Mechanics

Review of Fundamentals - Fluid Mechanics Review of Fundamentals - Fluid Mechanics Introduction Properties of Compressible Fluid Flow Basics of One-Dimensional Gas Dynamics Nozzle Operating Characteristics Characteristics of Shock Wave A gas turbine

More information

The Turbofan cycle. Chapter Turbofan thrust

The Turbofan cycle. Chapter Turbofan thrust Chapter 5 The Turbofan cycle 5. Turbofan thrust Figure 5. illustrates two generic turbofan engine designs. The upper figure shows a modern high bypass ratio engine designed for long distance cruise at

More information

Hypersonic Vehicle (HSV) Modeling

Hypersonic Vehicle (HSV) Modeling Hypersonic Vehicle (HSV) Modeling Carlos E. S. Cesnik Associate Professor of Aerospace Engineering University of Michigan, Ann Arbor HSV Concentration MA Kickoff Meeting Ann Arbor, 29 August 2007 Team

More information

Introduction to Flight Dynamics

Introduction to Flight Dynamics Chapter 1 Introduction to Flight Dynamics Flight dynamics deals principally with the response of aerospace vehicles to perturbations in their flight environments and to control inputs. In order to understand

More information

Multistage Rocket Performance Project Two

Multistage Rocket Performance Project Two 41 Multistage Rocket Performance Project Two Charles R. O Neill School of Mechanical and Aerospace Engineering Oklahoma State University Stillwater, OK 74078 Project Two in MAE 3293 Compressible Flow December

More information

Principles of Rocketry

Principles of Rocketry 1-1 Principles of Rocketry 1-2 Water Rockets BASIC CONCEPTS 1-3 What is a Rocket? A chamber enclosing a gas under pressure. A balloon is a simple example of a rocket. Rubber walls compress the air inside.

More information

DESIGN AND NUMERICAL ANALYSIS OF ASYMMETRIC NOZZLE OF SHCRAMJET ENGINE

DESIGN AND NUMERICAL ANALYSIS OF ASYMMETRIC NOZZLE OF SHCRAMJET ENGINE ISSN (O): 393-869 DESIGN AND NUMERICAL ANALYSIS OF ASYMMETRIC NOZZLE OF SHCRAMJET ENGINE Lokesh Silwal lokusilwal@gmail.com Sajan Sharma thesajansharma@gm ail.com Nitish Acharya nitishacharya1818@g mail.com

More information

Lecture #AC 3. Aircraft Lateral Dynamics. Spiral, Roll, and Dutch Roll Modes

Lecture #AC 3. Aircraft Lateral Dynamics. Spiral, Roll, and Dutch Roll Modes Lecture #AC 3 Aircraft Lateral Dynamics Spiral, Roll, and Dutch Roll Modes Copy right 2003 by Jon at h an H ow 1 Spring 2003 16.61 AC 3 2 Aircraft Lateral Dynamics Using a procedure similar to the longitudinal

More information

Overall Performance Design of Ramjet for Combined Engine

Overall Performance Design of Ramjet for Combined Engine 47th AIAA Aerospace Sciences Meeting Including The New Horizons Forum and Aerospace Exposition 5-8 January 2009, Orlando, Florida AIAA 2009-1426 Overall Performance Design of Ramjet for Combined Engine

More information

MONTANA STATE UNIVERSITY DEPARTMENT OF MECHANICAL ENGINEERING. EMEC 426 Thermodynamics of Propulsion Systems. Spring 2017

MONTANA STATE UNIVERSITY DEPARTMENT OF MECHANICAL ENGINEERING. EMEC 426 Thermodynamics of Propulsion Systems. Spring 2017 MONTANA STATE UNIVERSITY DEPARTMENT OF MECHANICAL ENGINEERING EMEC 426 Thermodynamics of Propulsion Systems Spring 2017 Instructor: Dr. Alan H. George Office: Roberts 119 Office Hours: to be announced

More information

Introduction to Flight

Introduction to Flight l_ Introduction to Flight Fifth Edition John D. Anderson, Jr. Curator for Aerodynamics, National Air and Space Museum Smithsonian Institution Professor Emeritus University of Maryland Me Graw Higher Education

More information

High Speed Propulsion

High Speed Propulsion High Speed Propulsion KTH Rocket Course 28 Ulf.Olsson.Thn @Telia.com What velocities? Isaac Newton: Law of gravity 1687 g = R g R 2 2 Perigee Apogee V = 2gR 112 m/s to leave earth. Hyperbolic velocity.

More information

FLIGHT DYNAMICS. Robert F. Stengel. Princeton University Press Princeton and Oxford

FLIGHT DYNAMICS. Robert F. Stengel. Princeton University Press Princeton and Oxford FLIGHT DYNAMICS Robert F. Stengel Princeton University Press Princeton and Oxford Preface XV Chapter One Introduction 1 1.1 ELEMENTS OF THE AIRPLANE 1 Airframe Components 1 Propulsion Systems 4 1.2 REPRESENTATIVE

More information

Mechanics of Flight. Warren F. Phillips. John Wiley & Sons, Inc. Professor Mechanical and Aerospace Engineering Utah State University WILEY

Mechanics of Flight. Warren F. Phillips. John Wiley & Sons, Inc. Professor Mechanical and Aerospace Engineering Utah State University WILEY Mechanics of Flight Warren F. Phillips Professor Mechanical and Aerospace Engineering Utah State University WILEY John Wiley & Sons, Inc. CONTENTS Preface Acknowledgments xi xiii 1. Overview of Aerodynamics

More information

ONE DIMENSIONAL ANALYSIS PROGRAM FOR SCRAMJET AND RAMJET FLOWPATHS

ONE DIMENSIONAL ANALYSIS PROGRAM FOR SCRAMJET AND RAMJET FLOWPATHS ONE DIMENSIONAL ANALYSIS PROGRAM FOR SCRAMJET AND RAMJET FLOWPATHS Kathleen Tran and Walter F. O'Brien, Jr Center for Turbomachinery and Propulsion Research Virginia Polytechnic Institute and State University

More information

Control- Oriented Model of a Hypersonic Vehicle (MASTRIM) - Containing an Integrated, Advanced Propulsion Sub- Model (MASIV)

Control- Oriented Model of a Hypersonic Vehicle (MASTRIM) - Containing an Integrated, Advanced Propulsion Sub- Model (MASIV) Control- Oriented Model of a Hypersonic Vehicle (MASTRIM) - Containing an Integrated, Advanced Propulsion Sub- Model (MASIV) Jim Driscoll, Sean Torrez, Derek Dalle University of Michigan, Michael Bolender,

More information

Computational Analysis of Scramjet Inlet

Computational Analysis of Scramjet Inlet ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Special Issue 3, March 2014 2014 IEEE International Conference

More information

Balance of Moments for Hypersonic Vehicles

Balance of Moments for Hypersonic Vehicles E s ^^L THE AMERICAN SOCIETY OF MECHANICAL ENGINEERS 345 E. 47 St., New York, N.Y. 1001 T The Society shall not be responsible for statements or opinions advanced in papers or in discussion at meetings

More information

MONTANA STATE UNIVERSITY DEPARTMENT OF MECHANICAL ENGINEERING. EMEC 426 Thermodynamics of Propulsion Systems. Spring 2018

MONTANA STATE UNIVERSITY DEPARTMENT OF MECHANICAL ENGINEERING. EMEC 426 Thermodynamics of Propulsion Systems. Spring 2018 MONTANA STATE UNIVERSITY DEPARTMENT OF MECHANICAL ENGINEERING EMEC 426 Thermodynamics of Propulsion Systems Spring 2018 Instructor: Dr. Alan H. George Office: Roberts 119 Office Hours: to be announced

More information

STUDY OF AN AIR-BREATHING ENGINE FOR HYPERSONIC FLIGHT

STUDY OF AN AIR-BREATHING ENGINE FOR HYPERSONIC FLIGHT STUDY OF AN AIR-BREATHING ENGINE FOR HYPERSONIC FLIGHT TECHNICAL REPORT Author: Marta Marimon Mateu Tutor: Josep Oriol Lizandra Dalmases September 2013 [This page is intentionally left blank] 2 Abstract

More information

Propulsion Thermodynamics

Propulsion Thermodynamics Chapter 1 Propulsion Thermodynamics 1.1 Introduction The Figure below shows a cross-section of a Pratt and Whitney JT9D-7 high bypass ratio turbofan engine. The engine is depicted without any inlet, nacelle

More information

AFRL MACCCS Review. Adaptive Control of the Generic Hypersonic Vehicle

AFRL MACCCS Review. Adaptive Control of the Generic Hypersonic Vehicle AFRL MACCCS Review of the Generic Hypersonic Vehicle PI: Active- Laboratory Department of Mechanical Engineering Massachusetts Institute of Technology September 19, 2012, MIT AACL 1/38 Our Team MIT Team

More information

Lecture1: Characteristics of Hypersonic Atmosphere

Lecture1: Characteristics of Hypersonic Atmosphere Module 1: Hypersonic Atmosphere Lecture1: Characteristics of Hypersonic Atmosphere 1.1 Introduction Hypersonic flight has special traits, some of which are seen in every hypersonic flight. Presence of

More information

Fundamentals of Airplane Flight Mechanics

Fundamentals of Airplane Flight Mechanics David G. Hull Fundamentals of Airplane Flight Mechanics With 125 Figures and 25 Tables y Springer Introduction to Airplane Flight Mechanics 1 1.1 Airframe Anatomy 2 1.2 Engine Anatomy 5 1.3 Equations of

More information

AME 436. Energy and Propulsion. Lecture 11 Propulsion 1: Thrust and aircraft range

AME 436. Energy and Propulsion. Lecture 11 Propulsion 1: Thrust and aircraft range AME 436 Energy and Propulsion Lecture 11 Propulsion 1: Thrust and aircraft range Outline!!!!! Why gas turbines? Computation of thrust Propulsive, thermal and overall efficiency Specific thrust, thrust

More information

Fundamentals of Gas Dynamics (NOC16 - ME05) Assignment - 10 : Solutions

Fundamentals of Gas Dynamics (NOC16 - ME05) Assignment - 10 : Solutions Fundamentals of Gas Dynamics (NOC16 - ME05) Assignment - 10 : Solutions Manjul Sharma & Aswathy Nair K. Department of Aerospace Engineering IIT Madras April 18, 016 (Note : The solutions discussed below

More information

Model Rocketry. The Science Behind the Fun

Model Rocketry. The Science Behind the Fun Model Rocketry The Science Behind the Fun Topics History of Rockets Sir Isaac Newton Laws of Motion Rocket Principles Flight of a Model Rocket Rocket Propulsion Forces at Work History Rockets and rocket

More information

ME 6139: High Speed Aerodynamics

ME 6139: High Speed Aerodynamics Dr. A.B.M. Toufique Hasan Professor Department of Mechanical Engineering, BUET Lecture-01 04 November 2017 teacher.buet.ac.bd/toufiquehasan/ toufiquehasan@me.buet.ac.bd 1 Aerodynamics is the study of dynamics

More information

A New Method for Computing Performance of Choked Reacting Flows and Ram-to-Scram Transition

A New Method for Computing Performance of Choked Reacting Flows and Ram-to-Scram Transition A New Method for Computing Performance of Choked Reacting Flows and Ram-to-Scram Transition Sean M. Torrez, Derek J. Dalle, James F. Driscoll University of Michigan, Ann Arbor, MI 4809 An improved method

More information

Aerothermoelastic Simulation of Air-Breathing Hypersonic Vehicles

Aerothermoelastic Simulation of Air-Breathing Hypersonic Vehicles AIAA SciTech Forum 13-17 January 2014, National Harbor, Maryland 55th AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics, and Materials Conference 10.2514/6.2014-0149 Aerothermoelastic Simulation of

More information

Gas Dynamics and Propulsion Dr. Babu Viswanathan Department of Mechanical Engineering Indian Institute of Technology - Madras. Lecture 01 Introduction

Gas Dynamics and Propulsion Dr. Babu Viswanathan Department of Mechanical Engineering Indian Institute of Technology - Madras. Lecture 01 Introduction Gas Dynamics and Propulsion Dr. Babu Viswanathan Department of Mechanical Engineering Indian Institute of Technology - Madras Lecture 01 Introduction Good morning. I will start our lecture today with brief

More information

April 15, 2011 Sample Quiz and Exam Questions D. A. Caughey Page 1 of 9

April 15, 2011 Sample Quiz and Exam Questions D. A. Caughey Page 1 of 9 April 15, 2011 Sample Quiz Exam Questions D. A. Caughey Page 1 of 9 These pages include virtually all Quiz, Midterm, Final Examination questions I have used in M&AE 5070 over the years. Note that some

More information

ME 440 Aerospace Engineering Fundamentals

ME 440 Aerospace Engineering Fundamentals Fall 00 ME 440 Aerospace Engineering Fundamentals Propulsion Examples Example: Compressor Turbine Determine the outlet temperature and pressure for a turbine whose purpose is to power the compressor described

More information

DESIGN OPTIMIZATION AND CFD ANALYSIS OF A SCRAMJET ENGINE WITH DIFFERENT MACH NUMBERS

DESIGN OPTIMIZATION AND CFD ANALYSIS OF A SCRAMJET ENGINE WITH DIFFERENT MACH NUMBERS INTERNATIONAL JOURNAL OF MERGING TECHNOLOGY AND ADVANCED RESEARCH IN COMPUTING IJMTARC VOLUME V ISSUE - 19 SEPT 2017 ISSN: 2320-1363 DESIGN OPTIMIZATION AND CFD ANALYSIS OF A SCRAMJET ENGINE WITH DIFFERENT

More information

Robustness Analysis of Hypersonic Vehicle Controllers

Robustness Analysis of Hypersonic Vehicle Controllers Robustness Analysis of Hypersonic Vehicle Controllers Colby McGinley A thesis submitted in partial fulfillment of the requirements for the degree of Master of Science in Aeronautics & Astronautics University

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

Missile Interceptor EXTROVERT ADVANCED CONCEPT EXPLORATION ADL P Ryan Donnan, Herman Ryals

Missile Interceptor EXTROVERT ADVANCED CONCEPT EXPLORATION ADL P Ryan Donnan, Herman Ryals EXTROVERT ADVANCED CONCEPT EXPLORATION ADL P- 2011121203 Ryan Donnan, Herman Ryals Georgia Institute of Technology School of Aerospace Engineering Missile Interceptor December 12, 2011 EXTROVERT ADVANCED

More information

Applied Thermodynamics - II

Applied Thermodynamics - II Gas Turbines Sudheer Siddapureddy sudheer@iitp.ac.in Department of Mechanical Engineering Jet Propulsion - Classification 1. A heated and compressed atmospheric air, mixed with products of combustion,

More information

/ m U) β - r dr/dt=(n β / C) β+ (N r /C) r [8+8] (c) Effective angle of attack. [4+6+6]

/ m U) β - r dr/dt=(n β / C) β+ (N r /C) r [8+8] (c) Effective angle of attack. [4+6+6] Code No: R05322101 Set No. 1 1. (a) Explain the following terms with examples i. Stability ii. Equilibrium. (b) Comment upon the requirements of stability of a i. Military fighter aircraft ii. Commercial

More information

Extended longitudinal stability theory at low Re - Application to sailplane models

Extended longitudinal stability theory at low Re - Application to sailplane models Extended longitudinal stability theory at low Re - Application to sailplane models matthieu.scherrer@free.fr November 26 C L C m C m W X α NP W X V NP W Lift coefficient Pitching moment coefficient Pitching

More information

A Scramjet Engine Model Including Effects of Precombustion Shocks and Dissociation

A Scramjet Engine Model Including Effects of Precombustion Shocks and Dissociation 44th AIAA/ASME/SAE/ASEE Joint Propulsion Conference & Exhibit 21-23 July 2008, Hartford, CT AIAA 2008-4619 A Scramjet Engine Model Including Effects of Precombustion Shocks and Dissociation Sean M. Torrez

More information

Q. 1 Q. 25 carry one mark each.

Q. 1 Q. 25 carry one mark each. GATE 015 Q. 1 Q. 5 carry one mark each. Q.1 The partial differential equation (A) linear and first order (C) non-linear and first order u u + = 0 is t x (B) linear and second order (D) non-linear and second

More information

DEPARTMENT OF AEROSPACE ENGINEERING, IIT MADRAS M.Tech. Curriculum

DEPARTMENT OF AEROSPACE ENGINEERING, IIT MADRAS M.Tech. Curriculum DEPARTMENT OF AEROSPACE ENGINEERING, IIT MADRAS M.Tech. Curriculum SEMESTER I AS5010 Engg. Aerodyn. & Flt. Mech. 3 0 0 3 AS5020 Elements of Gas Dyn. & Propln. 3 0 0 3 AS5030 Aircraft and Aerospace Structures

More information

Comparison of drag measurements of two axisymmetric scramjet models at Mach 6

Comparison of drag measurements of two axisymmetric scramjet models at Mach 6 16th Australasian Fluid Mechanics Conference Crown Plaza, Gold Coast, Australia 2-7 December 27 Comparison of drag measurements of two axisymmetric scramjet models at Mach 6 Katsuyoshi Tanimizu, D. J.

More information

Performance. 5. More Aerodynamic Considerations

Performance. 5. More Aerodynamic Considerations Performance 5. More Aerodynamic Considerations There is an alternative way of looking at aerodynamic flow problems that is useful for understanding certain phenomena. Rather than tracking a particle of

More information

ADVANCES in NATURAL and APPLIED SCIENCES

ADVANCES in NATURAL and APPLIED SCIENCES ADVANCES in NATURAL and APPLIED SCIENCES ISSN: 1995-0772 Published BY AENSI Publication EISSN: 1998-1090 http://www.aensiweb.com/anas 2016 Special 10(6): pages 79-88 Open Access Journal Effect of Variable

More information

CFD ANALYSIS OF A SCRAMJET ENGINE WITH DIFFERENT MACH NUMBERS

CFD ANALYSIS OF A SCRAMJET ENGINE WITH DIFFERENT MACH NUMBERS CFD ANALYSIS OF A SCRAMJET ENGINE WITH DIFFERENT S Dr. P. SRINIVASULU 1 Mr. P.RAJU 2 B.SHIVA KUMAR 3 1 Professor and head, 2 Assistant professor 3 M.Tech (Thermal Engineering) Student, Dept.of Mechanical

More information

Basic Ascent Performance Analyses

Basic Ascent Performance Analyses Basic Ascent Performance Analyses Ascent Mission Requirements Ideal Burnout Solution Constant & Average Gravity Models Gravity Loss Concept Effect of Drag on Ascent Performance Drag Profile Approximation

More information

Lecture AC-1. Aircraft Dynamics. Copy right 2003 by Jon at h an H ow

Lecture AC-1. Aircraft Dynamics. Copy right 2003 by Jon at h an H ow Lecture AC-1 Aircraft Dynamics Copy right 23 by Jon at h an H ow 1 Spring 23 16.61 AC 1 2 Aircraft Dynamics First note that it is possible to develop a very good approximation of a key motion of an aircraft

More information

LONGITUDINAL STABILITY AND TRIM OF AN ARIANE 5 FLY-BACK BOOSTER

LONGITUDINAL STABILITY AND TRIM OF AN ARIANE 5 FLY-BACK BOOSTER 12th AIAA International Space Planes and Hypersonic Systems and Technologies 1-19 December 23, Norfolk, Virginia AIAA 23-7 LONGITUDINAL STABILITY AND TRIM OF AN ARIANE FLY-BACK BOOSTER Th. Eggers DLR,

More information

DESIGN PROJECT REPORT: Longitudinal and lateral-directional stability augmentation of Boeing 747 for cruise flight condition.

DESIGN PROJECT REPORT: Longitudinal and lateral-directional stability augmentation of Boeing 747 for cruise flight condition. DESIGN PROJECT REPORT: Longitudinal and lateral-directional stability augmentation of Boeing 747 for cruise flight condition. Prepared By: Kushal Shah Advisor: Professor John Hodgkinson Graduate Advisor:

More information

Axisymmetric SCRamjet Engine Design and Performance Analysis

Axisymmetric SCRamjet Engine Design and Performance Analysis International Space Planes and Hypersonic Systems and Technologies Conferences 6-9 July 215, Glasgow, Scotland 2th AIAA International Space Planes and Hypersonic Systems and Technologies Conference AIAA

More information

Exercise 8 - Turbocompressors

Exercise 8 - Turbocompressors Exercise 8 - Turbocompressors A turbocompressor TC) or turbocharger is a mechanical device used in internal combustion engines to enhance their power output. The basic idea of a TC is to force additional

More information

Civil aeroengines for subsonic cruise have convergent nozzles (page 83):

Civil aeroengines for subsonic cruise have convergent nozzles (page 83): 120 Civil aeroengines for subsonic cruise have convergent nozzles (page 83): Choked convergent nozzle must be sonic at the exit A N. Consequently, the pressure (p 19 ) at the nozzle exit will be above

More information

Preliminary Design of a Turbofan Engine

Preliminary Design of a Turbofan Engine Preliminary Design of a Turbofan Engine MAE 112 Propulsion Justin Oyas ID#43026527 University of California, Irvine Henry Samueli School of Engineering Department of Mechanical and Aerospace Engineering

More information

Experimental Aircraft Parameter Estimation

Experimental Aircraft Parameter Estimation Experimental Aircraft Parameter Estimation AA241X May 14 2014 Stanford University Overview 1. System & Parameter Identification 2. Energy Performance Estimation Propulsion OFF Propulsion ON 3. Stability

More information

GAS DYNAMICS AND JET PROPULSION

GAS DYNAMICS AND JET PROPULSION GAS DYNAMICS AND JE PROPULSION 1. What is the basic difference between compressible and incompressible fluid flow? Compressible Incompressible 1. Fluid velocities are appreciable 1. Fluid velocities are

More information

Aim. Unit abstract. Learning outcomes. QCF level: 6 Credit value: 15

Aim. Unit abstract. Learning outcomes. QCF level: 6 Credit value: 15 Unit T23: Flight Dynamics Unit code: J/504/0132 QCF level: 6 Credit value: 15 Aim The aim of this unit is to develop learners understanding of aircraft flight dynamic principles by considering and analysing

More information

A SIMPLIFIED ANALYSIS OF NONLINEAR LONGITUDINAL DYNAMICS AND CONCEPTUAL CONTROL SYSTEM DESIGN

A SIMPLIFIED ANALYSIS OF NONLINEAR LONGITUDINAL DYNAMICS AND CONCEPTUAL CONTROL SYSTEM DESIGN A SIMPLIFIED ANALYSIS OF NONLINEAR LONGITUDINAL DYNAMICS AND CONCEPTUAL CONTROL SYSTEM DESIGN ROBBIE BUNGE 1. Introduction The longitudinal dynamics of fixed-wing aircraft are a case in which classical

More information

Gravity Turn Concept. Curvilinear Coordinate System Gravity Turn Manoeuvre concept Solutions for Constant Pitch Rate

Gravity Turn Concept. Curvilinear Coordinate System Gravity Turn Manoeuvre concept Solutions for Constant Pitch Rate Gravity Turn Concept Curvilinear Coordinate System Gravity Turn Manoeuvre concept Solutions for Constant Pitch Rate Inclined Motion Concept In reality, vertical motion is used only for a very small part

More information

Unified Propulsion Quiz May 7, 2004

Unified Propulsion Quiz May 7, 2004 Unified Propulsion Quiz May 7, 2004 Closed Book no notes other than the equation sheet provided with the exam Calculators allowed. Put your name on each page of the exam. Read all questions carefully.

More information

Chapter 4 The Equations of Motion

Chapter 4 The Equations of Motion Chapter 4 The Equations of Motion Flight Mechanics and Control AEM 4303 Bérénice Mettler University of Minnesota Feb. 20-27, 2013 (v. 2/26/13) Bérénice Mettler (University of Minnesota) Chapter 4 The Equations

More information

Rockets, Missiles, and Spacecrafts

Rockets, Missiles, and Spacecrafts 36 1 Rockets, Missiles, and Spacecrafts 2 Chinese used rockets in the 12 th century AD against the Mongol attacks. In India Tipu Sultan used rockets against the British army in the 18 th century. The modern

More information

An Overview on Dynamics and Controls Modelling of Hypersonic Vehicles

An Overview on Dynamics and Controls Modelling of Hypersonic Vehicles 2009 American Control Conference Hyatt Regency Riverfront, St. Louis, MO, USA June 10-12, 2009 ThA16.2 An Overview on Dynamics and Controls Modelling of Hypersonic Vehicles Michael A. Bolender Control

More information

CDS 101/110a: Lecture 8-1 Frequency Domain Design

CDS 101/110a: Lecture 8-1 Frequency Domain Design CDS 11/11a: Lecture 8-1 Frequency Domain Design Richard M. Murray 17 November 28 Goals: Describe canonical control design problem and standard performance measures Show how to use loop shaping to achieve

More information

Technology of Rocket

Technology of Rocket Technology of Rocket Parts of Rocket There are four major parts of rocket Structural system Propulsion system Guidance system Payload system Structural system The structural system of a rocket includes

More information

Aircraft stability and control Prof: A. K. Ghosh Dept of Aerospace Engineering Indian Institute of Technology Kanpur

Aircraft stability and control Prof: A. K. Ghosh Dept of Aerospace Engineering Indian Institute of Technology Kanpur Aircraft stability and control Prof: A. K. Ghosh Dept of Aerospace Engineering Indian Institute of Technology Kanpur Lecture- 05 Stability: Tail Contribution and Static Margin (Refer Slide Time: 00:15)

More information

An Analysis of the Mixing and Diffuse Burning Processes in the Afterburning Chamber of a Scramjet

An Analysis of the Mixing and Diffuse Burning Processes in the Afterburning Chamber of a Scramjet Proceedings of the 4th WSEAS International Conference on Fluid Mechanics and Aerodynamics Elounda Greece August -3 6 (pp9-4) An Analysis of the Mixing and Diffuse Burning Processes in the Afterburning

More information

Stability and Control Analysis in Twin-Boom Vertical Stabilizer Unmanned Aerial Vehicle (UAV)

Stability and Control Analysis in Twin-Boom Vertical Stabilizer Unmanned Aerial Vehicle (UAV) International Journal of Scientific and Research Publications, Volume 4, Issue 2, February 2014 1 Stability and Control Analysis in Twin-Boom Vertical Stabilizer Unmanned Aerial Vehicle UAV Lasantha Kurukularachchi*;

More information

The ramjet cycle. Chapter Ramjet flow field

The ramjet cycle. Chapter Ramjet flow field Chapter 3 The ramjet cycle 3. Ramjet flow field Before we begin to analyze the ramjet cycle we will consider an example that can help us understand how the flow through a ramjet comes about. The key to

More information

AFRL-VA-WP-TP

AFRL-VA-WP-TP AFRL-VA-WP-TP-2006-301 FLIGHT PATH ANGLE DYNAMICS OF AIR-BREATHING HYPERSONIC VEHICLES (PREPRINT) Michael A. Bolender David B. Doman DECEMBER 2005 Approved for public release; distribution is unlimited.

More information

Analysis and Design of a Scramjet Engine Inlet Operating from Mach 5 to Mach 10

Analysis and Design of a Scramjet Engine Inlet Operating from Mach 5 to Mach 10 International Journal of Mechanical Engineering and Applications 016; 4(1): 11-3 Published online February 16, 016 (http://www.sciencepublishinggroup.com/j/ijmea) doi: 10.11648/j.ijmea.0160401.1 ISSN:

More information

Control Design for a Non-Minimum Phase Hypersonic Vehicle Model

Control Design for a Non-Minimum Phase Hypersonic Vehicle Model Control Design for a Non-Minimum Phase Hypersonic Vehicle Model Thomas McKenna A thesis submitted in partial fulfillment of the requirements for the degree of Master of Science University of Washington

More information

AAE 251 Formulas. Standard Atmosphere. Compiled Fall 2016 by Nicholas D. Turo-Shields, student at Purdue University. Gradient Layer.

AAE 251 Formulas. Standard Atmosphere. Compiled Fall 2016 by Nicholas D. Turo-Shields, student at Purdue University. Gradient Layer. AAE 51 Formulas Compiled Fall 016 by Nicholas D. Turo-Shields, student at Purdue University Standard Atmosphere p 0 = 1.0135 10 5 Pascals ρ 0 = 1.5 kg m 3 R = 87 J kg K γ = 1.4 for air p = ρrt ; Equation

More information

UNIT 1 COMPRESSIBLE FLOW FUNDAMENTALS

UNIT 1 COMPRESSIBLE FLOW FUNDAMENTALS UNIT 1 COMPRESSIBLE FLOW FUNDAMENTALS 1) State the difference between compressible fluid and incompressible fluid? 2) Define stagnation pressure? 3) Express the stagnation enthalpy in terms of static enthalpy

More information

CHAPTER 1. Introduction

CHAPTER 1. Introduction CHAPTER 1 Introduction Linear geometric control theory was initiated in the beginning of the 1970 s, see for example, [1, 7]. A good summary of the subject is the book by Wonham [17]. The term geometric

More information

Flight Dynamics, Simulation, and Control

Flight Dynamics, Simulation, and Control Flight Dynamics, Simulation, and Control For Rigid and Flexible Aircraft Ranjan Vepa CRC Press Taylor & Francis Group Boca Raton London New York CRC Press is an imprint of the Taylor & Francis Group, an

More information

Modeling, Analysis, and Control of a Hypersonic Vehicle with. Significant Aero-Thermo-Elastic-Propulsion Interactions:

Modeling, Analysis, and Control of a Hypersonic Vehicle with. Significant Aero-Thermo-Elastic-Propulsion Interactions: Modeling, Analysis, and Control of a Hypersonic Vehicle with Significant Aero-Thermo-Elastic-Propulsion Interactions: Elastic, Thermal and Mass Uncertainty by Jaidev Khatri A Thesis Presented in Partial

More information

Ascent Phase Trajectory Optimization for a Hypersonic Vehicle Using Nonlinear Programming

Ascent Phase Trajectory Optimization for a Hypersonic Vehicle Using Nonlinear Programming Ascent Phase Trajectory Optimization for a Hypersonic Vehicle Using Nonlinear Programming H.M. Prasanna,D.Ghose, M.S. Bhat, C. Bhattacharyya, and J. Umakant 3 Department of Aerospace Engineering Department

More information

3. Write a detailed note on the following thrust vector control methods:

3. Write a detailed note on the following thrust vector control methods: Code No: R05322103 Set No. 1 1. Starting from the first principles and with the help of neatly drawn velocity triangles obtain the following relationship: Ψ = 2 Φ (tan β 2 + tan β 3 ) where Ψ is the blade

More information