Refine Your Search

Topic

Author

Affiliation

Search Results

Technical Paper

Implementing Ordinary Differential Equation Solvers in Rust Programming Language for Modeling Vehicle Powertrain Systems

2024-04-09
2024-01-2148
Efficient and accurate ordinary differential equation (ODE) solvers are necessary for powertrain and vehicle dynamics modeling. However, current commercial ODE solvers can be financially prohibitive, leading to a need for accessible, effective, open-source ODE solvers designed for powertrain modeling. Rust is a compiled programming language that has the potential to be used for fast and easy-to-use powertrain models, given its exceptional computational performance, robust package ecosystem, and short time required for modelers to become proficient. However, of the three commonly used (>3,000 downloads) packages in Rust with ODE solver capabilities, only one has more than four numerical methods implemented, and none are designed specifically for modeling physical systems. Therefore, the goal of the Differential Equation System Solver (DESS) was to implement accurate ODE solvers in Rust designed for the component-based problems often seen in powertrain modeling.
Technical Paper

Stress Generation in Large Pouch Cells Under Cycling and Abuse Conditions

2024-04-09
2024-01-2196
Pouch cells are increasingly popular form factors for the construction of energy storage systems in electric vehicles of all classes. Knowledge of the stress generated by these higher capacity pouch cells is critical to properly design battery modules and packs for both normal and abnormal operation. Existing literature predominantly offers data on smaller pouch cells with capacities of less than 10 Ah, leaving a gap in our understanding of the behavior of these larger cells. This experimental study aimed to bridge this knowledge gap by measuring loads and stresses in constrained 65 Ah pouch cells under both cycling and abuse conditions. To capture the desired responses, a load cell was located within a robust fixture to measure cell stress in real time after the application of a preload of approximately 30 kilograms or 294 N, equivalent to a pressure of 0.063 bar, with a fixed displacement.
Technical Paper

Eco-Routing Algorithm for Energy Savings in Connected Vehicles Using Commercial Navigation Information

2024-04-09
2024-01-2605
Vehicle-to-everything (V2X) communication, primarily designed for communication between vehicles and other entities for safety applications, is now being studied for its potential to improve vehicle energy efficiency. In previous work, a 20% reduction in energy consumption was demonstrated on a 2017 Prius Prime using V2X-enabled algorithms. A subsequent phase of the work is targeting an ambitious 30% reduction in energy consumption compared to a baseline. In this paper, we present the Eco-routing algorithm, which is key to achieving these savings. The algorithm identifies the most energy-efficient route between an Origin-Destination (O-D) pair by leveraging information accessible through commercially available Application Programming Interfaces (APIs). This algorithm is evaluated both virtually and experimentally through simulations and dynamometer tests, respectively, and is shown to reduce vehicle energy consumption by 10-15% compared to the baseline over real-world routes.
Technical Paper

CARB Off-Road Low NOx Demonstration Program - Engine Calibration and Initial Test Results

2024-04-09
2024-01-2130
Off-road diesel engines remain one of the most significant contributors to the overall oxides of nitrogen (NOX) inventory and the California Air Resources Board (CARB) has indicated that reductions of up to 90% from current standards may be necessary to achieve its air quality goals. In recognition of this, CARB has funded a program aimed at demonstrating emission control technologies for off-road engines. This program builds on previous efforts to demonstrate Low NOX technologies for on-road engines. The objective was to demonstrate technologies to reduce tailpipe NOX and particulate matter (PM) emissions by 90 and 75%, respectively, from the current Tier 4 Final standards. In addition, the emission reductions were to be achieved while also demonstrating a 5 to 8.6% carbon dioxide (CO2) reduction and remaining Greenhouse Gas (GHG) neutral with respect to nitrous oxide (N2O) and methane (CH4).
Technical Paper

System Level Simulation of H2 ICE after Treatment System

2024-04-09
2024-01-2625
Hydrogen Internal Combustion Engines (H2 ICE) are gaining recognition as a nearly emission-free alternative to traditional ICE engines. However, H2 ICE systems face challenges related to thermal management, N2O emissions, and reduced SCR efficiency in high humidity conditions (15% H2O). This study assesses how hydrogen in the exhaust affects after-treatment system components for H2 ICE engines, such as Selective Catalytic Reduction (SCR), Hydrogen Oxidation Catalyst (HOC), and Ammonia Slip Catalyst (ASC). Steady-state experiments with inlet H2 inlet concentrations of 0.25% to 1% and gas stream moisture levels of up to 15% H2O were conducted to characterize the catalyst response to H2 ICE exhaust. The data was used to calibrate and validate system component models, forming the basis for a system simulation.
Technical Paper

