EVS28 KINTEX, Korea, May 3-6, 2015

Size: px
Start display at page:

Download "EVS28 KINTEX, Korea, May 3-6, 2015"

Transcription

1 EVS28 KINTEX, Korea, May 3-6, 25 Pattern Prediction Model for Hybrid Electric Buses Based on Real-World Data Jing Wang, Yong Huang, Haiming Xie, Guangyu Tian * State Key laboratory of Automotive Safety and Energy, Department of Automotive Engineering Tsinghua University, Beijing 84, P. R. China, wang.j.insist@gmail.com Abstract The recognition and prediction of driving pattern is a prerequisite to minimize fuel consumption for plug-in hybrid electric buses with online adaptive energy management strategies. In this work, we present a methodology to develop a driving pattern prediction model from state-of-the-art technologies of cluster, evaluation, and Markov prediction based on the real-world driving speed-time data of a plug-in hybrid electric bus on a fixed route throughout one month. Firstly, we extract the effective driving trips from a large number of irregular data. And by Principal Component Analysis (PCA) for pre-selected 4 feature variables, we select time percent of idling, average velocity and average running velocity composing the optimal feature vectors to partition the driving trips into three significantly different classification with k-means cluster method. The time percent of idling(pti) of the resulted classification are respectively.49,.68 and.832,and the corresponding average velocity are respectively 7.52km/h,4.5km/h and 3.84km/h, and the corresponding average running velocity are respectively 2.6km/h,6.37km/h and 34.28km/h. Secondly, we segment the driving trips into driving snippets between two successive specific idling and also use PCA to get the optimal feature vectors composed by time percent of acceleration, time percent of deceleration and time percent of cruising to cluster the driving snippets into three clusters. Thirdly, we calculate the occurring probabilities of each driving snippets occurring in a specific class of driving trip and build the Markov prediction model of real-world driving cycle. Finally, we use the Markov model to reconstruct the driving cycle. And the smaller error of feature vectors between the reconstructed driving cycle and real-world driving cycle proves the effectiveness of the resulted Markov model. Keywords: Feature extraction, Principal Component Analysis, k-means cluster, Markov model, driving cycle construction Introduction For hybrid buses, in order to fully utilize their advantages of better fuel economy and less emissions, adaptive energy management strategies are designed to assign the output power of engine and battery online[,2,3]. Limited by the hardware conditions of vehicle controllers, the control parameters in such energy management strategies are usually optimized offline and then applied to online control with driving pattern prediction. The more the control parameters matching with the current driving condition, the better the control results, i.e. less fuel consumption and exhaust emission. EVS28 International Electric Vehicle Symposium and Exhibition

2 In China, European Emission Standard is employed to estimate the engine exhaust emissions of urban vehicles at present. The test cycle, which derived from typical driving conditions in EU or USA, doesn t represent the urban driving cycle in China quite well. Thus, it is necessary to reconstruct a driving cycle representing the real-world driving pattern for offline parameter optimizations, and to build a driving pattern prediction model for online implementation. pattern is a comprehensive description of the road environment and the state of buses. According to the objective of vehicle control, appropriative parameters should be chosen to characterize the driving pattern and further to realize the driving pattern predictive. Ericsson, E [4], used 62 independent parameters which have main effect on fuel consumption and emission to describe 9,23 driving patterns collected in real traffic. And then used factor analysis to reduce the initial 62 parameters to 6 independent driving pattern factors. Murphey, Y [5] extracted 4 parameters from the vehicle speed profile to predict road types by Neural Network (NN), which was trained by standard facility specific driving cycles, such as Freeway LOS, Arterials LOS, and Local Roadways and so on, and applied optimal control parameters which were calculated offline by each standard facility specific driving cycle to the predicted road type. The simulation results displayed this work got 2% fuel saving over the uncontrolled model in test driving cycle, which is also some standard driving cycles. Jeon,S [6] selected 24 parameters related to fuel consumption and emissions to characterize a driving pattern, and used one existing real-word driving cycle and five standard driving cycles as Representative Patterns (RDP) representing general driving patterns to calculate the optimal control parameters by Dynamic Program offline. Then they applied a multi-mode control online by switching the control parameters in each RDP. Won, J [7] primarily selected 4 of the 62 parameters in [5] and then added 7 new parameters for driving pattern recognition. The standard driving cycle also were used to obtain the fuzzy control rules. Above methods all realized the important of the consistency between the control strategies and driving pattern, however, in above research, driving cycles used to obtain offline optimal control parameters were mainly standard driving cycles. However, for real-word driving cycle, the effectiveness of the control parameters in above methods is doubtful and need to be further examined. In this paper, firstly, the speed and accelerate frequency distribution of real-world driving data are analyzed. Secondly, two times of cluster analysis are applied to real-world driving data with optimal feature vector, which is composed of the statistics variables selected by Principal Component Analysis (PCA) from 4 statistics variables related to control goal, i.e. fuel consumption. And real-world driving data are clustered into 3 classes of driving trips and 3 classes of driving snippets. Thirdly, the transition matrix of driving trips and the probability distribution of driving snippets in each class of driving trips are calculated and a Markov driving pattern predictive model are built. Finally, a driving cycle is reconstructed to validate the Markov driving pattern predictive model. 2 Real-world Data Initial Analysis With the help of on-board remote monitoring equipment, real-world driving data of three electric buses during one month were collected, including speed, position, and the state of key components. Daily mileage of every bus is about 5km, and the route is shown in Fig. First, the buses set out from Point A to Point B, then they run four times back and forth through multiple sites between Point B and Point C, and finally return to Point A from Point B. Fig2 displays a typical speed sequence of this real-world data. It can be seen that there are some similar micro-sequence, which is in conformity with the real situation. Figure : The daily route of the hybrid buses EVS28 International Electric Vehicle Symposium and Exhibition 2

3 ua(km/h) t(s) x 5 Figure 2: Typical speed sequence of real-world data In order to intuitively learn the characteristics of real-world driving cycle, Fig3 shows the comparison of Speed Accelerate Frequency Distribution (SAFD) between real-word data and 3 representative standard urban driving cycles. From the SAFD of real-world driving cycle, it is obvious that the speed and accelerate are small, which belongs to the category of urban cycle to some extent. However, in Fig3, it can be seen that there are significant difference between SAFD of real-world driving cycle and other standard urban driving cycles. Thus, it is not appropriate to apply standard driving cycle to calculate the optimal control parameters of adaptive energy management strategies offline for the buses running on the real-world route. 3 Statistical Analysis of Realworld Cycle The aim of statistical analysis is to find an appropriate method to segment real-word driving cycles and cluster the partitioned pieces with optimal feature variables, laying the foundation of building Markov model of real-world driving cycle. Four types of method to segment the driving cycle is in detail described in [8]. In this paper, the similar method segment in [9] is adopted. Fig 4 shows the main architecture of this section. Given real-world driving cycle consisting of several driving trips, which are defined as the speed sequence between two successive stops, firstly, real-word driving cycle are divided into 47 driving trips. Then Principle Component Analysis is applied to select the optimal statistics variables from 4 pre-selected statistics variables as feature variables to characterize and cluster the driving trips. Next, the idle time in each driving trip is calculated and an optimal threshold of idle time is determined, which used to segment each driving trip into driving snippets. And the similar method is applied to classify the driving snippets into three distinct classes. RealWord ChinaCity Frequency a(m/s 2 ) ua(km/h) Frequency a(m/s 2 ) ua(km/h) NEDC FTP Frequency a(m/s 2 ) ua(km/h) Frequency a(m/s 2 ) ua(km/h) Fig 3 SAFD of real-word driving cycle and standard driving cycles EVS28 International Electric Vehicle Symposium and Exhibition 3

