Next Article in Journal
Tailorable 2D MoS2 via Oxide Sulfidation for Photodetection and Contact Engineering
Previous Article in Journal
High-Precision Laser Time–Frequency Synchronization in Space Based on an Improved Kalman Filtering Method
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An On-Board Shock Absorber Detection Method for General Aviation Aircraft Landing Gears

Department of Aircraft Engineering, College of Aviation Engineering, Civil Aviation Flight University of China, Chengdu 641419, China
*
Author to whom correspondence should be addressed.
Sensors 2026, 26(11), 3509; https://doi.org/10.3390/s26113509
Submission received: 13 March 2026 / Revised: 17 April 2026 / Accepted: 29 May 2026 / Published: 2 June 2026
(This article belongs to the Section Physical Sensors)

Highlights

What are the main findings?
  • Gas leakage primarily reduces initial gas pressure in landing gear shock absorbers, while oleo leakage increases initial gas volume; both affect air spring force.
  • A rigid-flexible coupled nose landing gear model incorporating strut flexibility was developed, improving simulation fidelity of dynamic responses during landing.
  • A CNN-LSTM deep learning method using only two accelerometers per landing gear achieves over 95% detection accuracy for most fault types under soft and normal landings, and around 90% under heavy landings.
What are the implications of the main findings?
  • The proposed method offers a practical, sensor-efficient, and maintenance-friendly solution for real-time health monitoring of landing gear shock absorbers.
  • It contributes to enhanced operational safety and reduced labor costs for general aviation aircraft.

Abstract

This paper aims to develop an on-board shock absorber detection method for general aviation aircraft. The effects of common gas and oleo leakage are analyzed in this paper. Based on the principle of landing gear dynamics, it is found that gas leakage and oleo leakage would mainly affect air spring force of shock absorbers in various ways. A rigid–flexible coupled landing gear multi-body system (MBS) model is developed by considering strut flexibility, aiming to offer more accurate simulated responses. A database is developed that considers common leakage faults and typical landing conditions using the developed landing gear model. A deep learning model is proposed in this paper. The proposed model is trained and tested using the database simulated from the rigid–flexible coupling landing gear model. The proposed method demonstrates robust detection performance, achieving over 95% precision for most fault types. This work provides a practical, sensor-efficient solution for real-time health monitoring of landing gear shock absorbers, contributing to improved maintenance strategies and operational safety for general aviation aircraft. As this is a preliminary feasibility study, full validation requires future drop tests or instrumented flight tests.

1. Introduction

Oleo-pneumatic shock absorbers are widely applied for general aviation aircraft landing gears. Both theoretical analysis and practical experience have demonstrated that the volume of hydraulic fluid and the initial pressure of the gas inside the shock absorber are crucial factors for maintaining the excellent shock absorption performance of the shock absorber [1]. Variations in oleo and gas states would deteriorate landing gear shock absorption performance. Since 2006, a certain flight academy has introduced a large number of Cessna 172R aircraft as main aircraft for the academy’s training flights, and a total of 60 oleo leakage incidents occurred at landing gears of such aircraft between 2007 and 2009, which were mainly caused by seal failure of the shock absorbers [2]. A certain airline has found through statistics that among every 100 aircraft, four aircraft would experience gas leakage in the landing gear shock absorbers. The bottom touch of nose landing gear shock absorber of a certain aircraft occurred frequently during winter seasons due to gas leakage caused by low environment temperature [3,4]. Reference [5] analyzed the main causes of oleo leakage and air leakage in the landing gear of a certain type of aircraft, and it was found that oleo leakage is mainly caused by sealing ring faults, local damage on cylinder, excessive deformation of the cylinder and piston, etc.; gas leakage is mainly caused by weld defects, rubber component aging, oleo pipe defects, incorrect assembly of the screw sleeve, environment temperature, etc. Currently, general aviation aircraft are rarely equipped with sensors mounted inside shock absorbers to monitor oleo leakage and gas leakage, and maintenance engineers would monitor the status of landing gear shock absorbers manually based on the maintenance manual (such as pressure detection, etc.) after the flight mission is completed, which would result in higher labor costs. And given the complex and variable factors contributing to the problem of shock absorber oleo leakage and gas leakage in the landing gear, it is difficult to establish an accurate physical and mathematical model to describe how shock absorbers degrade [1]. This paper aims at developing an on-board oleo and gas leakage detection method for shock absorbers based on landing gear dynamic responses.
Indirect fault detection methods are widely applied for mechanical systems. Based on the relationship between faults and system responses, such methods tend to offer fault detections by analyzing system responses (such as impact signals, acceleration signals, etc.) instead of monitoring factors directly. Such methods are widely applied for bearings [6,7,8], gears [9,10], wheelsets [11,12,13], etc. One main advantage of indirect fault detection methods is that they could offer accurate fault diagnoses based on simple sensor networks. For example, only one accelerometer and one temperature sensor are needed to classify faults occurring on different components of bearing. A direct shock absorber fault detection would require a complex sensor network for the factors affecting shock absorber performance, which need independent sensors for gas, oleo, internal structure, etc. Indirect fault detection methods provide a new perspective to direct various shock absorber faults based on acceleration signals, according to their different influences on landing gear dynamic responses during landing. Nowadays, deep learning methods are widely applied for indirect fault detection.
Deep learning algorithms could adaptively capture the features of raw data through a deep multi-layer network structure, achieving end-to-end fault diagnosis, and are widely applied in the fault diagnosis of mechanical systems [14]. Reference [15] provided a comprehensive review and analysis of the existing fault diagnosis methods for rotary mechanisms based on deep learning, comparing the principles and applications of each deep learning analysis method. Among them, convolutional neural networks (CNNs) have the advantage of extracting features in the spatial dimension and are widely applied in the fault diagnosis of mechanical systems. Reference [16] proposed a rolling bearing fault diagnosis method based on CNN and the skewness index of vibration signals. By converting the vibration indicators of the vibration signals into grayscale images, a CNN was used to extract different fault features of the bearings in the skewness grayscale images, and the accuracy of the diagnosis model reached 99.5%. Reference [17] proposed a fault diagnosis method for planetary gearboxes based on CNNs and vibration bispectrum. This method uses the vibration bispectrum of the original vibration signal as the input of the CNN to enhance nonlinear features and reduce noise. This model has a good recognition accuracy for common gear faults. CNNs are also widely applied in the field of aviation for fault diagnosis. Reference [18] proposed a CNN-based fault diagnosis method for rolling bearings, converting the original vibration signal into an image signal for input into a CNN to achieve fault diagnosis. Reference [19] proposed a one-dimensional CNN fault diagnosis method for aircraft engine gears, extracting fault features from the vibration data using a one-dimensional CNN, and this fault diagnosis method is superior to the support vector machine. Reference [20] proposed a CNN-based fault diagnosis method for aircraft engine bearings, using a one-dimensional adaptive normalization CNN and a one-dimensional physical characteristic-guided CNN combined with the star-crow algorithm to extract the features of multi-dimensional signals of the engine, improving the fault diagnosis effect of aircraft engine bearings. Reference [21] proposed a fault diagnosis method for the main bearing of aircraft engines based on CNNs, obtaining the time-frequency spectrum samples of the original vibration signal through wavelet transform and short-time Fourier transform, and extracting the features of the time–frequency spectrum samples through a CNN with deep and shallow layer feature fusion characteristics to achieve fault diagnosis.
Compared with the advantages of CNNs in extracting features in the spatial dimension, a long short-term memory network (LSTM) can handle the time dependence and long-term memory of signals in the temporal dimension, and can also solve the problems of gradient vanishing and gradient explosion. The combination of CNNs and LSTM can achieve a result of capturing more comprehensive signal features in both the spatial and temporal dimensions. Reference [22] proposed fault diagnosis methods combining CNNs and LSTM, which not only improved the efficiency of feature extraction and reduced the number of parameters, but could also adapt to constantly changing operating conditions. Reference [23] proposed a wind turbine fault detection method based on CNN-LSTM. By using CNNs to extract the dynamic changes in collected data and enhancing LSTM through the attention mechanism, the accuracy of the method was improved. Reference [24] proposed a gearbox fault diagnosis model based on CNN-LSTM, which extracted the fault features of the original vibration signal of the gearbox through the dual channels of CNN and the gated recurrent unit based on LSTM, and classified the fused fault feature vector using Softmax.
Based on the above analyses, in order to ensure the landing gear safety and fully consider the requirements of airworthiness certification, this paper proposes a sensor network which only consists of two accelerometers for each landing gear. By installing acceleration sensors on the fuselage and wheel to collect the dynamic response signals during aircraft landing, and fusing the acceleration signals of the fuselage and wheels into a two-dimensional image signal as the input of the fault diagnosis model, this paper combines the advantages of CNNs and LSTM in feature extraction and proposes a method for monitoring shock absorber oleo leakage and gas leakage of a certain general aviation aircraft landing gear.

