Skip to main content

ORIGINAL RESEARCH article

Front. Robot. AI, 07 February 2023
Sec. Robotic Control Systems
This article is part of the Research Topic Automated Vehicles: Intelligent Decision-Making, Trajectory Planning, and Chassis Execution View all 4 articles

Switchable MPC-based multi-objective regenerative brake control via flow regulation for electric vehicles

Mingming MeiMingming Mei1Shuo Cheng
Shuo Cheng2*Hongyuan MuHongyuan Mu1Yuxuan PeiYuxuan Pei1Bo LiBo Li3
  • 1The State Key Laboratory of Automotive Safety and Energy, School of Vehicle and Mobility, Tsinghua University, Beijing, China
  • 2The Institute of Industrial Science, University of Tokyo, Tokyo, Japan
  • 3Beijing Automotive Industry Corporation, Beijing, China

Recent investigations of the electric braking booster (E-Booster) focus on its potential to enhance brake energy regeneration. A vehicle’s hydraulic system is composed of the E-Booster and electric stability control to control the master cylinder and wheel cylinders. This paper aims to address the independent closed-loop control of the position and pressure as well as the maintenance of the pedal feel. To track both the reference signals related to piston displacement and the wheel cylinder pressure, an explicit model predictive control (MPC) is developed. First, the new flow model is introduced as the foundation for controller design and simulation. Next, in accordance with the operational conditions, the entire system is divided into three switchable subsystems. The three distributed MPCs are constructed based on the linearized subsystems, and a state machine is used to perform the state jump across the controllers. A linear piecewise affine control law can then be obtained by solving the quadratic program (QP) of explicit MPC. Afterwards, the non-linear extended Kalman filter including the recorded time-variant process noise is used to estimate all the state variables. The effectiveness of the explicit MPC is evidenced by the simulations compared with a single MPC in regenerative and dead-zone conditions. The proposed controller decreases the latency significantly by 85 milliseconds, which also helps to improve accuracy by 22.6%. Furthermore, the pedal feel remains consistent, even when factoring in the number of vibrations caused by the inherent hydraulic characteristic of pressure versus volume.

1 Introduction

Electric vehicles (EV) have become a central focus of the automotive industry. The electric braking booster (E-Booster) system has been widely commercialized due to its compatibility with the existing hydraulic system and potential for enhancing energy harvesting efficiency. It can also directly manipulate the piston of the master cylinder in order to adjust the brake pressure. Existing methods of implementing the power-assisted brake can be broken up into two categories: one is where an emulator simulates the pedal feel, and the power assist is accomplished by means of the closed-loop of pressure or torque Liu et al. (2016); Yu et al. (2016); Yang et al. (2012); and the other category involves translating the force feedback problem to the position tracking control based on the reaction disk’s state of deformation Wu et al. (2020); Chen et al. (2018a), Chen et al. (2018b). With the latter category, which makes use of a non-contact electromagnetic transducer, there is higher accuracy, and the stroke sensor is more easily installed Wu et al. (2020). Additionally, due to the highly non-linear and time-varying relationship between the position and pressure Yu et al. (2016); Panzani et al. (2014), the pressure controller needs to overcome the challenging problem of the dead zone. In general, the position loop is regarded as a necessary control logic of the E-Booster.

The E-Booster expands the application field of the regenerative braking system (RBS), which lays the foundation for cooperative brake control. The force of the friction between the brake pad and the disk, as well as the regenerative force of the electric motor, mainly consists of the blending braking force. RBS normally prioritizes energy recuperation efficiency. Heydari et al. (2020) optimized the regenerative braking within the boundaries, utilizing a performance map of the traction motor. Furthermore, vehicle stability in braking situations needs to be taken into account. In Tang et al. (2022), an optimal balance method between braking safety and efficiency was developed. This method consisted of two components: one was a force distribution controller, and the other was an optimization object that was based on the wheel slip rate. A supervised learning technique was developed in the literature Changran et al. (2018) in order to achieve greater balance between both braking stability and efficiency. Given the difference in brake sources, the consistency of the braking feel has also been modified; Wang et al. (2018) presented a braking feel compensator to account for hydraulic hysteresis in the presence of reasonable braking force distributions. Here, the E-Booster plays an intricate role in maintaining a consistent pedal feel; this is due to its adjustable boosting ratio; Ohtani et al. (2011) designed the springs to act as a much-needed balance between the driver force and the motor force; Zhao et al. (2018) proposed a sliding mode controller (SMC) for regulating the motor torque and antilock braking system (ABS). This was shown to have the possibility to simultaneously adjust the pedal feel and wheel cylinder pressure. It was also mentioned in Zhao’s findings that the work of electric stability control (ESC) is separated into three stages based on the measured regenerative conditions Zhao et al. (2019). Considering the above-mentioned research, this paper will mainly highlight multi-objective optimization in the generative process using the E-Booster and hydraulic circuit as the actuation foundation.