4 Collected real-world driving data driving trip between two successive stations Principal component analysis and Cluster of driving trips stores statistics variables of each driving trip and each column stands for one statistics variable. Table : Statistics variables of driving trips Name ave.ua ave.run.ua max.ua max.acc Description Average value of speed sequence Average value of speed sequence without idle Maximum speed Maximum acceleration Three typical classes of driving trips max.dec ave.acc Maximum deceleration Average value of acceleration Idletime analysis of driving trips driving snippets between two successive specific stops Principal component analysis and Cluster of driving snippets driving snippets between two successive specific idles Three typical classes of driving snippets Fig 4 Architecture of statistics analysis of real-world driving cycle 3. Trips Cluster 3.. Statistics variables In order to find the optimal statistics variables which can best characterize the driving trips, considering the goal of adaptive energy management strategies, 4 statistics variables related to fuel consumption are pre-selected. The pre-selected statistics variables are listed and described in Table. And the value of 4 statistics variables for 47 driving trips are calculated to form the driving trip database, in which each row ave.dec RMS.a PKE PTA PTD PTI Ave. idling Average value of deceleration Root mean square of acceleration For every accelerate process, PKE = (ua end ua start ) /s percentage of cycle time for acceleration percentage of cycle time for deceleration percentage of cycle time for cruising percentage of cycle time for idling stop number of idling per kilometer 3..2 Principal component analysis PCA is a statistical procedure that uses an orthogonal transformation to convert a set of observations of possibly correlated variables into a set of values of linearly uncorrelated variables called principal components, which keep as much of the variability in the original observations data as possible. Because 4 statistics variables are in different units, the normalization is applied before PCA. In this paper, statistics variables are normalized with Equation (). x = x x min () x max x min Where x are column vectors of driving trip database, and x min and x max are respectively minimum and maximum element of x. Fig5 display the results of PCA for driving trips. In Fig5 (a), all the driving trips are irregularly distributed on the plane composed by the first and EVS28 International Electric Vehicle Symposium and Exhibition 4

5 the second principle component. It can be seen that there is not distinct clusters. The reason possibly is that the number of statistics variables, being of no great importance on clustering, in 4 pre-selected statistics variables is large so as to cover the statistics variables playing the key role on clustering. Considering the variance of statistics variables with top 3 load coefficient in first principle component account a larger proportion in the whole variance, they were selected to implement the cluster Cluster of driving trips According to Fig5 (b), PTI, ave.ua and ave.run.ua are selected as feature variables to form the optimal feature vector to character the driving trips. Then K-means cluster method is employed to realize the classification, using Euclidean distance between the feature vectors of driving trips to evaluate their dissimilarity. Fig6 (a) shows the result of driving trips clustering with the optimal feature vector. There are distinct 3 clusters, which respectively has 34, 93and 2 samples in the space composed by PTI, ave.ua, and ave.run.ua. And the within-distance and between-distance of 3 driving trip clusters are shown in Table2. Where, the within-distance of the cluster is the average Euclidean distance of feature vectors for all the driving trips in this driving trip cluster, as shown in Equation (2)and (3),the between-distance is the Euclidean distance of feature vectors of two cluster centers. Obviously, within-distance is smaller than between-distance. D i = N i m=,n=,m n d m,n N i i =,2,3 (2) d m,n = k j= (x mj x nj ) 2 (3) Where, D i is the within-distance of driving trip cluster i. d m,n is the Euclidean distance of feature vectors for two driving trips in driving trip cluster i. In Equation (3), x mj is the feature variables j in the feature vector of driving trip m. The silhouette value of each driving trip cluster is shown in Fig6 (b), and the more close to of the silhouette value means the better result of the cluster while the negative silhouette value means a not appropriate cluster. In Fig6 (b), it can be seen the cluster and cluster3 is perfect classes with most of silhouette value close to, and only a few driving trips has lower silhouette value in cluster2, but there is no negative silhouette value. Fig6 (c) and Table3 evaluate the clustering result of driving trips from another perspective. Fig6 (c) graphically depicts the degree of dispersion of samples in 3 resulted clusters and the mean of feature variables of 3 resulted clusters respectively displayed in Table3. (a) Distribution of the driving trips with PCA (b) Load coefficient of each variables in the first principle component (a) Load 2nd Principal Component ave.run.ua st Principal Component The First Principal Component max.accmax.decave.acc ave.dec RMS.a PKE PTA PTD PTI Ave.idlingmax.ua ave.uaave.run.ua Feature Variable Fig 5 Results of PCA for driving trips 2 ave.ua Distribution of the driving trips in the space constructed by selected feature variables Fig 6 Cluster results of driving trips (to be continued in next page).5 EVS28 International Electric Vehicle Symposium and Exhibition 5

6 Cluster Silhouette Value (b) Silhouette Value of driving trips clusters ave.ua.6.4 ave.run.ua Snippets Cluster The driving trips can be regard as the series of several driving snippets which are defined as the speed sequence between two successive specific idling. Considering the traffic condition, the idling time is different with different time and different trips. By analyzing of the idling time for all driving trips, the threshold of idling time is set to 2s to be used to segment each driving trip into driving snippets. Finally, 777 driving snippets is produced to form the driving snippets database. The similar method as the cluster of driving trips is employed to cluster the driving snippets. By PCA, PTA, PTD, are selected as the feature variables to form the optimal feature vectors to cluster the driving snippets into 3 classes, as Fig 7(a) shown. Fig 7(b) and Fig7(c) shows there are some driving snippets with an inappropriate cluster, and some samples are a little far from the cluster center, but the number of these abnormal samples is small and in the allowable range. The distance of driving snippets clusters and mean feature variables are respectively displayed in Table 4 and Table (c) Boxplot of driving trips clusters Fig 6 Cluster results of driving trips Table 2 Distance and sample number of driving trips cluster Between Distance Within Distance samples number Cluster Cluster2 Cluster Table 3 Mean feature variables of driving trips cluster ave.ua ave.run.ua Cluster Cluster Cluster (a) Distribution of the driving snippets in the space constructed by selected feature variables Cluster 2 3 PTA (b) Silhouette Value of driving snippets clusters.4 Fig 7 Cluster results of driving snippets (to be continued in next page)..5 Silhouette Value.2.3 PTD EVS28 International Electric Vehicle Symposium and Exhibition 6

7 PTA (c) Boxplot of driving snippets clusters Fig 7 Cluster results of driving snippets Table 4 Distance and sample number of driving snippets cluster Between Distance Within Distance samples number PTD Cluster Cluster2 Cluster Table 5 Mean feature variables of driving snippets cluster PTA PTD Cluster Cluster Cluster Markov model Transition Matrix Based on the results of driving trips cluster and driving snippets. The transition probability of driving trips and the frequency of each type of driving snippets in each driving trips are calculated. Table 6 shows the transition probability matrix of driving trips, in which the sum of each row is. The frequency probability matrix of different driving snippets in each driving trips clusters is displayed in Table 7, in which the sum of each row is also. For Hidden Markov Model (HMM), the state which is a Markov process is not directly visible, but the output, defined as emissions, is dependent on the state and visible. Each state has a probability distribution over the emissions by a general stochastic process. Therefore, the emissions sequence generated by an HMM gives some information about the sequence of states and the model []. For the online adaptive energy management strategies of plug-in hybrid electric buses, the optimal control parameters should be switched with different classes of driving trips rather than driving snippets, because if the objective distance is too short, the calculated optimal control will be electric running to get minimum fuel consumption, which is not available for the buses with a long route. Thus, the class of the current driving trip is desired to be known during the buses running. However, it is difficult to directly and accurately predict the long driving trip online, but the driving snippets with shorter distance are relatively easy to obtain. Table 6 Transition probability matrix of driving trips cluster cluster2 cluster3 trip cluster trip cluster2 trip cluster Table 7 Transition probability matrix of driving trips cluster cluster2 cluster3 snippet cluster snippet cluster2 snippet cluster In this paper, assuming the transition between different classes of driving trips in a fixed route is a Markov process, the process of driving pattern predicting is abstracted as Hidden Markov Model (HMM). Based on above analysis, driving trips are regarded as the state in HMM, and driving snippets are regarded as the emissions of HMM. The transition matrix of driving trips are state transition matrix and the probability distribution of driving snippets in each driving trips forms emissions matrix. While operating online, the historical driving data are segmented into several driving snippets and classified into right driving snippets clusters by Euclidean distance of feature vectors to EVS28 International Electric Vehicle Symposium and Exhibition 7