2. Methodology

The factors causing oleo leakage and gas leakage of shock absorbers in the landing gear are complex and variable, including component production and installation quality, total number of takeoffs and landings, flatness of the runway, ambient temperature, air composition, etc. Oleo leakage and gas leakage are mainly detected via visual inspection with high labor cost. For maintaining a good service quality and operational safety, it is of interest to develop on-board health-monitoring methods which not only enable a rapid leakage detection but also contribute to investigating their influences on shock absorption performance of landing gear and further optimize operation and maintenance strategies.
The performance of a shock absorber is affected by many factors, including gas state, oleo state and interior structure of the shock absorber. A complex sensor network would be required to monitor factors directly; for example, pressure sensor and volume sensor are required to monitor the gas pressure and volume. In addition, some factors are difficult to be monitored. For example, damping the orifice area is crucially important to the damping performance of a shock absorber, and wear and clogging would change the damping orifice area, thereby deteriorating the damping performance of a shock absorber, but it is difficult to monitor the state of damping the orifice area. Based on our research, the key indicators of a shock absorber performance would affect the dynamic responses during landing in various ways, and the dynamic responses are easy to be acquired by sensors and are widely applied in many industries. These findings provide a theoretical basis for the response-based shock absorber fault diagnosis. In addition, most general aviation aircraft are not equipped with landing gear health-monitoring systems, and adding fault detection system for landing gears would have to consider the impact of installing additional sensors on the original structure of the landing gear. Installing additional sensors on shock absorbers directly would destroy the original structure of the shock absorber and reduce the structural strength of the shock absorber. The sensors installed on shock absorbers will work under the environment with high pressure, high temperature and severe vibrations. And the maintenance of this sensor network will require lifting the aircraft fuselage and disassembling the landing gear. This paper proposed a sensor network for shock absorber detection which only needs accelerometers instead of a complex sensor network. As shown in Figure 1, two accelerometers are mounted on fuselage and wheel for each landing gear to acquire vertical acceleration during landing. The wheel accelerometer is installed near the centerline of the wheel axle, while the fuselage accelerometer is mounted on the floor of the cockpit above the shock absorber strut. The fuselage and the wheel acceleration sensors are fixed by adhesive. Each acceleration sensor has a measurement range of ±50 g and a sampling frequency of 1000 Hz. Both accelerometers would work in a more friendly environment, and it would be easier to conduct maintenance for fuselage and wheel accelerometers. Also, in this case, fuselage lift and landing gear disassembling are not required. Such sensor networks will be able to operate with high robustness and lower cost, and will be-maintenance friendly.
Based on the proposed sensor network, a DL model is developed to conduct fault detection of shock absorber leakage due to its advantage of automatic feature extraction, strong nonlinear modeling capabilities and the ability to handle complex, high-dimensional, and time-series data. CNNs and LSTM are applied in the proposed leakage detection method, combining their advantage in acquiring features in space domain and time domain.
A rigid–flexible landing gear model is developed to simulate landing gear dynamic response signals for database to train the proposed DL model. Simulations mainly focus on landing conditions. Oleo leakage and gas leakage would affect the landing gear shock absorption performance. Comparing with takeoff roll, the landing gear shock absorbers would work with a greater working stroke and the landing gears would have more dramatic dynamic responses during landing process. There are more possibilities to detect shock absorber leakage based on dynamic responses during landing conditions than takeoff roll. Hence, landing gear dynamic response, theoretically, could reflect the shock absorber state very well if such a response is well processed. And it would be risky and costly if a shock absorber fault were detected during takeoff roll, because the aircraft would have to terminate takeoff run and reduce speed to 0.0 km/h before the end of the takeoff runway. The passengers on the plane would have to change planes and subsequent departing flights would be affected. So, this paper mainly focuses on simulations of a certain nose landing gear during landing conditions.
As shown in Figure 1, the technique route of this study mainly consists of the following four main steps:
Step 1: For ensuring the accuracy of samples, a rigid–flexible coupled MBS model is developed for the landing gear focused on in this paper to offer samples for database via simulation. Both the shock absorber and the tire are modeled in detail, and the strut is modeled as a flexible body for considering influence of the strut deformation on landing gear dynamic response during landing.
Step 2: Based on the theoretical model of landing gear, the influence of oleo leakage and gas leakage on the shock absorber are discussed and typical fault conditions are decided. Simulations under all typical fault conditions and landing conditions are made to develop dynamic response samples for database.
Step 3: 80% of the developed database is applied for training the proposed DL method.
Step 4: 20% of the untrained samples are fed into the train model to test its performance.

3. Rigid–Flexible Coupled Landing Gear Model and Database Development

During the aircraft landing process, the landing gear shock absorption system needs to absorb and dissipate the vertical impact generated by the contact of the wheels with the ground within a short period of time (1 s) after the wheels touch the ground. The factors influencing the vertical impact shock absorption performance of the landing gear mainly include the flight state of the aircraft during landing and the health state of the shock absorber. Among them, the flight state of the aircraft during landing mainly includes the aircraft’s descent speed. Crosswind is one of the main factors affecting the flight state of the aircraft during landing. The direction of the crosswind is mainly lateral and does not directly produce a vertical component. However, the pilot’s correction for the crosswind state (drift method, sideslip method, etc.) would change the lift distribution of the aircraft, resulting in a larger descent rate or a sudden descent at the moment of touchdown. The essence of the impact of crosswind on the shock absorption performance of the landing gear is to change the descent speed of the landing gear at the moment of touchdown. The health state of the shock absorber mainly includes the oil and gas state inside the shock absorber and the internal structural state. As one of the most important methods for analyzing the performance of shock absorbers, landing gear drop dynamics simulation is widely applied in the analysis of landing gear drop performance [25,26,27]. Considering that the shock absorber mainly determines the absorption capacity of the landing gear for vertical impact, landing gear drop dynamics simulation sets the free-fall motion of the landing gear at different initial heights to simulate the dynamic response of the landing gear under different landing states (descent speed, etc.) of the aircraft; and in the landing gear drop simulation, the influence of the material of the landing airport runway on the vertical impact is considered, while the influence of the vibration caused by the smoothness of the runway surface is ignored. This section mainly conducts landing gear dynamics simulation, establishes a landing gear drop dynamics model considering the flexibility of the support rods, compares the dynamics performance of the landing gear before and after considering the flexibility of the support rods, analyzes the influence of structural flexibility on the landing gear, and based on the rigid–flexible coupling model of the landing gear, establishes a landing gear landing dynamic response database.

