Refine Your Search

Topic

Author

Affiliation

Search Results

Technical Paper

Making modal analysis easy and more reliable – Reference points identification by experimental prestudy

2024-06-12
2024-01-2931
Though modal analysis is a common tool to evaluate the dynamic properties of a structure, there are still many individual decisions to be made during the process which are often based on experience and make it difficult for occasional users to gain reliable and correct results. One of those experience-based choices is the correct number and placement of reference points. This decision is especially important, because it must be made right in the beginning of the process and a wrong choice is only noticeable in the very end of the process. Picking the wrong reference points could result in incomplete modal analysis outcomes, as it might make certain modes undetectable, compounded by the user's lack of awareness about these missing modes. In the paper an innovative approach will be presented to choose the minimal number of mandatory reference points and their placement.
Technical Paper

A Methodology for Accelerated Thermo-Mechanical Fatigue Life Evaluation of Advanced Composites

2024-06-01
2024-26-0421
Thermo-mechanical fatigue and natural aging due to environmental conditions are difficult to simulate in an actual test with the advanced fiber-reinforced composites, where their fatigue and aging behavior is little understood. Predictive modeling of these processes is challenging. Thermal cyclic tests take a prohibitively long time, although the strain rate effect can be scaled well for accelerating the mechanical stress cycles. Glass fabric composites have important applications in aircraft and spacecraft structures including microwave transparent structures, impact-resistant parts of wing, fuselage deck and many other load bearing structures. Often additional additively manufactured features and coating on glass fabric composites are employed for thermal and anti-corrosion insulations. In this paper we employ a thermo-mechanical fatigue model based accelerated fatigue test and life prediction under hot to cold cycles.
Technical Paper

Generating Reduced-Order Image Data and Detecting Defect Map on Structural Components using Ultrasonic Guided Wave Scan

2024-06-01
2024-26-0416
The paper presents a theoretical framework for the detection and first-level preliminary identification of potential defects on aero-structure components while employing ultrasonic guided wave based structural health monitoring strategies, systems and tools. In particular, we focus our study on ground inspection using laser-Doppler scan of surface velocity field, which can also be partly reconstructed or monitored using point sensors and actuators on-board structurally integrated. Using direct wave field data, we first question the detectability of potential defects of unknown location, size, and detailed features. Defects could be manufacturing defects or variations, which may be acceptable from design and qualification standpoint; however, those may cause significant background signal artifacts in differentiating structure progressive damage or sudden failure like impact-induced damage and fracture.
Technical Paper

Automatic Maneuver Detection in Flight Data using Wavelet Transform and Deep Learning Algorithms

2024-06-01
2024-26-0462
The evaluation of aircraft characteristics through flight test maneuvers is fundamental to aviation safety and understanding flight attributes. This research project proposes a comprehensive methodology to detect and analyze aircraft maneuvers using full flight data, combining signal processing and machine learning techniques. Leveraging the Wavelet Transform, we unveil intricate temporal details within flight data, uncovering critical time-frequency insights essential for aviation safety. The integration of Long Short-Term Memory (LSTM) models enhances our ability to capture temporal dependencies, surpassing the capabilities of machine learning in isolation. These extracted maneuvers not only aid in safety but also find practical applications in system identification, air-data calibration, and performance analysis, significantly reducing pre-processing time for analysts.
Training / Education

Photography for Accident Reconstruction, Product Liability, and Testing

2024-05-14
Many technical projects, most vehicle and component testing, and all accident reconstructions, product failure analyses, and other forensic investigations, require photographic documentation. Roadway evidence disappears, tested or wrecked vehicles are repaired, disassembled, or scrapped, and components can be tested for failure. Photographs are frequently the only evidence that remains of a wreck, or the only records of subjects before or during tests. Making consistently good images during any inspection is a critical part of the evaluation process. 
Technical Paper

A Systematic Approach for Creation of SOTIF’s Unknown Unsafe Scenarios: An Optimization based Method

2024-04-09
2024-01-1966
Verification and validation (V&V) of autonomous vehicles (AVs) is a challenging task. AVs must be thoroughly tested, to ensure their safe functionality in complex traffic situations including rare but safety-relevant events. Furthermore, AVs must mitigate risks and hazards that result from functional insufficiencies, as described in the Safety of the Intended Functionality (SOTIF) standard. SOTIF analysis includes iterative identification of driving scenarios that are not only unsafe, but also unknown. However, identifying SOTIF’s unknown-unsafe scenarios is an open challenge. In this paper we proposed a systematic optimization-based approach for identification of unknown-unsafe scenarios. The proposed approach consists of three main steps including data collection, feature extraction and optimization towards unknown unsafe scenarios.
Technical Paper

