Machine Learning based Prediction of Ditching Loads

Henning Schwarz,Micha Überrück,Jens-Peter M. Zemke,Thomas Rung
2024-10-11
Abstract:We present approaches to predict dynamic ditching loads on aircraft fuselages using machine learning. The employed learning procedure is structured into two parts, the reconstruction of the spatial loads using a convolutional autoencoder (CAE) and the transient evolution of these loads in a subsequent part. Different CAE strategies are assessed and combined with either long short-term memory (LSTM) networks or Koopman-operator based methods to predict the transient behaviour. The training data is compiled by an extension of the momentum method of von-Karman and Wagner and the rationale of the training approach is briefly summarised. The application included refers to a full-scale fuselage of a DLR-D150 aircraft for a range of horizontal and vertical approach velocities at 6° incidence. Results indicate a satisfactory level of predictive agreement for all four investigated surrogate models examined, with the combination of an LSTM and a deep decoder CAE showing the best performance.
Machine Learning,Computational Engineering, Finance, and Science
What problem does this paper attempt to address?
This paper attempts to address the problem of predicting the dynamic impact loads on the fuselage during an aircraft ditching process. Specifically, the researchers use machine learning methods to predict the time evolution of these loads to improve prediction accuracy and efficiency. ### Background and Problem 1. **Importance of Ditching**: - Ditching refers to the emergency landing of an aircraft on water, which is a scenario that must be considered for large transport aircraft. - Relevant certification regulations include EASA/FAA CS 25.563, CS 25.801, and CS 25.807(e), which aim to prevent immediate injury to occupants and ensure that the aircraft remains buoyant long enough for occupants to evacuate safely. 2. **Existing Research Methods**: - Existing research methods mainly include accident analysis, experimental testing, and numerical simulation. - Experiments are usually based on scaled model tests, while numerical simulations rely on fluid-structure coupling methods. - Traditional model tests need to consider scaling laws and related scaling effects, but it is difficult to fully simulate the actual load conditions. 3. **Research Challenges**: - During the impact phase, inertia and gravity dominate, so experiments typically use the Froude scaling method, which significantly reduces test speed and ignores the similarity of viscous forces. - Multiphase effects (such as cavitation and ventilation) also significantly impact load prediction and aircraft trajectory, but these effects are difficult to simulate accurately. ### Main Contributions of the Paper 1. **Method Overview**: - The researchers propose a machine learning-based method to predict dynamic impact loads using Convolutional Autoencoders (CAE) and Long Short-Term Memory networks (LSTM) or Koopman operator methods. - CAE is used to reconstruct spatial loads, and LSTM or Koopman operator methods are used to predict the time evolution of these loads. 2. **Data Source**: - Training data is obtained by extending the momentum methods of von Karman and Wagner. - Application scenarios include the DLR-D150 aircraft full-scale fuselage at a 6° angle of attack under different horizontal and vertical approach speeds. 3. **Results and Evaluation**: - The results show that all four investigated surrogate models exhibited satisfactory prediction consistency, with the combination of LSTM and deep decoder CAE showing the best performance. ### Summary This paper successfully predicts the dynamic impact loads on the fuselage during an aircraft ditching process by combining Convolutional Autoencoders and Long Short-Term Memory networks. This method not only improves prediction accuracy but also provides new ideas for future research.