3.1. A Rigid–Flexible Coupled Landing Gear Model

Rigid–flexible coupled dynamic modeling is widely applied in fields such as railways [28,29], robotics [30,31], aerospace [32,33], etc., due to its advantages of being closer to physical reality, high computational efficiency, balance between accuracy and efficiency, stress analysis and fatigue prediction, etc. This paper focuses on a certain transport aircraft, and establishes a rigid–flexible coupled dynamic model of the aircraft’s nose landing gear to simulate the landing gear dynamic responses during the landing process under various conditions. As shown in Figure 2, the nose landing gear considered in this paper mainly consists of the tire, rim, fork, strut, shock absorber, engine frame and fuselage. Such nose landing gear could be modeled as in Equation (1).
M 1 y ¨ 1 L O B cos α 1 = M 1 g L O B cos α 1 F s L O A cos β M 2 α ¨ 2 L O F = M 2 g L O D sin γ + F s L O C sin γ F t L O E cos α 2
where LOA, LOB, LOC, LOD, LOE and LOF are the distance between each force point and the rotation center, o, correspondingly, LAC is the length of shock absorber in real time, α1 and α2 is pitching angle of engine frame and strut, respectively, β is the angle between shock absorber and engine frame, γ is angle between shock absorber and strut, Fs is the shock absorber axial force, and Ft is the radial force generated by the contact between the wheel tire and the ground.
Equation (2) shows detailed functions of shock absorber axial force Fs(t) [31]. As shown in Equation (2), shock absorber axial force Fs(t) mainly consists of oleo damping force Fc(t), structural limiting force Fl(t), air spring force Fk(t) and internal friction force Ff(t).
F s ( t ) = F k ( t ) + F f ( t ) + F c ( t ) + F l ( t ) F k ( t ) = A 0 P 0 V 0 V 0 A 0 L ( t ) α P a t m F f ( t ) = μ p 4 h p D F k ( t ) F c ( t ) = ξ ρ A 1 3 2 A s 2 V ( t ) V ( t ) F l ( t ) = k l L ( t ) , L ( t ) < 0 0 , 0 L ( t ) L s max k l ( L ( t ) L s max ) , L ( t ) > L s max
where A0 is the effective air pressure area and mainly decided by the inner diameter of the piston rod, A1 is the oleo pressure area and related to the inner diameter of the shock absorber outer cylinder, AS is the damping orifice area, D is the diameter of the outer cylinder of the shock absorber, hp is the thickness of the inner cylinder liner of the shock absorber, kl is the piston stiffness, L(t) and V(t) are the real-time stroke and stroke speed of the shock absorber, Lmax is the max stroke of the shock absorber, P0 is the initial gas pressure, Patm is the local atmospheric pressure, V0 is the initial gas volume, α is the gas variable coefficient, ρ is the oleo density, ζ is the fluid damping coefficient of oleo friction loss, and μp is the friction coefficient between the inner cylinder liner and the outer cylinder of the shock absorber.
Equation (3) shows the detailed function of radial force generated by the contact between the wheel tire and the ground.
F t ( t ) = ( 1 + C T y ˙ t ( t ) ) f ( y t ( t ) )
where CT is the vertical damping of tire, y t ( t ) is the tire compression, and f ( y t ( t ) ) is the static pressure curve of the tire.
The single-engine general aviation aircraft studied in this paper only has the front landing gear equipped with an oil and gas type shock absorber, and the main landing gears are equipped with composite material spring plates. As shown in Figure 2, the nose landing gear is a typical rocking arm structure. The main parameters of the nose landing gear focused on in this paper are shown in Table 1. During the landing process, the strut would rotate at point o under the impact force generated by the wheels and the ground, and the strut would inevitably deform when shock absorber works. Accurately describing the flexibility of strut is essential for simulating the dynamic responses of the landing gear during landing conditions. Therefore, to make the simulated results more accurate, modal analyses are carried out on the strut and the results are imported to develop a rigid–flexible coupling dynamic model for the nose landing gear focused on in this paper, as Figure 3 shows. In the simulation of landing gear shock absorption, the airport ground surface adopted the common cement concrete material widely used in general aircraft airports. Considering that the fuel tank of the target aircraft is installed on the wing, and the luggage compartment is set between the wing and the tail wing, all at a certain distance from the front landing gear, the change in fuel quantity before landing and the difference in cargo weight have little impact on the landing shock dynamic performance of the front landing gear.
The current model and method are validated specifically for symmetric landings without crosswind on a rigid, smooth runway. Simulations with and without considering strut flexibility are conducted under a normal aircraft landing condition (descent speed of 1.0 m/s). As shown in Figure 4, wheel and fuselage vertical accelerations are compared for analyzing the influence of strut flexibility on landing gear dynamic responses. The simulation results of the dynamics of the nose landing gear show that within the time range of 0 to 0.121 s, the nose landing gear is in a free-fall stage, maintaining a constant gravitational acceleration value. At 0.121 s, the wheels touch the ground, and the landing gear’s touchdown speed is 1.0 m/s. From 0.121 to 0.126 s, after the wheels touch the ground, the shock absorber and tires are compressed to their maximum stroke, and the wheels experience the maximum peak of vibration acceleration. From 0.126 to 0.214 s, the shock absorber and tires extend, and the wheels experience the maximum reverse peak, with the wheel vibration beginning to oscillate and decay. After 0.6 s, the amplitude of the aircraft body’s vibration acceleration is lower than 0.1 m/s2. This meets the relevant requirements in the “Aircraft Landing Gear Strength Design Guide” that “the majority of the impact energy during landing should be absorbed and dissipated within 0.8 s of touchdown, minimizing the impact on the aircraft structure” [34]. And it is found that strut flexibility has more dramatic influence on wheel vertical acceleration than fuselage vertical acceleration. As shown in Figure 4a, after considering strut flexibility, the first peak of wheel acceleration occurred later when the wheel touched the ground, and the amplitudes of the wheel acceleration wave are lower than those without considering strut flexibility. As shown in Figure 4b, considering strut flexibility would reduce the amplitudes of fuselage acceleration subtly.
To test the accuracy of the landing gear model, this paper compares the simulation results with real flight data. Vertical fuselage accelerations from a real flight and landing gear model with and without considering structural flexibility are compared within one second of the aircraft’s wheels touching the ground. As shown in Table 2, the rigid–flexible landing gear model was proved to have higher accuracy than the rigid landing gear model.
Energy absorption and the efficiency factor are two main indicators for evaluating the performance of shock absorbers. Energy absorption refers to the total amount of kinetic energy converted into thermal energy and potential energy by the landing gear shock strut during its compression stroke through oil damping and gas spring deformation. This metric directly quantifies the shock absorber’s capability to dissipate impact energy, typically expressed in joules (J). The efficiency factor is defined as the ratio of the actual energy absorbed by the shock strut to the ideal energy that would be absorbed under a constant load throughout the compression stroke. Alternatively, it can be expressed as the ratio of the mean load to the peak load during compression. This metric indicates the ability of the shock absorber to transmit impact loads smoothly into the airframe. A higher efficiency (typically between 70% and 90%) results in a lower peak load for the same absorbed energy, thereby reducing fatigue damage to the landing gear and fuselage and improving ride quality. Equations (4) and (5) show the functions of energy absorption (W) and efficiency factor (η), respectively.
W = P z cos α cos β Δ S
η = W ( P z cos α cos β ) max S max
where α and β are the pitching angle and rolling angle of fuselage, Pz is the vertical shock absorber load, Δ S is the variation in the travel distance of the shock absorber during this period and S max is the max stroke of the shock absorber.
Figure 5 shows the stroke–load curve with and without considering strut flexibility under the vertical decent speed of 1.0 m/s. The energy absorption and efficiency factor of the shock absorber are derived based on Figure 5. As shown Table 3, the strut flexibility has a subtle influence on the energy absorption and efficiency factor of the shock absorber. As shown in Figure 5, the strut flexibility would reduce the max stroke and increase the max vertical load of the shock absorber simultaneously.
Figure 6 shows the strain distribution of strut before and after considering the strut flexibility, and it is found that the max stress area occurs at the junction of the strut and the engine frame. It is proved that the flexibility of strut would affect the dynamic response of landing gear during landing by absorbing certain vibrations, and the reduced wheel and fuselage acceleration would cause more challenges to the shock absorber health-monitoring method.