The model predictive control (MPC) is a common method used for dealing with multi-target and multi-restriction problems. In Falcone’s study, a combined steering and braking MPC algorithm Falcone et al. (2008) was presented based on two models of varying complexity. The comprehensive controller was observed to have performed better under all operating conditions; however, it had a high computational burden. Meanwhile, the simplified controller behaved well under specific conditions. Taking the gathered data into consideration, this paper Cairano et al. (2013) proposed an MPC to coordinate the active front steering and differential braking. This method of predicting the key states using a piecewise affine (PWA) system provided the advantage of a low computation load. Hu et al. (2021) also introduced a gain-scheduled MPC to cover the entire range by a group of linearized models. This study will take a similar approach, with one exception: the linearization will be dependent on the control mode. MPC has naturally been discussed in relation to RBS. In his literature, Satzger and Castro (2014); Satzger et al. (2016); Satzger and de Castro (2017); Satzger and Castro (2018), proposed the MPC framework for tracking the desired torque by maximizing the regenerative efficiency and optimizing the slip ratio. Additionally, other control criteria, such as automotive yaw stability, were included into the MPC cost function Ren et al. (2016). To solve the problem of low computation efficiency, a nearest point (NP) algorithm was introduced to confront the increasingly complex objectives and constraints Li et al. (2016). The online solver of the quadratic program (QP) accounts for the large amount of computing resources. This is not feasible for automotive underlying actuators, considering their manufactured, highly responsive processors. The explicit MPC is a suitable method for application in such scenarios as vehicle dynamics Cairano et al. (2013); Di Cairano et al. (2010), idle speed control Cairano et al. (2012), traction control Tavernini et al. (2019), and so on. The explicit MPC can be implemented during the same step as a typical proportional integration (PI) to obtain a better effect; however, to do this, a significant number of linear control gains is required, the number of which depends largely on the MPC constraints Bemporad et al. (2011). When dimensions, horizon, and constraints are not excessive, then explicit MPC can produce acceptable results.

Generally speaking, the previous research on the E-Booster has seldom considered the quantitative flow control in the hydraulic system as a primary focus, including both E-Booster and ESC. Based on the flow control, this paper will present solutions for independent hydraulic braking adjustment while still maintaining a consistent pedal feel. First, the boost process of the E-Booster will be illustrated in terms of a mathematical model. The flow model for the traditional independent two-circuit hydraulic system will be established and simplified accordingly. The model will then be linearized according to the control mode, and a state machine will be used to rotate between the linearized subsystems. The main contribution of this work is to enable multi-objective tracking for complex non-linear coordinated brake systems via a distributed sub-MPC architecture. An off-line explicit MPC technique will also be adopted to solve the QP problem as a way to decrease the computing burden. As the master controller, this suggested technique can then be further applied to regeneration and dead zone control.

The rest of this paper is organized as follows: Section 2 presents the model of the electro-hydraulic system and formulates the problems that can arise. In Section 3, there is a discussion of the linearization strategy for the non-linear system, and the explicit MPC is developed. In Section 4, the effectiveness of the method is demonstrated by the simulation results in contrast to the single MPC. And finally, Section 5, the conclusion, provides a summary of the results.

2 Modelling

The electro-hydraulic system with servo valves provided by ABS or ESC and powered by an E-Booster is the subject of this paper. Due to the symmetry of the brake circuit, one of the hydraulic circuits can be represented by the other in the H-type architecture. With unnecessary hydraulic components removed, the remaining simplified system contains a E-Booster, a tandem master cylinder (TMC) and two hydraulic circuits, which is depicted in Figure 1.

FIGURE 1
www.frontiersin.org

FIGURE 1. Simplified schematic diagram of the electro-hydraulic system.

The hydraulic circuit is shaped like an H. Figure 1 illustrates the simplified arrangement. Each circuit is composed of an outlet valve, an inlet valve, a wheel cylinder, and a low-pressure accumulator. In Figure 1, F indicates the force applied to the reaction disk. Its subscripts indicate the source of the forces, whether it comes from the motor or the driver. xp is the master cylinder piston displacement. q indicates the valve flow rate, and its subscripts are used to display whether it is an outlet valve or an inlet valve. The direction of the arrow next to these symbols indicates the direction where the value is positive.

2.1 The mechanical submodel

The resultant force is obtained by coupling the input and the servo forces. Both forces act on the rubber-material reaction disk, the deformation of which influences the component forces’ interaction (shown in Figure 2).

FIGURE 2
www.frontiersin.org

FIGURE 2. The diagram of the reaction disk.

The relationship between the input and servo forces can be written by the following equation

A1Fservo+FRd2+Fk2A2FinFRd1Fk1=0(1)

where A1, A2 are the cross-sectional area of the reaction disk’s center circle and outer ring. Fservo is the servo force provided by the motor. Fin is the force applied to the input rod by the driver. FRd1, FRd2 are the internal forces generated by the reaction disk’s deformation. Fk1, Fk2 are the spring force with the spring stiffness of kpre. s1, s2, s are the displacement of the center-circle surface, the concentric surface, and the other side of the reaction disk as shown in Figure 2. Δ is the subtraction result between s1 and s2 (Δ = s1s2).

The dynamic equation of TMC’s first piston can be written as

x¨p=1mFservo+FinkmcxpCẋppmAmc(2)

where xp is the displacement of piston and is equal to the above-mentioned sm is the piston’s mass; kmc is the equivalent stiffness including the return spring and the tandem springs in TMC chambers. C is the coefficient of friction force. pm is the master cylinder pressure. Amc is the TMC cross-sectional area.

2.2 The hydraulic submodel

With the inlet valve as the border, a simplified hydraulic circuit can be divided into two chambers (shown in Figure 1). The first chamber indicates the closed volume from the TMC to the inlet valve, while the second chamber represents the wheel cylinder. The principle of equal-flow exchange exists between the chambers. The inlet and outlet valves are the actuators for regulating the flow. The inlet valves model can be expressed by