8 obtain the current emissions sequence. Then based on HMM and emissions sequence, the current probable state will be calculated. 4.2 Reconstruction In order to validate the accuracy of HMM, a driving cycle is reconstructed, as shown in Fig8.The evaluation function is defined as Equation (4) N i= e i (4) E = Where, e i is the error of a selected statistics variable, listed in Table, between reconstructed driving cycle and real-world driving cycle. E is the sum of errors for all selected statistics variables. The process of reconstruction is iterated with 5 times and the reconstructed driving cycle with minimum value of evaluation function is regard as the final determined driving cycle. Fig 8 shows the final reconstructed driving cycle,whose evaluation function value is 9.. ua/km/h t/s Fig 8 Reconstructed driving cycle based on HMM 5 Conclusion In this paper, statistical analysis is implemented for real-word driving data of 3 hybrid electric buses with a fixed-route. The realworld driving cycle is divided into driving trips by two successive stops and then further segmented into driving snippets by two successive specific idling. By PCA, the optimal statistics variables are selected to group the driving trips and driving snippets into 3 classes respectively. Finally, based on the transition matrix between driving trips and the frequency of driving snippets in each driving trips, the HMM of driving cycle is built,which can be applied to realize the driving pattern recognition online, and a driving cycle is reconstructed to validate the HMM. The result shows that the error between the reconstructed real-world driving cycle and real-word driving cycle is Acknowledgment This work is supported by the National Basic Research Program of China, The Energy Consumption and Control Strategy Research of Electric Powertrain for Distributed Drive Electric Vehicles. References [] Gu, B.O. and G. Rizzoni. An adaptive algorithm for hybrid electric vehicle energy management based on driving pattern recognition. ASME 26 International Mechanical Engineering Congress and Exposition. 26: American Society of Mechanical Engineers. [2] Lee, T. and Z. Filipi, Real-World Pattern Recognition for Adaptive HEV Supervisory Control: Based on Representative Cycles in Midwestern US. 22, SAE International. [3] Musardo, C., et al., A-ECMS: An adaptive algorithm for hybrid electric vehicle energy management. European Journal of Control, 25. (4): p [4] Ericsson, E. Independent driving pattern factors and their influence on fuel-use and exhaust emission factors. Transportation Res. Part D 6, ,2. [5] Murphey, Y., et al., Intelligent Hybrid Vehicle Power Control-Part II: Online Intelligent Energy Management. 23 [6] Jeon, S., et al., Multi-mode driving control of a parallel hybrid electric vehicle using driving pattern recognition. Journal of Dynamic Systems, Measurement and Control, Transactions of the ASME, (): p [7] Won, J. and R. Langari, Intelligent energy management agent for a parallel hybrid vehicle-part II: torque distribution, charge sustenance strategies, and performance results. Vehicular Technology, IEEE Transactions on, (3): p [8] Dai, Z., Niemeier, D., Eisinger, D., 28. Cycles: a New Cycle-building Method that Better Represents Real-world Emissions. UC Davis-Caltrans Air Quality Project. University of California, Davis. [9] Andre, M., Hickman, J., Hassel, D., and Joumard, R. (995). " cycles for emission measurements under European conditions." SAE Technical Paper Series, the Engineering Society for Advanced Mobility, Detroit, Michigan. [] Rabiner, L.R., 989. A tutorial on hidden Markov models and selected applications in speech recognition. Proc. IEEE,77(2): EVS28 International Electric Vehicle Symposium and Exhibition 8

9 Authors Jing Wang, received B.S. degree in China Agricultural University in 22, and is currently a graduate student in Department of Automotive Engineering of Tsinghua University. My main research field is online optimal energy management for hybrid electric bus based on driving pattern recognition. EVS28 International Electric Vehicle Symposium and Exhibition 9

Effect of driving patterns on fuel-economy for diesel and hybrid electric city buses

Effect of driving patterns on fuel-economy for diesel and hybrid electric city buses EVS28 KINTEX, Korea, May 3-6, 2015 Effect of driving patterns on fuel-economy for diesel and hybrid electric city buses Ming CHI, Hewu WANG 1, Minggao OUYANG State Key Laboratory of Automotive Safety and

More information

Effect of driving pattern parameters on fuel-economy for conventional and hybrid electric city buses

Effect of driving pattern parameters on fuel-economy for conventional and hybrid electric city buses EVS28 KINTEX, Korea, May 3-6, 2015 Effect of driving pattern parameters on fuel-economy for conventional and hybrid electric city buses Ming CHI 1, Hewu WANG 1, Minggao OUYANG 1 1 Author 1 State Key Laboratory

More information

DEVELOPMENT OF A DRIVING CYCLE FOR BRASOV CITY

DEVELOPMENT OF A DRIVING CYCLE FOR BRASOV CITY DEVELOPMENT OF A DRIVING CYCLE FOR BRASOV CITY COVACIU Dinu *, PREDA Ion *, FLOREA Daniela *, CÂMPIAN Vasile * * Transilvania University of Brasov Romania Abstract: A driving cycle is a standardised driving

More information

International Conference on Advances in Energy and Environmental Science (ICAEES 2015)

International Conference on Advances in Energy and Environmental Science (ICAEES 2015) International Conference on Advances in Energy and Environmental Science (ICAEES 2015) Design and Simulation of EV Charging Device Based on Constant Voltage-Constant Current PFC Double Closed-Loop Controller

More information

Driving Pattern Recognition for Adaptive Hybrid Vehicle Control

Driving Pattern Recognition for Adaptive Hybrid Vehicle Control 2012-01-0742 Published 04/16/2012 Copyright 2012 SAE International doi:10.4271/2012-01-0742 saealtpow.saejournals.org Driving Pattern Recognition for Adaptive Hybrid Vehicle Control Lei Feng, Wenjia Liu

More information

Analysis of Fuel Economy and Battery Life depending on the Types of HEV using Dynamic Programming

Analysis of Fuel Economy and Battery Life depending on the Types of HEV using Dynamic Programming World Electric Vehicle Journal Vol. 6 - ISSN 2032-6653 - 2013 WEVA Page Page 0320 EVS27 Barcelona, Spain, November 17-20, 2013 Analysis of Fuel Economy and Battery Life depending on the Types of HEV using

More information

MODELING, VALIDATION AND ANALYSIS OF HMMWV XM1124 HYBRID POWERTRAIN

MODELING, VALIDATION AND ANALYSIS OF HMMWV XM1124 HYBRID POWERTRAIN 2014 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM POWER & MOBILITY (P&M) TECHNICAL SESSION AUGUST 12-14, 2014 - NOVI, MICHIGAN MODELING, VALIDATION AND ANALYSIS OF HMMWV XM1124 HYBRID