3.2. Typical Shock Absorber Fault Conditions

Based on the theoretical model of the shock absorber (Equation (2)), the axial force of the shock absorber is mainly determined by the internal structure and the state of sealed oleo and gas. As shown in Equation (2), oleo damping force Fc(t) is mainly decided by the sectional area inside the shock absorber, which would not have dramatic variations during real operation, density and damping co-efficiency of oleo, which are usually considered as constant and would not vary with oleo or gas leakage. The structural limiting force Fl(t) is mainly determined by the material of the shock absorber piston and outer cylinder, which would not vary with oleo or gas leakage. Air spring force Fk(t) and internal friction force Ff(t) are mainly determined by initial gas volume and initial pressure. Considering that the shock absorbers are filled with oleo and gas inside, the initial gas volume would be affected (increased) by oleo leakage, and the initial gas pressure would be affected (reduced) by gas leakage. Hence, it is found that oleo leakage and gas leakage would have limited influence on oleo damping force Fc(t) and structural limiting force Fl(t), but would affect air spring force Fk(t) and internal friction force Ff(t) via changing the initial gas volume and initial pressure.
In this paper, faults of initial gas volume and initial gas pressure are focused on in this paper to develop health-monitoring methods for oleo leakage and gas leakage of shock absorbers. Four different fault levels are considered for initial gas volume fault and initial gas pressure fault. As analyzed above, such faults would affect air spring force Fk(t) and internal friction force Ff(t) in a different way. As shown in Figure 7, air spring force Fk(t) would increase with the increase in initial gas pressure, and reduce with the increase in initial gas volume [35]. The initial gas pressure faults would cause linear variation in the air spring force of the shock absorber. The initial gas volume faults would cause nonlinear variation in the air spring force of the shock absorber; for the same initial gas volume fault, air spring force would show larger variation under a larger shock absorber stroke.

3.3. Database Development

Based on the rigid–flexible landing gear model, a database is developed to train and test the model proposed in this paper. Both initial gas pressure faults and initial gas volume faults are selected to represent oleo leakage and gas leakage. It is assumed in this paper that the volume inside a shock absorber would remain constant; so, oleo leakage would affect gas volume, thereby affecting the volume of gas, and gas leakage would affect the gas pressure. According to the manual, for most general aviation aircraft, when the initial gas pressure fluctuation range of the oleo-pneumatic shock absorber reaches ±5%, the status of the shock absorber needs to be monitored; when the initial gas pressure fluctuation range reaches ±10%, the oleo-pneumatic shock absorber must be refilled with gas; when the initial gas pressure fluctuation range reaches ±20%, the aircraft cannot be released and the shock absorber needs to be refilled with gas and undergo a sealing inspection [36]. Hence, four levels are considered for both initial gas pressure faults and initial gas volume faults, including ±10% and ±20% parameter fluctuation representing mild fluctuation and severe fault conditions correspondingly. According to the ideal gas law, the effect of ambient temperature on oleo-pneumatic strut performance is essentially manifested through changes in initial gas pressure (P0). For general aviation aircraft operating within a typical temperature range (−20 °C to +45 °C), the corresponding variation in P0 is approximately ±8% (based on the gas state equation). This range is fully covered by the predefined fault levels.
Besides shock absorber states, the state of the aircraft before touching the ground also affects the landing dynamics response of the landing gear. According to relevant regulations, for small single-engine general aviation aircraft, the ideal landing descent speed is 0.5 m/s to 1.0 m/s; a landing descent speed of 1.0 m/s to 1.5 m/s would be considered a heavy landing, which would be judged as having a tendency for medium landing in flight training; when the landing descent speed reaches 1.524 m/s, the maintenance engineers need to inspect the landing gear and the fuselage skin; when the landing descent speed is 1.524 m/s, it is a serious heavy landing and a comprehensive flaw detection inspection must be carried out [37]. Based on this, three typical aircraft-landing conditions are considered in this paper, including descent speeds of 0.5 m/s, 1.0 m/s and 1.5 m/s, representing a soft landing, a normal landing and a heavy landing.
Both fault conditions and landing conditions are put into the rigid–flexible landing gear model for simulating dynamic responses under all considered conditions. Fuselage vertical acceleration signal and wheel vertical acceleration signal are obtained via simulations for building database. Simulations are made for acquiring dynamic responses of the first 6.0 s during landing progress and the sampling frequency of virtual sensors is set as 1000 Hz.

4. Model Training and Verification

4.1. Technical Route

