Optimal Controls to Optimize the Fuel Economy in Real World Driving

Introduction

Legislative frameworks are becoming increasingly stringent due to global warming. As a result, there is pressure on the transportation industry to reduce fuel consumption and average CO2 emissions. This has led to a two-pronged approach: development of advanced electric drive propulsion system technologies for vehicle powertrains, and advanced testing methodologies.

Hybrid Electric Vehicles (HEVs) have been explored significantly as an option to reduce emissions and fuel consumption. Conventional vehicles provide comparatively poor fuel economy and most pure Battery Electric Vehicles (BEV) can have difficulty meeting power and energy demands, amongst other challenges. HEVs are thus an appealing option because they provide adequate drivability while reducing emissions and fuel consumption. However, one challenge of HEVs is that the control strategy to optimize energy consumption can be extremely complex. And in addition to increasing vehicle complexity, testing complexity in the form of real-world driving and real driving emissions (RDE) is also gaining traction [1].

The Energy Management System (EMS) in HEVs involves two set of tasks: component level or low-level control tasks and supervisory level or high-level control tasks. The supervisory controller plays a vital role in optimizing the operation of the powertrain, which deals with the balanced generation and use of stored energy to reduce the overall energy consumption while taking into account system constraints and drivability. Some of most critical EMS tasks include determining the power-split between engine and electric motors and transitioning between different powertrain modes such as pure engine, hybrid and electric mode. Control strategies that perform these tasks fall into two categories: rule-based controls and optimal controls.

Rule based controls involve defining a set of heuristic rules to control the powertrain states and resulting power-split. Optimal Controls can be subdivided into local optimization methods, which provide sub-optimal results, and global optimization methods, which provide absolute-optimal results. Dynamic Programming (DP) is the global optimization method discussed in this paper. While DP has been studied and implemented in other research, the novelty of the work in this paper involves the implementation of DP in a generic manner, making it applicable to any vehicle architecture. Moreover, the presented methodology leads to significant reduction in computational cost through the use of parallel computing.

Real-World Driving Route Generator

In addition to standard driving cycles, growing importance is being placed on off-cycle or real-world driving performance. The standard test procedure for European certification involves a combination of chassis dynamometer-based driving cycle and a real-world driving component [2]. Thus, a tool was developed to generate real-world driving routes that take into account non-deterministic effects such as weather patterns, traffic density, driver behavior and other real-world conditions.

Figure 1 shows the real-world driving route from Navy Pier in Chicago, IL to the Gamma Technologies headquarters in Westmont, IL. This route contains several pieces of critical information when evaluating real-world driving performance: start and end locations, intersections, and traffic signal locations. Based on aforementioned route, a speed target was generated which is a function of distance traveled. The route represents the mean traffic speed along the route at the time the route was generated. This allows for evaluating fuel economy and energy usage depending on the time of day, traffic density and so on.

Figure 1: Real-World Driving Route

Dynamic Programming in a Nutshell

The P0/P4 parallel hybrid architecture was used in this work because it is one of the most complex parallel hybrid architectures in terms of supervisory control algorithm development. Figure 2 below shows a symbolic block diagram of the simulation model representing this architecture.

 

Figure 2: P0/P4 Parallel Hybrid Architecture

The implemented deterministic DP algorithm is based on Richard Bellman’s principle of optimality [3] and it is a numerical method of solving a multistage decision-making process. This requires a-priori information about the entire optimization horizon, a real-world drive cycle in the case of the present study.

Figure 3 gives a high-level overview of an optimal controls local optimization method which is ECMS (Equivalent Consumption Minimization Strategy) and a global optimization method which is DP. While the local optimization always gives optimal results per timestep basis, it does not necessarily result in minimum cumulative cost. On the other hand, because DP is a global optimization method, it is guaranteed to find the global optimum and hence, leads to cumulative minimum cost, even though this might involve a higher local cost for a particular time step, e.g. tj in the below figure.

Figure 3: High-Level overview of Optimal Controls