More information

Naturalistic Drive Cycles Analysis and Synthesis for Pick-up Trucks. Zifan Liu Dr. Andrej Ivanco Dr. Zoran Filipi

Naturalistic Drive Cycles Analysis and Synthesis for Pick-up Trucks. Zifan Liu Dr. Andrej Ivanco Dr. Zoran Filipi Naturalistic Drive s Analysis and Synthesis for Pick-up Trucks Zifan Liu Dr. Andrej Ivanco Dr. Zoran Filipi Introduction to CU-ICAR Greenville, South Carolina 95% of students gainfully employed in the

More information

Study on Braking Energy Recovery of Four Wheel Drive Electric Vehicle Based on Driving Intention Recognition

Study on Braking Energy Recovery of Four Wheel Drive Electric Vehicle Based on Driving Intention Recognition Open Access Library Journal 2018, Volume 5, e4295 ISSN Online: 2333-9721 ISSN Print: 2333-9705 Study on Braking Energy Recovery of Four Wheel Drive Electric Vehicle Based on Driving Intention Recognition

More information

Using Trip Information for PHEV Fuel Consumption Minimization

Using Trip Information for PHEV Fuel Consumption Minimization Using Trip Information for PHEV Fuel Consumption Minimization 27 th International Battery, Hybrid and Fuel Cell Electric Vehicle Symposium (EVS27) Barcelona, Nov. 17-20, 2013 Dominik Karbowski, Vivien

More information

3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015)

3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) 3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) A High Dynamic Performance PMSM Sensorless Algorithm Based on Rotor Position Tracking Observer Tianmiao Wang

More information

Key Parameters Investigation on Small Cycle Fuel Injection Quantity for a Diesel Engine Electronic Unit Pump System

Key Parameters Investigation on Small Cycle Fuel Injection Quantity for a Diesel Engine Electronic Unit Pump System Page63 EVS25 Shenzhen, China, Nov 5-9, 21 Key Parameters Investigation on Small Cycle Fuel Injection Quantity for a Diesel Engine Electronic Unit Pump System Abstract Liyun Fan 1, Bingqi Tian 1, and Xiuzhen

More information

Vehicle's Velocity Time Series Prediction Using Neural Network

Vehicle's Velocity Time Series Prediction Using Neural Network 21 Vehicle's Velocity Time Series Prediction Using Neural Network A. Fotouhi, M. Montazeri-Gh and M. Jannatipour Systems simulation and control Laboratory, School of Mechanical Engineering, Iran University

More information

SOC estimation of LiFePO 4 Li-ion battery using BP Neural Network

SOC estimation of LiFePO 4 Li-ion battery using BP Neural Network EVS28 KINTEX, Korea, May 3-6, 2015 SOC estimation of LiFePO 4 Li-ion battery using BP Neural Network Liun Qian, Yuan Si, Lihong Qiu. School of Mechanical and Automotive Engineering, Hefei University of

More information

Power Matching Strategy Modeling and Simulation of PHEV Based on Multi agent

Power Matching Strategy Modeling and Simulation of PHEV Based on Multi agent Power Matching Strategy Modeling and Simulation of PHEV Based on Multi agent Limin Niu* 1, Lijun Ye 2 School of Mechanical Engineering, Anhui University of Technology, Ma anshan 243032, China *1 niulmdd@163.com;

More information

Performance Evaluation of Electric Vehicles in Macau

Performance Evaluation of Electric Vehicles in Macau Journal of Asian Electric Vehicles, Volume 12, Number 1, June 2014 Performance Evaluation of Electric Vehicles in Macau Tze Wood Ching 1, Wenlong Li 2, Tao Xu 3, and Shaojia Huang 4 1 Department of Electromechanical

More information

Optimum Matching of Electric Vehicle Powertrain

Optimum Matching of Electric Vehicle Powertrain Available online at www.sciencedirect.com ScienceDirect Energy Procedia 88 (2016 ) 894 900 CUE2015-Applied Energy Symposium and Summit 2015: Low carbon cities and urban energy systems Optimum Matching

More information

A Brake Pad Wear Control Algorithm for Electronic Brake System

A Brake Pad Wear Control Algorithm for Electronic Brake System Advanced Materials Research Online: 2013-05-14 ISSN: 1662-8985, Vols. 694-697, pp 2099-2105 doi:10.4028/www.scientific.net/amr.694-697.2099 2013 Trans Tech Publications, Switzerland A Brake Pad Wear Control

More information

Vehicular modal emission and fuel consumption factors in Hong Kong

Vehicular modal emission and fuel consumption factors in Hong Kong Vehicular modal emission and fuel consumption factors in Hong Kong H.Y. Tong

More information

Characterisation and development of driving cycle for work route in Kuala Terengganu

Characterisation and development of driving cycle for work route in Kuala Terengganu International Journal of Automotive and Mechanical Engineering ISSN: 2229-8649 (Print); ISSN: 2180-1606 (Online); Volume 14, Issue 3 pp. 4508-4517 September 2017 Universiti Malaysia Pahang Publishing DOI:

More information

Regenerative Braking System for Series Hybrid Electric City Bus

Regenerative Braking System for Series Hybrid Electric City Bus Page 0363 Regenerative Braking System for Series Hybrid Electric City Bus Junzhi Zhang*, Xin Lu*, Junliang Xue*, and Bos Li* Regenerative Braking Systems (RBS) provide an efficient method to assist hybrid

More information

INTELLIGENT ENERGY MANAGEMENT IN A TWO POWER-BUS VEHICLE SYSTEM

INTELLIGENT ENERGY MANAGEMENT IN A TWO POWER-BUS VEHICLE SYSTEM 2011 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM MODELING & SIMULATION, TESTING AND VALIDATION (MSTV) MINI-SYMPOSIUM AUGUST 9-11 DEARBORN, MICHIGAN INTELLIGENT ENERGY MANAGEMENT IN

More information

Route-Based Energy Management for PHEVs: A Simulation Framework for Large-Scale Evaluation

Route-Based Energy Management for PHEVs: A Simulation Framework for Large-Scale Evaluation Transportation Technology R&D Center Route-Based Energy Management for PHEVs: A Simulation Framework for Large-Scale Evaluation Dominik Karbowski, Namwook Kim, Aymeric Rousseau Argonne National Laboratory,

More information

International Conference on Civil, Transportation and Environment (ICCTE 2016)

International Conference on Civil, Transportation and Environment (ICCTE 2016) International Conference on Civil, Transportation and Environment (ICCTE 2016) Average Fuel Consumption Calculation Model of Touring Coach Based on OBD Data- A Case Study in City X Xiaolin Che1,a, Quan

More information

Development of a Plug-In HEV Based on Novel Compound Power-Split Transmission

Development of a Plug-In HEV Based on Novel Compound Power-Split Transmission Page WEVJ7-66 EVS8 KINEX, Korea, May 3-6, 5 velopment of a Plug-In HEV Based on Novel Compound Power-Split ransmission ong Zhang, Chen Wang,, Zhiguo Zhao, Wentai Zhou, Corun CHS echnology Co., Ltd., NO.888

More information

Modelling and Simulation Study on a Series-parallel Hybrid Electric Vehicle

Modelling and Simulation Study on a Series-parallel Hybrid Electric Vehicle EVS28 KINTEX, Korea, May 3-6, 205 Modelling and Simulation Study on a Series-parallel Hybrid Electric Vehicle Li Yaohua, Wang Ying, Zhao Xuan School Automotive, Chang an University, Xi an China E-mail:

More information

Running Vehicle Emission Factors of Passenger Cars in Makassar, Indonesia