This paper proposed an on-board health-monitoring method for landing gear leakage detection by combining the advantages of CNN and LSTM. A network structure of “two-layer CNN + two-layer LSTM” is adopted in the deep learning method proposed in this paper. The first layer of CNN is mainly applied for local feature extraction of the original acceleration in time series, capturing the short-term local fluctuation features of the acceleration signal (such as the instantaneous peak of landing impact, local waveform distortion caused by abnormal damping). The second layer of the CNN further abstracts and integrates the local features extracted by the first layer, extracting higher-level global local features (such as the feature waveforms corresponding to different fault modes, the associated features of multiple shock signals). This enhances the robustness of the features, filtering out the noise in the original signal (such as environmental vibrations during landing and sensor noise). Using a two-layer CNN can accurately capture the instantaneous impact, waveform distortion, etc., corresponding to the shock absorber fault, and significantly reduces the model parameters, avoiding overfitting, and adapting to small-sample fault diagnosis scenarios (aircraft fault data collection entails high costs and the sample size is small). The first-layer LSTM receives the local temporal features extracted by CNN to model the dependency relationship between adjacent time steps, learn the temporal evolution pattern of the acceleration signal (such as the dynamic changes in the buffer from impact to stability during landing, and the temporal abnormal trend caused by faults), and retain the temporal dimension, providing the second-layer LSTM with features with temporal context. The second-layer LSTM performs full-long-term dependency modeling on the temporal features of the first layer, integrating the temporal information of the entire landing process, and finally outputs a global temporal feature vector (compressing the temporal dimension and retaining the global features), capturing the long-term cumulative effect of faults (such as the acceleration waveform shift in the entire landing process caused by faults, and multi-stage abnormalities), which is a global temporal feature that CNN cannot efficiently model. In the designed “two-layer CNN + two-layer LSTM” structure, the CNN is mainly responsible for extracting short-term local features (impacts, waveform distortions), while the LSTM is mainly responsible for modeling long-term sequence global dependencies (time evolution, cumulative anomalies). CNNs and LSTM complement each other and comprehensively cover the feature dimensions of shock absorber faults. The manifestations of shock absorber faults include instantaneous impact anomalies (the advantage of CNN) and long-term waveform deviations (the advantage of LSTM). This structure perfectly matches the characteristics of fault features. For the case where the input is the dual acceleration signals of the wheels and the fuselage, the CNN + LSTM structure can effectively integrate the features of the two sensors and improve the diagnostic accuracy. The structure of “two-layer CNN + two-layer LSTM” has fewer parameters and faster training speed, and is suitable for deployment in airborne diagnostic systems (with high real-time requirements) while ensuring diagnostic accuracy.
As shown in Figure 8, raw fuselage and wheel acceleration signals are aligned, structured, and normalized into a tensor input of shape (none, 3, 1000) for the network. The spatial-domain feature extraction module employs two stacked 1D convolutional layers (Conv) paired with max-pooling layers: the convolutional layers extract local, short-term spatial features (e.g., transient impact peaks, waveform distortions caused by shock absorber faults) via local receptive fields and weight sharing, while the max-pooling layers downsample the temporal dimension from six to three, reducing computational complexity and enhancing feature robustness against noise. Following this, the time-domain feature extraction module processes the CNN-derived features with a Flatten layer to reshape the tensor, followed by two stacked LSTM layers interspersed with Batch Normalization (BN) layers: the LSTM layers model long-term temporal dependencies and global temporal evolution of the acceleration signals (e.g., cumulative fault-induced waveform deviations across the entire landing process), while the BN layers accelerate network convergence, mitigate gradient vanishing/exploding, and improve generalization. Finally, the classification head consists of a Dense (fully connected) layer to map high-level features to the fault classification space, a Dropout layer to prevent overfitting (critical for small-sample fault diagnosis scenarios), an additional BN layer for feature stabilization, and an output layer that produces the final fault diagnosis results. This hybrid CNN-LSTM architecture synergistically combines the strengths of CNNs in local spatial feature extraction and LSTMs in long-sequence temporal modeling, enabling comprehensive capture of both transient and cumulative fault characteristics, while regularization techniques (Dropout, BN) ensure robust performance and generalization in complex aircraft landing vibration environments.
As shown in Table 4, the epoch for model training is set as 200. Learning rate decay is applied to prevent a situation where, in the later stage of model training, the value of the loss function keeps fluctuating around the minimum and is difficult to reach the optimal level. After every five epochs, the learning rate decay is reduced to 0.01 of its original value. ReLU is selected due to its advantage for classification. To alleviate the problem of model overfitting, Dropout is applied in the final fully connected layer of the classification task, and the Dropping rate is set as 0.5.
This paper tests and compares the performance of the proposed model after considering the strut flexibility of landing gears via the following steps:
(1)
The sensor-acquired signals from the rigid–flexibility MBS (multi-body system) landing gear model are merged as a 3 × 1000 data matrix consisting of time, wheel and fuselage vertical acceleration. Such merged matrix is fed into the proposed model to enable the model to learn the underlying patterns and dynamics associated with different fault conditions.
(2)
Then, 80% of the simulated database developed in Section 3 is used to train the proposed model. Such a training process tends to enable the model to learn the underlying patterns and dynamics associated with different fault conditions.
(3)
The remaining 20% of the untrained database is used to test the performance of the trained model by acquiring accuracy and precision from the confusion matrix. Such a testing phase tends to explore the performance of the proposed model for new or unseen time-series data.
(4)
In order to investigate the superiority of the proposed model, the test results of the proposed model trained by the database simulated based on the rigid–flexible landing gear model are compared with results of the proposed model, CNNs and LSTM trained by the database simulated based on the rigid landing gear model.

4.2. Results

After following the technique route introduced above, the proposed model is trained and tested in Python 3.10 on a computing device with a 12th Gen Intel Core i5-12400KF CPU and an NVIDIA GeForce RTX 4060 GPU graphic processing unit. After training and testing, the confusion matrices of the proposed model are derived under all considered conditions, as shown in Figure 9. In the derived confusion matrix, these labels are considered, including initial gas pressure (P0) faults, initial gas volume (V0) faults and normal condition (Normal).
Based on the confusion matrices shown in Figure 9, two indices are considered in this paper to estimate the performance of the proposed model trained by the database simulated by the rigid–flexible landing gear model, which are precision and accuracy. As shown in Equation (6), precision refers to the proportion of samples that are actually positive among all samples predicted as positive, and it measures the reliability of the model’s prediction of positive classes; accuracy is applied to evaluate the ability to judge the whole sample correctly by calculating the proportion of correctly classified samples in the total number of samples.
P r e c i s i o n = T P T P + F P × 100 % A c c u r a c y = T P + F N T P + T N + F P + F N × 100 %
Figure 10 shows the precision of the proposed model for initial gas pressure faults and initial gas volume faults, with and without considering strut flexibility. As shown in Figure 10, strut flexibility would have a different influence on precision for initial gas pressure faults and initial gas volume faults. As shown in Figure 10a, for soft (0.5 m/s) and normal (1.0 m/s) landing conditions, the precision of the proposed model for initial gas pressure faults with and without considering strut flexibility are nearly the same and all above 98.0%. For the heavy-landing condition (1.5 m/s), strut flexibility would reduce the precision of the proposed model for initial gas pressure faults from 95.2% to 85.3%. The initial gas pressure P0 of the shock absorber is a global and static state parameter. Its failure nature is the deviation of the pressure reference value in the air chamber, and its impact on the acceleration signal is a global, gradual trend change (such as a small offset of the overall impact peak, and the overall change in the buffering force), rather than a local, instantaneous waveform distortion. The rigid body model of the landing gear only simulates the rigid body motion of the landing gear, and the acceleration characteristics brought by the change in P0 are a single and clear rigid body dynamic response: the differences in the acceleration waveforms corresponding to different P0 are clear, the feature boundaries are distinct, and the deep learning model can easily distinguish them. Therefore, even at high speeds, it can maintain an accuracy of over 95%. The rigid–flexible coupling model introduces elastic deformations of structures such as support rods, which would generate a large number of additional flexible vibration modes, structural resonances, and nonlinear elastic forces. These flexible features will be superimposed on the global trend changes brought by P0, equivalent to “adding noise” to the clear fault features, blurring the feature boundaries between different P0 values. A descent speed of 1.5 m/s is close to a heavy landing, which is a high-impact condition. The elastic deformation and vibration response of the landing gear structure will be significantly amplified in this case, and the nonlinear and time-varying characteristics of the flexible features are fully highlighted: at this time, the vibration energy brought by the structural flexibility is much greater than the dynamic response change brought by the P0 fault feature, and the P0 fault feature is completely “buried” in the flexible vibration, making it difficult for the deep learning model to extract the effective features corresponding to P0 from the complex mixed signals, resulting in a diagnostic accuracy of about 85% at this time; while the rigid body model is free from the influence of flexibility, the feature of P0 remains clear, only slightly attenuated due to the nonlinearity of the high-speed impact; so, the accuracy is much higher than that of the rigid–flexible coupling model.
As shown in Figure 10b, for soft (0.5 m/s) and normal (1.0 m/s) landing conditions, the precision of the proposed model for initial gas volume faults with and without considering strut flexibility is all above 95.0%, though the strut flexibility would reduce the precision of the proposed model for initial gas volume faults; for the heavy-landing condition (1.5 m/s), the strut flexibility would increase the precision of the proposed model for initial gas volume faults from 96.1% to 99.3%. The initial gas volume V0 of the shock absorber directly determines the stiffness, damping, and buffer stroke of the shock absorber, which are the core structural characteristics of the shock absorber and are parameters strongly coupled with the dynamic response of the structure. The essence of its failure is the structural change in the shock absorption characteristics of the shock absorber, and its impact on the acceleration signal is local, and causes instantaneous distortion of the shock waveform and changes in the structural vibration mode, rather than a global trend. In a high-impact condition with a 1.5 m/s descent speed, the flexible characteristics are amplified under strong impact, and the V0 feature is easier to distinguish: The change in V0 directly affects the buffer stroke and stiffness of the shock absorber. The differences in structural elastic deformation, resonance frequency, and vibration energy corresponding to different V0 values will be amplified by the high-speed impact, forming highly distinguishable features. The deep learning model can accurately extract these local and instantaneous flexible vibration features; so, the diagnostic accuracy in high-speed conditions surges to nearly 100%, far higher than that of the rigid body model without flexible features.
The accuracy of the proposed model trained by the database simulated from the rigid–flexible landing gear model is derived. The accuracy of the proposed model with and without considering strut flexibility is compared with CNNs and LSTM. Both CNNs and LSTM are properly tuned during model training and model testing based on the database developed in this paper. As shown in Figure 11, the accuracy of the proposed model under all three landing conditions is above 90.0% after considering strut flexibility. For soft- and normal-anding conditions, the accuracy of the proposed model maintains good performance for two fault types after considering strut flexibility, which is above 96.0% and better than that of CNNs and LSTM. For the heavy-landing condition, the accuracy of the proposed model would reduce to 90.0% from 95.0% after considering strut flexibility, which is close to that of the CNN but better than that of LSTM. According to relevant regulations for small single-engine general aviation aircraft, when the landing descent speed reaches 1.524 m/s, the maintenance engineers need to inspect the landing gear and the fuselage skin. When the descent speed of the target aircraft approaches 1.5 m/s, pilots and maintenance crew should first check if there is a V0 fault alarm. If no V0 fault alarm occurs, the aircraft maintenance personnel should inspect the air pressure status of the shock absorber and conduct damage detection on the landing gear structure to ensure the health state of the landing gear.

