Development Of A Control System Based On Dynamic Inversion For A .

1y ago
5 Views
2 Downloads
5.31 MB
103 Pages
Last View : 1m ago
Last Download : 3m ago
Upload by : Asher Boatman
Transcription

DEVELOPMENT OF A CONTROL SYSTEMBASED ON DYNAMIC INVERSION FORA SUBSCALE AIRCRAFTAuthorÁngel González de la VaraA thesis presented for the degree ofMaster of Science in Aeronautical EngineeringLinköpings UniversitetLinköping - May 2019

Linköpings universitetIEI - Department of Management and EngineeringFLUMES - Division of Fluid and Mechatronic SystemsMaster's Thesis 2019Development of a Control SystemBased on Dynamic Inversion fora Subscale AircraftÁngel González de la VaraAcademic supervisor: Alejandro Sobrón RuedaExaminer: David LundströmLinköping universitetSE-581 83 Linköping, Sverige013-28 10 00, www.liu.se

AbstractIn this thesis work, a simulator for the longitudinal dynamics of an aircraft has beenprogrammed in MATLAB and Simulink with the objective of analyzing the response ofthe Generic Future Fighter subscale model when di erent control systems are applied anda series of adverse conditions a ect the nominal ight. The controllers studied are basedon model reference adaptive control MRAC and dynamic inversion. Two di erent adaptivealgorithms have been explored: simple adaptation and neural networks. The robustnessof these controllers has been tested in the event of control surface destruction, actuatorjam, the presence of noise and a constant bias in the measurement of the states, thepresence of errors in the dynamics model and for di erent levels of relaxed longitudinalstability of the aircraft. The results obtained from the simulations show that the adaptivecontrol systems are reliable for all the cases studied while the non-adaptive ones do notperform satisfactorily in the event of actuator failures or the presence of model error.Also, the sensor failures have been demonstrated to be the most detrimental phenomenafor the controllers performance. Finally, the linear dynamic inversion controller based onsimple adaptation is proposed for future implementation in the subscale model due to itssimplicity, good performance and low computational cost.i

AcknowledgementsFirst of all, I would like to thank my supervisor Alejandro Sobrón Rueda for the help,orientation and advise that he gave me to conduct this work as well as the freedom thathe o ered me to explore research ideas that were not in the initial outline of the work.In the second place, I want to thank all my friends and colleagues that have sharedwith me these exciting last six years, especially Anastasiya Rybak, Juan Antonio Lópezand Javier Robles. Thank you for making the hard-work days less hard and the celebrationdays even more memorable. Thank you for being my life partners wherever we live fromthis moment on. I also want to thank my little Erasmus family that has made of this lastsemester an unforgettable and unique experience, always keeping me away from all theparties so that I could focus on this work.Last but not least, I thank my whole family for their unconditional support, but especially my father, Ángel González, my mother, Consuelo de la Vara and my brother, CarlosGonzález. Thank you for literally giving me the wings that I needed to begin this adventureand always making me feel that I could achieve everything I set my mind to. Thank youfor the freedom and con dence that you have always given me. Obviously, without themI would not be the person I am today and all my past, present and future achievementshave been, are and will be possible thanks to them.iii