qiv=CqλivAiv1ρpmpwifpmpw>pcrackCqλivAiv+Acv1ρpmpwifpmpwpcrack(3)

where qiv is the flow rate passing the inlet valve and the direction from TMC to wheel cylinder is positive. Cq is the flow discharge coefficient. λiv is the orifice opening with a range from 0 to 1. Aiv, Acv is the orifice passage area of the inlet and check valve. ρ is the brake fluid density. pw is the wheel cylinder pressure. pcrack is the cracking pressure of the check valve. And the outlet valve is modelled by

qov=CqλovAov1ρpw(4)

where qov is the flow rate passing the outlet valve; λov is the orifice opening of the outlet valve with the value from 0 or 1. Aov is the orifice area of the outlet valve.

The hydraulic model of TMC can be constructed based on the inlet valve’s flow rate. Its mathematical expression is as follows:

ṗm=EmVmAmcxpAmcẋpqivṗw=EwVwqivqov(5)

where Vm, Vw are the dead volume of the first and second chambers. Em is the brake fluid bulk modulus. Ew is the equivalent bulk modulus of the wheel cylinder.

To facilitate the controller design, the mathematical model mentioned in this section discards some non-linear characteristics, including the following: i) the non-linear curve is replaced by a proportional straight line in the quasi-static increasing process; ii) there is a dead zone before the pressure is built, i.e., the stroke of master cylinder increases, but the pressure remains 0; iii) there is a hysteresis characteristic of the hydraulic system, i.e., the pressure of the piston in the same position on the forward stroke is greater than the pressure on the return stroke. As for the first item, as long as the linearization of the equiproportional ratio is applied appropriately, the effect on the actual control is relatively small. Meanwhile, the design of the pressure dead zone is mentioned later. Concerning the hydraulic hysteresis characteristics, the system stiffness in the return stroke is less than the forward stroke, which may cause the system to converge slowly in the return process.

2.3 Problem formulation

H-shaped vehicles are more convenient for single-axle braking force control than X-shaped vehicles. The front-drive and rear-drive principles are the same for vehicles with single-axle independent control. In this paper, the front-wheel-drive (FWD) is considered as a research case, and its results can be extrapolated to single-axle-drive vehicles.

Hence, define the state variables x=xpẋpFinpmpwfpwrT and the input vector u=Fservoqiv1qov1qiv2qov2T, the entire state space can be given by

ẋ1=x2ẋ2=1mkmcx1Cx2+x3Amcx4+u1ẋ3=gIx1,x2,u1ẋ4=EmVmAmcx1Amcx2qiv1qiv2ẋ5=EwVwqiv1qov1ẋ6=EwVwqiv2qov2(6)

where gI represents the mapping from x1, x2 and u1 to x3, which is determined by the state of the reaction disk. pwf and pwr are the front and rear wheel cylinder pressure. qin1 and qov1 are front inlet and outlet valve flow. qin2 and qov2 are front inlet and outlet valve flow. the signs of flow variables are positive when the flow directions come from the TMC to wheel cylinders.

The pressure in the TMC and wheel cylinder are decoupled during regenerative braking, thus the pedal feel is not always consistent with normal braking. The relationship between piston displacement xp and the driver’s input force Fin is used to define the pedal feel in this study.

A MPC is developed to realize the precise regulation of both xp and pw, which indicates the decoupling of pedal feel and the wheel cylinder pressure. Another goal of the controller is to maintain brake-feel consistency during regenerative braking.

3 Controller design

3.1 Non-linear model linearization

The non-linear model needs to be transformed into a local linear time-invariant (LTI) model by linearization and local simplification as the foundation of MPC design. Under ideal circumstances, the input force Fin is proportional to the piston displacement xp. To ensure consistency of the pedal feel x3 can be written as follows:

ẋ3σẋ2(7)

where σ is the ideal pedal-feel coefficient between the displacement and input force.

When 7) is introduced into 6), by calculating the Jacobian matrix at the nominal point, the non-linear system can be converted to a linear system as follows:

ẋtft0,x0,u0=fxt0,x0,u0xtx0+fxt0,x0,u0utu0(8)

As shown in Figure 3, the hydraulic system is divided into three work modes during the regenerative braking process: fully hydraulic braking (FHB), distributed electro-hydraulic braking (DEHB), and coordinated electro-hydraulic braking (CEHB). The hydraulic system operates normally in FHB mode, with solenoid valves deactivated. The vehicle’s braking forces are all provided by the clamping force of the braking disc. When the motor’s regenerative braking is sufficient to meet the braking requirements of the driving wheels, the operating mode is switched to DEHB. The flow of the front wheels qiv1 is limited to zero, and the rear outlet valve is used to regulate the rear wheel cylinder pressure. Similarly, in the CEHB mode, the continuously adjustable qiv1 determines the front wheel cylinder pressure, allowing for blending braking of the driving wheels. It should be noted that the volume of a low-pressure accumulator is large enough that its internal pressure is almost zero.

FIGURE 3
www.frontiersin.org

FIGURE 3. The simplified diagram of hydraulic work modes.

The whole LTV plant is classified into three LTI sub-models in terms of control patterns. The state transition matrix set is solved by Eq. 8 as Ak,Bk,CkAj,Bj,Cjj1,2,3, corresponding to FHB, DEHB, and CEHB in turn. The state at time k is manipulated by a state machine as shown in Figure 4.

FIGURE 4
www.frontiersin.org

FIGURE 4. State machine for the control mode.

Figure 5 illustrates a comparison of the linearized and original models. The relationship between xp and Fservo has changed while qiv is set to 0. The amplitude-frequency curve is moved down, and the phase frequency is also changed. Both linearized sub-models are capable of fitting actual curves.

FIGURE 5
www.frontiersin.org

FIGURE 5. The Bode figure of TMC pressure vs. input force.

3.2 Switchable MPC design

The MPC controller is introduced to solve the non-linear problem. It’s a method for online optimization with a finite horizon. This is a multi-objective, multi-constraint optimization problem. MPC contains three features: model-based prediction, moving horizon optimization, and a framework that includes both feedforward and feedback. The non-linear electro-hydraulic model is simplified into the piecewise linear model in the previous section.

The controller’s objective is to implement multiple target tracking. The placement of MPC in the controller structure is shown in Figure 6. MPC receives the tacking reference from the upper-layer controllers, and then it’s the lower-layer actuators (EBooster and ESC) that conduct the commands from MPC. The control instructions are the increment signal to restrain the static error. The optimal objectives not only include the output references but also the input increments and input references. The increments decide whether MPC is conservative or aggressive. The input references can avoid the windup effect caused by the saturation of input and output.

FIGURE 6
www.frontiersin.org

FIGURE 6. The framework of the MPC.

The optimal constrained MPC problem can be formulated as follows:

minzk=0N1Wyyt+k|tyreft22+WΔuΔuk22+Wuut+k|tureft22s.t.xt+1=Ajxt+Bjutyt=Cjxt,j1,2,3ΔuminΔuΔumaxΔuk=0,k=Nu,,N1uminukumax,k=0,,Nu1yminykymax,k=1,,Nc(9)

where Wy, WΔu, Wu are the diagonal tunning weight matrices for output signals and input increments. N, Nu, Nc are the prediction horizon, the input horizon, and the constraints horizon, respectively.

According to the regenerative operating condition and control logic, a finite state machine is proposed to execute the state jump between the modes. The solution of MPC is presented in the single state where the state space can be regarded as the LTI in this following section.

Define x̄=xTyref(t)Tu(t1)Turef(t)TT and z=Δu0ΔuN1T, the input sequence can be expressed by the input increment

u0uN1=IuIuIuz+01×x01×yrefI1×u01×uref01×x01×yrefI1×u01×urefx̄0(10)

where the superscript denotes the dimension.

The output can be predicted by the state-space model as follows

y1y2yN=CCABCCAN1BCAN2BCu0u1uN1+CACACANx0(11)

Then the simplification equations are obtained

y1yrefyNyref=Φ1z+Γ1x̄0,u1urefuNuref=Φ2z+Γ2x̄0(12)

where Φ1, Φ2, Γ1, Γ2 are the constant matrices related to Eq. 10 and Eq. (11).

The weight matrices can be written by the weight vector

Q̄y=blkdiagWyTWyWyTWyN(13a)
Q̄Δu=blkdiagWΔuTWΔuWΔuTWΔuN(13b)
Q̄u=blkdiagWuTWuWuTWuN(13c)

The cost function is presented by

Jz,x̄t=12zTHz+x̄tTFTz+12x̄tTYx̄0(14a)
H=2Φ1TQ̄yΦ1+Q̄Δu+Φ2TQ̄uΦ2(14b)
FT=2Γ1TQ̄yΦ1+Γ2TQ̄uΦ2(14c)
Y=2Γ1TQ̄yΓ1+Γ2TQ̄uΓ2(14d)

When the constraints in Eq. 9 are transformed into the form of inequality, the standard form of QP is given by

minz12zTHz+x̄FTzs.t.GzW+Sx̄(15)

This paper adopts an offline method to solve the QP. When the multi-parametric QP is from the MPC problem, the following matrix inequality is always satisfied Bemporad et al. (2002).

YFTFH0,H>0(16)

The optimal z is continuous and PWA linear functions of x within the critical region Bemporad et al. (2002). Based on the non-negative least squares (NNLS) solver Bemporad (2015), the local control law can be described by the PWA function.

Δu*t=F̄jx̄t+Ḡjj:H̄jx̄tK̄j(17)

where F̄, Ḡ, H̄, K̄ is the approximate multiparametric solutions.

Mode CEHB is used as an example to draw a 2-dimensional projection of the polyhedral partition in the TMC piston displacement and piston velocity. The target displacement is 25 mm, and the remaining parameters without projection are set to 0. As shown in Figure 7, the polyhedra are divided into 240 blocks, and the actual trajectory converges from the initial point (0, 0) to the point (25, 0), via blocks 156 and 162 to block 1. This example shows that it is feasible to solve the QP problem by dividing the polyhedra offline.

FIGURE 7
www.frontiersin.org

FIGURE 7. Polyhedral projection and convergence trajectory.

3.3 State prediction

The proposed MPC needs all states as the feedback signals. If a linear Kalman filter is used, due to the non-linear characteristics of hydraulic systems, the process noise produces cumulative errors with the dynamic process. It will lead to significant deviations in the observed values and bring disturbances to the MPC. If the disturbance is too large, the controller may not converge. In order to eliminate cumulative errors, the state-space matrice needs to be updated in real time. As a result, an extended Kalman filter (EKF) is adopted to estimate states in the non-linear transition process. Since the linearization has been mentioned in the previous section, it’s not described in this section. The extended recursive equations of EKF is as follows

X̂k+1|k=AkXk|k+Bkuk(18a)
Pk+1|k=AkPk|kAkT+Qk(18b)
Kk+1=Pk+1|kCkTCkPk+1|kCkT+R1(18c)
X̂k+1|k+1=X̂k+1|k+Kk+1ykCkX̂k+1|k(18d)
Pk+1=IKk+1CkPk+1|k(18e)

where Ak, Bk, Ck are the value of Jacobian matrix for the non-linear transition process at the time k.

The measurement noise covariance matrix R is time-invariant matrix. There is a large difference in the process noise of different so that the process noise covariance is time-varying. This paper proposes an on-line approach for the process noise, which includes both the priori tunning value and Sage-Husa maximum posterior estimation algorithm Myers and Tapley (1976).

Once the regenerative mode occurs change, the process noise Q̂t is given the initial value Q0(i) where i denotes the work mode at time t. During the same operating mode, Q̂t can be updated by

dk=1b1bk+1(19a)
q̂k=1dk1q̂k1+dk1x̂k|kAkx̂k|k1+Bkuk1(19b)
Q̂k=1dk1Q̂k1+dk1KkεkεkTKkT+PkAkPk1Ak(19c)

where k is the period number from time to the current. b is the forgetting factor and b ∈ (.95, 1). Kk is the current Kalman gain. ɛk is the residual as follows

εk=ykCkx̂k|k1(20)

3.4 The strategy for keeping pedal feel consistent

Rubber material can be described by a non-linear GMM Jrad et al. (2012), which is divided into a quasi-static process and a dynamic process. Without the disturbance of rubber’s resilience, the static stressing and strain of rubber is shown in Figure 8. It’s the increasing curve with a decreasing slope, which can be fitted by a continuous three-piece linear function. By the means of the non-linear Trust-Region-Reflective Least Squares Moré and Sorensen (1983), the fitting piecewise function is obtained with the R2 of .9700. It includes 5 parameters with 2 x-coordinates and 3 slopes. The detailed solution process is not discussed in this paper.

FIGURE 8
www.frontiersin.org

FIGURE 8. The stress vs. strain of the reaction disk.

The rubber’s dynamic characteristic is modelled by the Generalized Maxwell Model (GMM). A second-order transfer function with a zero point can be used to fit the reaction disk according to experimental data. Combined with the 3-piece linear fitting function, the frequency domain is presented in Figure 9. If the frequency is less than 10 Hz, the amplitude and phase can be regarded constant. Without considering the delay of controller, the phase frequency characteristics of the reaction disk reflect the hysteresis of the motor output force relative to the driver input force. When above 10 Hz frequency, the rubber hysteresis will exceed 20. It means that with the higher frequency of the driver input force, the motor output force will obtain the greater delay. The gain of amplitude-frequency curves in different pieces are proportional and the phase-frequency characteristics are identical.

FIGURE 9
www.frontiersin.org

FIGURE 9. The Bode figure of reaction disk model.

According to the fitting second-order model, the deformation difference Δ (introduced in Eq. 1) can be calculated by

ξ̇1ξ̇2=ARdARdξ1ξ2+BRd1BRd2FinFservoΔ=CRd1CRd2ξ1ξ2(21)

where ξ is the state of the second-order model; ARd and BRd are time-invariant; CRd is the function of input force and CRd{CRdpiece1,CRdpiece2,CRdpiece3}.

The deformation difference can be measured by the displacement sensor. Its target value is acquired by the incremental updating method as

Δ̇=CRd1ACRd2Aξ1ξ2+CRd1BRd1CRd2BRd2FinFservo(22)

3.5 Dead zone

The proposed MPC method can be used to solve another engineering problem. Before the pressure building are two non-linear processes: idle and dead zone [7]. Idle denotes that the mechanical part is not connected to the hydraulic part, while they are connected in the dead zone.

The non-linear process can be regarded as a specific condition of mode DEHB. The idle and dead zone can be converted to the rear wheels’ virtual flow, and the reference outlet valve flow is equivalent to the virtual flow simultaneously. The controller for the idle and dead zone is given by

qvir=Amcẋpû3=qvirmpc:10s.t.j=20xpxIdel+xDead(23)

where qvir is the virtual flow of rear wheels; û3 is the reference flow of rear outlet valves; xIdel, xDead are the idle travel and dead zone displacement.

4 Simulation results

Our entire model is composed of a series of local LTI models that are based on the proposed linearized method. The controller is designed based on the three LTI-MPCs, which correspond to the three regenerative conditions, which are FHB, DEHB, and CEHB. This explicit method is adopted for engineering applications, and an EKF observer is used to estimate all states with the assistance of the motor angle sensor and TMC pressure sensor. The performance of the controller is presented in contrast to that of a sub-MPC for CEHB, given that the control group is the only one capable of multi-objective optimization.

During the condition of FHB, electro-hydraulic solenoid valves are not activated to regulate the flow, and the E-Booster is the only actuator available for operating the pressure. The flow rates qov1 and qov2 are set to a value of zero resulting from the normally closed outlet valves. Hence, the force Fservo is the only applicable parameter, and the remaining qiv1 and qiv2 variables can be observed by using the Bernoulli equation.

Figure 10 and Figure 11 both illustrate the controllers’ behaviors under the FHB condition. The step response and sinusoidal reference signals can be tracked by the controllers. The difference is that EMPC and DMPC (decentralized MPC) have improved the convergence rates in terms of piston displacement xp, given that there is an 85 ms shorter latency than the SMPC (single MPC). The overshoot of EMPC is greater than DMPC by 4.6% and SMPC by 22.6% due of the EKF observer.

FIGURE 10
www.frontiersin.org

FIGURE 10. Simulation results of the step response during the FHB condition.

FIGURE 11
www.frontiersin.org

FIGURE 11. Simulation results of sinusoidal tracking under the FHB condition.

Thanks to regeneration, part of the braking force is distributed to the driving motor. The vehicle type that is proposed is FWD. Therefore, it’s further subdivided into DEHB and CEHB, dependent on whether the front wheels have hydraulic braking force. Figure 12 depicts the dynamic performances when the desired front cylinder pressure is 0 and the rear cylinder pressure is half of the standard measure, compared with the same reference displacement xp. As shown in the figure, even though the pressure in the wheel cylinders is able to keep up with the reference, the displacement of SMPC still lags behind the objective curve. This results in the driver getting negative feedback from the pedal during regenerative braking. The input signal (Figure 13) further indicates that the conservative control strategy of the SMPC is insufficient for covering the entire regenerative condition.

FIGURE 12
www.frontiersin.org

FIGURE 12. Simulation results of step response under the DEHB condition.

FIGURE 13
www.frontiersin.org

FIGURE 13. Input signal of step response under the DEHB condition.

A normal regenerative example is provided to verify the overall performance of EMPC. After reaching an initial speed of 80 km/h, the vehicle then brakes at a gradually rising rate until reaching the maximum deceleration. The front braking force is shown to be proportional to the rear braking force in a constant 3:2 ratio. The constant power and torque areas are then traversed by the regenerative motor. It was observed that the performance of the EMPC is much better in terms of targets tracking, as highlighted in Figure 14. The main advantage here is the piston position control, which reaches a precision of ±.20 mm, compared with the ±.32 mm of DMPC and ±.45 mm of SMPC. The controllers display the same accuracy when it comes to driving wheels pressure; nevertheless, EMPC undergoes smaller fluctuations when the control mode is switched in relation to the driven wheel’s pressure regulation. The input signal is presented in Figure 15, where the inlet valve flow qiv1 is viewable as the net flow of all driving wheels. The negative difference can be counteracted by controlling qov1 as shown in Figure 3.

FIGURE 14
www.frontiersin.org

FIGURE 14. Regenerative simulation results of the test case.

FIGURE 15
www.frontiersin.org

FIGURE 15. Input signal of the test case.

The EMPC is applied in the UDDS (urban dynamometer driving schedule) case to demonstrate its effect on energy conservation. As seen in Figure 16, the sub-figure a) is the vehicle’s velocity in a cycle, and sub-figures (b)-(d) are the allotted regenerative and frictional braking torques in different control modes. The regenerative braking first intervenes, and the rear frictional braking then takes effect to guarantee longitudinal stability. Once the front and rear braking distribution exceeds the safety threshold the SMPC operates the front hydraulic pressure. Of all the braking length of time, 73.9% is in FHB, 17.6% in DEHB and 8.5% in CEHB. Without coordinated braking, the traditional regeneration separates the motor braking and hydraulic braking for the pedal feel and the driving safety. In terms of the proposed simulated model, the traditional regeneration saves 9.8% electric energy compared with the braking process without regeneration. While the switchable EMPC method can decrease 17.5% power consumption and improve 7.7% of regenerative efficiency.

FIGURE 16
www.frontiersin.org

FIGURE 16. UDDS regeneration. (A) UDDS case. (B) The torque acting on the wheels. (C) Braking pressure. (D) Control mode. (E) The larger version of braking torque. (F) State-ofcharge.

One of the control targets is the consistence of driver’s pedal feel. The pedal feel is directely determined by the input force Fin, which can be simplified to a variable proportional to xp if the reaction disk is followed by the control law given in Eq. 22. Figure 17) shows the relationship between pedal force, pushrod displacement and TMC pressure, which directly reflects the hydraulic characteristics of the E-Booster and driver brake pedal feel. The control group of EMPC contains a normal braking case without regeneration, and a single MPC designed for CEHB only. Taking the pedal feel without regenerative braking as the control target, it can be seen from the left subfigure that both EMPC and single MPC grow smoothly at a slope of roughly .0335 mm/N during pressure increase. The single MPC shows a distinct hysteresis below 150 N during the pressure decrease process, while the EMPC can conform to the normal decompression pedal feel relatively well. As can be seen from the right subfigure, the slope of the p-V characteristic of the system in the regenerative braking case is .36 MPa/mm, which is only 53% of that in the case without regeneration. The combination of the two figures can show that: first, the pV characteristic changes significantly during regenerative braking, and a part of the hydraulic braking force is compensated by motor braking; second, the EMPC designed for the integrated three cases (as shown in Figure 3) can achieve the same braking feel as that without regeneration, and the effect is better than the single MPC, especially the decompression process.

FIGURE 17
www.frontiersin.org

FIGURE 17. Pedal feel during regenerative braking.

5 Conclusion

A novel MPC-based method for pressure regulation of wheel cylinders during regeneration was developed. Because the desired values of displacement and pressure can be accurately tracked, we can guarantee a consistent pedal feel as indicated by the curve of the input force versus the displacement curve. The case comparison validates the effectiveness in all regenerative operating conditions. Using this method, not only can braking force be evenly distributed between the front and rear wheels, but the coordinated control of hydraulic electric braking in the driving wheels can also be realized. Furthermore, the method works effectively in hydraulic systems with different dead zones.

Future case studies will consider the effects of low-pressure accumulator volume and lateral motion to improve the accuracy of the results. They should also concentrate on improving the accuracy of flow control in consideration of additional factors. During future controller improvement, the disturbance caused by the hydraulic hysteresis will be paid more attention to accelerate the convergence speed of the return process.

Data availability statement

The raw data supporting the conclusion of this article will be made available by the authors, without undue reservation.

Author contributions

MM, who is responsible for writing the article, proposing the method, and building the simulation model. SC, HM, and YP is responsible for model building, data collection and processing. BL is responsible for providing the simulation scenario and the conduct of the simulation.

Conflict of interest

BL was employed by Beijing Automotive Industry Corporation.

The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

Bemporad, A. (2015). A multiparametric quadratic programming algorithm with polyhedral computations based on nonnegative least squares. IEEE Trans. Automatic Control 60, 2892–2903. doi:10.1109/TAC.2015.2417851

CrossRef Full Text | Google Scholar

Bemporad, A., Morari, M., Dua, V., and Pistikopoulos, E. N. (2002). The explicit linear quadratic regulator for constrained systems. Automatica 38, 3–20. doi:10.1016/S0005-1098(01)00174-1

CrossRef Full Text | Google Scholar

Bemporad, A., Oliveri, A., Poggi, T., and Storace, M. (2011). Ultra-fast stabilizing model predictive control via canonical piecewise affine approximations. IEEE Trans. Automatic Control 56, 2883–2897. doi:10.1109/TAC.2011.2141410

CrossRef Full Text | Google Scholar

Cairano, S. D., Tseng, H. E., Bernardini, D., and Bemporad, A. (2013). Vehicle yaw stability control by coordinated active front steering and differential braking in the tire sideslip angles domain. IEEE Trans. Control Syst. Technol. 21, 1236–1248. doi:10.1109/TCST.2012.2198886

CrossRef Full Text | Google Scholar

Cairano, S. D., Yanakiev, D., Bemporad, A., Kolmanovsky, I. V., and Hrovat, D. (2012). Model predictive idle speed control: Design, analysis, and experimental evaluation. IEEE Trans. Control Syst. Technol. 20, 84–97.

Google Scholar

Changran, H., Guoye, W., Zhangpeng, G., Zhichao, X., and Dongxin, X. (2018). A control algorithm for the novel regenerative–mechanical coupled brake system with by-wire based on multidisciplinary design optimization for an electric vehicle. Energies 11, 2322–2418. doi:10.3390/en11092322

CrossRef Full Text | Google Scholar

Chen, P., Jian, W., Jian, Z., Rui, H., and Yang, C. (2018a). Design and power assisted braking control of a novel electromechanical brake booster. SAE Int. J. Passeng. Cars – Electron. Electr. Syst. 11 (3), 171–181. doi:10.4271/2018-01-0762

CrossRef Full Text | Google Scholar

Chen, P., Jian, W., Jian, Z., Rui, H., and Zhang, K. (2018b). Design and position control of a novel electric brake booster. SAE Int. J. Passeng. Cars - Mech. Syst. 11 (5), 389–400. doi:10.4271/2018-01-0812

CrossRef Full Text | Google Scholar

Di Cairano, S., Tseng, H., Bernardini, D., and Bemporad, A. (2010). Steering vehicle control by switched model predictive control. IFAC Proc. Vol. 43, 1–6. doi:10.3182/20100712-3-de-2013.00046

CrossRef Full Text | Google Scholar

Falcone, P., Eric Tseng, H., Borrelli, F., Asgari, J., and Hrovat, D. (2008). Mpc-based yaw and lateral stabilisation via active front steering and braking. Veh. Syst. Dyn. 46, 611–628. doi:10.1080/00423110802018297

CrossRef Full Text | Google Scholar

Heydari, S., Fajri, P., Sabzehgar, R., and Asrari, A. (2020). Optimal brake allocation in electric vehicles for maximizing energy harvesting during braking. IEEE Trans. Energy Convers. 35, 1806–1814. doi:10.1109/TEC.2020.2994520

CrossRef Full Text | Google Scholar

Hu, D., Li, G., and Deng, F. (2021). Gain-scheduled model predictive control for a commercial vehicle air brake system. Processes 9, 899. doi:10.3390/pr9050899

CrossRef Full Text | Google Scholar

Jrad, H., Dion, J. L., Renaud, F., Tawfiq, I., and Haddar, M. (2012). “A new approach for nonlinear generalized Maxwell model for depicting dynamic behaviour of viscoelastic elements-parameters identification and validation,” in 18th Symposium of Vibrations, Shocks and Noise, France.

Google Scholar

Li, L., Zhang, Y., Yang, C., Yan, B., and Marina Martinez, C. (2016). Model predictive control-based efficient energy recovery control strategy for regenerative braking system of hybrid electric bus. Energy Convers. Manag. 111, 299–314. doi:10.1016/j.enconman.2015.12.077

CrossRef Full Text | Google Scholar

Liu, H., Deng, W., Rui, H., Lei, Q., Yang, S., and Wu, J. (2016). Power assisted braking control based on a novel mechatronic booster. SAE Int. J. Passeng. Cars - Mech. Syst. 9, 891. doi:10.4271/2016-01-1644

CrossRef Full Text | Google Scholar

Moré, J. J., and Sorensen, D. C. (1983). Computing a trust region step. SIAM J. Sci. Stat. Comput. 4, 553–572. doi:10.1137/0904038

CrossRef Full Text | Google Scholar