5. Discussion

This paper develops a dynamic model of the landing gear shock absorption system of a certain transport aircraft to preliminarily verify the feasibility of the diagnosis method for the leakage of the landing gear oleo and gas shock absorber. Considering that the shock absorber mainly affects the vertical impact absorption and dissipation of the landing gear, the dynamic model of the landing gear established in this paper mainly focuses on the vertical vibration response. To ensure the accuracy of the landing gear dynamics simulation, the shock absorber dynamics modeling adopted the principal model that is widely used in the landing gear drop dynamics modeling. As shown in Figure 12, the simulation results of the landing gear dynamics air spring with and without considering the flexibility of the strut are consistent with the principal model, indicating that the landing gear dynamics model can accurately reflect the working principle of the shock absorber.
The current model has limitations in simulating complex working conditions such as symmetrical landing and asymmetric loads during the actual landing process of the aircraft. To verify the generalization of the proposed diagnosis method for the leakage of the landing gear oil and gas shock absorber, future research work will optimize the landing gear model and expand the sample library by increasing the simulation working conditions dimensions, including developing a complete model of the aircraft including all three landing gears, considering the flexibility of wings and fuselage, simulating the landing process of an aircraft with three landing gears, etc.
This paper initially verified the accuracy of the landing gear model by comparing the simulation data with the existing onboard recording data of the aircraft. Although the comparison results were relatively close, due to the limited onboard data information of the target aircraft (only the aircraft body acceleration, and the signal sampling frequency is low), there are limitations in the model verification. To better verify the accuracy of the model, the next stage of research will verify the accuracy of the landing gear model through the flight experiments of the target aircraft. Considering that the target aircraft does not have landing gear sensors, a sensor network was designed to meet the aircraft flight experiment requirements. This sensor network is specifically designed for the detection of the front landing gear, and one single-axis acceleration sensor needs to be installed on each of the left and right sides of the fuselage floor and the wheel axle of the front landing gear, totaling two sensors. The overall design must comply with the aeronautical regulations of CCAR-23 [38] and the environmental adaptability and reliability requirements of RTCA DO-160G [39]. Sensor selection must meet the core specifications of ±50 g measurement range, 1000 Hz sampling frequency, 0–2000 Hz frequency response, etc., and meet the DO-160G certification requirements of MEMS capacitive accelerometers. It needs to pass a complete set of environmental tests including temperature, vibration, shock, EMC, and salt spray, and meet the requirements of anti-vibration, anti-shock, and temperature drift compensation, with a zero bias temperature coefficient of ≤0.5 mg/°C and a zero bias variation in the full temperature range of ≤±15 mg. Installation uses double-sided tape + epoxy structural adhesive reinforcement method. The sensor on the fuselage floor is installed above the shock absorber of the front landing gear at the reinforced area, and the wheel axle sensor is additionally equipped with waterproof sealing protection. The sensitive axis needs to be precisely aligned with the aircraft Z-axis, and the installation angle error is ≤±2°. The power supply uses the aircraft’s 28 V DC bus, with a voltage range of 18–32 V DC, and is equipped with reverse connection, overvoltage, surge, etc., protection circuits. Data transmission uses analog signals + distributed data acquisition unit + ARINC 429 bus architecture. The data acquisition module needs to meet ≥4 channels, 1000 Hz/channel sampling rate, and ≥16-bit ADC resolution requirements. Cables and connectors use aviation-grade standards. The entire network architecture is simple, maintenance-friendly, follows CCAR-23, DO-160G and other standards, has a clear aeronautical path, and can meet the detection requirements of general aviation aircraft.

6. Conclusions

Oleo leakage and gas leakage would threaten the performance of landing gears, and have a negative influence on passenger comfort and aircraft safety. This paper aims at exploring an on-board detection method for oleo leakage and gas leakage by analyzing how oleo leakage and gas leakage would affect the landing gear system and considering the flexibility of the main component for simulation. As a preliminary feasibility study, this work demonstrates the methodological potential under simplified conditions. The work in this paper is concluded as follows:
(1)
This paper first examines common oleo leakage and gas leakage conditions and analyzes how oleo and gas leakage would affect the performance of landing gear shock absorption system. Based on the principle of landing gear dynamics, oleo leakage and gas leakage mainly affect air spring force by varying initial gas pressure P0 and initial gas volume V0 of shock absorbers. This paper presents an on-board health-monitoring method for oleo leakage and gas leakage by analyzing landing gear dynamic responses during landing.
(2)
In this paper, a rigid–flexible coupled landing gear model considering strut flexibility is developed to simulate the landing gear dynamic responses during landing and to build the training database for the proposed method with samples closer to real conditions.
(3)
The proposed method is trained by the simulated database considering strut flexibility. Both accuracy and precision are selected to evaluate the performance of the proposed method after considering strut flexibility. Based on analyses, the strut flexibility would have a different influence on the precision of the proposed method for initial gas pressure faults and initial gas volume faults under heavy-landing conditions. The accuracy of the proposed method remains high-level after considering strut flexibility for soft- and normal-anding conditions, but would reduce to 90.0% under heavy-landing conditions.
Future studies will focus on optimizing landing gear models, which would simulate the dynamic response during whole landing conditions and would consider more operational variabilities, such as runway conditions, environmental conditions during landing, aircraft mass conditions, etc. The performance of the proposed detection method will be improved, especially for heavy-landing conditions. Field tests will be conducted to enrich the database from practical flights, including on-board monitoring system design and corresponding airworthiness certification documents, signal denoise and analysis method, flight test plan design, etc. Both field test data and historical maintenance records will be applied to train the optimized model and conduct transfer learning and model fine-tuning to evaluate the performance degradation of the model from simulation to practical application. Complex coupling fault conditions will be considered, including the simultaneous deterioration of stiffness and damping due to structural wear, changes in damping characteristics caused by oil contamination and time-varying internal friction coefficients, etc.

Author Contributions

Conceptualization, C.L.; methodology, C.L.; software, C.L. and Z.S.; validation, Z.S. and H.L.; formal analysis, C.L. and Z.S.; investigation, H.L.; resources, C.L.; data curation, H.L.; writing—original draft preparation, C.L.; writing—review and editing, C.L. and Z.S.; visualization, Z.S. and H.L.; supervision, C.L.; project administration, C.L.; funding acquisition, C.L. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Natural Science Foundation of China, grant number U2433213.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Informed consent was obtained from all subjects involved in this study.