ContentsAcknowledgementsivContentsviList of FiguresxList of TablesxiList of Symbolsxii1 Introduction1.1 Background . . . . . . . . . . . . .1.2 Objectives . . . . . . . . . . . . . .1.3 Methodology . . . . . . . . . . . .1.3.1 Control systems . . . . . . .1.3.2 Actuator and sensor failures1.4 Limitations . . . . . . . . . . . . .1.5 Thesis outline . . . . . . . . . . . .1145589102 Model of the Flight Simulator2.1 Nonlinear model of the dynamics . . .2.2 Aerodynamic model . . . . . . . . . .2.2.1 Model of the actuator failures .2.3 Linearization of the aircraft dynamics2.4 Model of the sensor failures . . . . . .2.5 Model of the actuator dynamics . . . .2.6 Simulator layout . . . . . . . . . . . .11111314171920203 Control Systems3.1 Reference model . . . . . . . . . . . . . . .3.2 Dynamic inversion . . . . . . . . . . . . . .3.2.1 Dynamic inversion for linear models3.2.2 Nonlinear dynamic inversion . . . . .3.3 Adaptive dynamic inversion . . . . . . . . .3.3.1 Example of application . . . . . . . .3.4 Adaptive algorithms . . . . . . . . . . . . .3.4.1 Simple adaptation . . . . . . . . . .3.4.2 Neural networks . . . . . . . . . . .3.5 Inclusion of the canards in the controller . .25252727293031323334354 Simulation Results4.1 Nominal conditions . . . . . . . . . . . .4.2 Actuator failures . . . . . . . . . . . . .4.2.1 Partial destruction of the elevons4.2.2 Jam of the elevons . . . . . . . .3738404044.v.

CONTENTS4.3 Sensor failures . . . . . . .4.3.1 Measurement noise4.3.2 Step bias . . . . .4.4 Unstable con guration . .4.5 Modeling error . . . . . .4.6 Analysis of the results . .4848515559625 Discussion655.1 Discussion of the methodology . . . . . . . . . . . . . . . . . . . . . . . . . . 655.2 Discussion of the results . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 665.3 Implementation proposal . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 676 Conclusions687 Future Work70A Simulator Manual72A.1 De nition of the aircraft parameters . . . . . . . . . . . . . . . . . . . . . . 72A.2 Main script . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74Bibliography83vi

List of Figures1.1 The Flyer I of the Wright brothers, the rst controlled, powered and heavierthan-air aircraft. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1.2 X-31 performing a high angle of attack maneuver. Source: NASA. . . . . .1.3 Two of the sub-scale research aircraft and concept demonstrators availableat Linköping University. Left: Dassault Rafale ghter test-bed. Right:Generic Future Fighter. Courtesy of Linköpings University. . . . . . . . . .2.1 Diagram showing the di erent reference systems and the longitudinal forcesand moments. The body- xed frame is represented with the subscript b,the stability frame with the subscript s and the Earth- xed frame with thesubscript f . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .2.2 Diagram showing the relation between the variables in the body- xed frameand the wind frame. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .2.3 Diagram showing the sign convention adopted in this work for the controlsurface de ections. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .2.4 Diagrams showing the behavior of the control surface de ection in the eventof an actuator failure. The left diagram corresponds to the loss of e ectiveness of the control surface and the right one to the jam of the actuator at acertain position. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .2.5 Diagrams showing the behavior of the sensor outputs in the event of a stepbias (left) and drift bias (right). . . . . . . . . . . . . . . . . . . . . . . . . .2.6 First level of the ight simulator implemented in Simulink. . . . . . . . . . .2.7 General Aircraft Model block. . . . . . . . . . . . . . . . . . . . . . . . . . .2.8 Aerodynamics group block. . . . . . . . . . . . . . . . . . . . . . . . . . . .2.9 Aircraft Equations of Motion block. . . . . . . . . . . . . . . . . . . . . . . .1341212141720212223243.1 Structure of the nonlinear dynamic inversion controller. Source: [10]. . . . . 303.2 Structure of the model reference adaptive control system based on dynamicinversion. Source: [10]. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 303.3 Diagram of the nonparametric Single Hidden Layer Neural Network structure. Source: [10]. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 344.1 Control input commanded by the pilot in the simulations. . . . . . . . . . .4.2 Comparison of the pitch rate for the di erent controllers under nominalconditions. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4.3 Comparison of the control surface de ections for the di erent controllersunder nominal conditions. . . . . . . . . . . . . . . . . . . . . . . . . . . . .4.4 Comparison of the quadratic error for the di erent controllers under nominalconditions. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4.5 Comparison of the pitch rate for the di erent controllers in the event of a20% destruction of the elevons from the instant tf 1.5 s on. . . . . . . . .4.6 Comparison of the pitch rate for the di erent controllers in the event of a50% destruction of the elevons from the instant tf 1.5 s on. . . . . . . . .vii383939404142