Running Vehicle Emission Factors of Passenger Cars in Makassar, Indonesia Running Vehicle Emission Factors of Passenger Cars in Makassar, Indonesia Sumarni Hamid ALY a, Muhammad Isran RAMLI b a,b Civil Engineering Department, Engineering Faculty, Hasanuddin University, Makassar,

More information

Parameters Matching and Simulation on a Hybrid Power System for Electric Bulldozer Hong Wang 1, Qiang Song 2,, Feng-Chun SUN 3 and Pu Zeng 4

Parameters Matching and Simulation on a Hybrid Power System for Electric Bulldozer Hong Wang 1, Qiang Song 2,, Feng-Chun SUN 3 and Pu Zeng 4 2nd International Conference on Electronic & Mechanical Engineering and Information Technology (EMEIT-2012) Parameters Matching and Simulation on a Hybrid Power System for Electric Bulldozer Hong Wang

More information

The Modeling and Simulation of DC Traction Power Supply Network for Urban Rail Transit Based on Simulink

The Modeling and Simulation of DC Traction Power Supply Network for Urban Rail Transit Based on Simulink Journal of Physics: Conference Series PAPER OPEN ACCESS The Modeling and Simulation of DC Traction Power Supply Network for Urban Rail Transit Based on Simulink To cite this article: Fang Mao et al 2018

More information

The Application of UKF Algorithm for type Lithium Battery SOH Estimation

The Application of UKF Algorithm for type Lithium Battery SOH Estimation Applied Mechanics and Materials Online: 2014-02-06 ISSN: 1662-7482, Vols. 519-520, pp 1079-1084 doi:10.4028/www.scientific.net/amm.519-520.1079 2014 Trans Tech Publications, Switzerland The Application

More information

Adaptive Power Flow Method for Distribution Systems With Dispersed Generation

Adaptive Power Flow Method for Distribution Systems With Dispersed Generation 822 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 17, NO. 3, JULY 2002 Adaptive Power Flow Method for Distribution Systems With Dispersed Generation Y. Zhu and K. Tomsovic Abstract Recently, there has been

More information

PHEV Control Strategy Optimization Using MATLAB Distributed Computing: From Pattern to Tuning

PHEV Control Strategy Optimization Using MATLAB Distributed Computing: From Pattern to Tuning PHEV Control Strategy Optimization Using MATLAB Distributed Computing: From Pattern to Tuning MathWorks Automotive Conference 3 June, 2008 S. Pagerit, D. Karbowski, S. Bittner, A. Rousseau, P. Sharer Argonne

More information

Gearbox Fault Detection

Gearbox Fault Detection Gearbox Fault Detection At the University of Iowa, detecting wind turbine gearbox faults based on vibration acceleration data provided by NREL is augmented by data mining techniques. By Andrew Kusiak and

More information

Prediction Model of Driving Behavior Based on Traffic Conditions and Driver Types

Prediction Model of Driving Behavior Based on Traffic Conditions and Driver Types Proceedings of the 12th International IEEE Conference on Intelligent Transportation Systems, St. Louis, MO, USA, October 3-7, 29 WeAT4.2 Prediction Model of Driving Behavior Based on Traffic Conditions

More information

The State of Charge Estimation of Power Lithium Battery Based on RBF Neural Network Optimized by Particle Swarm Optimization

The State of Charge Estimation of Power Lithium Battery Based on RBF Neural Network Optimized by Particle Swarm Optimization Journal of Applied Science and Engineering, Vol. 20, No. 4, pp. 483 490 (2017) DOI: 10.6180/jase.2017.20.4.10 The State of Charge Estimation of Power Lithium Battery Based on RBF Neural Network Optimized

More information

POWER DISTRIBUTION SYSTEM ANALYSIS OF URBAN ELECTRIFIED RAILWAYS

POWER DISTRIBUTION SYSTEM ANALYSIS OF URBAN ELECTRIFIED RAILWAYS POWER DISTRIBUTION SYSTEM ANALYSIS OF URBAN ELECTRIFIED RAILWAYS Farhad Shahnia Saeed Tizghadam Seyed Hossein Hosseini farhadshahnia@yahoo.com s_tizghadam@yahoo.com hosseini@tabrizu.ac.ir Electrical and

More information

Data envelopment analysis with missing values: an approach using neural network

Data envelopment analysis with missing values: an approach using neural network IJCSNS International Journal of Computer Science and Network Security, VOL.17 No.2, February 2017 29 Data envelopment analysis with missing values: an approach using neural network B. Dalvand, F. Hosseinzadeh

More information

WLTP Random Cycle Generator

WLTP Random Cycle Generator WLTP Random Cycle Generator Dennis G. Kooijman, Andreea E. Balau, Steven Wilkins Powertrains TNO Helmond, the Netherlands dennis.kooijman@tno.nl, andreea.balau@tno.nl, steven.wilkins@tno.nl Norbert Ligterink,

More information

IMAGE PROCESSING ANALYSIS OF MOTORCYCLE ORIENTED MIXED TRAFFIC FLOW IN VIETNAM

IMAGE PROCESSING ANALYSIS OF MOTORCYCLE ORIENTED MIXED TRAFFIC FLOW IN VIETNAM IMAGE PROCESSING ANALYSIS OF MOTORCYCLE ORIENTED MIXED TRAFFIC FLOW IN VIETNAM Nobuyuki MATSUHASHI Graduate Student Dept. of Info. Engineering and Logistics Tokyo University of Marine Science and Technology

More information

Spatial and Temporal Analysis of Real-World Empirical Fuel Use and Emissions

Spatial and Temporal Analysis of Real-World Empirical Fuel Use and Emissions Spatial and Temporal Analysis of Real-World Empirical Fuel Use and Emissions Extended Abstract 27-A-285-AWMA H. Christopher Frey, Kaishan Zhang Department of Civil, Construction and Environmental Engineering,

More information

DESIGN METHODS FOR SAFETY ENHANCEMENT MEASURES ON LONG STEEP DOWNGRADES

DESIGN METHODS FOR SAFETY ENHANCEMENT MEASURES ON LONG STEEP DOWNGRADES DESIGN METHODS FOR SAFETY ENHANCEMENT MEASURES ON LONG STEEP DOWNGRADES Jun-hong Liao Research Institute of Highway, MOT, China 8 Xitucheng Rd, Beijing, China MOE Key Laboratory for Urban Transportation

More information

The effect of road profile on passenger car emissions

The effect of road profile on passenger car emissions Transport and Air Pollution, 5 th Int. Sci. Symp., Avignon, France, June The effect of road profile on passenger car emissions Abstract Leonid TARTAKOVSKY*, Marcel GUTMAN*, Yuri ALEINIKOV*, Mark VEINBLAT*,

More information

Analysis of regenerative braking effect to improve fuel economy for E-REV bus based on simulation

Analysis of regenerative braking effect to improve fuel economy for E-REV bus based on simulation EVS28 KINTEX, Korea, May 3-6, 2015 Analysis of regenerative braking effect to improve fuel economy for E-REV bus based on simulation Jongdai Choi 1, Jongryeol Jeong 1, Yeong-il Park 2, Suk Won Cha 1 1

More information

Chapter 2 Analysis on Lock Problem in Frontal Collision for Mini Vehicle

Chapter 2 Analysis on Lock Problem in Frontal Collision for Mini Vehicle Chapter 2 Analysis on Lock Problem in Frontal Collision for Mini Vehicle Ce Song, Hong Zang and Jingru Bao Abstract To study the lock problem in the frontal collision test on a kind of mini vehicle s sliding

More information

Research of the vehicle with AFS control strategy based on fuzzy logic

