Next Article in Journal
Analysis of the Implementation of Functional Hydrogen Assumptions in Poland and Germany
Next Article in Special Issue
Power Measurement Using Adaptive Chirp Mode Decomposition for Electrical Vehicle Charging Load
Previous Article in Journal
Sustainable Management of Healthcare Settings’ Personnel Based on Intelligent Project-Oriented Approach for Post-War Development
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Study on Top Hierarchy Control Strategy of AEBS over Regenerative Brake and Hydraulic Brake for Hub Motor Drive BEVs

School of Vehicle and Energy, Yanshan University, No. 438 West Hebei Avenue, Qinhuangdao 066004, China
*
Author to whom correspondence should be addressed.
Submission received: 16 September 2022 / Revised: 12 October 2022 / Accepted: 27 October 2022 / Published: 9 November 2022
(This article belongs to the Special Issue Energy Efficiency of Electric Vehicle Charging Process)

Abstract

:
A hub motor is an effective drive system for Battery Electric Vehicles (BEVs). However, due to limitations on packaging and cost, there are few applications in which hub motors are taken as the only actuators for a brake vehicle. Most applications involve a Regenerative Braking System (RBS) combined with a Hydraulic Braking System (HBS). In this paper, a top hierarchy Advanced Emergency Braking System (AEBS) controller is designed in Matlab/Simulink and State-flow, including functionalities of basic emergency braking, brake force distribution between front and rear wheels, anti-lock braking and coordination between RBS and HBS based on Model Predictive Control (MPC); a Seven Degrees of Freedom (DOF) BEV chassis model is constructed and rear-end crash test scenarios are created in Carsim with a high and low road adhesion coefficient. A series of comparison tests show that not only are the stopping distances between the ego vehicle and target vehicle shorter, but also the braking torques, longitudinal slip ratio and rotation speed of each wheel are well controlled without wheel locking. To sum up, in addition to meeting the AEBS requirements of avoiding a rear-end collision, the control strategy developed in this paper also levels up braking performance and enhances vehicle stability on both high-mu and low-mu roads for BEVs driven by a hub motor independently.

1. Introduction

Hub motor technology is a hotspot of research to enhance vehicle stability via independent control of each wheel [1,2,3], from steering stability [4,5] to lateral handling [6,7]. Though some new solutions for hardware and software are being developed to enhance vehicle braking performance [8,9,10,11,12], it is controversial whether Advanced Emergency Braking Systems (AEBS) can utilize a hub motor to enhance safety. Before proceeding to civilian motor vehicles, it is crucial to meet the brake requirements of an EV and comply with corresponding regulations and rules.
Because of this, most research on the combination of Regenerative Braking System (RBS) and Hydraulic Braking System (HBS) focuses on energy recovery and regenerative efficiency [13,14,15,16], and rarely on optimizing braking performance. Fuzzy logic control, sliding mode control and other control methods are also utilized to coordinate RBS and ABS [17,18,19,20,21,22,23], as are studies on Anti-lock Brake System (ABS) compatibility with RBS for an EV [24,25,26,27]. Model Predictive Control (MPC) is more popular to enhance course tracking and stability of motor vehicles [28,29,30]. Besides coordinating control between RBS and HBS, linear MPC is also used to optimize the motor torque [31], which gives us a new perspective to apply MPC in optimizing AEBS performance for a 4WD BEV.
This study’s goal is to investigate a method of coordinating RBS and HBS to carry out the AEBS function for hub motor EVs. Along with creating a top hierarchy control strategy, an efficient logic for utilizing both RBS and HBS must be created. It is necessary to improve braking performance rather than energy recovery by hub motors because AEBS are a higher-level system than other systems (e.g., Traction control), which is related to vehicle safety.

2. System Modelings

The content of this paper has certain novelties, and one of them is that a new architecture of RBS and HBS is designed for EVs driven by hub motors, including hardware for both RBS and HBS. In addition to hub motor inverters and battery pack, other sub systems are modeled based on the creative system layout below:

2.1. An Innovative Braking Architecture for BEV

Figure 1 shows two kinds of braking system are integrated in 4WD BEV architecture. One is HBS, based on the conventional hydraulic brake modulator; four control valves are added and regulated by the Hydraulic controller. The other is RBS, which utilizes hub motors to brake wheels. This is also called recuperative braking. Moreover, an AEBS controller is designed as the top hierarchy controller above the Hydraulic controller and Hub motor controller. According to signals from vehicle sensors (radar, wheel speed sensors, etc.), desired braking torque, wheel slip and state of the vehicle, etc., the AEBS controller calculates and determines required brake torque for HBS with RBS, to enhance the braking performance on different road conditions.

2.2. Vehicle Model