LIST OF FIGURES4.7 Comparison of the control surface de ections for the di erent controllers inthe event of a 20% destruction of the elevons from the instant tf 1.5 s on.4.8 Comparison of the control surface de ections for the di erent controllers inthe event of a 50% destruction of the elevons from the instant tf 1.5 s on.4.9 Comparison of the quadratic error for the di erent controllers in the eventof a 20% destruction of the elevons from the instant tf 1.5 s on. . . . . .4.10 Comparison of the quadratic error for the di erent controllers in the eventof a 50% destruction of the elevons from the instant tf 1.5 s on. . . . . .4.11 Comparison of the pitch rate for the di erent controllers in the event ofelevon jam at 5 degrees from the instant tf 1.5 s on. . . . . . . . . . . . .4.12 Comparison of the pitch rate for the di erent controllers in the event ofelevon jam at 15 degrees from the instant tf 1.5 s on. . . . . . . . . . . .4.13 Comparison of the control surface de ections for the di erent controllers inthe event of elevon jam at 5 degrees from the instant tf 1.5 s on. . . . . .4.14 Comparison of the control surface de ections for the di erent controllers inthe event of elevon jam at 15 degrees from the instant tf 1.5 s on. . . . .4.15 Comparison of the quadratic error for the di erent controllers in the eventof elevon jam at 5 degrees from the instant tf 1.5 s on. . . . . . . . . . . .4.16 Comparison of the quadratic error for the di erent controllers in the eventof elevon jam at 15 degrees from the instant tf 1.5 s on. . . . . . . . . . .4.17 Comparison of the pitch rate for the di erent controllers in the presence ofnoise in the pitch rate measurements with a standard deviation of 1 deg/s. .4.18 Comparison of the pitch rate for the di erent controllers in the presence ofnoise in the pitch rate measurements with a standard deviation of 5 deg/s. .4.19 Comparison of the control surface de ections for the di erent controllersin the presence of noise in the pitch rate measurements with a standarddeviation of 1 deg/s. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4.20 Comparison of the control surface de ections for the di erent controllersin the presence of noise in the pitch rate measurements with a standarddeviation of 5 deg/s. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4.21 Comparison of the quadratic error for the di erent controllers in the presenceof noise in the pitch rate measurements with a standard deviation of 1 deg/s.4.22 Comparison of the quadratic error for the di erent controllers in the presenceof noise in the pitch rate measurements with a standard deviation of 5 deg/s.4.23 Comparison of the pitch rate for the di erent controllers in the presence ofa step bias of 2.5 deg/s in the pitch rate measurements from the instanttf 1.5 s on. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4.24 Comparison of the pitch rate for the di erent controllers in the presenceof a step bias of 5 deg/s in the pitch rate measurements from the instanttf 1.5 s on. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4.25 Control surface de ections for the di erent controllers in the presence ofa step bias of 2.5 deg/s in the pitch rate measurements from the instanttf 1.5 s on. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .viii42434344454546464747484949505051525253

