An Integrated Framework for Innovative Compound Gyroplane Design System

Total Page:16

File Type:pdf, Size:1020Kb

An Integrated Framework for Innovative Compound Gyroplane Design System 28TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES AN INTEGRATED FRAMEWORK FOR INNOVATIVE COMPOUND GYROPLANE DESIGN SYSTEM Tun Lwin*, Ngoc Anh Vu*, Kim Jimin*, Jae-Woo Lee*, Sangho Kim*, Young Jae Lee** *Konkuk University, Seoul, Korea 143-701, **Hanwha Corporation R&D Center, Seoul Korea 138-740 [email protected];[email protected],[email protected],[email protected], [email protected] Keywords: Compound gyroplane design, Database, System Integration Abstract required such as sizing, performance, trim and flight mechanics. A compound gyroplane is an In this paper, the integration of compound aircraft which has an auto-rotational rotor and gyroplane designer system has been studied and fixed wing. Therefore, loads of rotor blades can developed. A comprehensive compound be reduced in high speed cruise flight, and the gyroplane designer system (CCGD) integrates thrust can be obtained by turbofan or turboprop the design program with CATIA configuration engines. For example, ‘Carter Copter’ is and X-Plane simulation program. The design developed from Carter Aviation Technologies related data are managed by the centralized Company in the US1. database management system. The database In author’s previous studies, the KHDP also controls integrity of data, integrity of (Korea Helicopter Design Program) was reference and security of data. To develop a implemented using a design analysis program graphical user interface (GUI), VB.Net and together with Graphical User Interface (GUI). Microsoft .Net 2008 classes are used. The KHDP uses FORTRAN programming language design analysis module considers sizing for design analysis and Visual Basic 6.0 for GUI program for analyzing configuration and weight implementation. That program gives a rough of aircraft, performance program for analyzing configuration result quickly which meets performance characteristics and trim program specified mission requirements. The power for determining the trim states for the helicopter required for hover and forward flight, helicopter over all flight conditions. In this design system, sizing and mission performance data were also Challis Heliplane UAV, Carter Copter and Jet computed by KHDP Program2. Gyrodyne air vehicles are subjected. The In this paper, a comprehensive compound system’s running processes are shown with use gyroplane designer system is proposed. This case and flow diagram. framework is constructed with various compound gyroplane analysis programs, 1 Introduction database management system, data linking between each different module, integration of analysis module with configuration generation A framework is a real or conceptual structure and flight simulation program. An integration of intended to serve as a support or guide for the various analysis codes, which are developed building of specified design task according to under FORTRAN Programming environment end user requirements. A framework consists of and a complex GUI (Graphic User Interface) are different functions and tasks which are combined for the system. A centralized database processing to get desire results. To achieve a has been designed such that all the design successful compound gyroplane design system; related data can be shared among various a number of different technical disciplines are analysis tools and configuration and simulation 1 Tun Lwin, Jae-Woo Lee, Sangho Kim processes. Moreover, data security and 2 Overall Comprehensive Compound consistency has also been considered in Gyroplane Designer System database management system. For the configuration generation, the parameterized The Figure 1 shows the proposed system that CATIA configuration has to be enabled in this integrates all of these elements must be developed to system. reduce design changes and trial. Fig. 1. Implementation of Comprehensive Compound Gyroplane Designer System Usage Scenarios Fig. 2 . Comprehensive Compound Gyroplane Designer System Modules 2 AN INTEGRATED FRAMEWORK FOR INNOVATIVE COMPOUND GYROPLANE DESIGN SYSTEM The system consists of four main modules, secure data management for high-end design analysis, geometry configuration, applications such as high- volume on-line database management design system and flight transaction processing environments, query- simulation analysis those are shown in figure 2. intensive data warehouses. The Oracle 9i server All the modules are linked together and have provides for saving all the input and output data flow data relation between each module. using in this system. By using database component, designers can search for existing 2.1 Design Analysis Module aircraft configuration solutions and save new aircraft configuration data. Users can query The design analysis module is established with across solutions and generate plots that display sizing module, performance analysis module information that is particularly valuable to a and trim module. In the sizing program designer5. The OCI (oracle call interface) development phase, HESCOMP, the rotary component is used to communicate by the client wing sizing program and CRW sizing program program and central relational database server. which has been developed by Konkuk University are used3. HESCOMP can analyze and size various rotary wing aircrafts and the 2.4 Flight Simulation Analysis ‘winged helicopter’ was chosen for aircraft from The X-Plane flight simulation software is used among these rotary wing aircraft concepts for flight simulation analysis in this system. The which can be analyzed in HESCOMP. In the X-Plane flight simulation software produced by performance analysis program, the performance Laminar Research and was based on blade calculations were considered by momentum element theory. X-Plane is capable of modeling theory, Blade element theory. The trim analysis complex aircraft designs, including helicopters, module determines the trim states for the rockets, rotor craft and tilt-rotor craft. The X- compound helicopter over all fight conditions, Plane is also used in non-motion and full- the aircraft is trimmed when the desired balance motion flight simulators for flight training6. The is achieved or the aircraft enters a desired steady X-Plane program will be analyzed the flight state4. simulation processes by using the result data of the analysis module. The data will be 2.2 Geometry Configuration transferred automatically to X-Plane by using visual basic based GUI form. In this system, the three–dimensional surface and solid geometries are parametrically defined 3 Comprehensive Compound Gyroplane and modeled in CATIA V5 (Computer Aided Designer System Structure Three Dimensional Interactive Application). CATIA is a multi-platform CAD/ CAM/ CAE commercial software suite developed by the 3.1 Comprehensive Compound Gyroplane French company Dassault Systems and Designer System Architecture marketed worldwide by IBM. The parametric The figure 3 shows the system architecture of based CAD Model techniques are considered comprehensive compound gyroplane designer and controlled the parameters value of CAD system and how to link with CATIA model automatically from Graphical User commercial software and X-Plane software Interface (GUI) form. together with design program. The centralized database system manages the design programs’ 2.3 Database Design System input and output data and also CATIA configuration data. The design programs’ The compound gyroplane design system’s graphical user interface (GUI) is implemented database is made up of Oracle 9i data server. using visual basic programming language under Oracle9i database provides efficient, reliable, Microsoft .Net framework window form 3 Tun Lwin, Jae-Woo Lee, Sangho Kim application. The OLEDB connection object 3.3 Data Flow between Analysis Modules performs the connection between Oracle DB and Design GUI programs. For linking with For the data flow process, the user input data are configuration shape generation in CATIA, the classified into four different categories: tail CATIA VBA APIs are used. The VB shell geometry data, wing geometry data, engine command runs automatically X-Plan software sizing data and fuselage data. All the input data from GUI and carries out simulation process of are delivered into the sizing module design configuration. (HESCOMP & CRW) and engine sizing data and the result of sizing analysis program are used in performance analysis and trim analysis. For a configuration generation using CATIA, the input data comes from result of sizing analysis module. The X-Plane program uses the sizing and performance analysis result for flight simulation process. Figure 4 shows the data flow between each analysis module, CATIA model and X-Plan. Fig. 3. Comprehensive Compound Gyroplane Designer System Architecture Fig. 4 .Data Flow between Analysis Modules and Other Program 4 AN INTEGRATED FRAMEWORK FOR INNOVATIVE COMPOUND GYROPLANE DESIGN SYSTEM 3.4 Program Codes for System describes all the module names those included in this design system and the program names In this study, three different design and analysis which are used to execute those modules. codes are used. The codes were well-developed and integrated by Aerodynamics and Analysis Design Lab in Konkuk University. Table 1 Table.1. Program Codes used in System 4 Comprehensive Compound Gyroplane The Main GUI component consists of project Designer System Development folder module, user create module, UI control module and configuration setting module. The 4.1 GUI Code Developments analysis component combines initial sizing module, performance module and trim
Recommended publications
  • Book Reviews the SYCAMORE SEEDS
    Afterburner Book Reviews THE SYCAMORE SEEDS Early British Helicopter only to be smashed the following night in a gale. The book then covers the Cierva story in some detail, the Development chapter including, out of context, two paragraphs on By C E MacKay the Brennan propeller-driven rotor driven helicopter [helicogyro] fl own in 1924 at Farnborough but Distributed by A MacKay, 87 Knightscliffe Avenue, aborted by the Air Ministry the next year, stating that Netherton, Glasgow G13 2RX, UK (E charlese87@ there was no future for the helicopter and backing btinternet.com). 2014. 218pp. Illustrated. £12.95. Cierva’s autogyro programme contracting Avro to build ISBN 978-0-9573443-3-4. the fi rst British machines. Good coverage is given to the range of Cierva autogyros culminating in the Avro Given the paucity of coverage of British helicopter C30 Rota and its service use by the RAF. development I approached this slim (218 A5 pp) The heart of the book begins with a quotation: publication with interest. While autogyros have been “Morris, I want you to make me blades, helicopter well documented, Charnov and Ord-Hume giving blades,” with which William Weir, the fi rst Air Minister, exhaustive and well documented treatments of the founder of the RAF and supporter of Cierva, brought helicopter’s predecessor, the transition to the directly furniture maker H Morris & Co into the history of driven rotor of the helicopter is somewhat lacking. rotorcraft pulling in designers Bennett, Watson, Unfortunately MacKay’s book only contributes a Nisbet and Pullin with test pilots Marsh and Brie fi nal and short chapter to the ‘British Helicopter’ to form his team.
    [Show full text]
  • Over Thirty Years After the Wright Brothers
    ver thirty years after the Wright Brothers absolutely right in terms of a so-called “pure” helicop- attained powered, heavier-than-air, fixed-wing ter. However, the quest for speed in rotary-wing flight Oflight in the United States, Germany astounded drove designers to consider another option: the com- the world in 1936 with demonstrations of the vertical pound helicopter. flight capabilities of the side-by-side rotor Focke Fw 61, The definition of a “compound helicopter” is open to which eclipsed all previous attempts at controlled verti- debate (see sidebar). Although many contend that aug- cal flight. However, even its overall performance was mented forward propulsion is all that is necessary to modest, particularly with regards to forward speed. Even place a helicopter in the “compound” category, others after Igor Sikorsky perfected the now-classic configura- insist that it need only possess some form of augment- tion of a large single main rotor and a smaller anti- ed lift, or that it must have both. Focusing on what torque tail rotor a few years later, speed was still limited could be called “propulsive compounds,” the following in comparison to that of the helicopter’s fixed-wing pages provide a broad overview of the different helicop- brethren. Although Sikorsky’s basic design withstood ters that have been flown over the years with some sort the test of time and became the dominant helicopter of auxiliary propulsion unit: one or more propellers or configuration worldwide (approximately 95% today), jet engines. This survey also gives a brief look at the all helicopters currently in service suffer from one pri- ways in which different manufacturers have chosen to mary limitation: the inability to achieve forward speeds approach the problem of increased forward speed while much greater than 200 kt (230 mph).
    [Show full text]
  • ELECTRIC ROTARY WING AIRCRFTS. [3290] Field of Invention Relates to Rotary Wing Aircrafts and the Like. This Invention Relates T
    ELECTRIC ROTARY WING AIRCRFTS. [3290] Field of invention relates to rotary wing aircrafts and the like. This invention relates to vertical propulsion turbine motors and generators combined including a digital glass cabin and manual navigation controllers consisting of a sphere or ball mounting in bearing in the stator casing and electrically connected with the flyby wire system. Helicopters and modern rotary wing aircraft and more particularly to helicopters with reduced blade length and increased speed and maneuverability with increased RPM. [3291] Combined propulsion and generator with linear rotors and perpendicular rotors. Helicopter in which in-plane Description of the prior art Sustainable and Zero emission helicopter with new means for navigating and power generating for electric flying vehicles. With wind turbines integrated in the duct and a steam turbine generator in a compressed machine casing electrically connected to the power supply. BACKGROUND OF THE INVENTION [3292] Conventional rotary wing aircraft are driven by combustion engines and are limited in application by rendering the aerial vehicles electric and digital with zero emission. Consisting rotary wing aircrafts ar helicopters and utility aerial vehicles, privet transport chopper, is a type of rotorcraft in which lift and thrust are supplied by propeller rotors. This allows the helicopter to take off and land vertically, to hover, and to fly forward, backward, and laterally. These attributes allow helicopters to be used in congested or isolated areas where fixed-wing aircraft and many forms of VTOL (Vertical Takeoff and Landing) aircraft cannot perform. The Electric aircraft is navigated by the main rotor and tail rotor and turbine engines and boosters comprising electric generators for power supply.
    [Show full text]
  • Aerodynamic Concept of the Uav in the Gyrodyne Configuration
    TRANSACTIONS OF THE INSTITUTE OF AVIATION 1 (250) 2018, pp. 49–66 DOI: 10.2478/tar-2018-0005 © Copyright by Wydawnictwa Naukowe Instytutu Lotnictwa AERODYNAMIC CONCEPT OF THE UAV IN THE GYRODYNE CONFIGURATION Jan Muchowski*, Marek Szumski*, Andrzej Krzysiak** *Department of Fluid Mechanics and Aerodynamics, Mechanical Engineering and Aeronautics, Rzeszow University of Technology, al. Powstańców Warszawy 8, 35-959 Rzeszow **Aerodynamics Department, Institute of Aviation, Al. Krakowska 110/114, 02-256 Warsaw [email protected], [email protected], [email protected], Abstract The article presents an aerodynamic concept of UAV in the gyrodyne configuration, as a more efficient one than the currently used UAV airframe configuration applied for monitoring tasks of pow- er lines and railway infrastructure. A sample task which is realised by conceptual gyrodyne based on monitoring aerial power lines was characterised and described . The assumed idea of UAV was shown in comparison to the currently used aircraft configuration presented in the introduction. Referring to momentum theory, hover efficiency of the multicopter and the helicopter was evaluated. In relation to the helicopter, an initial draft of the airframe conception accompanied by a description of advan- tages of the gyrodyne configuration was exposed. Problems related to the gyrodyne configuration were emphasised in the summary. Keywords: aerodynamic concept, UAV, VTOL, gyrodyne, airframe configuration 1. INTRODUCTION In recent years a dynamic growth of the UAV (Unmanned Aerial Vehicle) usage in civil and mili- tary missions can be observed . Economic aspects are the main reasons of that increase, i.e. the purchas- ing cost of the UAS (Unmanned Aircraft System) varies from 40% up to 80% of the manned system cost.
    [Show full text]
  • Helicopter Controllability. Reference 2 Presents a Comprehensive History and References 1 and 3 Present Summarized Histories of Helicopter Development
    Calhoun: The NPS Institutional Archive Theses and Dissertations Thesis Collection 1989-09 Helicopter controllability Carico, Dean Monterey, California. Naval Postgraduate School http://hdl.handle.net/10945/27077 DTfltttf NAVAL POSTGRADUATE SCHOOL Monterey , California THESIS C2D L/5~ HELICOPTER CONTROLLABILITY by Dean Carico September 1989 Thesis Advisor: George J. Thaler Approved for public release; distribution unlimited lclassified V CLASSi^'CATiON QF THIS PAGE REPORT DOCUMENTATION PAGE ORT SECURITY CLASSIFICATION 1b RESTRICTIVE MARKINGS assif ied IURITY CLASSIFICATION AUTHORITY 3 DISTRIBUTION /AVAILABILITY OF REPORT Approved for public release :lassification t DOWNGRADING SCHEDULE Distribution is unlimited ORMING ORGANIZATION REPORT NUMBER(S) 5 MONITORING ORGANIZATION REPORT NUMBER(S) ME OF PERFORMING ORGANIZATION 6b OFFICE SYMBOL 7a. NAME OF MONITORING ORGANIZATION il Postgraduate School (If applicable) 62 Naval Postgraduate School DRESS {City, State, and ZIP Code) 7b ADDRESS (C/fy, State, and ZIP Code) :erey, California 93943-5000 Monterey, California 93943-5000 9 PROCUREMENT INSTRUMENT IDENTIFICATION NUMBER DRESS (City, State, and ZIP Code) 10 SOURCE OF FUNDING NUMBERS IE (include Security Claudication) HELICOPTER CONTROLLABILITY RSONAL AUTHOR(S) ICO, G. Dean YPE OF REPORT 4 DATE OF REPORT (Year, Month. Day) ter ' s Thesis 1989, September ipplementary notation T h e views expressed in this thesis are thos e of the hor and do not reflect the official policy or position of the Department r,nyprninpnf npfpnsp nr ___ , COSATi CODES 18 SUBJECT TERMS {Continue on reverse if pecessary and identify Helicopter Controllability, Helicop Flight Control Systems, Helicopter Flying Qualities and Flying Qualities Spec if ications i 3STRACT {Continue I reverse if necessary and identify by block number) 'he concept of helicopter controllability is explained.
    [Show full text]
  • Helicopters in the Royal Air Force
    ROYAL AIR FORCE HISTORICAL SOCIETY JOURNAL 25 2 The opinions expressed in this publication are those of the contributors concerned and are not necessarily those held by the Royal Air Force Historical Society. Photographs credited to MAP have been reproduced by kind permission of Military Aircraft Photographs. Copies of these, and of many others, may be obtained via http://www.mar.co.uk Copyright 2001: Royal Air Force Historical Society First published in the UK in 2001 by the Royal Air Force Historical Society All rights reserved. No part of this book may be reproduced or transmitted in any form or by any means, electronic or mechanical including photocopying, recording or by any information storage and retrieval system, without permission from the Publisher in writing. ISSN 1361-4231 Typeset by Creative Associates 115 Magdalen Road Oxford OX4 1RS Printed by Professional Book Supplies Ltd 8 Station Yard Steventon Nr Abingdon OX13 6RX 3 CONTENTS THE PROCEEDINGS OF THE RAFHS SEMINAR ON 7 HELICOPTERS IN THE ROYAL AIR FORCE BOOK REVIEWS 112 4 ROYAL AIR FORCE HISTORICAL SOCIETY President Marshal of the Royal Air Force Sir Michael Beetham GCB CBE DFC AFC Vice-President Air Marshal Sir Frederick Sowrey KCB CBE AFC Committee Chairman Air Vice-Marshal N B Baldwin CB CBE FRAeS Vice-Chairman Group Captain J D Heron OBE Secretary Group Captain K J Dearman Membership Secretary Dr Jack Dunham PhD CPsychol AMRAeS Treasurer Desmond Goch Esq FCCA Members Air Commodore H A Probert MBE MA *J S Cox Esq BA MA *Dr M A Fopp MA FMA FIMgt *Group Captain P Gray
    [Show full text]
  • The Evolution of the British Rotorcraft Industry 1842-2012
    Journal of Aeronautical History Paper No. 2012/07 THE EVOLUTION OF THE BRITISH ROTORCRAFT INDUSTRY 1842-2012 Eur Ing David Gibbings C Eng., FRAeS Based on a paper originally presented to the European Rotorcraft Forum in Hamburg, September 2009. ABSTRACT This paper relates the way in which rotorcraft developed in Britain, leading to the growth of an effective design and manufacturing industry. The narrative is divided into five sections, each of which represents defining phases in UK based activity leading towards the development of the modern helicopter: 1. The Pre-Flight Period (1842-1903) This section covers British activity during the period when the objective was simply to demonstrate powered flight by any means, and where rotors might be considered to be a way of achieving this. 2. The Early Helicopter Period (1903-1926). Early attempts to build helicopters, including the work of Louise Brennan, which achieved limited success with a rotor driven by a propellers mounted on the blade tips. 3. The Pre-War Years (1926-1939) This section gives emphasis to development of the gyroplane and in particular the work of Juan de la Cierva, with his UK-based company to develop his 'Autogiro', from which the understanding of rotor dynamics and control was established, and which was to lead to the realisation of the helicopter by others. Although UK rotary wing development was driven by the gyroplane, the work carried out by the Weir Company, which was to lead to the first successful British helicopter is discussed. 4. The War Years. (1939-1945) Rotary wing activities in the UK were very limited during World War 2, restricted to the work carried out by Raoul Hafner with the Rotachute/ Rotabuggy programme and the use of autogiros for the calibration of radar.
    [Show full text]
  • Advantageous Autorotation
    The DARPA Heliplane aimed to Advantageous double helicopter performance in a VTOL platform without the complexity of a helicopter transmission or anti-torque system. Autorotation (All images via Skyworks Global) Skyworks Global plans to commercialize affordable autorotating aircraft in regions without aviation infrastructure and looks to revive DARPA Heliplane technology for speed, range and vertical takeoff. By Frank Colucci hile sustained autorotative flight found a lasting market in recreational gyroplanes, the technology Whas broader potential. Skyworks Global last year re- branded the Groen Aeronautics line of gyrocraft and plans to What’s in a Name? commercialize the technology for more users — this summer with the SparrowHawk III kit gyroplane, then with the larger Autogiro: the original term, trademarked and licensed by Juan de la Cierva, for an aircraft using an Hawk 5 gyroplane built offshore, and potentially with big, tip-jet- autorotating rotor for lift plus one or more propellers driven gyrodynes that can take off and land vertically and hover. for thrust. “What we’re going to solve is two-thirds of the world’s aviation autogyro: the general term for an autorotating requirements,” stated Skyworks’ executive committee director, aircraft, particularly one that was not a licensed retired US Air Force Brig. Gen. John Michel. “No one has paid Cierva Autogiro. The FAA recognizes the name attention to the two-thirds of the world with no infrastructure, “gyroplane” instead. no educated workforce — gyrocraft are built for that.” Skyworks AutoGyro: a German company that produces over Global’s “simple, elegant solution” of a freewheeling rotor with 300 gyroplanes annually. collective pitch control is protected by patents to make gyrocraft Gyrocopter: this term was trademarked by Igor safer and more flexible.
    [Show full text]
  • PDF Download Hovering Helicopters
    HOVERING HELICOPTERS PDF, EPUB, EBOOK Molly Aloian | 32 pages | 15 Sep 2010 | Crabtree Publishing Co,Canada | 9780778730620 | English | New York, Canada Hovering Helicopters PDF Book His writings on his experiments and models would become influential on future aviation pioneers. Oil companies charter helicopters to move workers and parts quickly to remote drilling sites located at sea or in remote locations. His notes suggested that he built small flying models, but there were no indications for any provision to stop the rotor from making the craft rotate. During the closing years of the 20th century designers began working on helicopter noise reduction. Guinness World Record. Retrieved 24 September American inventor Arthur M. Tilts main rotor disk forward and back via the swashplate. From design, engineering and production, to maintenance, training and partnerships, Airbus is focused on meeting and exceeding industry safety standards and supporting the flight safety for the thousands of men and women around the world who are transported in its aircraft every day. Special jet engines developed to drive the rotor from the rotor tips are referred to as tip jets. These issues are due to the exposed tail rotor cutting through open air around rear of the vehicle. Most also have vibration dampers for height and pitch. For other uses, see Helicopter disambiguation. The rotor consists of a mast, hub and rotor blades. On 25 July , the Japanese bulk carrier Wakashio ran aground on a coral reef in Mauritius. Two Army National Guard helicopters flew low over the protesters, with the downward blast from their rotor blades sending protesters scurrying for cover and ripping signs from the sides of buildings.
    [Show full text]
  • A Survey of Theoretical and Experimental Coaxial Rotor Aerodynamic Research 1997
    NASA Technical Paper 3675 A Survey of Theoretical and Experimental Coaxial Rotor Aerodynamic Research 1997 Colin P. Coleman, Ames Research Center, Moffett Field, California National Aeronautics and Space Administration Ames Research Center Moffett Field, California 94035-1000 Contents Page List of Figures ........................................................................................................................................................... V Nomenclature ............................................................................................................................................................ vii Summary .................................................................................................................................................................... 1 Introduction ............................................................................................................................................................... 1 Definitions ................................................................................................................................................................ 2 Research in the United States of America ................................................................................................................ 2 NACA Langley Research Center ...................................................................................................................... 2 De Lackner Helicopters, Inc .............................................................................................................................
    [Show full text]
  • Architects of American Air Supremacy: Gen
    Library of Congress Cataloging-in-Publication Data Daso, Dik A., 1959- Architects of American air supremacy: Gen. Hap Arnold and Dr. Theodore yon Kármán / Dik A. Daso. p. cm. Includes bibliographical references and index. 1. Aeronautics. Military-Research-United States-History. 2. Arnold. Henry Harley. 1886-1950. 3. Yon Kármán. Theodore. 1881-1963. 4. Air power-United States-History. I. Title. UG643.D37 1997 358.4’00973-dc21 97-26768 CIP ISBN 1-58566-042-6 First Printing September 1997 Second Printing August 2001 Third Printing January 2003 Disclaimer Opinions, conclusions, and recommendations expressed or implied within are solely those of the author and do not necessarily represent the views of Air University, the United States Air Force, the Department of Defense, or any other US government agency. Cleared for public release: distribution unlimited. Digitize May 2003 from the January 2003 Printing. NOTE: On-line pagination and fonts differ from hard copy. Photographs are located at the end of each chapter. ii Contents Chapter Page DISCLAIMER ................................................................................ ii ABOUT THE AUTHOR ............................................................... iv PREFACE...................................................................................... vi ACKNOWLEDGMENTS ............................................................. xi 1 GENESIS .....................................................................................1 2 EDUCATING AN AIRPOWER ARCHITECT ..........................9
    [Show full text]
  • Vertical Take-Off and Landing (VTOL)
    Vertical Take-off and Landing (VTOL) Doddi, Abhiram University of Colorado, Boulder, CO, 80309 Abstract The need to transport troops to and fro on the battlefront under stringent take-off and landing conditions necessitated the need for vertical take-off and landing (VTOL) capabilities in transport aircraft. The design principles and the features of VTOL aircraft were then extrapolated to modern turbojet engines with thrust vectoring capabilities to produce the V22 Osprey, Harrier jump jet and the F35 Lightning II. The demand for VTOL aircraft with attack capabilities is proven to be a tactical advantage. Be it turbo shaft or turbofans, the giants of the aerospace industry – Pratt and Whitney, Bell Aircraft Corporation, Boeing Rotorcraft systems, General Electric Aviation, and Rolls Royce have all had their own takes on designing engines for VTOL applications since late 1950s. Nomenclature SFC Specific Fuel Consumption VTOL Vertical Take-off and Landing V/STOL Vertical/ Short take-off and Landing Introduction The design and development of VTOL aircraft began with the application of turbo shaft engines on a helicopter, which is the oldest and most reliable form of Rotorcraft. The sole purpose of helicopters was quick and easy transport of troops to the battlefront either from the base location or aircraft carriers. The helicopters were limited by speed, range and transport capabilities in the past. These constraints led to the development of turbofan engine powered supersonic VTOL aircraft with extensive attack capabilities to provide air support. The design features and challenges overcome by Bell helicopters and Boeing Rotorcraft systems to build the V22 Osprey is analyzed in detail.
    [Show full text]