High-Load Engine Simulation of Renewable Diesel Fuel Using A Reduced Mechanism

2023-10-31
2023-01-1620
According to the Annual Energy Outlook 2022 (AEO2022) report, almost 30% of the transport sector will still use internal combustion engines (ICE) until 2050. The transportation sector has been actively seeking different methods to reduce the CO2 emissions footprint of fossil fuels. The use of lower carbon-intensity fuels such as Renewable Diesel (RD) can enable a pathway to decarbonize the transport industry. This suggests the need for experimental or advanced numerical studies of RD to gain an understanding of its combustion and emissions performance. This work presents a numerical modeling approach to study the combustion and emissions of RD. The numerical model utilized the development of a reduced chemical kinetic mechanism for RD’s fuel chemistry. The final reduced mechanism for RD consists of 139 species and 721 reactions, which significantly shortened the computational time from using the detailed mechanism.
Technical Paper

Analysis of overcharge tolerance of aged LMO cells with Examples

2023-09-29
2023-32-0108
The capacity of a lithium-ion battery decreases during cycling. This capacity loss or fade occurs due to several different mechanisms associated with unwanted side reactions that occur in these batteries. The same reactions occur during overcharge and cause electrolyte decomposition, passive film formation, active material dissolution, and other phenomena. As the battery ages the accuracy of state of charge prediction decreases and vulnerability to persistent overcharge increases. Moreover, as the battery ages, its tolerance to such unintended overcharge changes. This tolerance depends on the nature of the history of cycle and calendar aging. A map of this tolerance in the BMS can provide awareness of the factor of safety due to overcharge as battery ages. Signatures of early warning signs of incipient thermal runaway due to overcharge can also be very useful features in a BMS.
Technical Paper

Reducing the Probability of Error in Testing and Simulation

2023-05-08
2023-01-1114
Simulation and testing are often done by different engineers in different departments of a company. This can lead to disconnects and unrealistic predictions, especially if the person doing simulations does not have an experimental background. On the other hand, experimental results can also include errors that result in misleading answers. It is important for the engineer doing either testing or simulation to have a good understanding for what results are plausible and what results might be suspect. This paper will provide examples where error crept into testing or simulation that could have been caught and corrected early if a good feel for “reasonable” results had been in place. The importance of understanding how a software package is analyzing the data will be explained, since settings buried deep within a menu structure can drive misleading results.
Journal Article

Development of a Heavy-Duty Electric Vehicle Integration and Implementation (HEVII) Tool

2023-04-11
2023-01-0708
As demand for consumer electric vehicles (EVs) has drastically increased in recent years, manufacturers have been working to bring heavy-duty EVs to market to compete with Class 6-8 diesel-powered trucks. Many high-profile companies have committed to begin electrifying their fleet operations, but have yet to implement EVs at scale due to their limited range, long charging times, sparse charging infrastructure, and lack of data from in-use operation. Thus far, EVs have been disproportionately implemented by larger fleets with more resources. To aid fleet operators, it is imperative to develop tools to evaluate the electrification potential of heavy-duty fleets. However, commercially available tools, designed mostly for light-duty vehicles, are inadequate for making electrification recommendations tailored to a fleet of heavy-duty vehicles.
Technical Paper

A Predictive Model for Spark Stretch and Mixture Ignition in SI Engines

2023-04-11
2023-01-0202
A physics-based spark ignition model was developed and integrated into a commercial CFD code. The model predicted the spark discharge process based on the electrical parameters of the secondary ignition circuit, tracked the spark motion as it was stretched by in-cylinder gas motion, and determined the resulting energy deposition to the gas. In concert with the existing kinetic solver in the CFD code, the resulting ignition and flame propagation processes were simulated. The model results have been validated against both imaging rig experiments of the spark in moving air and against engine experimental data. The model was able to replicate the key features of the spark and to capture the cyclic variability of high-dilution combustion when multiple engine cycles were simulated.
Technical Paper

Assessing the National Off-Cycle Benefits of 2-Layer HVAC Technology Using Dynamometer Testing and a National Simulation Framework