LIST OF FIGURES4.26 Control surface de ections for the di erent controllers in the presence of astep bias of 5 deg/s in the pitch rate measurements from the instant tf 1.5s on. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4.27 Comparison of the quadratic error for the di erent controllers in the presenceof a step bias of 2.5 deg/s in the pitch rate measurements from the instanttf 1.5 s on. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4.28 Comparison of the quadratic error for the di erent controllers in the presenceof a step bias of 5 deg/s in the pitch rate measurements from the instanttf 1.5 s on. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4.29 Comparison of the pitch rate for the di erent controllers when the aircrafthas an unstable con guration with SM 5%. . . . . . . . . . . . . . . . .4.30 Comparison of the pitch rate for the di erent controllers when the aircrafthas an unstable con guration with SM 30%. . . . . . . . . . . . . . . .4.31 Comparison of the control surface de ections for the di erent controllerswhen the aircraft has an unstable con guration with SM 5%. . . . . . .4.32 Comparison of the control surface de ections for the di erent controllerswhen the aircraft has an unstable con guration with SM 30%. . . . . .4.33 Comparison of the quadratic error for the di erent controllers when theaircraft has an unstable con guration with SM 5%. . . . . . . . . . . .4.34 Comparison of the quadratic error for the di erent controllers when theaircraft has an unstable con guration with SM 30%. . . . . . . . . . . .4.35 Comparison of the pitch rate for the di erent controllers when there is amaximum relative error of 50% in the coe cients that de ne the model. . .4.36 Comparison of the pitch rate for the di erent controllers when there is amaximum relative error of 90% in the coe cients that de ne the model. . .4.37 Comparison of the control surface de ections for the di erent controllerswhen there is a maximum relative error of 50% in the coe cients that de nethe model. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4.38 Comparison of the control surface de ections for the di erent controllerswhen there is a maximum relative error of 90% in the coe cients that de nethe model. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4.39 Comparison of the quadratic error for the di erent controllers when there isa maximum relative error of 50% in the coe cients that de ne the model. .4.40 Comparison of the quadratic error for the di erent controllers when there isa maximum relative error of 90% in the coe cients that de ne the model. .A.1 Step 1: Load the aircraft parameters and choose if it is desired to save thesimulation results. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .A.2 Step 2: Choose the control system. . . . . . . . . . . . . . . . . . . . . . . .A.3 Step 3: De nition of the control surfaces health factors. . . . . . . . . . . .A.4 Step 4: De nition of the control surfaces that are jammed and the value ofthe jam angle. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .A.5 Step 5: De nition of the actuator failure time. . . . . . . . . . . . . . . . . .A.6 Step 6: De nition of the sensor failures and the time at which they occur. .A.7 Step 7: De nition of the parameters that de ne the actuator dynamics. . . .ix53545456565757585859606061616275757676777778

LIST OF FIGURESA.8 Step 8: De nition of the relation between the de ection of the canard andthe elevons. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .A.9 Step 9: De nition of the static margin and modi cation of the aircraftparameters for the study of unstable con guration. . . . . . . . . . . . . . .A.10 Step 10: Choose if it is desired to trim the aircraft or use the trim conditionsstored in a separate le. Also, de ne the trim conditions in case it is desiredto trim the aircraft. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .A.11 Step 11: De ne the maximum uncertainty in the aircraft parameters. . . . .A.12 Step 12: De nition of the simulation's initial conditions. . . . . . . . . . . .A.13 Step 13: De nition of the sample and simulation time. . . . . . . . . . . . .A.14 Step 14: De nition of control input commanded by the pilot. . . . . . . . .A.15 Step 15: De nition of the noise covariance for the measurement of the aircraft states and creation of a noise vector. . . . . . . . . . . . . . . . . . . .A.16 Step 16.1: De nition of the feedback gains, learning rates and initial estimations for the nonadaptive and simple adaptation versions of the linearand nonlinear controllers. . . . . . . . . . . . . . . . . . . . . . . . . . . . .A.17 Step 16.2: De nition of the parameters needed by the controllers based onneural networks. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .x78797979808080818182

List of Tables3.1 Short-period damping ratio limits. . . . . . . . . . . . . . . . . . . . . . . . 263.2 Limits on ωn2 sp / (n/α). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 263.3 Natural frequency and damping ratio chosen for the reference model of theshort-period. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 274.1 Initial ight conditions used for the simulations. . . . . . . . . . . . . . . . .4.2 Mean squared error obtained by using the di erent controllers for all thecases. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4.3 Memory needed to store the variables and parameters that each of the controllers use. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .4.4 Estimated computational cost of the di erent controllers. . . . . . . . . . .xi37636364

List of SymbolsSymbolIS UnitsDescriptionαγγsiniΓVΓW c [-][rad][-][-][-][-][rad/s2 ][-][-][-][m]Angle of attackLearning rate matrixInitial slope of the trajectoryLearning rate matrixLearning rate matrixVector of disturbancesMaximum uncertainty in the modelDisturbance in the time derivative of the pith rateCanard de ectionElevator de ectionDownwashDynamic pressure e ciencyPitch angleParameter vectorEstimation of the parameter vectorError modi cation scalarShort period damping ratioSquashing functionStep biasDrifting biasMeasurement noiseStandard deviationScaling factor of the canardScaling factor of the elevatorRegressorShort period natural frequencySystem matrixEstimated system matrixActivation potentialAspect RatioControl matrixEstimated control matrixOutput matrixDrag coe cientDrag coe cient for trim conditionsLift coe cientLift coe cient for trim conditionsPitch moment coe cientPitch moment coe cient for trim conditionsReference wing chordxii

LIST OF SYMBOLSSymbolIS SCsCSwSMTttfuuVVvvadVaViniWwxx̄Xa[N][-][-][m/s2 ][m][Kg m2 ][-][-][-][N][N m][Kg][-][-][-][rad/s][N/m2 ][rad/s][-][-][m2 ][-][m2 ][-][-][N]xacCxacW[m][m]DragTracking errorOswald coe cientGravitational accelerationInitial altitudeMoment of inertia in the y directionGain matrixInduced drag coe cientSlope of the drift functionLiftPitch momentMassMean squared errorNumber of hidden layer neuronsLoad factorPitch rateDynamic pressureDesired pitch rateReferenceHealth factor of the elevatorReference surface of the canardHealth factor of the canardReference wing surfaceStatic marginThrustTimeTime of the failureLongitudinal velocity in the body- xed frameInput vectorAirspeedInput weights matrixPseudocontrol inputAdaptive part of the pseudocontrol inputLyapunov candidate functionInitial velocityOutput weights matrixTransversal velocity in the body- xed frameStates vectorInput to the neural networkLongitudinal aerodynamic force in the body- xedframePosition of the canard's aerodynamic centerPosition of the wing's aerodynamic centerxiii

LIST OF SYMBOLSSymbolIS UnitsDescriptionxcogxN PxsfyZa[m][m][-][-][N]Position of the center of gravityPosition of the neutral pointSensor outputOutputTransversal aerodynamic force in the body- xed framexiv

1Introduction1.1 BackgroundSince the invention of the rst functional aircraft by the Wright brothers, control techniques and systems have played a critical role in the development of modern aviation as weknow it today. This very rst airplane, the Flyer I (Figure 1.1), had a manual three-axiscontrol mechanism based on wing-warping, a canard and a rudder that allowed the skilledpilot to steer the aircraft and maintain its equilibrium in spite of the fact that the airplanewas unstable because of its con guration.Figure 1.1: The Flyer I of the Wright brothers, the rst controlled, powered and heavierthan-air aircraft.In the following decades, the advent of electronics and computers brought about thedevelopment of automatic control systems capable of maintaining the aircraft stable in itsworking regime under the presence of perturbations such as turbulence or the redistribution of weights, or even control the dynamics of a dynamically unstable aircraft, takingpressure o the pilots who could then focus on the navigation procedures.Nevertheless, despite all these e orts to increase the aviation safety, any unexpectedfailure of a system or subsystem such as an actuator or a sensor could result in the loss ofcontrol of the aircraft and in the worst case, a catastrophic accident. In order to preventthis, new fault tolerance control systems are being developed. Robust control systems andadaptive control systems that allow the aircraft operate even in the presence of a failure can reduce the risk of a fatal accident signi cantly. Moreover, the implementation ofmachine learning and arti cial intelligence in the control systems may allow the di erentsubsystems to work even without an accurate model of the aircraft dynamics.The development of this kind of modern control systems is complex due to di erentreasons. One of them is the limited availability of accurate information about the air1