Research on Vehicle Type Recognition Based on Improved YOLOv5 Algorithm

2024-04-09
2024-01-1992
As a key technology of intelligent transportation system, vehicle type recognition plays an important role in ensuring traffic safety,optimizing traffic management and improving traffic efficiency, which provides strong support for the development of modern society and the intelligent construction of traffic system. Aiming at the problems of large number of parameters, low detection efficiency and poor real-time performance in existing vehicle type recognition algorithms, this paper proposes an improved vehicle type recognition algorithm based on YOLOv5. Firstly, the lightweight network model MobileNet-V3 is used to replace the backbone feature extraction network CSPDarknet53 of the YOLOv5 model. The parameter quantity and computational complexity of the model are greatly reduced by replacing the standard convolution with the depthwise separable convolution, and enabled the model to maintain higher accuracy while having faster reasoning speed.
Technical Paper

Modeling and Validation of the Tire Friction on Wet Road

2024-04-09
2024-01-2307
In order to study the tire friction characteristics under wet skid surface, the “pseudo” hydrodynamic pressure bearing effect is used to be equivalent to the hydrodynamics of water film, and an advanced Lugre tire hydroplaning dynamic model is developed by combining the arbitrary pressure distribution function. The water hydroplaning dynamic tests were carried out for 285/70R19.5 tire under wet of different water film thickness and dry conditions, and the parameters of the advanced Lugre tire dynamic model were identified. The results show that the tire water-skiing model proposed in this paper can effectively simulate the friction characteristics of tires under different water film thicknesses. Under dry conditions, 0.5mm water film and 1mm water film road conditions, the relative errors of the maximum tire friction coefficient between the tested and advanced Lugre tire model are 1.11%, 0.12% and 0.16%, respectively.
Technical Paper

Uniformity Identification and Sensitivity Analysis of Water Content of Each PEM Fuel Cell Based on New Online High Frequency Resistance Measurement Technique

2024-04-09
2024-01-2189
Water content estimation is a key problem for studying the PEM fuel cell. When several hundred fuel cells are connected in serial and their active surface area is enlarged for sufficient power, the difference between cells becomes significant with respect to voltage and water content. The voltage of each cell is measurable by the cell voltage monitor (CVM) while it is difficult to estimate water content of the individual. Resistance of the polymer electrolyte membrane is monotonically related to its water content, so that the new online high frequency resistance (HFR) measurement technique is investigated to identify the uniformity of water content between cells and analyze its sensitivity to operating conditions in this paper. Firstly, the accuracy of the proposed technique is experimentally validated to be comparable to that of a commercialized electrochemical impedance spectroscopy (EIS) measurement equipment.
Technical Paper

Research on Garbage Recognition of Road Cleaning Vehicle Based on Improved YOLOv5 Algorithm

2024-04-09
2024-01-2003
As a key tool to maintain urban cleanliness and improve the road environment, road cleaning vehicles play an important role in improving the quality of life of residents. However, the traditional road cleaning vehicle requires the driver to monitor the situation of road garbage at all times and manually operate the cleaning process, resulting in an increase in the driver 's work intensity. To solve this problem, this paper proposes a road garbage recognition algorithm based on improved YOLOv5, which aims to reduce labor consumption and improve the efficiency of road cleaning. Firstly, the lightweight network MobileNet-V3 is used to replace the backbone feature extraction network of the YOLOv5 model. The number of parameters and computational complexity of the model are greatly reduced by replacing the standard convolution with the deep separable convolution, which enabled the model to have faster reasoning speed while maintaining higher accuracy.
Technical Paper

NHTSA’s Evaluation of Glazing Performance Testing

2024-04-09
2024-01-2491
FMVSS No. 205, “Glazing Materials,” uses impact test methods specified in ANSI/SAE Z26.1-1996. NHTSA’s Vehicle Research and Test Center initiated research to evaluate a subset of test methods from ANSI Z26.1-1996 including the 227 gram ball and shot bag impact tests, and the fracture test. Additional research was completed to learn about potential changes to tempered glass strength due to the ceramic paint area (CPA), and to compare the performance of twelve by twelve inch flat samples and full-size production parts. Glass evaluated included tempered rear quarter, sunroof, and backlight glazing. Samples with a paint edge were compared to samples without paint, and to production parts with and without paint in equivalent impact tests. A modified shot bag with stiffened sidewalls was compared to the ANSI standard shot bag. The fracture test comparison included evaluating the ANSI Z26.1 impact location and ECE R43 impact location.
X