The 4WD BEV is modeled based on a Seven-Degree-Of-Freedom (7DOF) vehicle model, as demonstrated in Figure 2, and each DOF is defined in Table 1.
For this 4WD BEV dynamic model, Equations of longitudinal force, lateral force and Moment equation around z-axis are as follows:
m ( V x γ V y ) = ( F x _ f l + F x _ f r ) cos δ ( F y _ f l + F y _ f r ) sin δ + F x _ r l + F x _ r r ,
m ( V y + γ V x ) = ( F x _ f l + F x _ f r ) sin δ + ( F y _ f l + F y _ f r ) cos δ + F y _ r l + F y _ r r
I z γ = [ ( F x _ f l + F x _ f r ) sin δ + ( F y _ f l + F y _ f r ) cos δ ] a + [ ( F x _ f r F x _ f l ) cos δ + ( F y _ f l F y _ f r ) sin δ ] t w 1 2 + ( F x _ r r F x _ r l ) t w 2 2 ( F y _ r l + F y _ r r ) b ,
{ F z _ f l = m g b 2 l m V ˙ x h g 2 l m V ˙ y h g t w 1 b l F z _ f r = m g b 2 l m V ˙ x h g 2 l + m V ˙ y h g t w 1 b l F z _ r l = m g a 2 l + m V ˙ x h g 2 l m V ˙ y h g t w 2 a l F z _ r r = m g a 2 l + m V ˙ x h g 2 l + m V ˙ y h g t w 2 a l
where m is the sprung mass of the BEV; V x ,   V y   are the longitudinal speed and lateral speed of the BEV; γ is yaw rate of the BEV; F x _ f l ,   F x _ f r ,   F x _ r l ,   F x _ r r   are the longitudinal force on each wheel from the ground, respectively (e.g.,: F x _ f l , represents force on Left Front wheel); F y _ f l ,   F y _ f r ,   F y _ r l ,   F y _ r r are the lateral force on each wheel from the ground separately; δ is the steering wheel angle (only front wheels are steering wheels in this model); I z   is the yaw inertia, which is the BEV inertia around Z-axis; a , b are the longitudinal distance from mass center of gravity to the centerline of the front axle and the rear axle, respectively; t w 1 ,   t w 2  are the track width of front and rear wheels; F Z _ f l ,   F Z _ f r ,   F Z _ r l ,   F Z _ r r are the vertical force on each wheel from the ground, respectively; h g is the vertical distance between the mass center of gravity and the ground; and l is the wheelbase of the BEV. a , b , l   follow the equation below:
l = a + b
Since the brake force is supplied by two system, RBS and HBS, the equation of forces on each wheel is expressed as the following:
{ J ω ˙ f l = F x _ f l r T m _ f l T h _ f l J ω ˙ f r = F x _ f r r T m _ f r T h _ f r J ω ˙ r l = F x _ r l r T m _ r l T h _ r l J ω ˙ r r = F x _ r r r T m _ r r T h _ r r ,
where J is the moment of inertia of the wheel; ω f l , ω f r , ω r l , ω r r are the rotation speeds of each wheel; r is the rolling radius of the wheel (here, it is assumed the moment of inertia and radius of each wheel are the same); T m _ f l , T m _ f r , T m _ r l , T m _ r r are the RBS torque generated by hub motor for each wheels, respectively; T h _ f l , T h _ f r , T h _ r l , T h _ r r are the HBS torque on each wheels, separately.

2.3. Tire Model

The tire model of this 4WD BEV is based on Pacejka’s renowned MF-Tire mode, which is an implementation of the world-standard Pacejka Magic Formula tire model [32,33]. It can be described as follows:
{ F x j i = D s i n ( C t a n 1 { B λ i j E [ B λ i j t a n 1 ( B λ i j ) ] } ) ; C = a 0 ; D = μ ( a 1 F z i j 2 + a 2 F z i j ) ; B = a 3 s i n ( a 4 arctan ( a 5 F z i j ) ) / C D ; E = a 6 F z i j 2 + a 7 F z i j + a 8 ;
where F x i j is the longitudinal force on each tire (e.g.,: F x f l represents longitudinal force on left front tire); μ is the adhesion coefficient between road and tire; B is the tire stiffness coefficient; C is the tire shape factor; D is the crest factor of the tire; E is the tire curvature factor; and a 0 , a 1 , a 2 , a 3 a 8 are MF-tire model parameters according to experiments results; F z i j is the vertical force on tires; λ i j is the longitudinal slip ratio of each wheel, and it can be calculated with the following equations:
λ i j = r ω i j V t _ i j V t _ i j ,
where V t _ i j are the longitudinal velocities of center point of each tire, separately, per tire coordination system.

2.4. RBS Model

Four identical hub motors are used in this 4WD BEV architecture, whose model is created according to the map illustrated in Figure 3.
The relationship between power, rotation speed and efficiency of the hub motor can be written as the following equation:
P m = { T m n m 9550 η m T m n m η m 9550 d r i v i n g b r a k i n g
where P m is the power of the hub motor; T m is the output torque of the hub motor; n m is the rotation speed of the hub motor, which is equal to wheel rotation speed; η m is the hub motor efficiency.

2.5. HBS Model

The hydraulic pressure in each wheel cylinder is controlled independently by HBS [34]. Here, it is assumed that the braking torque generated by the mechanism of brake disc and pad, and hydraulic pressure regulated by each control valve, is actuating on the wheel cylinder to push the brake pad. To sum up, the relation between braking torque generated by HBS and pressure in each wheel cylinder is defined as follows:
{ T h _ f l = 1 4 ( τ s + 1 ) π r d f l 2 ψ b _ f l P W _ f l ; T h _ f r = 1 4 ( τ s + 1 ) π r d f r 2 ψ b _ f r P W _ f r ; T h _ r l = 1 4 ( τ s + 1 ) π r d r l 2 ψ b _ r l P W _ r l ; T h _ r r = 1 4 ( τ s + 1 ) π r d r r 2 ψ b _ r r P W _ r r ;
where P W _ f l , P W _ f r , P W _ r l , and P W _ r r are pressure measured in each wheel cylinder, separately; d f l . d f r , d r l , and d r r are piston diameters of each wheel cylinder, respectively; ψ b _ f l , ψ b _ f r , ψ b _ r l , and ψ b _ r r are the braking efficiency factors of the each wheel; τ is the time constant related to the structure of the HBS.

2.6. Battery Model

Since we take vehicle safety as the top priority when developing the AEBS control strategy, energy recovery efficiency of RBS is less emphasized. Here, a simplified battery model is adopted as the following equation [35]:
η = U C I C i = 1 , j = 1 2 ω m _ i j T m _ i j
the η is the charging efficiency from hub motors to the battery when RBS; U C represents the battery charging voltage when RBS; I C is the current generated by RBS; T m _ i j is RBS torque generated by each hub motor (e.g.,: T m _ 12 is the brake torque from the front right hub motor); ω m _ i j is the rotation speed (angular velocity) for each hub motor, respectively;
Additionally, the charging power of the battery P C can be described in the following equation:
P C = U C I C

3. AEBS Control Strategy

In this study, the AEBS control module is developed in Matlab/Simulink, whose architecture is demonstrated in Figure 4:
The AEBS controller not only calculates the status of a vehicle using signals from radar or other sensors to detect a potential collision, requesting torque on time to avoid rear-end collision or reduce crash severity, but also distributes braking torque between front and rear wheels between RBS and HBS. It makes full use of the road adhesion by requesting torque on demand to make wheels anti-lock in order to handle tough road conditions, such as snow, mud, and ice, and to enhance the braking performance of this 4WD BEV.
Several key control logics are integrated in the AEBS controller, and details on each control strategy are specified as follows:

3.1. AEBS Basic Functionalities

3.1.1. Functionalities Definitions

AEBS control logic is to perform two basic functionalities: collision warning (FCW) and emergency braking. Here, since how to coordinate RBS and HBS to level up emergency braking performance regardless road adhesion condition is crucial to collision avoidance or damage mitigation, the control strategy of emergency braking will be further analyzed rather than FCW in the paper. Usually, validation on control strategy of AEBS functions is divided into three categories [36], as shown below:
  • CCRs: Car-to-Car Rear Stationary;
  • CCRm: Car-to-Car Rear Moving;
  • CCRb: Car-to-Car Rear Braking.
Because of the sufficient complexities and high representative, a test scenario of CCRb is focused on and the corresponding control logic is further investigated below.

3.1.2. Generic Control Logic

TTC (Time-To-Collision) is used as a key control parameter. It is the value of time obtained by dividing the longitudinal distance (in the direction of travel of the subject vehicle) between the subject (ego) and the target vehicle by the longitudinal relative speed of the ego and target vehicle. It is also vital to determine the degree of emergency and imminence of collision to trigger the braking request to the preceding control module; for instance, braking torque distribution between front and rear wheels [37].
As shown in Figure 5, the AEBS basic control strategy is based on the assumption that the ego vehicle and target vehicle both run at a certain acceleration, and only when the velocity of the ego vehicle is higher than the velocity of the target vehicle is AEBS function triggered and TTC calculated in the specific control module.
First, assuming the ego vehicle and the target vehicle run at certain speed, and at a certain time, brake at certain deceleration, eventually, the velocity of both will reach zero, which is expressed as the following equation:
v 2 t + 1 2 a 2 t 2 + ( s d ) = v 1 t + 1 2 a 1 t 2
where v 1 ,   v 2 is the velocity of the ego vehicle and the target vehicle, respectively; a 1 , a 2 is the acceleration (or deceleration) of the ego vehicle and the target vehicle, separately; s is the distance between the ego vehicle and the target vehicle when both start braking; d is the safety distance between the ego vehicle and the target vehicle which is set in the AEBS controller according to OEM’s specifications (0.5–3 m is recommended);
v r e l , a r e l are defined as the relative speed and relative acceleration between the ego vehicle and the target vehicle, respectively, and they meet the following equation:
{ v r e l = v 1 v 2 a r e l = a 1 a 2
Based on Equations (15) and (16), TTC can be calculated with the following equation:
T T C = { t = s d v r e l t = v r e l + v r e l 2 + 2 a r e l ( s d ) a r e l ( a r e l = 0 ) ( a r e l 0 )

3.1.3. CCRb Control Logic

In scenario CCRb, the control strategy is more complex than that for CCRs and CCRm. Moreover, some prerequisites are essential to detect the situation and make decisions; for example, whether the target vehicle stops earlier than the ego vehicle or any collision happens before the target vehicle stop.
Supposing ego vehicle and target vehicle decelerate at a 1 , a 2 , respectively, from different vehicle speed v 1 , v 2 ; finally, both stop at the same time. Then, we have the following equation:
a 1 v 2 = a 2 v 1
However, this is quite ideal; most situations are divided into two possibilities:
  • The ego vehicle decelerates faster than the target vehicle and stops before the target vehicle stops, which is | a 1 v 2 | | v 1 a 2 | . The minimum distance between the two vehicles is when the velocities of both vehicles are the same, and the TTC for this test scenario is calculated the same as in Equation (17);
  • The ego vehicle decelerates slower than the target vehicle, which is | a 1 v 2 | > | v 1 a 2 | ; then, the shortest distance between the two vehicles could happen before the target vehicle stops, or after it stops. If v 1 | v 2 a 2 | + 1 2 a 1 | v 2 a 2 | 2 < | v 2 2 2 a 2 | + s d , then there is no collision before target vehicle stop and the minimum distance between the two vehicle is after the target vehicle stop. Based on Equation (17), the TTC for this scenario is calculated as shown below:
    T T C = { t = s d + | v 2 2 2 a 2 | v 1 t = v 1 + v 1 2 + 2 a 1 ( s d + | v 2 2 2 a 2 | ) a 1 ( a 1 = 0 ) ( a 1 0 )
  • If v 1 | v 2 a 2 | + 1 2 a 1 | v 2 a 2 | 2 | v 2 2 2 a 2 | + s d , then there may be a chance of collision before the target vehicle stops, and the minimum distance between the two vehicles is also before the target vehicle stops. Derived from Equation (17), the TTC for this scenario is calculated as the following equation:
    T T C = { t = s d v r e l t = v r e l + v r e l 2 + 2 a r e l ( s d ) a r e l ( a r e l = 0 ) ( a r e l 0 )

3.1.4. Control Module Design in Matlab/Stateflow

Based on the analysis and calculations above, the basic AEBS functionalities of emergency braking are designed and modeled in Matlab/Stateflow as shown below.
In Figure 6, four states are designed in Stateflow: AEBS initiate (AEB_Init), System Passive (AEB_Passive), System active (AEB_Active) and Brake Holding (AEB_Hold). Moreover, inputs for state switch are signals from Radar sensor (Target Detect), a combination signal from BMS (including seat belt, doors), ESP, steering angle and TTC (calculated from ego vehicle and target vehicle); additionally, there is a lower speed threshold for system function, and here, it is set to 50 km/h. Outputs are AEB request signal (AEB_Req), brake deceleration request (EgoDecel) and brake holding request (AEB_HoldReq), which can make the vehicle hold still for 2 s after the vehicle completely stops, to avoid any slippage in case of steep slopes or hills.

3.2. Torque Distribution between Front and Rear Wheels

The control strategy for braking force distribution between the front and rear axles is designed according to the regulation ECE R13, as illustrated in Figure 7, as follows:
When z 0.1 , there are no specific restrictions according to the ECE regulation. Since the braking force of the front and rear axles is relatively small, HBS alone can cover braking requirements by providing sufficient braking force. On the contrary, the hub motor is running at low efficiency when torque output is relatively low. Therefore, braking force distribution between the front and rear axles by RBS and HBS is designed as follows:
{ T m _ f = 0 T m _ r = 0 T h _ f = β 1 T b _ r e q T h _ r = ( 1 β 1 ) T b _ r e q
where T m _ f , T h _ f are the braking torques output by RBS and HBS on the front axle, respectively; T m _ r , T h _ r are the braking torques on rear axle by RBS and HBS, separately; T b _ r e q is the total amount of braking toque requested by AEBS per current vehicle state against target vehicle and road condition.
For 0.1 < z 0.5 , the braking force distribution between the front and rear axles is following β 1 line. Because of the fast response of output torque from hub motor, RBS is prioritized to meet the requirements on braking strength. If this is not sufficient, the remaining part of the total braking torque requirement is provided by the HBS according to the following equation:
{ T m _ f = min ( β 1 T b _ r e q , 2 T m _ max ( n ) η ) T m _ r = min ( ( 1 β 1 ) T b _ r e q , 2 T m _ max ( n ) η ) T h _ f = β 1 T b _ r e q T m _ f T h _ r = ( 1 β 1 ) T b _ r e q T m _ r
where T m _ max ( n ) is the maximum torque that the hub motor can provide at speed n; η is the mechanical efficiency from hub motor to wheels.
When z > 0.5 , the proportion between front braking torque and rear braking torque is set based on the look-up table of the β 2 line. Four hub motors are also prioritized to meet the requirements of total braking torque and braking strength. The rest of the required braking torque is provided by the HBS as well, as calculated below:
{ T m _ f = min ( β 2 T b _ r e q , 2 T m _ max ( n ) η ) T m _ r = min ( ( 1 β 2 ) T b _ r e q , 2 T m _ max ( n ) η ) T h _ f = β 2 T b _ r e q T m _ f T h _ r = ( 1 β 2 ) T b _ r e q T m _ r
To sum up, the core of this control module on braking torque distribution between the front and rear axle is to utilize hub motor torque at maximum. Higher torque and quick torque response is a great advantage of RBS, which is essential for boosting the braking performance and vehicle safety.

3.3. Anti-Lock Control Module Design

To utilize the maximum lateral force and longitudinal force of tire, longitudinal adherence coefficient should be kept near the peak value and set between 8% and 30% [38]. Longitudinal slip ratios of each wheel are calculated according to Equation (8). Logic threshold control method is adopted with two acceleration thresholds, one deceleration threshold and two thresholds of longitudinal wheel slip ratio, whose model is designed in Matlab/Stateflow.

3.4. Coordinationg Control Strategy for RBS and HBS

3.4.1. State Estimator Model

The Model Predictive Control method is used to coordinate the RBS and HBS torque, and the 3DOF vehicle dynamics model is chosen as an estimator of the vehicle state, including the longitudinal movement of the vehicle, the rotational movement of the front and rear wheels, and the state and control variables, which are defined as following equation:
X = [ x 1 x 2 ] = [ ω m f ω m r ]
U = [ u 1 u 2 ] = [ T m T h ]
where ω m f , ω m r are the rotation speeds of the front and rear hub motors, respectively (assuming the left and right wheel in the same axle rotate at the same speed, since there is no steering); T m is the total amount of torque for RBS; T h is the total amount of torque for HBS; T m , T h are both defined as positive.
Then, based on Equations (4) and (6), the state equations can be described as follows:
x ˙ 1 = 1 2   J [ μ f F z f r ( u 1 + u 2 ) k 1 + k ] x ˙ 2 = 1 2   J [ μ r F z r r ( u 1 + u 2 ) k 1 + k ]
where μ f , μ r are the longitudinal slip ratio of the front and rear wheels, separately; F z f , F z r are the vertical force on the front axle and rear axle, respectively; k is the ratio of front axle braking torque to rear axle braking torque.

3.4.2. Cost Function

To provide enough braking torque to each wheel and boost the braking stability, two cost functions are designed here to optimize the required braking torque distribution between the front and rear axle, and their unified objective is to be the minimum in the current predictive horizon, as shown below:
J 1 ( k ) = J 1 ( u ( k | k ) , u ( k + 1 | k ) , u ( k + N p 1 | k ) ) = P 1 i = 1 N p s 1 ( k + i | k ) s r 2 + Q 1 i = 1 N p 1 Δ T b ( k + i | k ) 2
J 2 ( k ) = J 2 ( u ( k | k ) , u ( k + 1 | k ) , u ( k + N p 1 | k ) ) = P 2 i = 1 N p s 2 ( k + i | k ) s r 2 + Q 2 i = 1 N p 1 Δ T b _ r e q ( k + i | k ) 2
where k + 1 | k represents the prediction of parameter states at time k + 1 based on the states at time k ; s r is the target value of longitudinal slip ratio for each wheel; P 1 and P 2 are the weight coefficients for enhancing the braking safety; Q 1 and Q 2 are weight coefficients that guarantee that the torque capacity of both braking systems will meet vehicle requirements for different road conditions. T b is the sum of braking torque provided by RBS and HBS together, which is T b = T m + T h .

3.4.3. Constrains

Due to the fast response of hub motor torque, the cost functions are mainly constrained by the braking torque received by the wheels, the changing rate of braking torque and the longitudinal slip ratio range for each wheel, defined as the following equations:
{ T b _ f min T b _ f ( k + i | k ) T b _ f max T b _ r min T b _ r ( k + i | k ) T b _ r max
{ Δ T h min Δ T h _ i j ( k + i | k ) Δ T h max Δ T m min Δ T m _ i j ( k + i | k ) Δ T m max
{ s f min s f ( k + i | k ) s f max s r min s r ( k + i | k ) s r max
where T b _ f min and T b _ r min are the minimum braking torques requested by AEBS controller to the front and rear wheels, respectively; T b _ f max and T b _ r max are the maximum value of braking torques requested by AEBS for the front and rear wheels, separately; Δ T h min and Δ T h max are the lower and upper limitation of the torque changing rate for HBS; Δ T m min and Δ T m max the lower limitation and upper limitation of torque changing rate for RBS s; s f min and s r min are the minimum value of longitudinal slip rate of front wheels and rear wheels, respectively; s f max and s r max are the maximum value of the longitudinal slip rate of front and rear wheels, separately.

3.4.4. Control Module Design

According to Equations (25) and (26), two weight coefficients are proposed, plus three cost functions related to total braking torque. The rate of torque change and the longitudinal slip ratio range are derived from Equations (27)–(29). Moreover, the estimator model is described in state-space format as Equations (22) and (23), and MPC performance is evaluated with the plant model and modeled based on Matlab MPC toolbox.

4. Simulation and Analysis

To verify the AEBS control strategy, including control logic for automatic emergency braking, we use a control strategy for braking torque distribution between front and rear axle, anti-lock braking control logic and coordination between RBS and HBS based on MPC. A 4WD BEV model is established based on the Matlab/Simulink platform, whose key parameters are shown in Table 2.
According to GB/T 39901-2021, a representative tricky test scenario is chosen (the ego vehicle is running at 50 km/h, 40 m away from the target vehicle, which brakes with 4 m/s2 deceleration) to verify the control strategy, as illustrated in Figure 8. Test scenarios are built in Carsim and several comparison tests are designed between RBS + HBS and HBS only. Furthermore, simulations on emergency braking performance are carried out on roads with both a high adhesion coefficient and a low adhesion coefficient with the platform of Matlab/Simulink co-simulation with Carsim.

4.1. Braking Performance

To validate the AEBS control strategy, four simulation tests are designed to compare the braking performance by RBS + HBS and by HBS only, as well as the distance between the ego vehicle and the target vehicle when both the stop and time to stop for the ego vehicle are measured in the simulation platform on roads with a high and low adhesion coefficient. The test results are shown in Table 3.
The target distance between the ego vehicle and the target vehicle when both stop is set as 1.5 m, and road condition does have some impact on braking distance either caused by road condition or the response time of the braking mechanism. However, the control strategy completes the emergency braking function by coordinating RBS and HBS as a top hierarchy controller. Additionally, braking distance and time to brake are both better improved by RBS + HBS than that by HBS only; in particular, the braking distances are so well controlled that they are nearly equal to our target value (1.5 m).

4.2. Braking Stability

Since the road conditions for both the left and right wheel are the same, neither steering scenario nor yaw control is considered in this paper. Wheel FR and wheel RR are taken as examples to illustrate the force (torque), longitudinal slip and rotation speed for wheels on the front and rear axle, respectively. As shown in Figure 9a,b, as soon as RBS and HBS receive torque requests from AEBS controller, its anti-lock braking function activates immediately and regulates the braking torque on both the front and rear wheels. Due to relatively low torque requirements for rear wheels, rear wheels are braked by RBS alone. Once the ego vehicle stops, RBS reduces torque to zero immediately, but HBS maintains pressure for at least 2 s in case of the car sliding on steep slope. On the contrary, braking torques on both front and rear wheels which are regulated by HBS only have more severe and intense fluctuation than that by RBS + HBS, as compared with Figure 9c.
In addition, as shown in Figure 9d,e, with coordination control of RBS and HBS, the longitudinal slip ratios of both front and rear wheels for an ego vehicle are less fluctuated and more convergent towards to the target slip ratio than those modulated by HBS only.
By comparing Figure 9f,g, another finding is that none of the ego vehicle wheels are locked, proving that the functions of the anti-lock control strategy are well designed. However, wheel speeds of the ego vehicle controlled by RBS +HBS are changing less and approaching the vehicle speed faster than those modulated by HBS only. In addition to coordinating RBS and HBS, this shows the AEBS control strategy terrifically enhances braking performance, which is why braking distance is also decreased.
Last but not least, as can be seen by comparing Figure 9h with Figure 9i, both RBS and HBS are significantly well coordinated to achieve higher deceleration and full utilization of road adhesion. Furthermore, difference on lateral acceleration between RBS +HBS and HBS only is not that obvious as a result of the same road conditions for both the left and right wheel. However, thanks to coordination control logic between RBS and HBS, longitudinal accelerations of ego vehicle fluctuate less than a vehicle braked by HBS only, which also strengthen the braking stability of BEV.
Another set of contrast simulation results is shown in the following figures.
Similar to the previous analysis, comparing Figure 10a,b with Figure 10c, we show that braking torque coordinated by AEBS controller over RBS and HBS has a faster and more accurate response than that with HBS only. RBS alone can meet the torque requirement of rear wheels due to the relatively low braking torque required on a low μ road, Additionally, the function of automatic holding is available; the torque of HBS remains as soon as the ego vehicle stops and the RBS torque is back to zero.
Moreover, comparisons between Figure 10d,e demonstrate that without coordination control of RBS and HBS, longitudinal slip ratios of both front and rear wheels tend to fluctuate more severely and intensely. However, due to white noise from sensors on simulations models in Carsim, there are still some strong signals of longitudinal slip ratios after the ego vehicle stop, which can be ignored in this analysis.
By comparing Figure 10f with Figure 10g, one finding is that with the help of coordination control between RBS and HBS, the time taken to brake is shorter and the braking distance is greatly reduced; thanks to the anti-lock control strategy integrated in AEBS controller, none of the wheels on the ego vehicle are locked.
Last but not least, as can be seen from Figure 10h–i, coordination control logic between RBS and HBS works better than that controlled by HBS alone in both longitudinal and lateral accelerations, which significantly result in higher deceleration and full utilization of road adhesion of the ego-vehicle.
To sum up, other novelties of this study are: by utilizing quick response and high accuracy of hub motor torque, anti-lock brake frequency is raised as the stopping distance is shortened, which verifies that AEBS performance is enhanced on both high μ and low μ road. Furthermore, both energy recuperative efficiency and vehicle active safety are taken into consideration, as the cost function and constraints of the Model Predictive Control algorithm to coordinate RBS and HBS to optimize AEBS, achieving higher deceleration and full utilization of road adhesion.

5. Conclusions

This aspect of the research suggested that the hub motor can enhance the braking performance of a 4WD BEV on some tough road conditions by designing a top hierarchy control strategy of AEBS, whose function of avoiding rear-end collision is well verified on both high-mu and low-mu roads. Furthermore, these findings provide a potential mechanism for a perfect balance of energy recuperative efficiency and vehicle active safety. Thanks to coordination of RBS and HBS and optimization of brake torque by an MPC algorithm, the longitudinal slip ratios of each wheel are well controlled and road adhesion is fully utilized to achieve higher brake performance, proving that the AEBS control strategy integrated with brake force distribution, anti-lock braking and coordination of RBS and HBS is successfully developed and verified.
  • In future work, validations of the AEBS on other test scenarios might prove important, including scenario of CCRs (Car-to-Car Rear Stationary) and CCRm (Car-to-Car Rear Moving), or more harsh road conditions; for example, the split μ road and step μ road.

Author Contributions

Writing—review, methodology and editing, Y.Y.; supervision, S.Y. and X.T.; validation, software, C.W. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Acknowledgments

Special thanks to my wife and her wholehearted dedication to family.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Kerem, B. Performance comparison of electric-vehicle drivetrain architectures from a vehicle dynamics perspective. Proc. Inst. Mech. Eng. Part D-J. Automob. Eng. 2020, 234, 915–935. [Google Scholar]
  2. Xin, C.; Yang, W.M.; Yao, Y.F. Electric car design based on wheel motor drive. In Proceedings of the 7th International Forum on Industrial Design, Yongzhou, China, 17–19 May 2019. [Google Scholar]
  3. Li, J. Research Status and Development Prospect of Electric Vehicles Based on Hub Motor. In Proceedings of the China International Conference on Electricity Distribution (CICED), Tianjin Univ, Tianjin, China, 17–19 September 2018; pp. 126–129. [Google Scholar]
  4. Guo, X.R.; Yi, C.; Chen, L.H.; Li, H. Research on Steering Stability Control of Electric Vehicle Driven by Dual In-Wheel Motor. In Proceedings of the 10th Institute-of-Electrical-and-Electronics-Engineers International Conference on Cyber Technology in Automation, Control, and Intelligent Systems (CYBER), Xian, China, 10–13 October 2020; pp. 394–399. [Google Scholar]
  5. Hou, R.F.; Li, Z.; Sun, T.M. Steering Stability Control for a Four Hub-Motor Independent-Drive Electric Vehicle with Varying Adhesion Coefficient. Energies 2018, 11, 2438. [Google Scholar] [CrossRef] [Green Version]
  6. Li, S.T.; Liu, H.; Zhao, D.; Li, Q.Y.; Tian, Y.T.; Wang, D.J.; Yu, D.L. Adaptive Sliding Mode Control of Lateral Stability of Four Wheel Hub Electric Vehicles. Int. J. Automot. Technol. 2020, 21, 739–747. [Google Scholar] [CrossRef]
  7. Zhang, H.Z.; Liang, J.S.; Jiang, H.B.; Cai, Y.F.; Xu, X. Stability Research of Distributed Drive Electric Vehicle by Adaptive Direct Yaw Moment Control. IEEE Access 2019, 7, 106225–106237. [Google Scholar] [CrossRef]
  8. Sergey, P.; Kasper, R. Development and Validation of a New Kind of Coupling Element for Wheel-Hub Motors. In Proceedings of the International Scientific Conference on Mechanics—Eighth Polyakhov’s Reading, Saint Petersburg, Russia, 20–24 June 2018. [Google Scholar]
  9. Anupam, K.; Vishwakarma, K.; Maram, D.; Malik, A. In-wheel Motor for Solar Electric Vehicles: Challenges and Opportunities. In Proceedings of the 1st International Conference on Advances in Mechanical Engineering and Nanotechnology (ICAMEN), Jaipur, India, 8–9 March 2019. [Google Scholar]
  10. Tan, N.; Yan, H.S. On the Design of In-Wheel-Hub Motor Transmission Systems with Six-Link Mechanisms for Electric Vehicles. Energies 2018, 11, 2920. [Google Scholar]
  11. Sun, X.D.; Zhou, S.; Cai, Y.F.; Lei, G.; Guo, Y.G.; Zhu, J.G. Driving-Cycle-Oriented Design Optimization of a Permanent Magnet Hub Motor Drive System for a Four-Wheel-Drive Electric Vehicle. IEEE Trans. Transp. Electrif. 2020, 6, 1115–1125. [Google Scholar] [CrossRef]
  12. Fan, Y.; Gu, C.L. Power Supply System Design and Dynamic Analysis of a Permanent Magnet Bistable Electromagnetic Clutch for Wheel Motor Drive. IEEE Access 2020, 8, 218161–218169. [Google Scholar]
  13. Li, G.; Yang, Z. Energy saving control based on motor efficiency map for electric vehicles with four-wheel independently driven in-wheel motors. Adv. Mech. Eng. 2018, 10, 1–18. [Google Scholar]
  14. Zhang, L.W.; He, R. Research on multi-mode RBS energy recovery of electric vehicle with double rotor hub motor. Int. J. Veh. Des. 2020, 82, 45–63. [Google Scholar] [CrossRef]
  15. Wang, Y.J.; Xie, M.W.; Yi, D.H. Research and Verification of Cooperative RBS Function Based on Electrical Brake Booster System. In Proceedings of the China SAE Congress, Shanghai, China, 27–29 October 2018; pp. 933–948. [Google Scholar]
  16. Li, Y.; Adeleke, O.P.; Xu, X. Methods and applications of energy saving control of in-wheel motor drive system in electric vehicles: A comprehensive review. J. Renew. Sustain. Energy 2019, 11, 1–22. [Google Scholar] [CrossRef]
  17. He, L.; Ye, W.; He, Z.; Song, K.; Shi, Q. A combining sliding mode control approach for electric motor anti-lock braking system of battery electric vehicle. Control. Eng. Pract. 2020, 104, 104520. [Google Scholar] [CrossRef]
  18. De Castro, R.; Araujo, R.E.; Freitas, D. Wheel slip control of EVs based on sliding mode technique with conditional integrators. IEEE Trans. Ind. Electron. 2013, 60, 3256–3271. [Google Scholar] [CrossRef]
  19. Basrah, M.S.; Siampis, E.; Velenis, E.; Cao, D.; Longo, S. Wheel slip control with torque blending using linear and nonlinear model predictive control. Veh. Syst. Dyn. 2017, 55, 1665–1685. [Google Scholar] [CrossRef] [Green Version]
  20. Shi, J.; Wu, J.; Zhu, B.; Zhao, Y.; Deng, W.; Chen, X. Design of anti-lock braking system based on RBS for distributed drive electric vehicle. Int. J. Passeng. Cars-Electron. Electr. Syst. 2018, 11, 205–218. [Google Scholar] [CrossRef]
  21. Qiu, C.; Wang, G.; Meng, M.; Shen, Y. A novel control strategy of RBS for electric vehicles under safety critical driving situations. Energy 2018, 149, 329–340. [Google Scholar] [CrossRef]
  22. Aksjonov, A.; Vodovozov, V.; Augsburg, K.; Petlenkov, E. Design of regenerative anti-lock braking system controller for 4 in-wheel-motor drive electric vehicle with road surface estimation. Int. J. Automot. Technol. 2018, 19, 727–742. [Google Scholar] [CrossRef] [Green Version]
  23. Zhang, J.; Yang, Y.; Qin, D.; Fu, C.; Cong, Z. RBS Control Method Based on Predictive Optimization for Four-Wheel Drive Pure Electric Vehicle. IEEE Access 2021, 9, 1394–1406. [Google Scholar] [CrossRef]
  24. Song, D.F.; Yang, D.P.; Zeng, X.H.; Zhang, X.M.; Gao, F.W. A coordinated control of hydraulic hub-motor auxiliary system for heavy truck. Measurement 2021, 175, 109087. [Google Scholar] [CrossRef]
  25. Yu, D.; Wang, W.; Zhang, H.; Xu, D. Research on anti-lock braking control strategy of distributed-driven electric vehicle. IEEE Access 2020, 8, 162467–162478. [Google Scholar] [CrossRef]
  26. Pretagostini, F.; Ferranti, L.; Berardo, G.; Ivanov, V.; Shyrokau, B. Survey on wheel slip control design strategies, evaluation and application to antilock braking systems. IEEE Access 2020, 8, 10951–10970. [Google Scholar] [CrossRef]
  27. Li, S.S.; Guo, L.P.; Zhang, B.C.; Lu, X.H.; Cui, G.J.; Dou, J.L. MPC-based Slip Control System for In-wheel-motor Drive EV. In Proceedings of the 5th International-Federation-of-Automatic-Control (IFAC) Conference on Engine and Powertrain Control, Simulation and Modeling (E-COSM), Changchun, China, 20–22 September 2018; pp. 578–582. [Google Scholar]
  28. Li, Z.; Wang, C.P.; Hou, Y.H.; Liu, C. MPC-Based Integrated Control of Trajectory Tracking and Handling Stability for Intelligent Driving Vehicle Driven by Four Hub Motor. IEEE Trans. Veh. Technol. 2022, 71, 2668–2680. [Google Scholar]
  29. Li, S.; Li, Z.; Zhang, B.; Zheng, S.; Lu, X.; Yu, Z. Path Tracking for Autonomous Vehicles Based on Nonlinear Model: Predictive Control Method; SAE Technical Paper 2019-01-1017; SAE: Detroit, MI, USA, 2019. [Google Scholar]
  30. Zeng, X.H.; Li, G.H.; Yin, G.D.; Song, D.F.; Li, S.; Yang, N.N. Model predictive control-based dynamic coordinate strategy for hydraulic hub-motor auxiliary system of a heavy commercial vehicle. Mech. Syst. Signal Process. 2018, 101, 97–120. [Google Scholar] [CrossRef]
  31. Yu, Z. Automobile Theory, 6th ed.; China Machinery Industry Press: Beijing, China, 2018. [Google Scholar]
  32. Pacejka, H.B. Tire and Vehicle Dynamics, 3rd ed.; Butterworth-Heinemann: Oxford, UK, 2012. [Google Scholar]
  33. Pacejka, H.B.; Besselink, I.J.M. Magic Formula Tire model with Transient Properties. Suppl. Veh. Syst. Dyn. 1997, 27, 234–249. [Google Scholar] [CrossRef]
  34. Zhao, X.Y.; Xu, W.B.; Liu, G. Pressure Estimation and Pressure Control of Hydraulic Control Unit in Electric-Wheel Vehicle. Math. Probl. Eng. 2020, 2020, 6576297. [Google Scholar]
  35. Yang, Z.; Wang, B.; Jiao, K. Life cycle assessment of fuel cell, electric and internal combustion engine vehicles under different fuel scenarios and driving mileages in China. Energy 2020, 198, 117365. [Google Scholar] [CrossRef]
  36. Hu, N.X.; Wang, J.; Wu, K. Test and Research of Commercial Vehicle Advanced Emergency Braking Pedestrian System. In Proceedings of the China SAE Congress, Shanghai, China, 27–29 October 2022; Springer: Singapore, 2022; Volume 769. [Google Scholar]
  37. Guo, J. Development of RBS for electric vehicles in China: A review. Int. J. Electr. Hybrid Veh. IJEHV 2015, 7, 120–138. [Google Scholar] [CrossRef]
  38. Xu, W.; Zhao, H.; Ren, B.; Chen, H. A RBS control strategy for electric vehicle with four in-wheel motors. In Proceedings of the 2016 35th Chinese Control Conference (CCC), Chengdu, China, 27–29 July 2016; pp. 8671–8676. [Google Scholar]
Figure 1. A novel braking architecture for 4WD BEV.
Figure 1. A novel braking architecture for 4WD BEV.
Energies 15 08382 g001
Figure 2. 7DOF 4WD BEV dynamic model: (a) Longitudinal and lateral force on 7DOF model; (b) The force and torques on left wheels.
Figure 2. 7DOF 4WD BEV dynamic model: (a) Longitudinal and lateral force on 7DOF model; (b) The force and torques on left wheels.
Energies 15 08382 g002
Figure 3. The efficiency map of hub motor.
Figure 3. The efficiency map of hub motor.
Energies 15 08382 g003
Figure 4. Architecture of the AEBS controller.
Figure 4. Architecture of the AEBS controller.
Energies 15 08382 g004
Figure 5. Schemes for AEBS control logic in CCRb.
Figure 5. Schemes for AEBS control logic in CCRb.
Energies 15 08382 g005
Figure 6. Control logic of AEBS basic functions in Stateflow.
Figure 6. Control logic of AEBS basic functions in Stateflow.
Energies 15 08382 g006
Figure 7. Control map for braking force distribution between the front and rear axles.
Figure 7. Control map for braking force distribution between the front and rear axles.
Energies 15 08382 g007
Figure 8. AEBS test scenario in Carsim.
Figure 8. AEBS test scenario in Carsim.
Energies 15 08382 g008
Figure 9. Simulation results for AEBS validation in high μ road. (μ = 0.85) (a) Total braking torque, torque of RBS and HBS on wheel FR of ego vehicle; (b) torque of RBS and HBS on wheel RR of ego vehicle; (c) HBS torque on wheel FR and wheel RR of ego vehicle; (d) longitudinal slip ratio of wheels of ego vehicle, RBS + HBS; (e) longitudinal slip ratio of wheels of ego vehicle, HBS only; (f) vehicle speed vs. wheel speed of ego vehicle, RBS + HBS; (g) vehicle speed vs. wheel speed of ego vehicle, HBS only; (h) longitudinal and lateral acceleration of ego vehicle, RBS + HBS; (i) longitudinal and lateral acceleration of ego vehicle, HBS only.
Figure 9. Simulation results for AEBS validation in high μ road. (μ = 0.85) (a) Total braking torque, torque of RBS and HBS on wheel FR of ego vehicle; (b) torque of RBS and HBS on wheel RR of ego vehicle; (c) HBS torque on wheel FR and wheel RR of ego vehicle; (d) longitudinal slip ratio of wheels of ego vehicle, RBS + HBS; (e) longitudinal slip ratio of wheels of ego vehicle, HBS only; (f) vehicle speed vs. wheel speed of ego vehicle, RBS + HBS; (g) vehicle speed vs. wheel speed of ego vehicle, HBS only; (h) longitudinal and lateral acceleration of ego vehicle, RBS + HBS; (i) longitudinal and lateral acceleration of ego vehicle, HBS only.
Energies 15 08382 g009
Figure 10. Simulation results for AEBS control strategy validation in low μ road. (μ = 0.3) (a) Total braking torque, torque from RBS and HBS on wheel FR of ego vehicle; (b) RBS and HBS torque on wheel RR of ego vehicle; (c) HBS torque on wheel FR and wheel RR of ego vehicle; (d) longitudinal slip ratio of ego vehicle wheels, RBS + HBS; (e) longitudinal slip ratio of ego vehicle wheels, HBS only; (f) ego vehicle speed vs. wheel speed, RBS + HBS; (g) ego vehicle speed vs. wheel speed, HBS only; (h) longitudinal and lateral acceleration of ego vehicle, RBS + HBS; (i) longitudinal and lateral acceleration of ego vehicle, HBS only.
Figure 10. Simulation results for AEBS control strategy validation in low μ road. (μ = 0.3) (a) Total braking torque, torque from RBS and HBS on wheel FR of ego vehicle; (b) RBS and HBS torque on wheel RR of ego vehicle; (c) HBS torque on wheel FR and wheel RR of ego vehicle; (d) longitudinal slip ratio of ego vehicle wheels, RBS + HBS; (e) longitudinal slip ratio of ego vehicle wheels, HBS only; (f) ego vehicle speed vs. wheel speed, RBS + HBS; (g) ego vehicle speed vs. wheel speed, HBS only; (h) longitudinal and lateral acceleration of ego vehicle, RBS + HBS; (i) longitudinal and lateral acceleration of ego vehicle, HBS only.
Energies 15 08382 g010
Table 1. DOF Definitions of 7DOF vehicle model.
Table 1. DOF Definitions of 7DOF vehicle model.
MovementsDirectionsDOF
Rotational movement of four wheelsAround wheel centerline4
Longitudinal movement of vehicleAlong X-axis1
Lateral movement of vehicleAlong Y-axis1
Yaw of vehicleAround Z-axis1
Table 2. Key parameters of the 4WD BEV.
Table 2. Key parameters of the 4WD BEV.
DefinitionSymbolsValue
Sprung mass of vehiclem1270 kg
Longitudinal distance from mass center of gravity to centerline of front axlea1015 mm
Longitudinal distance from mass center of gravity to centerline of rear axleb1895 mm
Height of sprung mass center of gravity h g 540 mm
Rolling radius of tirer325 mm
Total Moment inertia of wheel, tire and hub motor J 4.5 kg·m2
Yaw inertia of vehicle I z 1540 kg·m2
Table 3. AEBS simulation tests results.
Table 3. AEBS simulation tests results.
Mechanism of Braking Road ConditionDistance between Ego Vehicle and Target Vehicle When Both StopTime to Stop
RBS
+ hydraulic
μ = 0.85 1.49 m4.5 s
Hydraulic only μ = 0.85 1.34 m4.6 s
RBS
+ hydraulic
μ = 0.3 1.36 m6.3 s
Hydraulic only μ = 0.3 0.82 m7.6 s
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Yang, Y.; Wang, C.; Yang, S.; Tang, X. Study on Top Hierarchy Control Strategy of AEBS over Regenerative Brake and Hydraulic Brake for Hub Motor Drive BEVs. Energies 2022, 15, 8382. https://0-doi-org.brum.beds.ac.uk/10.3390/en15228382

AMA Style

Yang Y, Wang C, Yang S, Tang X. Study on Top Hierarchy Control Strategy of AEBS over Regenerative Brake and Hydraulic Brake for Hub Motor Drive BEVs. Energies. 2022; 15(22):8382. https://0-doi-org.brum.beds.ac.uk/10.3390/en15228382

Chicago/Turabian Style

Yang, Yu, Chao Wang, Shujun Yang, and Xianzhi Tang. 2022. "Study on Top Hierarchy Control Strategy of AEBS over Regenerative Brake and Hydraulic Brake for Hub Motor Drive BEVs" Energies 15, no. 22: 8382. https://0-doi-org.brum.beds.ac.uk/10.3390/en15228382

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