CHAPTER 1. Introductioncraft's states since sometimes the number of available sensors is small in order to reduceimplementation costs. Another limitation for the design is the availability of a good modelof the aircraft dynamics. The actual behavior of the aircraft is de ned by highly nonlinear phenomena that arise due to the presence of non-stationary aerodynamic e ects,the uid-structure coupling producing aeroelastic e ects and the dynamics of the di erentsubsystems that make up the aircraft as a whole. Normally, these e ects are not considered in the models because it would increase the complexity beyond practical purposes.Instead, the dynamics are represented by simpli ed models, being transfer functions linearized around an equilibrium point in most of the cases.The massive development of computational tools over the last decades has broughtunprecedented analysis capabilities to engineers. These tools are widely used in the earlystages of any aircraft or spacecraft, where the level of accuracy and detail is not speciallyrestrictive. However, the same tools may stop being useful in more advanced stages of thedesign due to the necessity of high- delity models that cannot be provided by these toolsgiven the di culties found when considering the nonlinear e ects mentioned above. In order to re ne the initial models, the corresponding data can be gathered from experimentaltechniques such as ight tests or wind-tunnel tests performed with a full-scale model of thevehicle. However, these techniques normally imply high fabrication and operational costsand therefore are falling into disuse.As a result of this trend, together with the technological progress and miniaturizationof the electronic components, an alternative technique is playing an important role in theaircraft development process: testing sub-scale models. According to NASA's researcherJ.Chambers [1], sub-scale models can be de ned in this context as physical, downsizedreproductions of components or vehicles used to examine characteristics of larger full-scalecounterparts. These sub-scale models are suitable for ight or wind-tunnel testing thanksto the associated cost reduction. It has also become available for small companies and academic institutions, strengthening low-cost research projects and enhancing the educationin the engineering eld, as reported by Jouannet, Berry and Krus [2].Testing sub-scale prototypes constitutes a valuable tool in aircraft design since it cancomplement the sparse knowledge available in the early design stages with critical datathat could be very di cult to obtain by other methods. Furthermore, it has proved itselfextremely valuable in research of critical stability and control characteristics for complexight conditions that are not easily studied with conventional techniques, such as dangerous maneuvers outside the ight envelope and ight at high angles of attack.An example of the extreme complexity that the design of a control system for a highmaneuverable aircraft implies is the Rockwell-MBB X-31, shown in Figure 1.2. This modelis an experimental jet ghter designed to test ghter thrust vectoring technology withinthe Enhanced Fighter Maneuverability program. The main objective of the project was toprovide additional control authority in pitch and yaw in order to achieve signi cantly moremaneuverability than most conventional ghters. An advanced control system provided2

SECTION 1.1. Backgroundcontrolled ight at high angles of attack where conventional aircraft would stall or losecontrol. During ight testing, the X-31 aircraft established several milestones, successfullyachieving controlled ight at a 70 angle of attack and executing a rapid minimum-radius180 turn using a post-stall maneuver, ying well outside the range of angle of attacknormal for conventional aircraft. Two X-31s were built, carrying out over 500 ight testsbetween 1990 and 1995. However, on January 19, 1995, one of aircraft crashed duringa high altitude test due to the formation of ice inside the pitot tube, sending incorrectairspeed data to the ight control computers [3]. This kind of accidents demonstrate theimportance of redundancy in the data acquisition sensors and subsystems and the impactthat fault tolerant control systems would have in enhancing the ight safety.Figure 1.2: X-31 performing a high angle of attack maneuver. Source: NASA.Sub-scale models present themselves as an adequate platform to test these advancedcontrol systems given that the absence of a pilot and the non-excessive fabrication costsreduce the critical human and economic impact that their full-scale counterparts wouldhave in case of crash. However, although at rst sight the possibilities of sub-scale testingmay seem extremely attractive, it is important to notice that both testing and results areconstrained by certain factors. Among all the scaling methods available, the prevalent oneis the dynamic scaling. In this case, aeroelastic e ects are usually neglected due to theircomplexity although they could play an important role in the sub-scale model dynamicsif the sti ness of the components and actuators is not high enough. Key scaling factorsinclude geometric similarity, aerodynamic similarity (Reynolds number and compressibilitye ects), inertia scaling and Froude number. Since normally it is not possible to satisfy allthe similitude requirements simultaneously, it is critical to be aware of the limitations ofthe sub-scale test and the results must be interpreted carefully. The principal problemin dynamic sub-scale testing is the aerodynamic similarity between the model and thefull-scale aircraft. Even though compressibility e ects can be included in the sub-scale3