Data Availability Statement

Data will be made available on request.

Acknowledgments

We thank Luyi Chen for her assistance with paper review, particularly for her language editing and valuable suggestions. The technical assistance provided by the Repair & Overhaul Plant Subsidiary of CAFUC is also acknowledged. We appreciate the constructive feedback from the anonymous reviewers, which greatly improved this manuscript.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
CNNsConvolutional neural networks
DL Deep learning
LSTM Long short-term memory network
SDP Symmetrized dot pattern
FN False negative
FP False positive
TN True negative
TP True positive

References

  1. Wu, J. Fault prediction for airplane shock absorber based on LVQ neural network. Lubr. Eng. 2014, 39, 107–110. [Google Scholar]
  2. Wang, H.; Ling, Y.; He, C. Research on Fault Diagnosis and Solution for Oil Leakage in the Shock Absorber Pillar of the Front Landing Gear of the 172R Aircraft. Mach. Tool Hydraul. 2016, 44, 142–144. [Google Scholar]
  3. Shan, Z. Analysis and solution on frequently bottom touch of nose landing gear shock strut for B737NG. Aviat. Maint. Eng. 2020, 7, 111–112. [Google Scholar]
  4. Li, J. Overview of Winter Operation Failures of Boeing 737 Aircraft. Sci. Technol. Innov. Her. 2020, 17, 18–19. [Google Scholar]
  5. Zhu, J.; Liu, J.; Cui, W. Study on leakage fault of landing gear shock absorption strut of Yun-5 aircraft. Hydraul. Pneum. Seals 2021, 17, 86–89. [Google Scholar]
  6. Tang, H.; Tan, D. Analysis of fluid leakage on regional jet main landing gear shock absorber. Aviat. Maint. Eng. 2018, 9, 68–70. [Google Scholar]
  7. Chen, Z.; Xu, B.; Zhang, Z. Rolling Bearing Fault Diagnosis Based on Recurrence Plot. IEEE Access 2024, 12, 149710–149721. [Google Scholar] [CrossRef]
  8. Neupane, D.; Seok, J. Bearing Fault Detection Method and Diagnosis Using Case Western Reserve University Dataset with Deep Learning Approaches: A Review. IEEE Access 2020, 8, 93155–93178. [Google Scholar] [CrossRef]
  9. Wu, T.-E.; Huang, S.-H.; Lai, C.-H. Helical Gear Defect Detection System Based on Symmetrized Dot Pattern and Convolutional Neural Network. IEEE Access 2024, 12, 171328–171333. [Google Scholar] [CrossRef]
  10. Cheng, C.; Qiao, X.; Luo, H.; Wang, G.; Teng, W.; Zhang, B. Data-Driven Incipient Fault Detection and Diagnosis for the Running Gear in High-Speed Trains. IEEE Trans. Veh. Technol. 2020, 69, 9566–9576. [Google Scholar] [CrossRef]
  11. Sun, Q.; Chen, C.; Kemp, A.H.; Brooks, P. An On-Board Detection Framework for Polygon Wear of Railway Wheel Based on Vibration Acceleration of Axle-Box. Mech. Syst. Signal Process. 2021, 153, 107540. [Google Scholar] [CrossRef]
  12. Shi, D.; Ye, Y.; Gillwald, M.; Hecht, M. Designing A Lightweight 1D Convolutional Neural Network with Bayesian Optimization for Wheel Flat Detection Using Carbody Accelerations. Int. J. Rail Transp. 2021, 9, 311–341. [Google Scholar] [CrossRef]
  13. Qu, S.; Zhu, B.; Zeng, J.; Dai, H.; Wu, P. Experimental Investigation for Wheel Polygonisation of High-Speed Trains. Veh. Syst. Dyn. 2021, 59, 1573–1586. [Google Scholar] [CrossRef]
  14. Zhu, Z.; Lei, Y.; Qi, G.; Chai, Y.; Mazur, N.; An, Y.; Huang, X. A review of the application of deep learning in intelligent fault diagnosis of rotating machinery. Measurement 2023, 206, 112346. [Google Scholar] [CrossRef]
  15. Siddique, M.F.; Saleem, F.; Umar, M.; Kim, C.H.; Kim, J.M. A Hybrid Deep Learning Approach for Bearing Fault Diagnosis Using Continuous Wavelet Transform and Attention-Enhanced Spatiotemporal Feature Extraction. Sensors 2025, 25, 2712. [Google Scholar] [CrossRef]
  16. Li, J.; Liu, Y.B.; Yu, Y.H. Application of convolutional neural network and kurtosis in bearing fault diagnosis. J. Aerosp. Power 2019, 34, 2423–2431. [Google Scholar]
  17. Pang, X.Y.; Xue, X.Y.; Jiang, W.W.; Lu, K.B. An investigation into fault diagnosis of planetary gearboxes using a bispectrum convolutional neural network. IEEE/ASME Trans. Mechatron. 2021, 26, 2027–2037. [Google Scholar] [CrossRef]
  18. Zhang, X.Y.; Chen, G.; Hao, T.F.; He, Z.Y.; Li, X.J.; Cheng, Z.H. Convolutional neural network diagnosis method for rolling bearing fault based on receiver signal. J. Aero-Space Power 2019, 34, 2729–2737. [Google Scholar]
  19. Wan, A.P.; Yang, J.; Wang, J.L.; Chen, T.; Niao, X.; Huang, J.Y.; Du, X. Fault diagnosis of aeroengine gear based on deep learning. J. Vib. Meas. Diagn. 2022, 42, 1062–1067. [Google Scholar]
  20. Liu, H.; Liu, Q.M.; Ye, C.M.; Wang, Y.J. Intelligent Fault Diagnosis of Aero-Engine Bearings through Multi-Source Data Fusion. Comput. Integr. Manuf. Syst. 2025, 31, 11. [Google Scholar] [CrossRef]
  21. Zhang, W.T.; Cui, D.; Liu, L.; Huang, J. Fault diagnosis method of aero engine main shaft rolling bearings in wide rotating speed range. J. Vib. Shock 2023, 42, 253–262. [Google Scholar]
  22. Chen, X.; Zhang, B.; Gao, D. Bearing fault diagnosis base on multi-scale CNN and LSTM model. J. Intell. Manuf. 2021, 32, 971–987. [Google Scholar] [CrossRef]
  23. Xiang, L.; Wang, P.H.; Yang, X.; Hu, A.J.; Su, H. Fault detection of wind turbine based on SCADA data analysis using CNN and LSTM with attention mechanism. Measurement 2021, 175, 109094. [Google Scholar] [CrossRef]
  24. Zhang, L.; Zhen, C.Z.; Yi, J.Y.; Cai, B.H.; Xu, T.P.; Yin, W.H. Dual-channel feature fusion CNN-GRU gearbox fault diagnosis. J. Vib. Shock 2021, 40, 239–245+294. [Google Scholar]
  25. Zhang, P.; Liu, X.; Nie, H.; Wei, X. Selection and comparative analysis of landing gear buffers for civil aircraft. Adv. Aeronaut. Eng. 2011, 2, 287–291. [Google Scholar]
  26. Liu, W.; Wang, Y.; Ji, Y. Landing Impact Load Analysis and Validation of a Civil Aircraft Nose Landing Gear. Aerospace 2023, 10, 953. [Google Scholar] [CrossRef]
  27. Yan, S.; Xue, P.; Liu, L.; Zahran, M.S. Optimization of landing gear under consideration of vibration comfort for civil aircraft. Aircr. Eng. Aerosp. Technol. 2024, 96, 378–386. [Google Scholar] [CrossRef]
  28. Zhou, J.; Du, Z.; Yang, Z.; Xu, Z. Dynamics Study of Straddle-Type Monorail Vehicle with Single-Axle Bogies-Based Full-Scale Rigid-Flexible Coupling Dynamic Model. IEEE Access 2019, 7, 110249–110257. [Google Scholar] [CrossRef]
  29. Duan, F.; Song, Y.; Liu, Z.; Ma, H. Dynamic Performance of Railway Rigid–Flexible Catenary Transition Section Based on Experimental and Numerical Approaches. IEEE Trans. Instrum. Meas. 2025, 74, 7515811. [Google Scholar] [CrossRef]
  30. Dong, M.; Yuan, J.; Li, J. A Lower Limb Rehabilitation Robot with Rigid-Flexible Characteristics and Multi-Mode Exercises. Machines 2022, 10, 918. [Google Scholar] [CrossRef]
  31. Wang, L.; Xu, W.; Guo, F.; Yan, H.; Wang, Y. Modeling and Analysis of Dynamics of Rigid–Flexible Coupled Parallel Robots. Appl. Sci. 2025, 15, 5471. [Google Scholar] [CrossRef]
  32. He, W.; Wang, T.; He, X.; Yang, L.-J.; Kaynak, O. Dynamical Modeling and Boundary Vibration Control of a Rigid-Flexible Wing System. IEEE/ASME Trans. Mechatron. 2020, 25, 2711–2721. [Google Scholar] [CrossRef]
  33. Miao, Y.; Wang, F.; Liu, M. Anti-Disturbance Backstepping Attitude Control for Rigid-Flexible Coupling Spacecraft. IEEE Access 2018, 6, 50729–50736. [Google Scholar] [CrossRef]
  34. Science and Technology Committee of the Ministry of Aviation Industry. Aircraft Landing Gear Strength Design Guide; Sichuan Science and Technology Press: Chengdu, China, 1989. [Google Scholar]
  35. Liu, W.; Wang, Y. Improved Multi-Body Dynamic Simulation of Landing Gear Drop Test Incorporating Structural Flexibility and Bearing Contact. Aerospace 2024, 11, 543. [Google Scholar] [CrossRef]
  36. Oleo Struts. Servicing Landing Gear Oleo Struts. In Piper Apache Pa-23-235 Service Manual; Piper Aircraft Inc.: Vero Beach, FL, USA, 2004.
  37. CCAR-23-R3; Airworthiness Requirements for Normal, Utility, Acrobatic, and Commuter Category Airplanes. Civil Aviation Administration of China: Beijing, China, 2004.
  38. CCAR-23-R4; Airworthiness Standards for Normal, Utility, Acrobatic and Commuter Category Aircraft. Civil Aviation Administration of China: Beijing, China, 2022.
  39. DO-160G; Environmental Conditions and Test Procedures for Airborne Equipment. RTCA: Washington, DC, USA, 2025.