Figure 4 shows the gas mileage obtained after applying DP on P0/P4 hybrid electric vehicle. This shows how a real-world driving cycle’s fuel economy varies as compared to regulatory highway (HWFET) or city (FTP-75) standard driving cycles. DP also yields a trajectory of optimal controls that can be used to improve heuristic rule-based controls and to benchmark optimal fuel economy.

Figure 4: Fuel Economy Comparison

 Figure 5: Run-Time Metrics of Serial vs Parallel Run

The computational cost of optimization using DP algorithm is a strong function of the number of design/control scenarios analyzed and can become very high as this number grows.  In order to speed up the calculation process, DP solution was parallelized and distributed over multiple processors. Figure 5 shows run time metrics for the FTP-75 driving cycle for serial vs parallel run. A 91.11% reduction in simulation duration was obtained as a result of parallelization.

Integrated Vehicle Simulation

The model of P0/P4 hybrid was analyzed using the commercial software package GT-SUITE, a multi-physics simulation platform that enables seamless integration between various physical domains and allows for rapid virtual prototyping of all hybrid-electric vehicle architectures. Figure 6 shows the adaptability of an optimal control solution to powertrain architecture. The time involved in developing system and component level dynamics and integrating physics with controls can be lessened by using the implemented solution in GT as compared to coding it in another environment.  

Figure 6: Adaptability of Optimal Control Solution to Powertrain Architecture

Summary

This work describes a detailed and efficient computational methodology, using a Dynamic Programming algorithm, designed to study and optimize fuel economy of vehicles with hybrid-electric powertrains. The methodology is general and applicable to any vehicle/powertrain architecture including conventional and hybrid vehicles. It was shown that optimal fuel consumption can vary visibly when the vehicle is subjected to regulatory vs real-world driving conditions. This further strengthens the importance of real-world driving.

One of the novel features of this work, which cannot be underestimated, is the ability to apply the presented computational methodology and DP algorithm as fast as possible. This is accomplished by parallelizing the DP solution. In this study, a 91.11% reduction in computation time was observed for 1800 seconds of a driving cycle for the simulated vehicle model. This makes the solution more practical not only for use at the design stage, but also for conceptual analysis of different architectures where a large number of simulations may be required.

References

1.       Austin, S. S. and D. Morrey. 2002. "Automotive Test Drive Cycles for Emission Measurement and Real-World Emission Levels--a Review." Proceedings of the Institution of Mechanical Engineers 216 (7): 555.
2.       Official Journal of the European Union. “Commission Regulation (EU) 2018/1832)”. November 2018, https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32018R1832&from=EN
3.       Bellman, Richard Ernest. 2010. Dynamic Programming. Princeton, NJ: Princeton University Press. 

 Authors 

Dhaval Lodaya has a Master’s Degree in Mechanical Engineering with a focus on Electrified Powertrain Controls. He is currently working as a Senior Project Engineer in Electrified Vehicle Applications at Gamma Technologies, where he is responsible for developing system and component level physics-based models of electrified powertrain and their associated controls. 

Marcin Okarmus graduated with a Bachelor’s Degree in Mathematics from Dominican University, River Forest, IL and in Mechanical and Aerospace Engineering from Illinois Institute of Technology, Chicago, IL in 2002.   He earned a Master’s Degree in Mechanical and Aerospace Engineering from Illinois Institute of Technology in 2006.  He is employed at Gamma Technologies, LLC located in Westmont, IL.  His primary responsibilities are in the area of development and application of mechanical and hydro-mechanical simulation codes.  

Jon Zeman is the application team lead for vehicle and electrification at GT. He has been with Gamma Technologies for over 10 years, focusing on vehicle systems modeling, including fuel economy and performance, energy management, driveability, and vehicle NVH. Jon has a Master’s Degree in Mechanical Engineering from The University of Iowa. 

 

 


About the Newsletter

Editors-in-Chief

Jin-Woo Ahn
Co-Editor-in-Chief

 

Sheldon Williamson
Co-Editor-in-Chief

TEC Call for Articles 2023 - Advances in Charging Systems

The TEC eNewsletter is now being indexed by Google Scholar and peer-reviewed articles are being submitted to IEEE Xplore.

To submit an article click here.