CHAPTER 1. Introductionanalysis, there is always a signi cant discrepancy in the Reynolds number that can playan important role when analyzing viscosity-dependent phenomena such as ow separationat high angles of attack and maximum lift conditions.Building and ight testing sub-scale demonstrators is an important part of the aircraftdesign education at Linköping University. The research team has access to four advancedsub-scale aircraft although none of them has been equipped with an automatic ight controlsystem. The two relevant models for this work are the Dassault Rafale ghter and theGeneric Future Fighter (GFF), shown in Figure 1.3.Figure 1.3: Two of the sub-scale research aircraft and concept demonstrators availableat Linköping University. Left: Dassault Rafale ghter test-bed. Right: Generic FutureFighter. Courtesy of Linköpings University.The interest in these models lies in the possibility of modifying their on-board ightcontrol systems in order to an

the Generic uturFe Fighter subscale model when di erent control systems are applied and a series of adverse conditions a ect the nominal ight. The controllers studied are based on model reference adaptive control MRAC and dynamic inversion. wTo di erent adaptive algorithms have been explored: simple adaptation and neural networks. The robustness

Related Documents:

akuntansi musyarakah (sak no 106) Ayat tentang Musyarakah (Q.S. 39; 29) لًََّز ãَ åِاَ óِ îَخظَْ ó Þَْ ë Þٍجُزَِ ß ا äًَّ àَط لًَّجُرَ íَ åَ îظُِ Ûاَش

Collectively make tawbah to Allāh S so that you may acquire falāḥ [of this world and the Hereafter]. (24:31) The one who repents also becomes the beloved of Allāh S, Âَْ Èِﺑاﻮَّﺘﻟاَّﺐُّ ßُِ çﻪَّٰﻠﻟانَّاِ Verily, Allāh S loves those who are most repenting. (2:22

2) Fusion Alana Control System 3) Fusion 5-line Control System 4) Fusion ATB Control System 5) Fusion Race Control System 6) Base Control System IV - Assembly 1) Attaching flying lines to a 4-line kite 2) Attaching flying lines to a 5-line kite 3) Attaching line extensions V - Control System Bar 1) Adjusting

Definition of Control System A control system is a system of devices or set of devices, that manages commands, directs or regulates the behavior of other device(s) or system(s) to achieve desire results. In other words the definition of control system can be rewritten as A control system is a syste

system. A knowledge of the input and output of the control system enables the components of the system to be identified. A control system may have more than one input or output. Control systems are classified by the control action, which is the quantity responsible for activating the control system to produce the output.

Control theories commonly used today are classical control theory (also called con-ventional control theory), modern control theory, and robust control theory.This book presents comprehensive treatments of the analysis and design of control systems based on the classical control theory and modern control theory.A brief introduction of robust

37 Engine Control #5 38 Engine Control #6 39 Machine Control Module 40 Engine Control #7 41 Engine Control #8 42 Engine Control #9 43 Engine Control #10 47 Backup Engine Control 49 VIMS Main Module 50 VIMS Analysis Module 51 VIDS Main Module 52 Graphical Display Module #2 D6R Track-Type Tractor 9PN00001-UP (MACHINE) POWERED BY 3306 Engine(SEB .

Process Dynamics Control Control System Control system operates in logical and natural. Control system is employed in living organism to maintain temp, fluid flow rate and other biological functions. This is natural process control. Artificial control was de