Research of the vehicle with AFS control strategy based on fuzzy logic International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 Volume 3 Issue 6 ǁ June 2015 ǁ PP.29-34 Research of the vehicle with AFS control strategy

More information

Design an Energy Management Strategy for a Parallel Hybrid Electric Vehicle

Design an Energy Management Strategy for a Parallel Hybrid Electric Vehicle Journal of Asian Electric Vehicles, Volume 13, Number 1, June 215 Design an Energy Management Strategy for a Parallel Hybrid Electric Vehicle Seyyed Ghaffar Nabavi School of Electrical Engineering, Tarbiat

More information

A conceptual design of main components sizing for UMT PHEV powertrain

A conceptual design of main components sizing for UMT PHEV powertrain IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS A conceptual design of main components sizing for UMT PHEV powertrain Related content - Development of a KT driving cycle for

More information

Plug-in Hybrid Electric Vehicle Control Strategy Parameter Optimization

Plug-in Hybrid Electric Vehicle Control Strategy Parameter Optimization Plug-in Hybrid Electric Vehicle Control Strategy Parameter Optimization Aymeric Rousseau 1, Sylvain Pagerit 2, and David Wenzhong Gao 3 1 Center for Transportation Research, Argonne National Laboratory,

More information

Generation of Equivalent Driving Cycles Using Markov Chains and Mean Tractive Force Components

Generation of Equivalent Driving Cycles Using Markov Chains and Mean Tractive Force Components Generation of Equivalent Driving Cycles Using Markov Chains and Mean Tractive Force Components Peter Nyberg Erik Frisk Lars Nielsen Department of Electrical Engineering Linköping University, SE-581 83

More information

Construction of a Hybrid Electrical Racing Kart as a Student Project

Construction of a Hybrid Electrical Racing Kart as a Student Project Construction of a Hybrid Electrical Racing Kart as a Student Project Tobias Knoke, Tobias Schneider, Joachim Böcker Paderborn University Institute of Power Electronics and Electrical Drives 33095 Paderborn,

More information

Validation and Control Strategy to Reduce Fuel Consumption for RE-EV

Validation and Control Strategy to Reduce Fuel Consumption for RE-EV Validation and Control Strategy to Reduce Fuel Consumption for RE-EV Wonbin Lee, Wonseok Choi, Hyunjong Ha, Jiho Yoo, Junbeom Wi, Jaewon Jung and Hyunsoo Kim School of Mechanical Engineering, Sungkyunkwan

More information

Impact of electric vehicles on the IEEE 34 node distribution infrastructure

Impact of electric vehicles on the IEEE 34 node distribution infrastructure International Journal of Smart Grid and Clean Energy Impact of electric vehicles on the IEEE 34 node distribution infrastructure Zeming Jiang *, Laith Shalalfeh, Mohammed J. Beshir a Department of Electrical

More information

Performance Analysis of Green Car using Virtual Integrated Development Environment

Performance Analysis of Green Car using Virtual Integrated Development Environment Performance Analysis of Green Car using Virtual Integrated Development Environment Nak-Tak Jeong, Su-Bin Choi, Choong-Min Jeong, Chao Ma, Jinhyun Park, Sung-Ho Hwang, Hyunsoo Kim and Myung-Won Suh Abstract

More information

Structure Parameters Optimization Analysis of Hydraulic Hammer System *

Structure Parameters Optimization Analysis of Hydraulic Hammer System * Modern Mechanical Engineering, 2012, 2, 137-142 http://dx.doi.org/10.4236/mme.2012.24018 Published Online November 2012 (http://www.scirp.org/journal/mme) Structure Parameters Optimization Analysis of

More information

Parallel Hybrid (Boosted) Range Extender Powertrain

Parallel Hybrid (Boosted) Range Extender Powertrain World Electric Vehicle Journal Vol. 4 - ISSN 232-6653 - 21 WEVA Page622 EVS25 Shenzhen, China, Nov 5-9, 21 Parallel Hybrid (Boosted) Range Extender Powertrain Patrick Debal 1, Saphir Faid 1, and Steven

More information

VT2+: Further improving the fuel economy of the VT2 transmission

VT2+: Further improving the fuel economy of the VT2 transmission VT2+: Further improving the fuel economy of the VT2 transmission Gert-Jan Vogelaar, Punch Powertrain Abstract This paper reports the study performed at Punch Powertrain on the investigations on the VT2

More information

Integrated Control Strategy for Torque Vectoring and Electronic Stability Control for in wheel motor EV

Integrated Control Strategy for Torque Vectoring and Electronic Stability Control for in wheel motor EV EVS27 Barcelona, Spain, November 17-20, 2013 Integrated Control Strategy for Torque Vectoring and Electronic Stability Control for in wheel motor EV Haksun Kim 1, Jiin Park 2, Kwangki Jeon 2, Sungjin Choi

More information

Improvement of Vehicle Dynamics by Right-and-Left Torque Vectoring System in Various Drivetrains x

Improvement of Vehicle Dynamics by Right-and-Left Torque Vectoring System in Various Drivetrains x Improvement of Vehicle Dynamics by Right-and-Left Torque Vectoring System in Various Drivetrains x Kaoru SAWASE* Yuichi USHIRODA* Abstract This paper describes the verification by calculation of vehicle

More information

Research of Driving Performance for Heavy Duty Vehicle Running on Long Downhill Road Based on Engine Brake

Research of Driving Performance for Heavy Duty Vehicle Running on Long Downhill Road Based on Engine Brake Send Orders for Reprints to reprints@benthamscience.ae The Open Mechanical Engineering Journal, 2014, 8, 475-479 475 Open Access Research of Driving Performance for Heavy Duty Vehicle Running on Long Downhill

More information

Study on the Influence of Seat Adjustment on Occupant Head Injury Based on MADYMO

Study on the Influence of Seat Adjustment on Occupant Head Injury Based on MADYMO 5th International Conference on Advanced Engineering Materials and Technology (AEMT 2015) Study on the Influence of Seat Adjustment on Occupant Head Injury Based on MADYMO Shucai Xu 1, a *, Binbing Huang

More information

Consideration on the Implications of the WLTC - (Worldwide Harmonized Light-Duty Test Cycle) for a Middle Class Car

Consideration on the Implications of the WLTC - (Worldwide Harmonized Light-Duty Test Cycle) for a Middle Class Car Consideration on the Implications of the WLTC - (Worldwide Harmonized Light-Duty Test Cycle) for a Middle Class Car Adrian Răzvan Sibiceanu 1,2, Adrian Iorga 1, Viorel Nicolae 1, Florian Ivan 1 1 University

More information

WLTC* methodology. Proposed by Japan (Reviewed by UK, JRC and Mr. Steven) DHC group under GRPE/WLTP informal group

WLTC* methodology. Proposed by Japan (Reviewed by UK, JRC and Mr. Steven) DHC group under GRPE/WLTP informal group WLTP-DHC--3e WLTC* methodology Proposed by Japan (Reviewed by UK, JRC and Mr. Steven) DHC group under GRPE/WLTP informal group 11~ January 11 Palais des Nations, Geneva (*) WLTC : Worldwide harmonized

More information

Comparison of Braking Performance by Electro-Hydraulic ABS and Motor Torque Control for In-wheel Electric Vehicle

Comparison of Braking Performance by Electro-Hydraulic ABS and Motor Torque Control for In-wheel Electric Vehicle ES27 Barcelona, Spain, November 7-2, 23 Comparison of Braking Performance by Electro-Hydraulic ABS and Motor Torque Control for In-wheel Electric ehicle Sungyeon Ko, Chulho Song, Jeongman Park, Jiweon

More information

Kivekäs, Klaus; Vepsäläinen, Jari; Tammi, Kari Stochastic driving cycle synthesis for analyzing the energy consumption of a battery electric bus

Kivekäs, Klaus; Vepsäläinen, Jari; Tammi, Kari Stochastic driving cycle synthesis for analyzing the energy consumption of a battery electric bus Powered by TCPDF (www.tcpdf.org) This is an electronic reprint of the original article. This reprint may differ from the original in pagination and typographic detail. Kivekäs, Klaus; Vepsäläinen, Jari;

More information

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 5, No 2, 2014

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 5, No 2, 2014 INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 5, No 2, 2014 Copyright by the authors - Licensee IPA- Under Creative Commons license 3.0 Research article ISSN 0976 4399 The impacts of

More information

An Investigation on Vehicle s Fuel consumption and Exhaust Emissions in Different Driving Conditions

An Investigation on Vehicle s Fuel consumption and Exhaust Emissions in Different Driving Conditions Int. J. Environ. Res., 6(1):61-70, Winter 2012 ISSN: 1735-6865 An Investigation on Vehicle s Fuel consumption and Exhaust Emissions in Different Driving Conditions Fotouhi, A. * and Montazeri, Gh. M. Systems

More information

Analysis and Design of the Super Capacitor Monitoring System of Hybrid Electric Vehicles

Analysis and Design of the Super Capacitor Monitoring System of Hybrid Electric Vehicles Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 90 94 Advanced in Control Engineering and Information Science Analysis and Design of the Super Capacitor Monitoring System of Hybrid

More information

Development of an in-series hybrid urban bus model and its correlation with on-board testing results.

Development of an in-series hybrid urban bus model and its correlation with on-board testing results. World Electric Vehicle Journal Vol. 6 - ISSN 2032-6653 - 2013 WEVA Page Page 0405 EVS27 Barcelona, Spain, November 17-20, 2013 Development of an in-series hybrid urban bus model and its correlation with

More information

LARGE source of greenhouse gas emissions, and therefore a large

LARGE source of greenhouse gas emissions, and therefore a large TRAFFIC CONGESTION AND GREENHOUSE GA SES B Y M AT T H E W B A R T H A N D K A N O K B O R I B O O N S O M S I N SU R F A C E T R A N S P O R T A T I O N I N T H E U N I T E D S T A T E S I S A LARGE source

More information

An Analysis of Electric Inertia Simulation Method On The Test Platform of Electric Bicycle Brake Force Zhaoxu Yu 1,a, Hongbin Yu 2,b

An Analysis of Electric Inertia Simulation Method On The Test Platform of Electric Bicycle Brake Force Zhaoxu Yu 1,a, Hongbin Yu 2,b Advanced Materials Research Submitted: 2014-05-28 ISSN: 1662-8985, Vols. 989-994, pp 3335-3339 Accepted: 2014-05-30 doi:10.4028/www.scientific.net/amr.989-994.3335 Online: 2014-07-16 2014 Trans Tech Publications,

More information

HOW MUCH DRIVING DATA DO WE NEED TO ASSESS DRIVER BEHAVIOR?

HOW MUCH DRIVING DATA DO WE NEED TO ASSESS DRIVER BEHAVIOR? 0 0 0 0 HOW MUCH DRIVING DATA DO WE NEED TO ASSESS DRIVER BEHAVIOR? Extended Abstract Anna-Maria Stavrakaki* Civil & Transportation Engineer Iroon Polytechniou Str, Zografou Campus, Athens Greece Tel:

More information

Characteristics of wheel-rail vibration of the vertical section in high-speed railways

Characteristics of wheel-rail vibration of the vertical section in high-speed railways Journal of Modern Transportation Volume, Number 1, March 12, Page -15 Journal homepage: jmt.swjtu.edu.cn DOI:.07/BF03325771 Characteristics of wheel-rail vibration of the vertical section in high-speed

More information

Technological Innovation, Environmentally Sustainable Transport, Travel Demand, Scenario Analysis, CO 2

Technological Innovation, Environmentally Sustainable Transport, Travel Demand, Scenario Analysis, CO 2 S-3-5 Long-term CO 2 reduction strategy of transport sector in view of technological innovation and travel demand change Abstract of the Interim Report Contact person Yuichi Moriguchi Director, Research

More information

A Research on Regenerative Braking Control Strategy For Electric Bus

A Research on Regenerative Braking Control Strategy For Electric Bus International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 Volume 5 Issue 10 ǁ October. 2017 ǁ PP. 60-64 A Research on Regenerative Braking Control

More information

Research on Electric Hydraulic Regenerative Braking System of Electric Bus

Research on Electric Hydraulic Regenerative Braking System of Electric Bus Proceedings of 2012 International Conference on Mechanical Engineering and Material Science (MEMS 2012) Research on Electric Hydraulic Regenerative Braking System of Electric Bus Xiaobin Ning Institute

More information

Parameters Optimization of PHEV Based on Cost-Effectiveness from Life Cycle View in China

Parameters Optimization of PHEV Based on Cost-Effectiveness from Life Cycle View in China Parameters Optimization of PHEV Based on Cost-Effectiveness from Life Cycle View in China Jiuyu Du, Hewu Wang and Minggao Ouyang Abstract Plug-in hybrid electric vehicle (PHEV) technology combining the

More information

[Mukhtar, 2(9): September, 2013] ISSN: Impact Factor: INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY

[Mukhtar, 2(9): September, 2013] ISSN: Impact Factor: INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Consumpton Comparison of Different Modes of Operation of a Hybrid Vehicle Dr. Mukhtar M. A. Murad *1, Dr. Jasem Alrajhi 2 *1,2

More information

System Analysis of the Diesel Parallel Hybrid Vehicle Powertrain

System Analysis of the Diesel Parallel Hybrid Vehicle Powertrain System Analysis of the Diesel Parallel Hybrid Vehicle Powertrain Kitae Yeom and Choongsik Bae Korea Advanced Institute of Science and Technology ABSTRACT The automotive industries are recently developing

More information

Featured Articles Utilization of AI in the Railway Sector Case Study of Energy Efficiency in Railway Operations

Featured Articles Utilization of AI in the Railway Sector Case Study of Energy Efficiency in Railway Operations 128 Hitachi Review Vol. 65 (2016), No. 6 Featured Articles Utilization of AI in the Railway Sector Case Study of Energy Efficiency in Railway Operations Ryo Furutani Fumiya Kudo Norihiko Moriwaki, Ph.D.

More information

WLTP DHC subgroup. Draft methodology to develop WLTP drive cycle

WLTP DHC subgroup. Draft methodology to develop WLTP drive cycle WLTP DHC subgroup Date 30/10/09 Title Working paper number Draft methodology to develop WLTP drive cycle WLTP-DHC-02-05 1.0. Introduction This paper sets out the methodology that will be used to generate

More information

Validation of a simulation model for the assessment of CO 2 emissions of passenger cars under real-world conditions

Validation of a simulation model for the assessment of CO 2 emissions of passenger cars under real-world conditions Validation of a simulation model for the assessment of CO 2 emissions of passenger cars under real-world conditions The gap between real-world fuel consumption and manufacturers figures has been increasing

More information

ENERGY RECOVERY SYSTEM FOR EXCAVATORS WITH MOVABLE COUNTERWEIGHT

ENERGY RECOVERY SYSTEM FOR EXCAVATORS WITH MOVABLE COUNTERWEIGHT Journal of KONES Powertrain and Transport, Vol. 2, No. 2 213 ENERGY RECOVERY SYSTEM FOR EXCAVATORS WITH MOVABLE COUNTERWEIGHT Artur Gawlik Cracow University of Technology Institute of Machine Design Jana

More information

United Power Flow Algorithm for Transmission-Distribution joint system with Distributed Generations

United Power Flow Algorithm for Transmission-Distribution joint system with Distributed Generations rd International Conference on Mechatronics and Industrial Informatics (ICMII 20) United Power Flow Algorithm for Transmission-Distribution joint system with Distributed Generations Yirong Su, a, Xingyue

More information

PREDICTION OF FUEL CONSUMPTION

PREDICTION OF FUEL CONSUMPTION PREDICTION OF FUEL CONSUMPTION OF AGRICULTURAL TRACTORS S. C. Kim, K. U. Kim, D. C. Kim ABSTRACT. A mathematical model was developed to predict fuel consumption of agricultural tractors using their official

More information

PREPARATION, TESTING AND COMPARISON OF FRICTION COMPOSITES. Nanotechnology Centre, VŠB-Technical University of Ostrava, Czech Republic

PREPARATION, TESTING AND COMPARISON OF FRICTION COMPOSITES. Nanotechnology Centre, VŠB-Technical University of Ostrava, Czech Republic PREPARATION, TESTING AND COMPARISON OF FRICTION COMPOSITES Marek Krygel 1, Miroslav Vaculik 1,2, Jana Kukutschova 1,2, Peter Filip 1 1 Nanotechnology Centre, VŠB-Technical University of Ostrava, Czech

More information

Vehicle Performance. Pierre Duysinx. Research Center in Sustainable Automotive Technologies of University of Liege Academic Year

Vehicle Performance. Pierre Duysinx. Research Center in Sustainable Automotive Technologies of University of Liege Academic Year Vehicle Performance Pierre Duysinx Research Center in Sustainable Automotive Technologies of University of Liege Academic Year 2015-2016 1 Lesson 4: Fuel consumption and emissions 2 Outline FUEL CONSUMPTION

More information

Torque Management Strategy of Pure Electric Vehicle Based On Fuzzy Control

Torque Management Strategy of Pure Electric Vehicle Based On Fuzzy Control International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 Volume 6 Issue 4 Ver. II ǁ 2018 ǁ PP. 01-09 Torque Management Strategy of Pure Electric

More information

ACCIDENT MODIFICATION FACTORS FOR MEDIAN WIDTH

ACCIDENT MODIFICATION FACTORS FOR MEDIAN WIDTH APPENDIX G ACCIDENT MODIFICATION FACTORS FOR MEDIAN WIDTH INTRODUCTION Studies on the effect of median width have shown that increasing width reduces crossmedian crashes, but the amount of reduction varies

More information

USING OF BRAKING IN REAL DRIVING URBAN CYCLE

USING OF BRAKING IN REAL DRIVING URBAN CYCLE USING OF BRAKING IN REAL DRIVING URBAN CYCLE Dalibor BARTA, Martin MRUZEK 1 Introduction Relative to the intensifying and ever-evolving of the electromobility and combined alternative propulsions as hybrids

More information

ESS SIZING CONSIDERATIONS ACCORDING TO CONTROL STARTEGY

ESS SIZING CONSIDERATIONS ACCORDING TO CONTROL STARTEGY ESS SIZING CONSIDERATIONS ACCORDING TO CONTROL STARTEGY Ugis Sirmelis Riga Technical University, Latvia ugis.sirmelis@gmail.com Abstract. In this paper the sizing problem of supercapacitive mobile energy

More information

THE ACCELERATION OF LIGHT VEHICLES

THE ACCELERATION OF LIGHT VEHICLES THE ACCELERATION OF LIGHT VEHICLES CJ BESTER AND GF GROBLER Department of Civil Engineering, University of Stellenbosch, Private Bag X1, MATIELAND 7602 Tel: 021 808 4377, Fax: 021 808 4440 Email: cjb4@sun.ac.za

More information

Multi Body Dynamic Analysis of Slider Crank Mechanism to Study the effect of Cylinder Offset

Multi Body Dynamic Analysis of Slider Crank Mechanism to Study the effect of Cylinder Offset Multi Body Dynamic Analysis of Slider Crank Mechanism to Study the effect of Cylinder Offset Vikas Kumar Agarwal Deputy Manager Mahindra Two Wheelers Ltd. MIDC Chinchwad Pune 411019 India Abbreviations:

More information

Support for the revision of the CO 2 Regulation for light duty vehicles

Support for the revision of the CO 2 Regulation for light duty vehicles Support for the revision of the CO 2 Regulation for light duty vehicles and #3 for - No, Maarten Verbeek, Jordy Spreen ICCT-workshop, Brussels, April 27, 2012 Objectives of projects Assist European Commission

More information

Study on State of Charge Estimation of Batteries for Electric Vehicle

Study on State of Charge Estimation of Batteries for Electric Vehicle Study on State of Charge Estimation of Batteries for Electric Vehicle Haiying Wang 1,a, Shuangquan Liu 1,b, Shiwei Li 1,c and Gechen Li 2 1 Harbin University of Science and Technology, School of Automation,

More information

Turbostroje 2015 Návrh spojení vysokotlaké a nízkotlaké turbíny. Turbomachinery 2015, Design of HP and LP turbine connection

Turbostroje 2015 Návrh spojení vysokotlaké a nízkotlaké turbíny. Turbomachinery 2015, Design of HP and LP turbine connection Turbostroje 2015 Turbostroje 2015 Návrh spojení vysokotlaké a nízkotlaké turbíny Turbomachinery 2015, Design of HP and LP turbine connection J. Hrabovský 1, J. Klíma 2, V. Prokop 3, M. Komárek 4 Abstract:

More information

Predictive Control Strategies using Simulink

Predictive Control Strategies using Simulink Example slide Predictive Control Strategies using Simulink Kiran Ravindran, Ashwini Athreya, HEV-SW, EE/MBRDI March 2014 Project Overview 2 Predictive Control Strategies using Simulink Kiran Ravindran

More information

AUTONOMIE [2] is used in collaboration with an optimization algorithm developed by MathWorks.

AUTONOMIE [2] is used in collaboration with an optimization algorithm developed by MathWorks. Impact of Fuel Cell System Design Used in Series Fuel Cell HEV on Net Present Value (NPV) Jason Kwon, Xiaohua Wang, Rajesh K. Ahluwalia, Aymeric Rousseau Argonne National Laboratory jkwon@anl.gov Abstract

More information

Design of Active Safety Warning System for Hazardous Chemical Transportation Vehicle

Design of Active Safety Warning System for Hazardous Chemical Transportation Vehicle Design of Active Safety Warning System for Hazardous Chemical Transportation Vehicle Guiping Wang, Lili Zhao, Yi Hao and Jinyu Zhu Abstract As the hazardous chemical transportation traffic accident is

More information

EFFECT OF SURFACE ROUGHNESS ON PERFORMANCE OF WIND TURBINE

EFFECT OF SURFACE ROUGHNESS ON PERFORMANCE OF WIND TURBINE Chapter-5 EFFECT OF SURFACE ROUGHNESS ON PERFORMANCE OF WIND TURBINE 5.1 Introduction The development of modern airfoil, for their use in wind turbines was initiated in the year 1980. The requirements

More information

Development of Engine Clutch Control for Parallel Hybrid

Development of Engine Clutch Control for Parallel Hybrid EVS27 Barcelona, Spain, November 17-20, 2013 Development of Engine Clutch Control for Parallel Hybrid Vehicles Joonyoung Park 1 1 Hyundai Motor Company, 772-1, Jangduk, Hwaseong, Gyeonggi, 445-706, Korea,

More information