Synthetic Air Data System

From Wikitia
Jump to navigation Jump to search

Synthetic Air Data System (SADS) is an alternative air data system that can produce synthetic air data quantities without directly measuring the air data. It uses other information such as GPS, wind information, the aircraft's attitude, and aerodynamic properties to estimate or infer the air data quantities. Though air data includes altitude, airspeed, pressures, air temperature, Mach number, and flow angles (e.g., Angle of Attack and Angle of sideslip), existing known SADS primarily focuses on estimating airspeed, Angle of Attack, and Angle of sideslip. SADS is used to monitor the primary air data system if there is an anomaly due to sensor faults or system faults. It can also be used as a backup to provide air data estimates for any aerial vehicle.

Functionality

Synthetic air data systems can reduce risk by creating an extra redundancy to the mechanical air data system such as the Pitot-static system and angle vanes. It can also be used to detect failures of other subsystems through data compatibility checks.

History

The idea of SADS has been around since the 1980s. The basic idea is to use non air data sensors such as Inertial Measurement Unit (IMU) and GPS fused with vehicle dynamics models to estimate air data triplet airspeed, Angle-of-Attack, and Angle-of-sideslip (either separately or combined). Most of the earlier work used vehicle dynamics models to estimate air data in both aircraft and spacecraft applications. This approach is sometimes referred to as the aerodynamic model-based SADS[1][2][3][4][5]. However, the aerodynamic model-based SADS is challenging to implement because it is difficult to obtain accurate vehicle dynamics models possessing the fidelity needed to yield the required accuracy in the air data estimates. To address this issue, model-free SADS has been proposed recently[6]. The model-free SADS does not require the vehicle dynamics models. Instead, it relies on the accuracy of the Inertial navigation system (INS) and Three-Dimensional (3D) wind estimates.

SADS has gained a lot of renewed interest after the Air France Flight 447 accident in 2009. Several universities and government agencies such as the University of Minnesota, Delft University of Technology, NASA Langley Research Center, and the Institute of Flight Mechanics and Flight Control at Technische Universität München, have been researching the SADS related topics. Recent patents related to SADS have been filed by the leading air data system producer such as Collins Aerospace [7] and Honeywell[8]. Moreover, the recent two Boeing 737 Max accidents (Lion Air Flight 610 (2018) and Ethiopian Airlines Flight 302 (2019)) have brought SADS into the spotlight again[9], which is detailed by the report. In particular, synthetic airspeed[10] has become a focal point to improve Boeing aircraft's safety.

Commercial Aircraft

SADS has been implemented in some of the most advanced modern commercial aircraft such as the Boeing 787. The ADS on Boeing 787 calculates a synthetic airspeed from the angle of attack measurement, inertial data, accurate Lift coefficient, and aircraft mass (validated after takeoff)[11]. The synthetic airspeed has helped the Boeing 787 recover from the erroneous airspeed measurement[12].

Unmanned Aerial Vehicles

SAD has also been implemented for Unmanned aerial vehicle UAVs (drones). The motivation of SADs for UAVs is that most of the low-cost air data systems on the small Unmanned Aircraft System (UAS) are not reliable. Also, having multiple air data sensors (e.g., Pitot tubes) on small UAVs is not feasible due to stringent size, weight, and power constraints. SADS can significantly increase drones' overall reliability in both Line-Of-Sight and Beyond Visual Line-Of-Sight (BVLOS) drone operations. Recent academic research has focused on improving SADS's accuracy, and the reliability of the ADS used on small UAS by leveraging SADS.

Air Data Triplet

The airspeed <math display="inline"> V_a </math>, angle of attack <math display="inline"> \alpha </math>, and angle of sideslip <math display="inline"> \beta </math> represents the air data triplet, and the current state of art of SADS is to estimate these three quantities either together or separately. One way to estimate the air data triplet is use the wind triangle relationship. Mathematically, the wind triangle equation is shown below:

<math display="block"> \big[\begin{array}{ccc} u & v & w \end{array} \big]^T = {\bf C}_n^b( \boldsymbol{\psi}^n_{nb} )\left[{\bf v}^n - {\bf W}^n\right]</math> where <math display="inline"> u </math>, <math display="inline"> v </math>, and <math display="inline"> w </math> are the translation velocity components expressed in the body frame, <math display="inline"> {\bf C}_n^b( \boldsymbol{\psi}^n_{nb}) </math> is the coordinate transformation from North-East-Down (NED) frame to the body frame. The vector <math display="inline"> \boldsymbol{\psi}^n_{nb} = \big[\phi ~\theta ~\psi \big]^T </math> represents the attitude vector in roll, pitch, and yaw. The <math display="inline"> {\bf v}^n </math> and <math display="inline"> {\bf W}^n </math> represent the ground velocity and wind vector in the NED frame respectively.

If the <math display="inline"> u </math>, <math display="inline"> v </math>, and <math display="inline"> w </math> are known, the airspeed <math display="inline"> V_a </math>, angle of attack <math display="inline"> \alpha </math> and angle of sideslip <math display="inline"> \beta </math> can be calculated as the following[13]:

<math display="block"> V_a = \sqrt{u^2 + v^2 + w^2} </math> <math display="block"> \alpha = \tan^{-1}\left(\dfrac{u}{v}\right) </math> <math display="block"> \beta = \sin^{-1} \left(\dfrac{v}{\sqrt{u^2 + v^2 + w^2}}\right) </math>

Method

There are various methods to estimate or "synthesize" airspeed, angle of attack, and angle of sideslip without directly using the measured air data. For example, synthetic airspeed can be computed by using the ground velocity, angle of attack, wind velocity, airplane’s pitch attitude and heading. The ground velocity is usually provided by GPS. The angle of attack measurements can come from the angle vanes. The wind velocity can be obtained by the airborne weather radar. The attitude of the airplane can be computed from the inertial navigation system. The exact computation of the synthetic airspeed can vary (e.g., small-angle approximation can be made to simplify the computation), but it is primarily based on the kinematic wind triangle equation. This method is referred to as the model-free SADS method; there is no vehicle model dynamics involved.

The model-based SADS leverages the vehicle dynamics model to help estimate the air data quantities. In particular, the aerodynamic coefficients are used to compute synthetic air data. For example, angle of attack <math display="inline"> \alpha </math> can be synthesized if the Lift coefficient <math display="inline">C_L </math>, Mach number <math display="inline"> M </math>, and altitude <math display="inline"> h </math> are known. Mathematically[1],

<math display="block"> \alpha = f(C_L,~M,~h) </math>

The function <math display="inline"> f(\cdot)</math> that relates <math display="inline">C_L </math> to <math display="inline"> \alpha </math> can be empirically determined by curve fitting the aerodynamic data. The accuracy of the model-based SADS depends on the accuracy of the aerodynamic coefficient. This accuracy constraint might not an issue for high performance aircraft such as F-15, but it can be quite difficult for low-cost UAVs.

Many model-based and model-free SADS utilize classical estimation methods such as Kalman filtering and Least Squares extensively to estimate air data when sensor fusion and real-time capability are required. Other non-conventional methods such as data-driven learning or machine learning based methods have emerged over the last decade, but they are not ready to be certified due to the nature of its uncertainty.

References

  1. 1.0 1.1 Zeis, J. E. J. (1988). "Angle of Attack and Sideslip Estimation Using an Inertial Reference Platform" (PDF). M.S. Thesis, U.S. Air Force Inst. of Technology, Wright-Patterson AFB.
  2. Colgren, R., Frye, M., and Olson, W. (1999). "A Proposed System Architecture for Estimation of Angle-of-Attack and Sideslip Angle". Guidance, Navigation, and Control Conference and Exhibit. Guidance, Navigation, and Control and Conference and Exhibit, AIAA. doi:10.2514/6.1999-4078.{{cite book}}: CS1 maint: multiple names: authors list (link)
  3. Nebula, F., Palumbo, R., Morani, G., and Corraro, F. (2009). "Virtual Air Data System Architecture for Space Reentry Applications". Journal of Spacecraft and Rockets. Journal of Spacecraft and Rockets, AIAA. 46 (4): 818–828. Bibcode:2009JSpRo..46..818N. doi:10.2514/1.42485.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  4. Lie, F. A. P. and Gebre-Egziabher, D. (2013). "Synthetic Air Data System". Journal of Aircraft. Journal of Aircraft, AIAA. 50 (4): 1234–1249. doi:10.2514/1.C032177.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  5. Tian, P., and Chao, H. (2018). "Model Aided Estimation of Angle of Attack, Sideslip Angle, and 3D Wind without Flow Angle Measurements". 2018 AIAA Guidance, Navigation, and Control Conference. AIAA Guidance, Navigation, and Control Conference, AIAA. doi:10.2514/6.2018-1844. ISBN 978-1-62410-526-5.{{cite book}}: CS1 maint: multiple names: authors list (link)
  6. Sun, K., Regan, C. D. and Gebre-Egziabher, D. (2019). "Observability and Performance Analysis of a Model-Free Synthetic Air Data Estimator". Journal of Aircraft. Journal of Aircraft, AIAA. 56 (4): 1471–1486. doi:10.2514/1.C035290.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  7. Kaare Josef Anderson, Brian Daniel Matheis, Derrick D. Hongerholt, William Kunik (2018). "Synthetic air data output generation".{{cite web}}: CS1 maint: multiple names: authors list (link)
  8. Frank Rajkumar Elias, Visvanathan Thanigai, Nathan Peter Wesley (2011). "Alternate airspeed computation when air data computer (adc) fails".{{cite web}}: CS1 maint: multiple names: authors list (link)
  9. Alan Levin (August 23, 2020). "Boeing Boosts 737 Max Safety With Spacecraft, Drone Technology".
  10. The House Committee on Transportation & Infrastructure (2020). "FINAL COMMITTEE REPORT: BOEING 737 MAX" (PDF).
  11. Dodt, T. (2011). "Introducing the 787 - Effect on Major Investigation and Interesting Tidbits" (PDF).
  12. Austrailian Transport Safety Bureau (2015). "Erratic airspeed indications boeing 787-8, vh-vke" (PDF).
  13. Klein, V. and Morelli, E. A. (2006). Aircraft System Identification Theory and Practice. ISBN 9781563478321.{{cite book}}: CS1 maint: multiple names: authors list (link)

External links

This article "Synthetic Air Data System" is from Wikipedia. The list of its authors can be seen in its historical. Articles taken from Draft Namespace on Wikipedia could be accessed on Wikipedia's Draft Namespace.