Figure 1. The technique route of this paper.
Figure 1. The technique route of this paper.
Sensors 26 03509 g001
Figure 2. The nose landing gear of a certain general aviation aircraft.
Figure 2. The nose landing gear of a certain general aviation aircraft.
Sensors 26 03509 g002
Figure 3. Imported vibration modal of landing gear strut.
Figure 3. Imported vibration modal of landing gear strut.
Sensors 26 03509 g003
Figure 4. Wheel (a) and fuselage (b) acceleration from the rigid and rigid–flexible landing gear model.
Figure 4. Wheel (a) and fuselage (b) acceleration from the rigid and rigid–flexible landing gear model.
Sensors 26 03509 g004
Figure 5. Shock absorber stroke–load curves from the rigid and rigid–flexible landing gear model.
Figure 5. Shock absorber stroke–load curves from the rigid and rigid–flexible landing gear model.
Sensors 26 03509 g005
Figure 6. Strain distribution of strut when wheel touching down.
Figure 6. Strain distribution of strut when wheel touching down.
Sensors 26 03509 g006
Figure 7. Fault conditions considered in this paper: (a) initial gas pressure (P0) faults and (b) initial gas volume (V0).
Figure 7. Fault conditions considered in this paper: (a) initial gas pressure (P0) faults and (b) initial gas volume (V0).
Sensors 26 03509 g007
Figure 8. The architecture of the proposed health−monitoring method.
Figure 8. The architecture of the proposed health−monitoring method.
Sensors 26 03509 g008
Figure 9. Confusion matrix of the proposed method under the landing speed of 0.5 m/s (a), 1.0 m/s (b) and 1.5 m/s (c).
Figure 9. Confusion matrix of the proposed method under the landing speed of 0.5 m/s (a), 1.0 m/s (b) and 1.5 m/s (c).
Sensors 26 03509 g009
Figure 10. Precision of initial gas pressure fault detection (a) and initial gas volume fault detection (b).
Figure 10. Precision of initial gas pressure fault detection (a) and initial gas volume fault detection (b).
Sensors 26 03509 g010
Figure 11. Accuracy comparisons between the proposed model and common methods.
Figure 11. Accuracy comparisons between the proposed model and common methods.
Sensors 26 03509 g011
Figure 12. Comparisons of shock absorber air spring force.
Figure 12. Comparisons of shock absorber air spring force.
Sensors 26 03509 g012
Table 1. Landing gear main parameters.
Table 1. Landing gear main parameters.
SymbolValueUnit
A0638.0mm2
A11885.0mm2
AS8.0mm2
CT1000.0N·s/m
D9.7mm
km32.0mm
Lsmax60.0mm
P01,930,531.96pa
Patm95,100.0pa
V065,000mm3
a1.1/
r873.0kg/m3
z2.0/
Table 2. Comparisons of real flight data and simulation data.
Table 2. Comparisons of real flight data and simulation data.
Descent SpeedReal FlightRigid ModelRigid–Flexible Model
Value Error Value Error
0.5 m/s2.73 m/s22.45 m/s210.3%2.62 m/s24.0%
1.0 m/s4.48 m/s24.41 m/s21.56%4.43 m/s21.11%
Table 3. Energy absorption and efficiency factor with and without considering strut flexibility.
Table 3. Energy absorption and efficiency factor with and without considering strut flexibility.
Energy Absorption (J)Efficiency Factor
Rigid ModelRigid–Flexible ModelRigid ModelRigid–Flexible Model
97,09097,6400.65390.6746
Table 4. Main parameters for model training.
Table 4. Main parameters for model training.
ParameterValue
Epoch200
Initial learning rate0.0001
Learning rate decay0.01
Batch size256
Activation FunctionReLu
Dropout rate0.5
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Li, C.; Li, H.; Shen, Z. An On-Board Shock Absorber Detection Method for General Aviation Aircraft Landing Gears. Sensors 2026, 26, 3509. https://doi.org/10.3390/s26113509

AMA Style

Li C, Li H, Shen Z. An On-Board Shock Absorber Detection Method for General Aviation Aircraft Landing Gears. Sensors. 2026; 26(11):3509. https://doi.org/10.3390/s26113509

Chicago/Turabian Style

Li, Chunsheng, Haoyu Li, and Zongguang Shen. 2026. "An On-Board Shock Absorber Detection Method for General Aviation Aircraft Landing Gears" Sensors 26, no. 11: 3509. https://doi.org/10.3390/s26113509

APA Style

Li, C., Li, H., & Shen, Z. (2026). An On-Board Shock Absorber Detection Method for General Aviation Aircraft Landing Gears. Sensors, 26(11), 3509. https://doi.org/10.3390/s26113509

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop