1. Introduction
In light of the mounting global concern for environmental protection and sustainable development, electric vehicles have garnered attention as a means of clean energy transportation [
1,
2]. However, the nascent state of battery technology has given rise to the mileage anxiety problem, which has significantly impeded the further advancement of pure electric vehicles. In the absence of significant advancements in battery technology, optimizing the powertrain parameters of electric vehicles is important to fully leverage their performance potential, thereby enhancing the energy efficiency and reliability of the entire vehicle [
3]. This is vital for extending the vehicle range and reducing the overall cost of the vehicle. The development of an efficient powertrain system represents a pivotal objective in the field of electric vehicle research and development [
4]. Most current electric vehicles employ a transmission configuration comprising electric motors with single-ratio gearboxes [
5,
6]. This configuration offers the advantages of a simple structural design, eliminating the need for complex gear control logic. However, to achieve high-power performance, high-performance motors must be adapted. Low-performance motors cannot account for the performance indicators of electric vehicles’ maximum speed and maximum gradient [
7]. Additionally, the motor operating point cannot be adjusted, resulting in the motor operating in the low-efficiency zone for an extended period, thereby reducing the energy utilization efficiency in the electric vehicle and subsequently affecting the range of the electric vehicle. Multi-speed transmissions feature multiple variable gear ratios, which can enhance the proportion of the motor’s working point within the high-efficiency zone by selecting the optimal speed gear, thereby reducing the vehicle’s energy consumption [
6,
8]. Furthermore, the multi-speed transmission can modify the output torque and speed of the motor to align with the varying power demands of the motor under diverse operational conditions [
9]. This enhances the overall driver performance of the automobile. Integrating electric motors with multi-speed transmissions within the powertrain system offers the potential for further improving electric vehicles’ driver performance and energy efficiency [
10]. Optimizing operational efficiency is critical to designing an excellent electric vehicle (EV) powertrain. An electric vehicle’s powertrain comprises three primary components: the battery, the motor, and the transmission. The battery’s efficiency is a fixed value and is not affected by the powertrain design. Motor-related parameters determine the efficiency of the inverter. Therefore, the primary goal of efficient powertrain design is to optimize the motor and transmission. The various research methods used in this field can be broadly categorized into three groups, each with its focus.
The initial research approach entails investigating and comparing the utilization characteristics of distinct motor parameters in BEVs while disregarding the impact of transmission parameters on the powertrain design. Zhu et al. [
11] used an electric vehicle powertrain system with a single-speed transmission and compared the influence of disparate motor types on the vehicle’s efficiency. Feng et al. [
12] provided a detailed analysis of the power loss of a hybrid synchronous motor (HSM) based on a two-speed electric powertrain system. This analysis yielded an efficiency map of the motor, which was then used to optimize its structural parameters. This optimization resulted in a maximum efficiency of 97.5% for the motor in a bench experiment. Popesco et al. [
13] conducted a study to analyze the effects of different winding types (flat and round wire), winding materials (copper and aluminum), and cooling systems on the power consumption of various types of motors. In light of the rapid development of intelligent optimization algorithms, multi-objective optimization algorithms have become a prevalent tool in electric vehicle powertrain design.
The second research method is concerned with optimizing the transmission design of the powertrain, with the parameters related to the drive motor set to fixed values. Ruan et al. [
14] used a fixed motor to analyze and compare the effects of three types of transmission topologies—namely, fixed-speed ratio, two-speed DCT, and CVT—on the battery energy consumption and production cost of electric vehicles. However, it should be noted that the studies above utilized constant transmission efficiency values for modeling purposes. Nevertheless, the transmission efficiency is not a constant value and is closely related to the motor output torque, rotational speed, and drive gear parameters [
15]. It is, therefore, necessary to tabulate the transmission drive efficiency to improve the effectiveness of vehicle modeling. Kwon et al. [
16] established a loss model for a two-speed DCT transmission and used the loss model to generate efficiency contour plots under different gear ratios. The transmission’s gear ratio and shift pattern were optimized based on the variable transmission efficiency. A comparison of the optimization results of constant transmission efficiency and variable transmission efficiency demonstrated the superiority of modeling using variable transmission efficiency.
The above research methods fail to account for the coupling effect between the motor and transmission. The discrepancy between the efficiency distribution map of the motor and the efficiency distribution map of the transmission is evident; thus, optimal motor efficiency does not necessarily guarantee optimal vehicle driving efficiency. Therefore, it is essential to synthesize the trade-offs between motor and transmission efficiency to achieve optimal vehicle driving performance and efficiency. The third research method integrates the coupling effect between the motor and transmission and co-optimizes the motor and transmission. Krüger et al. [
17] proposed a design methodology for BEV powertrain systems using an open-source motor design tool in conjunction with a customized transmission design methodology. The transmission efficiency was tabulated by linear fitting, the impact of different transmission topologies on the comprehensive performance of the BEV was analyzed and compared, and the parameters related to the motor and transmission were optimized using a multi-objective genetic optimization algorithm. This fully proved the effectiveness of comprehensive co-optimization in obtaining the best powertrain design solution. Kwon et al.’s [
18] analysis of losses was conducted based on the characteristics of each working component in the BEV powertrain. Loss models were developed for the inverter, motor, and transmission. A multi-objective optimization method based on artificial neural networks was proposed to optimize the transmission gear ratios and shift patterns. The superiority of optimizing the BEV powertrain system based on a real-time loss model was demonstrated.
The above three research methods all optimize the powertrain system of BEVs. However, the above research optimizes the design of the electric vehicle powertrain by simplifying the efficiency change model of the electric motor or transmission, and there is a specific error between the simulation model and the actual electric vehicle. This paper proposes a design method for the single motor matched with a 2-Speed Wet DCT powertrain system to reduce this simulation error. A real-time efficiency model of the inverter, motor, and transmission is established by tabulating the losses generated by each working part of the motor, inverter, and transmission. Then, the real-time efficiency model is merged into the powertrain system model of the whole vehicle. Finally, the model is solved to obtain the relevant performance indexes. Thus, the appropriate parameters of the motor and transmission are jointly optimized and designed. The enhanced NSGA-II multi-objective optimization algorithm is applied to find the best BEV powertrain configuration in the design space.
3. Case Studies
The integration of electric motor (EM) design tools and DCT design methodologies, combined with the multi-objective intelligent optimization algorithm (NSGA-II), enables the optimization design of electric vehicle powertrains. The overall simulation process is illustrated in
Figure 7. During each optimization iteration, the algorithm generates new populations based on the variable ranges. Each optimization variable is included in its optimization vector (
X). The initialized parameters are combined with (
X) and input into the EM design tool and 2-Speed Wet DCT design model. Subsequently, the longitudinal dynamics simulation (LDS) model calculates the objective function values for each candidate design and generates a set of objective function vectors. This set is fed back into the optimization algorithm, which iteratively adjusts the optimization vector (
X) until the specified convergence criteria are met.
This paper examined a rear-wheel-drive compact passenger car, with its specific parameters and performance indicators shown in
Table 2.
Table 3 lists the relevant characteristic parameters of the battery cell, assuming these parameters remain constant. The number of series-connected battery cells in the battery pack (
) was defined by the rated voltage of the motor. Then, the number of parallel-connected battery cells in the battery pack (
) was determined based on the rated capacity of a 50 kWh battery pack. The selected motor was an interior permanent magnet synchronous motor (IPMSM), with the ratio of its maximum speed (
) to rated speed (
) set at 2, and the remaining parameters are shown in
Table 4. Due to the lack of structural parameters for the dual-speed DCT gearbox in practical applications, this paper used the data provided in reference [
24] to initialize the constant parameters related to transmission.
4. Multi-Objective Optimization Process
In light of the apparent contradiction between the manufacturing costs of electric vehicles and their energy efficiency, it is imperative to strike a balance between these two factors [
28]. The Pareto-optimal solution computed by the multi-objective optimization method can effectively characterize the optimal state of the multi-objective problem. In this paper, we utilized the multi-objective genetic algorithm, an enhanced iteration of NSGA-II, provided in the OPTIMTOOL toolbox of MATLAB
® to solve the optimization problem. The population size was 200, the maximum number of evolutions was 40, the replacement probability was 0.8, and the mutation probability was 0.2.
4.1. Design Optimization Variables
The reasonable matching of the motor parameters and the relevant parameters of the transmission system can effectively improve the proportion of the motor’s efficient working time. Therefore, in this paper, the motor-rated power (), rated speed (), motor voltage (), first-gear ratio of DCT (), and second-gear ratio of DCT () were identified as the optimization variables, represented by X = [X1, X2, X3, X4, X5] = [Pem, Uem, nem, i1, i2].
4.2. Optimization Objective Function
In this study, the energy efficiency and economic objectives of electric vehicles were optimized. The energy efficiency optimization target was the energy consumption of BEVs per 100 km in the WLTP test cycle. The economic objective focused on the powertrain cost, with the 2-Speed Wet DCT cost set at EUR 200. The total battery pack cost was calculated based on the number of battery cells, unit price, and additional costs. The price of a single battery cell was EUR 1, and additional structural costs, such as those for the battery cooling system and battery management system (BMS), were EUR 80. The total number of battery cells was determined using Equation (21) [
17], and the motor cost was determined at a standard of 8 EUR per kilowatt of rated power.
4.3. Optimization Constraints
In this study, the driving performance indicators of electric vehicles were used as constraints. The alternative design should meet the constraints of a maximum gradient climb of more than 20%, a maximum speed of more than 150 km/h, and an acceleration time from 0 to 100 km of less than 12 s. To ensure the safe operation of BEVs, the discussed vehicles must meet the necessary wheel slip constraints. To prevent wheel slip, the peak torque output by the motor should not exceed the maximum torque of the wheels when the wheel slip coefficient is at its maximum. Its representation is as follows.
where
is the wheel slip coefficient with a maximum value of 1.02;
is the wheelbase of the vehicle;
is the distance between the barycenter of the vehicle and the rear axle; and
is the vehicle barycenter height. It is worth noting that alternative designs that do not satisfy these constraints set the optimization.
In summary, the multi-objective optimization model for the powertrain parameters of an electric vehicle matched with a 2-Speed Wet DCT system is as follows.
A review of the inequality constraints reveals that multiple constraint variables are interrelated and influence each other. Consequently, it is impossible to determine the explicit value range of optimization variables from the above inequality constraints. Accordingly, concerning the literature [
17], and in consideration of the design requirements of the target vehicle model, the domains of the optimization variables of
,
, and
were defined as follows:
∈ [70 kW, 120 kW],
∈ [4000 rpm, 6000 rpm], and
∈ [300 V, 600 V]. The values of the set parameters were substituted into the above four inequalities, thereby calculating the definition domains of the transmission ratios,
and
. The domains of
and
were as follows:
∈ [1.36, 3.64] and
∈ [1, 2].
5. Case Design Results
In order to achieve the optimal design of the electric vehicle (EV) powertrain, the efficiency variations of the motor and transmission were fully considered. A joint optimization was performed for the power, speed, voltage of the motor, and the ratio of the multi-speed transmission based on two different acceleration time objectives (10 s and 12 s), as well as all the Pareto-optimal solutions. The results of the multi-objective optimization are presented in
Figure 8 and
Figure 9. In each subfigure, the horizontal axis represents the cost of the powertrain design for each alternative, and the vertical axis represents the electrical energy consumption for each alternative over 100 km of driving in the WLTP test program. The color scale represents the change in the value of each optimization variable. The computational model based on variable transmission efficiency is spherical, while the computational model with fixed transmission efficiency is square.
The Pareto-optimal results indicate the existence of a turning point, designated as
A, between the two optimization objectives of
cost and
EC. Furthermore, it can be observed that a minor alteration in cost will result in a significant variation in
EC to the left of point
A. To the right of point
A, a minor alteration in
EC will result in a substantial alteration in
cost. The Pareto-optimal results provide optimal choices for different BEV powertrain configurations. The designer must consider the powertrain’s cost and the BEV’s electric energy consumption to select the most appropriate optimization solution. The alternative represented by point
A can achieve the optimal state of the current optimization objective without significantly changing the other optimization objective. Accordingly, this paper considered the alternative at point
A as the optimal solution to the multi-objective optimization problem, with the optimization results presented in
Table 5.
A comparison of the distributions of the two optimal gear ratios of the transmissions in
Figure 8c,d reveals that lower gear ratio combinations can result in a notable reduction in energy consumption when calculated using the variable transmission efficiency model. Conversely, an analysis of the optimal distributions of rated power and maximum torque in
Figure 8a,b indicates that the higher the power and torque output from the motor, the lower the energy consumption. This phenomenon can be attributed to the fact that the relationship between motor power and efficiency is not readily apparent in the efficiency diagram of a motor. Consequently, a comparable efficiency level can be attained irrespective of the motor power configuration. This indicates that the power system comprising a high-power motor and a low-gear-ratio transmission will not undergo a notable alteration in motor efficiency while fulfilling the requirements of electric vehicles in terms of drive performance. The relationship between transmission efficiency and gear ratio shows a low gear ratio can improve transmission efficiency. Therefore, it can be concluded that a transmission system with a high-power motor matched with a low-gear-ratio transmission can achieve the best energy-saving effect. However, it should be noted that an increase in motor power will significantly increase the consumer’s purchase cost, which needs to be considered. Considering the correlation between energy consumption and power costs, this paper employed grey relational analysis to quantify the degree of correlation between the two, with an average correlation degree of 0.77431, as shown in
Figure 10.
To further validate the superiority of the transmission structural design using variable transmission efficiency, the transmission efficiency of the DCT transmission in both gears was set to the average of the variable efficiencies,
= 0.96, and the remaining structural parameters were maintained at their original values. The multi-objective optimization was then conducted, and the resulting Pareto front was compared with the optimization results, as illustrated in
Figure 8 and
Figure 9. The findings indicate that the two approaches to modeling transmission efficiency yield markedly disparate Pareto frontiers. The transmission model that accounts for variable transmission efficiency demonstrates superior energy savings. The values of
Ec are reduced by 3.7% and 3.3%. This indicates that a constant transmission efficiency may underestimate the potential for the optimization of the BEV transmission efficiency. A variable efficiency analysis based on crucial powertrain components is essential to achieve the optimal design of BEV powertrains.
The effect of drive performance on the optimal powertrain design results was verified by increasing the acceleration time from 10 s to 12 s. The results show that the cost of the EV powertrain is susceptible to the change in the drive performance. In contrast, the effect of the drive performance on the energy efficiency of the powertrain is low due to the following reasons: the reduction in the acceleration time requires higher power and torque motors to be achieved, and the cost of the motors is positively correlated with the power index, which in turn increases the cost of the powertrain significantly.
Figure 11 illustrates the distribution of the optimal ratios for the two drive performance requirements, with the blue spherical dots indicating the Pareto points obtained from modeling and optimization using fixed drive efficiencies and the red triangular dots indicating the Pareto points obtained from modeling and optimization based on variable drive efficiencies. The results of the distribution of the optimal ratios show that the results obtained using different modeling schemes are significantly different. In the case of fully considering the efficiency distribution of the motor and the DCT, the distribution of the values of
and
is smaller than that of evaluating the motor’s efficiency only. The reason is that, in the efficiency calculation model of the DCT, a lower transmission gear ratio can obtain higher transmission efficiency in the low and medium speed range. At the same time, the test of WLTP points is mostly concentrated in the low and middle speeds of the vehicle; so, in the joint optimization process of the powertrain of BEVs, a lower transmission gear ratio will obtain a higher energy efficiency.
6. Conclusions
This paper aims to present a system design methodology for the critical components of an electric vehicle powertrain that facilitates the optimal design with a single electric motor matched to a DCT. A real-time efficiency calculation model for the motor, the inverter, and the transmission was constructed by examining the electromechanical characteristics of the principal components within the powertrain system. The computational results demonstrate that their efficiency distributions show a notable discrepancy when the motor and transmission operate simultaneously. Therefore, the optimal design of a single component does not necessarily guarantee the optimal design of the entire electric vehicle powertrain system. It is thus necessary to consider the interdependence between the critical parameters of two components and construct a unified optimization model that optimizes the overall structure. This approach will help to achieve the optimal electromechanical efficiency at each working point.
A multi-objective optimization was carried out based on the above two objectives to solve the trade-off between the efficiency and cost of electric vehicle power systems. Using the dynamics index as a constraint, the critical parameters of the motor and transmission were taken as design variables, and the optimization calculation was completed using the enhanced NSGA II algorithm. The Pareto front obtained from the optimization results indicates that there is a turning point between the cost and efficiency of the powertrain, at which the optimal state of the current optimization objective can be achieved without significantly changing the other optimization objective, thus achieving an effective trade-off between the optimization objectives. In addition, in the optimization cases of variable transmission efficiency and constant transmission efficiency, the Pareto frontier shows that the energy-saving effect of EVs calculated using the variable transmission efficiency model is better than that of the constant efficiency model. The variable transmission efficiency model improves the energy consumption by 3.7% and 3.3%, under the two drive performance requirements. The optimization results fully demonstrate the importance of comprehensively considering the real-time efficiency distributions of individual power components during the design process of the EV powertrain. Finally, the optimization results further indicate that, for the multi-speed drivetrain of EVs, a powertrain using a high-power and high-torque motor matched with a smaller gear ratio can achieve higher energy efficiency and, thus, a longer driving range. Additionally, GRA was employed to quantify the correlation between energy efficiency and powertrain system cost, with a correlation coefficient of 0.77431.
In this study, optimization of crucial parameter matching for electric vehicle powertrains was achieved by constructing a comprehensive real-time efficiency model. However, the modeling process did not consider the effect of temperature fluctuations on the efficiency of electric vehicle powertrains. As a result, the operating results of electric vehicles in natural environments deviate to a certain extent from the results of this study. In a follow-up study, a comprehensive efficiency model of the electric vehicle powertrain will be developed to fully consider the effect of temperature fluctuations on the operating efficiency of each power component. Furthermore, this study emphasizes that the energy consumption reduction in the variable transmission efficiency model hinges on the motor’s power, speed, voltage in the research and the multi-speed transmission ratio. The combination of a higher motor output power and torque, along with lower transmission ratios, contributes to a lower energy consumption.