2023-04-11
2023-01-0942
Some CO2-reducing technologies have real-world benefits not captured by regulatory testing methods. This paper documents a two-layer heating, ventilation, and air-conditioning (HVAC) system that facilitates faster engine warmup through strategic increased air recirculation. The performance of this technology was assessed on a 2020 Hyundai Sonata. Empirical performance of the technology was obtained through dynamometer tests at Argonne National Laboratory. Performance of the vehicle across multiple cycles and cell ambient temperatures with the two-layer technology active and inactive indicated fuel consumption reduction in nearly all cases. A thermally sensitive powertrain model, the National Renewable Energy Laboratory’s FASTSim Hot, was calibrated and validated against vehicle testing data. The developed model included the engine, cabin, and HVAC system controls.
Technical Paper

An Update on Continuing Progress Towards Heavy-Duty Low NOX and CO2 in 2027 and Beyond

2023-04-11
2023-01-0357
Despite considerable progress towards clean air in previous decades, parts of the United States continue to struggle with the challenge of meeting the ambient air quality targets for smog-forming ozone mandated by the U.S. EPA, with some of the most significant challenges being seen in California. These continuing issues have highlighted the need for further reductions in emissions of NOX, which is a precursor for ozone formation, from a number of key sectors including the commercial vehicle sector. In response, the California Air Resources Board (CARB) embarked on a regulatory effort culminating in the adoption of the California Heavy-Duty Low NOX Omnibus regulation.[1] This regulatory effort was supported by a series of technical programs conducted at Southwest Research Institute (SwRI).
Technical Paper

Vehicle Powertrain Simulation Accuracy for Various Drive Cycle Frequencies and Upsampling Techniques

2023-04-11
2023-01-0345
As connected and automated vehicle technologies emerge and proliferate, lower frequency vehicle trajectory data is becoming more widely available. In some cases, entire fleets are streaming position, speed, and telemetry at sample rates of less than 10 seconds. This presents opportunities to apply powertrain simulators such as the National Renewable Energy Laboratory’s Future Automotive Systems Technology Simulator to model how advanced powertrain technologies would perform in the real world. However, connected vehicle data tends to be available at lower temporal frequencies than the 1-10 Hz trajectories that have typically been used for powertrain simulation. Higher frequency data, typically used for simulation, is costly to collect and store and therefore is often limited in density and geography. This paper explores the suitability of lower frequency, high availability, connected vehicle data for detailed powertrain simulation.
Technical Paper

Comparison of Representative Wet and Dry Fire Suppressants to Retard Fire Propagation in Lithium-Ion Modules Initiated by Overcharge Abuse

2023-04-11
2023-01-0520
Overcharging lithium-ion batteries is a failure mode that is observed if the battery management system (BMS) or battery charger fails to stop the charging process as intended. Overcharging can easily lead to thermal runaway in a battery. In this paper, nickel manganese cobalt (NMC) battery modules from the Chevrolet Bolt, lithium manganese oxide (LMO) battery modules from the Chevrolet Volt, and lithium iron phosphate (LFP) battery modules from a hybrid transit bus were overcharged. The battery abuse and emissions tests were designed to intentionally drive the three different battery chemistries into thermal runaway while measuring battery temperatures, battery voltages, gaseous emissions, and feedback from volatile organic compound (VOC) sensors. Overcharging a battery can cause lithium plating and other exothermic reactions that will lead to thermal runaway.
Technical Paper

Development of High Compression-Ratio Stepped-Lip Piston using Machine Learning

2022-08-30
2022-01-1054
Interaction between a diesel spray and piston plays a significant role in overall combustion and emissions performance in compression-ignition engines. It is essential to design the lip feature respective to spray targeting and the following charge motion for combustion systems that rely on spray-piston interaction strongly, such as a stepped-lip piston. This study used a numerical campaign using computational fluid dynamics (CFD) simulation to optimize a stepped-lip combustion system at a 22:1 compression ratio (CR) for both performance and emissions. This is a substantial step up in CR from the stock value of 17:1 for the same engine platform. A machine learning model was used to identify the best combination of features from a design space involving hundreds of potential piston designs and injector nozzle configurations. This study provides a discussion on the general combustion characteristics of the stepped-lip combustion system and the sensitivity of the design parameters.
Technical Paper

Demonstration of Energy Consumption Reduction in Class 8 Trucks Using Eco-Driving Algorithm Based on On-Road Testing