Myers, K., and Tapley, B. (1976). Adaptive sequential estimation with unknown noise statistics. IEEE Trans. Automatic Control 21, 520–523. doi:10.1109/TAC.1976.1101260

CrossRef Full Text | Google Scholar

Ohtani, Y., Innami, T., Obata, T., Yamaguchi, T., Kimura, T., and Oshima, T. (2011). Development of an electrically-driven intelligent brake unit. Autom. Veh. Technol. 65, 399–405. doi:10.4271/2011-01-0572

CrossRef Full Text | Google Scholar

Panzani, G., Corno, M., Todeschini, F., and Savaresi, S. M. (2014). Adaptive position-pressure control of a brake by wire actuator for sport motorcycles. Eur. J. control 20, 79–86. doi:10.1016/j.ejcon.2013.12.003

CrossRef Full Text | Google Scholar

Ren, B., Chen, H., Zhao, H., and Yuan, L. (2016). Mpc-based yaw stability control in in-wheel-motored ev via active front steering and motor torque distribution. Mechatronics 38, 103–114. doi:10.1016/j.mechatronics.2015.10.002

CrossRef Full Text | Google Scholar

Satzger, C., and Castro, R. D. (2014). “Combined wheel-slip control and torque blending using mpc,” in 2014 International Conference on Connected Vehicles and Expo (ICCVE) (Vienna, Austria: IEEE), 618–624. doi:10.1109/ICCVE.2014.7297621

CrossRef Full Text | Google Scholar

Satzger, C., Castro, R. D., Knoblach, A., and Brembeck, J. (2016). “Design and validation of an mpc-based torque blending and wheel slip control strategy.” in 2016 IEEE Intelligent Vehicles Symposium (IV). Gothenburg, Sweden: IEEE, 514–520. doi:10.1109/IVS.2016.7535435

CrossRef Full Text | Google Scholar

Satzger, C., and Castro, R. D. (2018). Predictive brake control for electric vehicles. IEEE Trans. Veh. Technol. 67, 977–990. doi:10.1109/TVT.2017.2751104

CrossRef Full Text | Google Scholar

Satzger, C., and de Castro, R. (2017). Predictive brake control for electric vehicles. IEEE Trans. Veh. Technol. 67, 977–990. doi:10.1109/tvt.2017.2751104

CrossRef Full Text | Google Scholar

Tang, Q., Yang, Y., Luo, C., Yang, Z., and Fu, C. (2022). A novel electro-hydraulic compound braking system coordinated control strategy for a four-wheel-drive pure electric vehicle driven by dual motors. Energy 241, 122750. doi:10.1016/j.energy.2021.122750

CrossRef Full Text | Google Scholar

Tavernini, D., Metzler, M., Gruber, P., and Sorniotti, A. (2019). Explicit nonlinear model predictive control for electric vehicle traction control. IEEE Trans. Control Syst. Technol. 27, 1438–1451. doi:10.1109/TCST.2018.2837097

CrossRef Full Text | Google Scholar

Wang, C., Zhao, W., and Li, W. (2018). Braking sense consistency strategy of electro-hydraulic composite braking system. Mech. Syst. Signal Process. 109, 196–219. doi:10.1016/j.ymssp.2018.02.047

CrossRef Full Text | Google Scholar

Wu, J., Zhang, H., He, R., Chen, P., and Chen, H. (2020). A mechatronic brake booster for electric vehicles: Design, control, and experiment. IEEE Trans. Veh. Technol. 69, 7040–7053. doi:10.1109/TVT.2020.2988275

CrossRef Full Text | Google Scholar

Yang, I. J., Choi, K., and Huh, K. (2012). Development of an electric booster system using sliding mode control for improved braking performance. Int. J. Automot. Technol. 13, 1005–1011. doi:10.1007/s12239-012-0103-7

CrossRef Full Text | Google Scholar

Yu, Z., Xu, S., Lu, X., and Wei, H. (2016). An integrated-electro-hydraulic brake system for active safety. SAE Technical Paper 2016-01-1640. doi:10.4271/2016-01-1640

CrossRef Full Text | Google Scholar

Zhao, J., Hu, Z., and Zhu, B. (2019). Regenerative braking pedal decoupling control for hydraulic brake system equipped with an electro-mechanical brake booster. SAE Technical Paper 2019-01-1108. doi:10.4271/2019-01-1108

CrossRef Full Text | Google Scholar

Zhao, X., Li, L., Wang, X., Mei, M., Liu, C., and Song, J. (2018). Braking force decoupling control without pressure sensor for a novel series regenerative brake system. Proc. Institution Mech. Eng. Part D J. Automob. Eng. 233, 1750–1766. doi:10.1177/0954407018785740

CrossRef Full Text | Google Scholar

Keywords: e-booster, switchable MPC, regenerative braking, flow regulation, pedal feel

Citation: Mei M, Cheng S, Mu H, Pei Y and Li B (2023) Switchable MPC-based multi-objective regenerative brake control via flow regulation for electric vehicles. Front. Robot. AI 10:1078253. doi: 10.3389/frobt.2023.1078253

Received: 24 October 2022; Accepted: 02 January 2023;
Published: 07 February 2023.

Edited by:

Shichun Yang, Beihang University, China

Reviewed by:

Barış Can Yalçın, University of Luxembourg, Luxembourg
Hao Chen, Nanyang Technological University, Singapore

Copyright © 2023 Mei, Cheng, Mu, Pei and Li. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Shuo Cheng, shuocheng9@yeah.net

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.