2022-03-29
2022-01-0139
Vehicle to Everything (V2X) communication has enabled on-board access to information from other vehicles and infrastructure. This information, traditionally used for safety applications, is increasingly being used for improving vehicle fuel economy [1-5]. This work aims to demonstrate energy consumption reductions in heavy/medium duty vehicles using an eco-driving algorithm. The algorithm is enabled by V2X communication and uses data contained in Basic Safety Messages (BSMs) and Signal Phase and Timing (SPaT) to generate an energy-efficient velocity trajectory for the vehicle to follow. An urban corridor was modeled in a microscopic traffic simulation package and was calibrated to match real-world traffic conditions. A nominal reduction of 7% in energy consumption and 6% in trip time was observed in simulations of eco-driving trucks.
Technical Paper

Mobility Energy Productivity Evaluation of Prediction-Based Vehicle Powertrain Control Combined with Optimal Traffic Management

2022-03-29
2022-01-0141
Transportation vehicle and network system efficiency can be defined in two ways: 1) reduction of travel times across all the vehicles in the system, and 2) reduction in total energy consumed by all the vehicles in the system. The mechanisms to realize these efficiencies are treated as independent (i.e., vehicle and network domains) and, when combined, they have not been adequately studied to date. This research aims to integrate previously developed and published research on Predictive Optimal Energy Management Strategies (POEMS) and Intelligent Traffic Systems (ITS), to address the need for quantifying improvement in system efficiency resulting from simultaneous vehicle and network optimization. POEMS and ITS are partially independent methods which do not require each other to function but whose individual effectiveness may be affected by the presence of the other. In order to evaluate the system level efficiency improvements, the Mobility Energy Productivity (MEP) metric is used.
Technical Paper

Comprehensive Electric Motor Cooling Modeling

2022-03-29
2022-01-0724
A comprehensive 3D Computational Fluid Dynamics (CFD) with conjugate heat transfer (CHT) tool was developed in-house for a Tesla Model 3 electric motor. To accurately predict the power loss (heat generation) inside the electric motor, the electromagnetic process was solved to obtain the spatial-dependent power loss in the rotor, stator, and windings. CFD was utilized for simulating the coolant oil flow using the multiphase Volume of Fluid (VOF) approach and Finite Element Analysis (FEA) was used for simulating the thermal process within the solid domains. These three separate analysis modules (electromagnetic, fluid flow and thermal solid) were coupled strongly to enable two-way interactions. Thermal results obtained from the final converged simulations were compared to the test data obtained from the thermocouple measurements for the two most representative operating points of this e-motor and showed reasonable predictions with similar trend as observed in the test.
Technical Paper

High-Fidelity Heavy-Duty Vehicle Modeling Using Sparse Telematics Data

2022-03-29
2022-01-0527
Heavy-duty commercial vehicles consume a significant amount of energy due to their large size and mass, directly leading to vehicle operators prioritizing energy efficiency to reduce operational costs and comply with environmental regulations. One tool that can be used for the evaluation of energy efficiency in heavy-duty vehicles is the evaluation of energy efficiency using vehicle modeling and simulation. Simulation provides a path for energy efficiency improvement by allowing rapid experimentation of different vehicle characteristics on fuel consumption without the need for costly physical prototyping. The research presented in this paper focuses on using real-world, sparsely sampled telematics data from a large fleet of heavy-duty vehicles to create high-fidelity models for simulation. Samples in the telematics dataset are collected sporadically, resulting in sparse data with an infrequent and irregular sampling rate.
Technical Paper

Demonstration of High Compression Ratio Combustion Systems for Heavy-Duty Diesel Engine with Improved Efficiency and Lower Emissions

2022-03-29
2022-01-0427
Advanced diesel combustion systems continue to push the peak cylinder pressure limit of engines upward to allow high-efficiency combustion with high compression ratios (CR). The air-standard Otto and Diesel cycles indicate increased compression ratios lead to higher cycle efficiency. The study presented here describes the development and demonstration of a high-efficiency diesel combustion system. The study used both computational and experimental tools to develop the combustion system fully. Computational fluid dynamics (CFD) simulations were carried out to evaluate combustion with two combustion systems at a compression ratio of 22:1 with a Wave piston design (based on the production Volvo Wave piston). Analysis of combustion performance and emissions were performed to confirm the improvements these piston designs offered relative to the baseline combustion system for the engine. Companion single-cylinder engine (SCE) experiments were performed to validate the simulation results.
X