Big-Data Framework for Electric Vehicle Range Estimation

Size: px
Start display at page:

Download "Big-Data Framework for Electric Vehicle Range Estimation"

Transcription

1 Big-Data Framework for Electric Range Estimation * Habiballah Rahimi-Eichi*, Mo-Yuen Chow* Department of Electrical and Computer Engineering, North Carolina State University, NC, USA s: hrahimi@ncsuedu, chow@ncsuedu Abstract Range anxiety is a major contributor in low penetration of electric vehicles into the transportation market Although several methods have been developed to estimate the remaining charge of the battery, the remaining driving range is a parameter that is related to different standard, historical, and real-time data Most of the existing range estimation approaches are established on an overly simplified model that relies on a limited collection of data However, the sensitivity and reliability of the range estimation algorithm changes under different environmental and operating conditions; and it is necessary to have a structure that is able to consider all data related to the range estimation In this paper, we propose a bigdata based range estimation framework that is able to collect different data with various structures from numerous resources; organize and analyze the data, and incorporate them in the range estimation algorithm MATLAB/SIMULINK code is demonstrated to read real-time and historical data from different web databases and calculate the remaining driving range Keywords Electric, Driving range estimation, Remaining charge estimation, Big-Data Analytics I INTRODUCTION Electric s (EVs) are now financially within reach of many American families, yet their adoption rate remains low in the US (338 % of new cars were EVs in 2012) Industry research has uncovered that the anxiety felt by many drivers about the remaining driving range their vehicle can run before the next charge is a major contributing factor to this low adoption rate [1] This anxiety is mainly because the current technologies cannot accurately estimate the remaining driving range of EVs Existing EV remaining range estimation technologies mainly rely on limited collection of data While some methods put more emphasis on electrochemical behavior of the battery [2], there are others that focus on identifying different driving patterns [3, 4] Moreover, there are some other approaches that consider more GPS-based and manufacturers-provided data with a simplified EV power train model [5] Finally, some techniques consider up to nine factors to estimate the driving range of the EV [6] However, the sensitivity and reliability of the range estimation algorithm changes under different environmental and operating conditions; and it is necessary to have a structure that is able to consider all data related to the range estimation To accurately estimate the driving range of the EVs, our Big Data based range estimation uses adaptive estimation models along with Big Data Analytics In this paper, we propose an effective and robust framework to discover and analyze the factors that are important in estimation of the driving range This framework helps with qualitative demonstration of the relationships between the Range Estimation results and the available data, as well as quantitative evaluation of the relativeness, importance and required precision of different data types to accomplish the estimation The rest of this paper is organized as follows: section II introduces the big data concept especially related to the range estimation technique; section III describes the range estimation data framework In section IV, a MATLAB/SIMULINK-based example of the big data range estimation framework is presented; and section V concludes the paper and explains the future work II BIG DATA CONCEPT AND RANGE ESTIMATION The amount of data collected in Electric s has been growing fast because we have many more sensors, higher bandwidth communication systems, and cheaper memory to monitor and measure real-time driving range related data and store the data on the vehicles, in connected clouds, etc This massive amount of data can have different levels of accuracy, resolutions, and relevance in unstructured ways Big Data technologies have been emerging to address huge, diverse and unstructured data to substantially improve the overall system performance With proper use of Big Data concepts and techniques, the remaining driving range estimation of the vehicle can be substantially improved As described earlier, many available, yet unstructured and growing data exist to provide much better estimates of the vehicle driving range Different data has been collected from the battery in-situ measurements, state of charge (SOC) estimation, battery manufacturers and models, EV manufacturers and models, driving history, GPS location tracking of the EV, traffic report, weather center, etc However, some of these factors are more important than others when trying to provide an accurate estimate of range This assorted data can be categorized into standard, historical, and real-time data While the standard data is associated with deterministic non-updating phenomena, the 1

2 historical data is related to the stochastic behavioraldependent trends The real-time data are deterministic or stochastic data that need to be updated in real-time Here we use a three-day trip planning to a nearby site for our vacation to illustrate the proposed framework concept The planning needs a combination and synchronization of different types of data: Standard data: Eg the schedule of different tours and activities such as parachuting, skydiving, etc from the websites, the normal driving time to the destination from GPS or Google Map, or the climatic conditions such as hurricane season Historical Data: Eg Recent Mile per Gallon (MPG) of the car to schedule the refueling stops on the road, the reviews from the people who have planned a similar trip or visited the area from review websites such as tripadvisorcom, the reviews of the restaurants and hotels for dining and accommodation from websites such as yelpcom, etc Real-time Data: Eg a traffic jam caused by an accident, a sudden rain, an urgent issue that needs to be resolved before departure, etc Therefore, we always use a combination of standard, historical and real-time data to plan and adjust our plans Based on the good reviews on a restaurant (historical data), we choose the close-to-lunch tours (standard data) near that restaurant If a sudden rain or sickness happens (real-time data) we compromise the activities with less priority, eg from skydiving to watching a movie (the priority of the activities is based on the historical and standard data) Similarly, the range estimation needs the incorporation and synchronization of all standard, real-time and historical data For example, assume that we drive a Tesla Model S (with LiCoO2 battery pack) in California We plan to make a trip from Sacramento to San Jose (around 120 miles) on a winter morning Our Big Data-based range estimation system will give the driving range prediction based on the following data: Standard Data: Eg the standard test data that provides the specification (eg capacity degradation) of the LiCoO2 battery from NASA; the regular route to San Jose from GPS; the winter climatic condition of northern California from Wikipedia, the nominal All Electric Range (AER) of Model S from Tesla, etc Historical Data: Eg the average of the past energy consumptions of the vehicle, the battery misuse history (eg operation under extreme temperatures, high humidity, high charging/discharging rate, deep cycles, etc) that could cause a lasting effect on the performance of the battery logged in the vehicle computer, the morning traffic pattern for the route in the last months from the California Department of Transportation, etc Real-time Data: Eg a traffic jam on the highway due to accidents, weather changes like sudden rain during the trip, rerouting due to the highway shutdown, etc The driving range estimation is based on these three forms of data Usually, the standard and historical data provides an initial prediction of the driving range; and the real-time data updates the estimation during the driving However, under different conditions, some data are more relevant than others for the range estimation This data can be historical, standard, or real-time depending on different situations The big data analytics helps us identify the relevant data and discover its correlation to the remaining driving range estimation III RANGE ESTIMATION DATA FRAMEWORK All the standard, historical and real-time data related to the range estimation are available from different resources, including the electric vehicle, battery management system, traffic report, GPS center, etc with different structures, accuracies, sampling rates, and communication standards Therefore, we develop a range estimation data framework to collect different data from various resources, analyze them, and include them as parameters and models in the range estimation algorithm This framework has the ability to be implemented in big data computing structures such as Hadoop [7] Figure 1 shows an example of the range estimation framework block diagram with five data collecting nodes including route, weather, driving behavior, vehicle, and battery nodes These nodes collect the range estimation related data from different resources Then the electric vehicle model along with the battery model is utilized to estimate the driving range based on the stored data The following subsections explain the components of this block diagram Data Collection Nodes Google Map Route and Terrain Distance, Terrain, location Temperature, wind Speed Wunderground com Weather Driver History Driving Behavior Electric Model Parameters Manufacturer Modeling Battery Model Parameters Battery Manufacturer Power Consumption Battery Modeling Battery Simulator (SimBattery) Driving Range Figure 1 Range estimation framework block diagram A Route information Route information including the driving distance, the road terrain, speed limit, and the traffic data is one of the most important components to estimate the driving range This information can be categorized as standard data in the case of the distance, road terrain and speed limit, as well as real-time data in the case of live traffic data, and historical data in case of typical traffic data The route data (point-topoint longitude-latitude path) as well as the speed limit and traffic data are easily available through the Google map website Moreover, the Google website encourages developing free Application Programming Interfaces (APIs) 2

3 that use the Google map information and provide additional information For example, the elevation API provides the terrain of the road using the longitude and latitude of the routing points Note that what the Google map website shows to the driver is the decision points on the route In the other words, the website displays the points at which the driver needs to make decisions such as turn right/left, merge, or switch the road, rather than overwhelming the driver with so many inbetween points that are not necessary However, these inbetween points are necessary for accurate route terrain calculation The good news is that the latitude and longitude information of detailed in-between data points on the driving route is already available on the website although not displayed This data is available in a polyline data format ; and we use googlepolylinedecoder, which is an open source MATLAB code, to extract the latitudelongitude information of the route points B Weather Data The weather data mainly falls into the category of the real-time data Although the historical data helps to predict the weather in the near future, the accurate prediction is performed by analyzing the satellite images Therefore, the weather prediction is a well-established expertise that we can just use the results to make the range estimation more accurate There are several webpages that present accurate weather reports and prediction results According to the main idea of this big data framework, we write a code to locate the information, extract the parameters that are important to the range estimation algorithm, and integrate them into the range estimation algorithm We use Wundergroundcom, a website that provides the information regarding temperature, wind speed and wind direction at the given longitudes and latitudes While the temperature is used to adjust the battery parameters based on the temperature effect analysis, the wind speed and direction gives the velocity of the wind in the opposite direction of the vehicle to calculate the aerodynamic power consumption of the vehicle C Driving Behavior Data The driving behavior is the most challenging data to obtain, because it is tied to the human behavior; and can be related to all historical, standard, and real-time data Although the historical data could be available for each driver by recording the speed and location in the vehicle s GPS, the access to this type of data is not easy due to the privacy and security issues Moreover, different background and daily events can significantly influence the driving behavior and make the real-time data deviated from the historical data Several approaches have been suggested so far to model the drivers behavior based on the experimental data There are standard driving cycle tests available from the United States Environmental Protection Agency [8] that gives the driving speeds at different trips These data provide the standard driving speeds at typical highways and urban areas at different conditions The actual driving behavior can be different from these standard data For example, some studies have categorized different driving behaviors into aggressive, normal and slow drivers depending on the individual history of the driver Each of those categories is assigned a weight to approximate the vehicles speed based on the standard data or the road speed limit The same approach has been used by categorizing the trips into short, medium and long distance trips and assigning standard driving behaviors to each category Also, some data-driven approaches [9, 10] have been proposed that consider the historical driving speed of different drivers on a route or highway; and use Fuzzy Logic or Markov Chain techniques to predict the speed of the vehicle on the road These methods have been used extensively in transportation area However, incorporating these approaches is beyond the scope of this paper, and will be pursued in our future work In this paper, we use the distance and predicted time data of the google map to approximate the average speed of the driver among decision points D Electrical Modeling Data To calculate the power consumption of an electric vehicle at different speeds, accelerations, as well as road and weather conditions, we consider a widely-used model [11] to represent the power that needs to be provided by the vehicle's battery to propel the vehicle Accordingly, we consider a vehicle along a slope as demonstrated in Figure 2 with all the forces applied to the vehicle as a free body diagram Figure 2 Free body diagram of an electric vehicle along a slope Table 1 Power Consumption Parameters Description Parameter v a m vw Velocity of the vehicle (m/s) Acceleration of the vehicle (m/s2) α μ ρ A Cd Slope of the road (rad) mass (kg) Velocity of the wind in the opposite direction (m/s) Friction coefficient Density of the fluid (air) (kg/m3) Cross section of the car (m2) Drag coefficient 3

4 ηg r G I ηm T ω kc ki kw C The gear system efficiency Radius of the wheel (m) Gear ratio moment of inertia of the rotor s motor efficiency Torque (Nm) Angular speed (rad/s) Figure 3 Power transition block diagram in the electric vehicle Copper losses coefficient Iron losses coefficient Windage loss coefficient Constant losses In this figure, the traction force of the vehicle provided by the drivetrain is the interaction of different forces: (1) Defining all vehicle parameters in Table 1, where the friction and gravity forces are: ( ), (2) sin( ), (3) the aerodynamic force, a function of the relative speed of the vehicle v and the wind vw, is calculated as: ( ), (4) (5) and the acceleration force is a combination of the linear and rotational acceleration: Therefore, the traction power of the vehicle can be calculated as: (6) Obtaining the motor angular speed from:, The applied torque to the motor can be calculated as: The efficiency of the motor at this speed and torque is: The input power to the motor is: E Battery Modeling Data Depending on the required accuracy and the application, different types of models have been developed for the battery Among those models, the RC-equivalent circuit is an effective one to represent the battery s dynamics for battery energy management purposes The following subsections describe some of the battery s characteristics that are considered in the electric vehicle s battery model 1) Linear Model with Internal Resistance A typical rechargeable battery can be modeled by a large capacitor that stores and releases electrical energy during charging and discharging cycles As in any electrochemical process, these charging/discharging cycles encounter a small resistance due to the electrolyte and the inter-phase resistance This small resistance is modeled as an internal resistor, R0, in series with the battery capacitor Q in Figure 4 Since the value of R0 changes with the battery State of Charge (SOC), the ambient temperature, and the aging effect of the battery, online parameters identification technique is used to estimate the internal resistance of the battery from the battery terminal current and voltage (7) (8) (9) (10) Another power consumption load inside the vehicle is the ancillary power including air conditioner, battery management system, light and audio systems: (11) Thus, the power that needs to be provided by the battery power is: (12) Figure 3 demonstrates the power transmission in electric vehicles from battery to the wheels with considering all previously mentioned power consumptions Figure 4 Battery model with relaxation effect, internal resistance, and VOC-SOC function 2) Relaxation Effect The relaxation effect is another basic characteristic of the battery that appears during and after the charging and discharging cycles This effect represents the slow convergence of the battery s terminal voltage to its equilibrium after hours of relaxation following charging/discharging and is modeled by series-connected parallel RC circuits The number of RC groups used is a trade-off between accuracy and complexity While Chen, et al, [12] recommended two RC groups as the optimal model, there are several references [13] stating that one RC group structure can provide results that are accurate enough for applications such as electric vehicles 3) VOC-SOC Relationship Despite the common assumptions about a simple linear 4

5 model for the battery, the static relationship between the open circuit voltage (VOC) and the SOC of the battery is intrinsically nonlinear This nonlinear relationship is the function of electrochemical characteristic of the battery cell; and is obtained from experimental tests on the battery cell The VOC-SOC curve is usually provided by the battery cell manufacturer, or obtained from experimental results 4) Cycling and temperature Effect The parameters of the battery are subject to change due to different conditions of temperature and ageing (calendar time and cycling) The effect of temperature and cycling on those parameters are available as standard data for different chemistries and battery types Those data along with statistical analysis to apply uncertainty factors including partial charge/discharge and temperature fluctuations, helps predicting the battery parameters variations during a medium to long trip In this paper, we just consider the temperature effect on the internal resistance of the battery to keep the simplicity of the demonstration 5) Battery SOC and SOH The SOC and SOH of the vehicle s battery at the time of the prediction are crucial for the range estimation algorithm The SOC provides the remaining charge of the battery compared to the full capacity, and SOH provides the ability of the battery to handle the chare/discharge cycles during the trip For accurate estimation of the remaining charge at the time of the range estimation, we have developed a parameters/soc/soh co-estimation algorithm [14-16] that accurately estimates the SOC and full capacity of the battery based on a model with updating parameters IV PROTOTYPE AND RESULTS To demonstrate the big-data-based range estimation concept as a prototype, we have developed a MATLAB/SIMULINK code that is able to search for the range estimation-related data including route, weather, driving behavior, electric vehicle, and battery data from different resources The interface of the code is a Graphical Figure 5 Big-data based range estimation GUI front page User Interface (GUI) in MATLAB that is in a prototyping stage As described earlier, each part of the code can be considered as a data collection and analysis node that can be implemented in a distributed computing structure Moreover, in our implementation the processing and incorporating the data into the range estimation algorithm is performed on the same PC as the data collecting process although it can be distributed among different processors to increase the computing speed A GUI has been designed so that the user is able to verify the features of the data-driven based range estimation approach Figure 5 shows the front page of the designed GUI In this page, the users enter the departure and destination cities of the trip inside the Origin and Destination boxes Pressing the Get Route Data button, a MATLAB function starts running This function acts as the Route and weather data collecting nodes in Figure 1 Figure 6 shows part of the code in this function that starts with the origin and destination points, and uses a Google map API called Direction to provide the latitude, longitude and the predicted arrival time at the turning points of the route from the origin to the destination With the distance and duration data, the normal driving speed between two points can be approximated assuming average speed between turning points Although assuming the average speed between route points is a practical solution to the intrinsically stochastic driving behavior, the road grades in shorter travel distances can be obtained in more details compared to the route points As explained in section III-A, the googlepolylinedecoder() which is an open source MATLAB function, is used to convert the polyline ASCII code of the Google map data into the latitude and longitude of the in-between points google_searchstrcat(' com/maps/api/directions/xml?origin',origin,' &destination',destination,'&sensorfalse'); DOMnodexmlread(google_search); xmlwrite('tempxml',domnode); s xml2struct('tempxml'); n_speednumel(sdirectionsresponserouteleg step); distance_speedzeros(1,n_speed); duration_speedzeros(1,n_speed); for i1:n_speed duration_speed(i) str2num(sdirectionsresponseroutelegst ep{1,i}durationvaluetext); distance_speed(i) str2num(sdirectionsresponseroutelegst ep{1,i}distancevaluetext); end speeddistance_speed/duration_speed; currentroute sdirectionsresponserouteoverview_polylinep ointstext; [route_lat,route_lon] googlepolylinedecoder(currentroute,0); Figure 6 Code for extracting route, speed and polyline data 5

6 Afterwards, as demonstrated in the Figure 7 code, the Elevation API is utilized to provide the altitude (elevation) of all available points The road grade is a direct function of the relative altitude of the consecutive points along the route google_searchstrcat(' apiscom/maps/api/elevation/xml?location s',num2str(route_lat(i)),',',num2str(ro ute_lon(i)),'&sensorfalse'); DOMnodexmlread(google_search); xmlwrite('tempxml',domnode); s xml2struct('tempxml'); elev_route(i)str2num(selevationrespons eresultelevationtext); Figure 7 Code for extracting road grade data After obtaining the route and terrain information, the latitude and longitude data is used along with the wui API which collects the real-time weather data from the Wundergroundcom website The MATLAB code to extract the weather data is demonstrated in Figure 8 This data contains the temperature, wind speed, and wind direction information The temperature data is used in our battery simulator, called SimBattery, to adjust the internal resistance and the full capacity of the battery As explained in sections III-B and III-D, the wind speed and wind direction is used to calculate the wind velocity in the opposite direction of the vehicle; and adjust the aerodynamic power consumption Other data collecting nodes, regarding different vehicles, driving behaviors and battery chemistries can be added to the MATLAB function Those nodes would be able to incorporate different standard, historical and real-time data, and increase the accuracy of modeling and range estimation For demonstration purposes, we use data regarding Tesla Roadster model [17] and lithium polymer battery Moreover, we consider average speed with constant acceleration and deceleration at way points to model the driving behavior google_search2strcat(' groundcom/auto/wui/geo/wxcurrentobxml/i ndexxml?query',num2str(route_lat(i)),',',num2str(route_lon(i))); xmlwrite('temp1xml', xmlread(google_search2)); s1 xml2struct('temp1xml'); T_route(i)str2num(s1current_observatio ntemp_ftext); wdeg_route(i)str2num(s1current_observa tionwind_degreestext); wmph_route(i)str2num(s1current_observa tionwind_mphtext); Figure 8 Weather data collection code Following the mentioned considerations about the driving speed, battery, and vehicle, the vehicle power consumption is calculated using equations 1-11 in section III-D This task starts with pressing the Range Estimation button on the GUI, or the Range Estimation/Weather button to include weather data Afterwards as demonstrated in Figure 9, the battery power is obtained from equation 12 An average model for a DC/DC converter is developed to calculate the input current of the battery from the power Figure 10 shows the battery model called SimBattery developed in SIMULINK to represent the dynamic RC equivalent model of the battery that was described in section III-E As explained earlier, this model is an RC equivalent circuit with adjusting internal resistance based on the reported temperature The relationship between the internal resistance and the temperature (in oc) has been obtained from experimental results on the battery cell as follows: ( ) (13) Figure 9, battery, and range estimation data analysis block diagram Figure 10 Simbatterybattery model simulator with DC/DC convertor The SimBattery is executed by pressing the SimBattery button on the GUI; and provides the battery voltage and SOC In this case study, the initial SOC at the beginning of the trip is the SOC value estimated in the last usage of the battery (eg, yesterday from work to home), which can be different from the actual SOC now due to already changes due to change of operating conditions (eg, different temperature, relaxation) When the trip starts, the current SOC is estimated in real-time by feeding in-situ voltage and current of the battery to the parameters/soc/soh co-estimation algorithm Moreover, the algorithm provides the updates of the battery parameters based on the real-time and historical data Figure 11 shows the predicted consumed power, as well as the battery current, voltage and SOC for a short 12 miles trip from Cary, NC to Raleigh, NC Figure 11(d) shows that for a 12mile drive the SOC drops for 5% It means that this driver is able to drive for miles with 80% SOC at similar 6

7 conditions Although in this figure the data has been plotted versus time, it is also available versus distance; and leads to the range that the vehicle can go before the battery goes out of charge analyses, based on the standard, historical and real-time data and development to enhance range estimation accuracy and robustness ACKNOWLEDGMENT The authors would like to thank Advanced Diagnosis, Automation, and Control (ADAC) lab for all fruitful group discussions and feedbacks This project is financially supported by Samsung Advanced Institute of Technology (SAIT) REFERENCES (a) [1] [2] [3] [4] (b) [5] [6] [7] [8] (c) [9] [10] [11] [12] (d) Figure 11 The simulated (a)battery power (b)battery current (c) battrey voltage (d) battery SOC for range estimation V CONCLUSION AND FUTURE WORK A big-data analytics-based framework was introduced to estimate the remaining driving range of electric vehicles This framework collects different standard, historical, and real-time data from different resources It then analyzes and compiles them as a part of the range estimation algorithm An example of the framework was introduced; and the data collecting and processing trend was explained A MATLAB/SIMULINK version of an example framework was implemented to demonstrate the feasibility of the approach Future works will include various in-depth [13] [14] [15] [16] [17] R A Daziano, "Conditional-logit Bayes estimators for consumer valuation of electric vehicle driving range," Resource and Energy Economics, vol 35, pp , 2013 M Ceraolo and G Pede, "Techniques for estimating the residual range of an electric vehicle," Vehicular Technology, IEEE Transactions on, vol 50, pp , 2001 Hai Yu, Finn Tseng, and R McGee, "Driving pattern identification for EV range estimation," Electric Conference (IEVC), 2012 IEEE International, pp 1-7, 2012 H He, C Sun, and X Zhang, "A Method for Identification of Driving Patterns in Hybrid Electric s Based on a LVQ Neural Network," Energies, vol 5, pp , 2012 J G Hayes, R P R de Oliveira, S Vaughan, and M G Egan, "Simplified electric vehicle power train models and range estimation," Power and Propulsion Conference (VPPC), 2011 IEEE, pp 1-5, 2011 Yuhe Zhang, Wenjia Wang, Y Kobayashi, and K Shirai, "Remaining driving range estimation of electric vehicle," Electric Conference (IEVC), 2012 IEEE International, pp 1-7, 2012 Apache Hadoop [Online] Available: Dynamometer Driving Schedule: United States Environmental Protection Agency [Online] Available: L Bor Yann and M Dubarry, "From driving cycle analysis to understanding battery performance in real-life electric hybrid vehicle operation," Journal of Power Sources, vol 174, pp 7688, 2007 Tae-Kyung Lee, B Adornato, and Z S Filipi, "Synthesis of Real-World Driving Cycles and Their Use for Estimating PHEV Energy Consumption and Charging Opportunities: Case Study for Midwest/US," Vehicular Technology, IEEE Transactions on, vol 60, pp , 2011 J Larminie and J Lowry, Electric Technology Explained 2nd ed: John Wiley & Sons, 2012 M Chen and G A Rincon-Mora, "Accurate electrical battery model capable of predicting runtime and I-V performance," Energy Conversion, IEEE Transactions on, vol 21, pp , 2006 M A Roscher and D U Sauer, "Dynamic electric behavior and open-circuit-voltage modeling of LiFePO4-based lithium ion secondary batteries," Journal of Power Sources, vol 196, pp , 2011 H Rahimi-Eichi, F Baronti, and M Chow, "Online Adaptive Parameters Identification and State of Charge Co-Estimation for Lithium-Polymer Battery Cells," Industrial Electronics, IEEE Transactions on, 2013 H Rahimi-Eichi and Mo-Yuen Chow, "Adaptive online battery parameters/soc/capacity co-estimation," Transportation Electrification Conference and Expo (ITEC), 2013 IEEE, pp 16, 2013 H Rahimi-Eichi, U Ojha, F Baronti, and M Chow, "Battery Management System: An Overview of Its Application in the Smart Grid and Electric s," Industrial Electronics Magazine, IEEE, vol 7, pp 4-16, 2013 J Straubel Roadster Efficiency and Range [Online] Available: 7

PROTODRIVE: SIMULATION OF ELECTRIC VEHICLE POWERTRAINS

PROTODRIVE: SIMULATION OF ELECTRIC VEHICLE POWERTRAINS PROTODRIVE: SIMULATION OF ELECTRIC VEHICLE POWERTRAINS NSF Summer Undergraduate Fellowship in Sensor Technologies Stephanie Diaz (Electrical & Computer Engineering) Binghamton University Advisor: Dr. Rahul

More information

An Analysis of Regenerative Braking and Energy Saving for Electric Vehicle with In-Wheel Motors

An Analysis of Regenerative Braking and Energy Saving for Electric Vehicle with In-Wheel Motors , pp. 219-23 http://dx.doi.org/1.14257/ijca.214.7.12.2 An Analysis of Regenerative Braking and Energy Saving for Electric Vehicle with In-Wheel Motors 1 Li-qiang Jin, 2 Peng-fei Chen and 3 *Yue Liu State

More information

Electric motor emulator versus rotating test rig

Electric motor emulator versus rotating test rig DEVELOPMENT E l e c t r i c m o t o r s Electric motor emulator versus rotating test rig A controversial issue among experts is whether real-time model-based electric motor emulation can replace a conventional

More information

Power Electronics. Prof. K. Gopakumar. Centre for Electronics Design and Technology. Indian Institute of Science, Bangalore.

Power Electronics. Prof. K. Gopakumar. Centre for Electronics Design and Technology. Indian Institute of Science, Bangalore. Power Electronics Prof. K. Gopakumar Centre for Electronics Design and Technology Indian Institute of Science, Bangalore Lecture - 1 Electric Drive Today, we will start with the topic on industrial drive

More information

Electric Vehicle Performance and Consumption Evaluation

Electric Vehicle Performance and Consumption Evaluation World Electric Vehicle Journal Vol. 6 - ISSN 232-6653 - 213 WEVA Page Page 3 EVS27 Barcelona, Spain, November 17-2, 213 Electric Vehicle Performance and Consumption Evaluation Mohamed El Baghdadi 1, Laurent

More information

KINETIC ENERGY RECOVERY SYSTEM BY MEANS OF FLYWHEEL ENERGY STORAGE

KINETIC ENERGY RECOVERY SYSTEM BY MEANS OF FLYWHEEL ENERGY STORAGE ADVANCED ENGINEERING 3(2009)1, ISSN 1846-5900 KINETIC ENERGY RECOVERY SYSTEM BY MEANS OF FLYWHEEL ENERGY STORAGE Cibulka, J. Abstract: This paper deals with the design of Kinetic Energy Recovery Systems

More information

Modeling of Electric Vehicles (EVs) for EV Grid Integration Study

Modeling of Electric Vehicles (EVs) for EV Grid Integration Study Modeling of Electric Vehicles (EVs) for EV Grid Integration Study Qiuwei Wu, Arne H. Nielsen, Jacob Østergaard, Seung Tae Cha, Francesco Marra and Peter B. Andersen Center for Electric Technology, Technical

More information

Advanced Light-Duty Powertrain and Hybrid Analysis (ALPHA) Tool User s Guide for Off-Cycle Credit Evaluation

Advanced Light-Duty Powertrain and Hybrid Analysis (ALPHA) Tool User s Guide for Off-Cycle Credit Evaluation Advanced Light-Duty Powertrain and Hybrid Analysis (ALPHA) Tool User s Guide for Off-Cycle Credit Evaluation Advanced Light-Duty Powertrain and Hybrid Analysis (ALPHA) Tool User s Guide for Off-Cycle Credit

More information

Hybrid reformulation based on a new hybrid Ohm s law for an electrical energy hybrid systems

Hybrid reformulation based on a new hybrid Ohm s law for an electrical energy hybrid systems Hybrid reformulation based on a new hybrid Ohm s law for an electrical energy hybrid systems SANG C. LEE* Division of IoT-Robot convergence research DGIST 333, Techno jungang, Dalseong-Gun, Daegu Republic

More information

Flux Conference 2012. High Efficiency Motor Design for Electric Vehicles

Flux Conference 2012. High Efficiency Motor Design for Electric Vehicles Flux Conference 2012 High Efficiency Motor Design for Electric Vehicles L. Chen, J. Wang, P. Lombard, P. Lazari and V. Leconte University of Sheffield, Date CEDRAT : 18 October 2012 Presented by: P. Lazari

More information

Physics 9e/Cutnell. correlated to the. College Board AP Physics 1 Course Objectives

Physics 9e/Cutnell. correlated to the. College Board AP Physics 1 Course Objectives Physics 9e/Cutnell correlated to the College Board AP Physics 1 Course Objectives Big Idea 1: Objects and systems have properties such as mass and charge. Systems may have internal structure. Enduring

More information

Shell Eco-Marathon. Engineering Analysis Document

Shell Eco-Marathon. Engineering Analysis Document Shell Eco-Marathon By Abdul Alshodokhi, John Gamble, Nikolaus Glassy, and Travis Moore Team 14b Engineering Analysis Document Submitted towards partial fulfillment of the requirements for Mechanical Engineering

More information

Real Time Bus Monitoring System by Sharing the Location Using Google Cloud Server Messaging

Real Time Bus Monitoring System by Sharing the Location Using Google Cloud Server Messaging Real Time Bus Monitoring System by Sharing the Location Using Google Cloud Server Messaging Aravind. P, Kalaiarasan.A 2, D. Rajini Girinath 3 PG Student, Dept. of CSE, Anand Institute of Higher Technology,

More information

Development of a software tool to evaluate the energetic and environmental impact of Electric and Hybrid Vehicles in Brussels

Development of a software tool to evaluate the energetic and environmental impact of Electric and Hybrid Vehicles in Brussels Development of a software tool to evaluate the energetic and environmental impact of Electric and Hybrid Vehicles in Brussels Ir. J. Van Mierlo Ir. W. Deloof Prof. Dr. Ir. G. Maggetto Vrije Universiteit

More information

The dynamic equation for the angular motion of the wheel is R w F t R w F w ]/ J w

The dynamic equation for the angular motion of the wheel is R w F t R w F w ]/ J w Chapter 4 Vehicle Dynamics 4.. Introduction In order to design a controller, a good representative model of the system is needed. A vehicle mathematical model, which is appropriate for both acceleration

More information

A Low Cost Vehicle Monitoring System for Fixed Routes Using Global Positioning System (GPS)

A Low Cost Vehicle Monitoring System for Fixed Routes Using Global Positioning System (GPS) A Low Cost Vehicle Monitoring System for Fixed Routes Using Global Positioning System (GPS) Mark Darren Savuriar, Chandrasekharan Nataraj, Chitturi Venkatratnam, Sardar Ali School of Engineering Asia Pacific

More information

EDUMECH Mechatronic Instructional Systems. Ball on Beam System

EDUMECH Mechatronic Instructional Systems. Ball on Beam System EDUMECH Mechatronic Instructional Systems Ball on Beam System Product of Shandor Motion Systems Written by Robert Hirsch Ph.D. 998-9 All Rights Reserved. 999 Shandor Motion Systems, Ball on Beam Instructional

More information

EPoSS Strategy Paper Smart Systems for the Full Electric Vehicle

EPoSS Strategy Paper Smart Systems for the Full Electric Vehicle Joint EC/EPoSS Expert Workshop Smart Systems for the Full Electric Vehicle Brussels 25-26 June 2008 EPoSS Strategy Paper Smart Systems for the Full Electric Vehicle August 2008 1. Introduction Growing

More information

Rotation: Moment of Inertia and Torque

Rotation: Moment of Inertia and Torque Rotation: Moment of Inertia and Torque Every time we push a door open or tighten a bolt using a wrench, we apply a force that results in a rotational motion about a fixed axis. Through experience we learn

More information

How To Powertrain A Car With A Hybrid Powertrain

How To Powertrain A Car With A Hybrid Powertrain ELECTRIFICATION OF VEHICLE DRIVE TRAIN THE DIVERSITY OF ENGINEERING CHALLENGES A3PS Conference, Vienna Dr. Frank Beste AVL List GmbH 1 Motivation for Powertrain Electrification Global Megatrends: Urbanization

More information

Big Data Collection and Utilization for Operational Support of Smarter Social Infrastructure

Big Data Collection and Utilization for Operational Support of Smarter Social Infrastructure Hitachi Review Vol. 63 (2014), No. 1 18 Big Data Collection and Utilization for Operational Support of Smarter Social Infrastructure Kazuaki Iwamura Hideki Tonooka Yoshihiro Mizuno Yuichi Mashita OVERVIEW:

More information

Integrating Data, Performing Quality Assurance, and Validating the Vehicle Model for the 2004 Prius Using PSAT

Integrating Data, Performing Quality Assurance, and Validating the Vehicle Model for the 2004 Prius Using PSAT 26 1-667 Integrating Data, Performing Quality Assurance, and Validating the Vehicle Model for the 24 Prius Using PSAT Copyright 26 SAE International A. Rousseau, J. Kwon, P. Sharer, S. Pagerit, M. Duoba

More information

INDUCTION MOTOR PERFORMANCE TESTING WITH AN INVERTER POWER SUPPLY, PART 2

INDUCTION MOTOR PERFORMANCE TESTING WITH AN INVERTER POWER SUPPLY, PART 2 INDUCTION MOTOR PERFORMANCE TESTING WITH AN INVERTER POWER SUPPLY, PART 2 By: R.C. Zowarka T.J. Hotz J.R. Uglum H.E. Jordan 13th Electromagnetic Launch Technology Symposium, Potsdam (Berlin), Germany,

More information

DESIGN AND SIMULATION OF LITHIUM- ION BATTERY THERMAL MANAGEMENT SYSTEM FOR MILD HYBRID VEHICLE APPLICATION

DESIGN AND SIMULATION OF LITHIUM- ION BATTERY THERMAL MANAGEMENT SYSTEM FOR MILD HYBRID VEHICLE APPLICATION DESIGN AND SIMULATION OF LITHIUM- ION BATTERY THERMAL MANAGEMENT SYSTEM FOR MILD HYBRID VEHICLE APPLICATION Ahmed Imtiaz Uddin, Jerry Ku, Wayne State University Outline Introduction Model development Modeling

More information

Elektrofahrzeug mit Range Extender die Entwicklungsherausforderung Electric Vehicle with Range Extender. The developement challenge

Elektrofahrzeug mit Range Extender die Entwicklungsherausforderung Electric Vehicle with Range Extender. The developement challenge Elektrofahrzeug mit Range Extender die Entwicklungsherausforderung Electric Vehicle with Range Extender Dr. M. Korman AVL-List GmbH The developement challenge Stärkung regionaler Kooperationen in der Elektromobilität

More information

Research Report. Impact of Vehicle Weight Reduction on Fuel Economy for Various Vehicle Architectures

Research Report. Impact of Vehicle Weight Reduction on Fuel Economy for Various Vehicle Architectures Impact of Vehicle Weight Reduction on Fuel Economy for Various Vehicle Architectures Research Report Conducted by Ricardo Inc. for The Aluminum Association 2008-04 Impact of Vehicle Weight Reduction on

More information

Network Enabled Battery Health Monitoring System

Network Enabled Battery Health Monitoring System Network Enabled Battery Health Monitoring System Research Team: Fan Yang Zhengyang Liu Supervisor: Advisor: Hanlei Zhang (PhD Student) Wencong Su (PhD Student) Dr. Mo-Yuen Chow Presentation Outline Project

More information

Physical Modeling with SimScape

Physical Modeling with SimScape Physical Modeling with SimScape Saving energy with Physical Modeling Adriaan van den Brand Mday 29-4-2011 V1.4 A. Van den Brand, Mday 29-4-2011 1 Bio Adriaan van den Brand System architect Sogeti High

More information

Global Positioning Monitoring System for Electric Vehicle Fleets (GPMS)

Global Positioning Monitoring System for Electric Vehicle Fleets (GPMS) Global Positioning Monitoring System for Electric Vehicle Fleets (GPMS) S. TSELEPIS, T. ROMANOS Center for Renewable Energy Sources, CRES 19th Km Marathonos Ave. Pikermi, 19 9, Greece Tel. (31) 639 9,

More information

Development of Grid-stabilization Power-storage Systems Using Lithium-ion Rechargeable Batteries

Development of Grid-stabilization Power-storage Systems Using Lithium-ion Rechargeable Batteries 48 Development of Grid-stabilization Power-storage Systems Using Lithium-ion Rechargeable Batteries TSUTOMU HASHIMOTO *1 AKIO KURITA *2 MASAAKI MINAMI *3 MASAHIRO YOSHIOKA *2 KATSUAKI KOBAYASHI *4 MASAYUKI

More information

EVTC's EV Transportation & Technology Summit

EVTC's EV Transportation & Technology Summit Volume 1, Issue 3 Fall 2015 EVTC's EV Transportation & Technology Summit The Electric Vehicle Transportation Center will host three days of meetings with key EV stakeholders at the Florida Solar Energy

More information

Experiment: Static and Kinetic Friction

Experiment: Static and Kinetic Friction PHY 201: General Physics I Lab page 1 of 6 OBJECTIVES Experiment: Static and Kinetic Friction Use a Force Sensor to measure the force of static friction. Determine the relationship between force of static

More information

Automatic Train Control based on the Multi-Agent Control of Cooperative Systems

Automatic Train Control based on the Multi-Agent Control of Cooperative Systems The Journal of Mathematics and Computer Science Available online at http://www.tjmcs.com The Journal of Mathematics and Computer Science Vol.1 No.4 (2010) 247-257 Automatic Train Control based on the Multi-Agent

More information

Implementation of the Movable Photovoltaic Array to Increase Output Power of the Solar Cells

Implementation of the Movable Photovoltaic Array to Increase Output Power of the Solar Cells Implementation of the Movable Photovoltaic Array to Increase Output Power of the Solar Cells Hassan Moghbelli *, Robert Vartanian ** * Texas A&M University, Dept. of Mathematics **Iranian Solar Energy

More information

Fuel Economy Sensitivity to Vehicle Mass for Advanced Vehicle Powertrains

Fuel Economy Sensitivity to Vehicle Mass for Advanced Vehicle Powertrains 26-1-665 Sensitivity to Vehicle Mass for Advanced Vehicle Powertrains Copyright 26 Society of Automotive Engineers, Inc S. Pagerit, P. Sharer, A. Rousseau Argonne National Laboratory ABSTRACT In 22, the

More information

Clean and energy-efficient vehicles Advanced research and testing Battery systems

Clean and energy-efficient vehicles Advanced research and testing Battery systems Clean and energy-efficient vehicles Advanced research and testing Battery systems Flanders DRIVE Index: Flanders DRIVE 1 Optimising power / energy ratio of energy storage systems 4 Battery ageing research

More information

PROGRAM DIRECTOR: Arthur O Connor Email Contact: URL : THE PROGRAM Careers in Data Analytics Admissions Criteria CURRICULUM Program Requirements

PROGRAM DIRECTOR: Arthur O Connor Email Contact: URL : THE PROGRAM Careers in Data Analytics Admissions Criteria CURRICULUM Program Requirements Data Analytics (MS) PROGRAM DIRECTOR: Arthur O Connor CUNY School of Professional Studies 101 West 31 st Street, 7 th Floor New York, NY 10001 Email Contact: Arthur O Connor, arthur.oconnor@cuny.edu URL:

More information

ENERGY TRANSFER SYSTEMS AND THEIR DYNAMIC ANALYSIS

ENERGY TRANSFER SYSTEMS AND THEIR DYNAMIC ANALYSIS ENERGY TRANSFER SYSTEMS AND THEIR DYNAMIC ANALYSIS Many mechanical energy systems are devoted to transfer of energy between two points: the source or prime mover (input) and the load (output). For chemical

More information

Application Information

Application Information Moog Components Group manufactures a comprehensive line of brush-type and brushless motors, as well as brushless controllers. The purpose of this document is to provide a guide for the selection and application

More information

Micro-Step Driving for Stepper Motors: A Case Study

Micro-Step Driving for Stepper Motors: A Case Study Micro-Step Driving for Stepper Motors: A Case Study N. Sedaghati-Mokhtari Graduate Student, School of ECE, University of Tehran, Tehran, Iran n.sedaghati @ece.ut.ac.ir Abstract: In this paper, a case study

More information

Adaptive Cruise Control of a Passenger Car Using Hybrid of Sliding Mode Control and Fuzzy Logic Control

Adaptive Cruise Control of a Passenger Car Using Hybrid of Sliding Mode Control and Fuzzy Logic Control Adaptive Cruise Control of a assenger Car Using Hybrid of Sliding Mode Control and Fuzzy Logic Control Somphong Thanok, Manukid arnichkun School of Engineering and Technology, Asian Institute of Technology,

More information

Fault Monitoring of the Electric Machine in a Hybrid Vehicle

Fault Monitoring of the Electric Machine in a Hybrid Vehicle Fault Monitoring of the Electric Machine in a Hybrid Vehicle Christofer Sundström, Erik Frisk, and Lars Nielsen Vehicular Systems, Dept. of Electrical Engineering, Linköping University, SE-581 83 Linköping,

More information

A Fuel Cost Comparison of Electric and Gas-Powered Vehicles

A Fuel Cost Comparison of Electric and Gas-Powered Vehicles $ / gl $ / kwh A Fuel Cost Comparison of Electric and Gas-Powered Vehicles Lawrence V. Fulton, McCoy College of Business Administration, Texas State University, lf25@txstate.edu Nathaniel D. Bastian, University

More information

Free Fall: Observing and Analyzing the Free Fall Motion of a Bouncing Ping-Pong Ball and Calculating the Free Fall Acceleration (Teacher s Guide)

Free Fall: Observing and Analyzing the Free Fall Motion of a Bouncing Ping-Pong Ball and Calculating the Free Fall Acceleration (Teacher s Guide) Free Fall: Observing and Analyzing the Free Fall Motion of a Bouncing Ping-Pong Ball and Calculating the Free Fall Acceleration (Teacher s Guide) 2012 WARD S Science v.11/12 OVERVIEW Students will measure

More information

Map Matching and Real World Integrated Sensor Data Warehousing

Map Matching and Real World Integrated Sensor Data Warehousing Map Matching and Real World Integrated Sensor Data Warehousing www.nrel.gov/tsdc www.nrel.gov/fleet_dna Evan Burton Data Engineer (Presenter) Jeff Gonder Vehicle System Analysis Team Lead Adam Duran Engineer/Analyst

More information

A Method for Generating Electricity by Fast Moving Vehicles

A Method for Generating Electricity by Fast Moving Vehicles A Method for Generating Electricity by Fast Moving Vehicles S.Bharathi 1, G.Balaji 2, and M. Manoj Kumar 2 1 Angel College of Engineering & Technology/ECE, Tirupur, India Email: bharathiseven@gmail.com

More information

Energy Storage System for Dc Micro Grid Using PIC Microcontroller

Energy Storage System for Dc Micro Grid Using PIC Microcontroller Energy Storage System for Dc Micro Grid Using PIC Microcontroller Sanas Renuka V 1, Patil Anupama S 2 P.G. Student, Department of Electrical Engg, Dnyanganga College of Engineering & Research, Pune, India

More information

MD PHEV/EV ARRA Project Data Collection and Reporting

MD PHEV/EV ARRA Project Data Collection and Reporting MD PHEV/EV ARRA Project Data Collection and Reporting DC NY KS FL OR MD VA GA MO TX IN Miles Driven in Each State CA Led by: Kevin Walkowicz With support from: Laurie Ramroth Adam Duran Ben Rosen NREL/PR-5400-53878

More information

R.A.Giannelli and E.Nam U.S. EPA NVFEL Ann Arbor, MI MEDIUM AND HEAVY DUTY DIESEL VEHICLE MODELING USING A FUEL CONSUMPTION METHODOLOGY

R.A.Giannelli and E.Nam U.S. EPA NVFEL Ann Arbor, MI MEDIUM AND HEAVY DUTY DIESEL VEHICLE MODELING USING A FUEL CONSUMPTION METHODOLOGY RAGiannelli and ENam US EPA NVFEL Ann Arbor, MI MEDIUM AND HEAVY DUTY DIESEL VEHICLE MODELING USING A FUEL CONSUMPTION METHODOLOGY Abstract Recent efforts of the EPA MOVES emission modeling team include

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

What Is Regeneration?

What Is Regeneration? What Is Regeneration? Braking / Regeneration Manual Regeneration Overview Revision 1.0 When the rotor of an induction motor turns slower than the speed set by the applied frequency, the motor is transforming

More information

REVIEW ON IMPROVED VEHICLE MONITORING SYSTEM WITH ARRIVAL TIME PREDICITION

REVIEW ON IMPROVED VEHICLE MONITORING SYSTEM WITH ARRIVAL TIME PREDICITION REVIEW ON IMPROVED VEHICLE MONITORING SYSTEM WITH ARRIVAL TIME PREDICITION Arti Sharma 1, Ashish Agham 1, Rajeev N. Verma 3, Gauri Kokate 3 1 BE Student, 3 Professor, Nagpur Institute of Technology Nagpur-441501,

More information

Is a Data Scientist the New Quant? Stuart Kozola MathWorks

Is a Data Scientist the New Quant? Stuart Kozola MathWorks Is a Data Scientist the New Quant? Stuart Kozola MathWorks 2015 The MathWorks, Inc. 1 Facts or information used usually to calculate, analyze, or plan something Information that is produced or stored by

More information

Evaluation of the Automatic Transmission Model in HVE Version 7.1

Evaluation of the Automatic Transmission Model in HVE Version 7.1 HVE-WP-2010-3 Evaluation of the Automatic Transmission Model in HVE Version 7.1 Copyright 2010 Engineering Dynamic Corporation Eric S. Deyerl, P.E., Michael J. Fitch Dial Engineering ABSTRACT The Automatic

More information

Physics 2A, Sec B00: Mechanics -- Winter 2011 Instructor: B. Grinstein Final Exam

Physics 2A, Sec B00: Mechanics -- Winter 2011 Instructor: B. Grinstein Final Exam Physics 2A, Sec B00: Mechanics -- Winter 2011 Instructor: B. Grinstein Final Exam INSTRUCTIONS: Use a pencil #2 to fill your scantron. Write your code number and bubble it in under "EXAM NUMBER;" an entry

More information

Study on a Performance of the xev s core parts using a Real-time Monitoring System

Study on a Performance of the xev s core parts using a Real-time Monitoring System EVS27 Barcelona, Spain, November 17-20, 2013 Study on a Performance of the xev s core parts using a Real-time Monitoring System Mingyung Shin 1, Kiyun Jeong 1 and Inbeom Yang 1 1 Intelligent Vehicle Control

More information

AUTOMATED, FULL LOAD MOTOR TESTING AT PRODUCTION SPEEDS

AUTOMATED, FULL LOAD MOTOR TESTING AT PRODUCTION SPEEDS AUTOMATED, FULL LOAD MOTOR TESTING AT PRODUCTION SPEEDS Abstract: Revolutionary test method coupled with innovative automation yields superior motor performance measurement data without sacrifice of production

More information

48V eco-hybrid Systems

48V eco-hybrid Systems 48V eco-hybrid Systems Jean-Luc MATE Vice President Continental Engineering Services France President Automotech cluster www.continental-corporation.com Division Naming European Conference on Nanoelectronics

More information

Big Data and Advanced Analytics Technologies for the Smart Grid

Big Data and Advanced Analytics Technologies for the Smart Grid 1 Big Data and Advanced Analytics Technologies for the Smart Grid Arnie de Castro, PhD SAS Institute IEEE PES 2014 General Meeting July 27-31, 2014 Panel Session: Using Smart Grid Data to Improve Planning,

More information

POLARIS: Planning and Operations Language for Agentbased Regional Integrated Simulation

POLARIS: Planning and Operations Language for Agentbased Regional Integrated Simulation POLARIS: Planning and Operations Language for Agentbased Regional Integrated Simulation Dr. Kuilin Zhang klzhang@mtu.edu Department of Civil and Environmental Engineering Michigan Technological University

More information

NC STATE UNIVERSITY Exploratory Analysis of Massive Data for Distribution Fault Diagnosis in Smart Grids

NC STATE UNIVERSITY Exploratory Analysis of Massive Data for Distribution Fault Diagnosis in Smart Grids Exploratory Analysis of Massive Data for Distribution Fault Diagnosis in Smart Grids Yixin Cai, Mo-Yuen Chow Electrical and Computer Engineering, North Carolina State University July 2009 Outline Introduction

More information

West Virginia University. Center for Alternative Fuels, Engines and Emissions. Modeling Heavy duty Vehicle Fuel Economy Based on Cycle Properties

West Virginia University. Center for Alternative Fuels, Engines and Emissions. Modeling Heavy duty Vehicle Fuel Economy Based on Cycle Properties West Virginia University. Center for Alternative Fuels, Engines and Emissions. Modeling Heavy duty Vehicle Fuel Economy Based on Cycle Properties Nigel Clark, Ph.D.; Gregory Thompson Ph.D.; Oscar Delgado,

More information

CHAPTER 4 DESIGN OF INTEGRAL SLOT AND FRACTIONAL SLOT BRUSHLESS DC MOTOR

CHAPTER 4 DESIGN OF INTEGRAL SLOT AND FRACTIONAL SLOT BRUSHLESS DC MOTOR 47 CHAPTER 4 DESIGN OF INTEGRAL SLOT AND FRACTIONAL SLOT BRUSHLESS DC MOTOR 4.1 INTRODUCTION This chapter deals with the design of 24 slots 8 poles, 48 slots 16 poles and 60 slots 16 poles brushless dc

More information

Offloading file search operation for performance improvement of smart phones

Offloading file search operation for performance improvement of smart phones Offloading file search operation for performance improvement of smart phones Ashutosh Jain mcs112566@cse.iitd.ac.in Vigya Sharma mcs112564@cse.iitd.ac.in Shehbaz Jaffer mcs112578@cse.iitd.ac.in Kolin Paul

More information

Robotics & Automation

Robotics & Automation Robotics & Automation Levels: Grades 10-12 Units of Credit: 1.0 CIP Code: 21.0117 Core Code: 38-01-00-00-130 Prerequisite: None Skill Test: 612 COURSE DESCRIPTION Robotics & Automation is a lab-based,

More information

Parameter Identification for State of Discharge Estimation of Li-ion Batteries

Parameter Identification for State of Discharge Estimation of Li-ion Batteries Parameter Identification for State of Discharge Estimation of Li-ion Batteries * Suchart Punpaisarn ) and Thanatchai Kulworawanichpong 2) ), 2) Power System Research Unit, School of Electrical Engineering

More information

Analysis of fuel cell

Analysis of fuel cell Analysis of fuel cell commuter rail vehicles Stuart Hillmansen*1 1, D Meegahawatte1, C Roberts, P Jennings2, A McGordon2; 1University of Birmingham, United Kingdom, 2University of Warwick, United Kingdom

More information

Test Results and Modeling of the Honda Insight using ADVISOR

Test Results and Modeling of the Honda Insight using ADVISOR 21-1-2537 Test Results and Modeling of the Honda Insight using ADVISOR Kenneth J. Kelly, Matthew Zolot National Renewable Energy Laboratory Gerard Glinsky, Arthur Hieronymus Environmental Testing Corporation

More information

Validation of the COPERT road emission inventory model with real-use data

Validation of the COPERT road emission inventory model with real-use data 1 Validation of the COPERT road emission inventory model with real-use data P. Dilara (P), V. Franco European Commission Joint Research Centre -Transport and Air Quality Unit M. Kousoulidou, L. Ntziachristos,

More information

K. G. Duleep President, H-D Systems Presented at the Michelin Bibendum Berlin, May 2011

K. G. Duleep President, H-D Systems Presented at the Michelin Bibendum Berlin, May 2011 K. G. Duleep President, H-D Systems Presented at the Michelin Bibendum Berlin, May 2011 Light-duty vehicles have received a lot of attention in the last 10 years and GHG reduction cost is understood. Only

More information

Short-term Forecast for Photovoltaic Power Generation with Correlation of Solar Power Irradiance of Multi Points

Short-term Forecast for Photovoltaic Power Generation with Correlation of Solar Power Irradiance of Multi Points Short-term Forecast for Photovoltaic Power Generation with Correlation of Solar Power Irradiance of Multi Points HIROAKI KOBAYASHI Polytechnic University / Kogakuin University 2-32-1 Ogawanishi-machi,

More information

VEHICLE TRACKING SYSTEM USING GPS. 1 Student, ME (IT) Pursuing, SCOE, Vadgaon, Pune. 2 Asst. Professor, SCOE, Vadgaon, Pune

VEHICLE TRACKING SYSTEM USING GPS. 1 Student, ME (IT) Pursuing, SCOE, Vadgaon, Pune. 2 Asst. Professor, SCOE, Vadgaon, Pune VEHICLE TRACKING SYSTEM USING GPS Pooja P. Dehankar 1, 1 Student, ME (IT) Pursuing, SCOE, Vadgaon, Pune Prof. S. P. Potdar 2 2 Asst. Professor, SCOE, Vadgaon, Pune Abstract- Global Positioning System is

More information

LINEAR MOTOR CONTROL IN ACTIVE SUSPENSION SYSTEMS

LINEAR MOTOR CONTROL IN ACTIVE SUSPENSION SYSTEMS LINEAR MOTOR CONTROL IN ACTIVE SUSPENSION SYSTEMS HONCŮ JAROSLAV, HYNIOVÁ KATEŘINA, STŘÍBRSKÝ ANTONÍN Department of Control Engineering, Faculty of Electrical Engineering, Czech Technical University Karlovo

More information

K.Vijaya Bhaskar,Asst. Professor Dept. of Electrical & Electronics Engineering

K.Vijaya Bhaskar,Asst. Professor Dept. of Electrical & Electronics Engineering Incremental Conductance Based Maximum Power Point Tracking (MPPT) for Photovoltaic System M.Lokanadham,PG Student Dept. of Electrical & Electronics Engineering Sri Venkatesa Perumal College of Engg & Tech

More information

Energy efficiency and fuel consumption of fuel cells powered test railway vehicle

Energy efficiency and fuel consumption of fuel cells powered test railway vehicle Energy efficiency and fuel consumption of fuel cells powered test railway vehicle K.Ogawa, T.Yamamoto, T.Yoneyama Railway Technical Research Institute, TOKYO, JAPAN 1. Abstract For the purpose of an environmental

More information

Hybrid Power System with A Two-Input Power Converter

Hybrid Power System with A Two-Input Power Converter Hybrid Power System with A Two-Input Power Converter Y. L. Juan and H. Y. Yang Department of Electrical Engineering National Changhua University of Education Jin-De Campus, Address: No.1, Jin-De Road,

More information

Mathematical Modeling and Dynamic Simulation of a Class of Drive Systems with Permanent Magnet Synchronous Motors

Mathematical Modeling and Dynamic Simulation of a Class of Drive Systems with Permanent Magnet Synchronous Motors Applied and Computational Mechanics 3 (2009) 331 338 Mathematical Modeling and Dynamic Simulation of a Class of Drive Systems with Permanent Magnet Synchronous Motors M. Mikhov a, a Faculty of Automatics,

More information

Longitudinal and lateral dynamics

Longitudinal and lateral dynamics Longitudinal and lateral dynamics Lecturer dr. Arunas Tautkus Kaunas University of technology Powering the Future With Zero Emission and Human Powered Vehicles Terrassa 2011 1 Content of lecture Basic

More information

Social Innovation through Utilization of Big Data

Social Innovation through Utilization of Big Data Social Innovation through Utilization of Big Data Hitachi Review Vol. 62 (2013), No. 7 384 Shuntaro Hitomi Keiro Muro OVERVIEW: The analysis and utilization of large amounts of actual operational data

More information

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA

A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA A PHOTOGRAMMETRIC APPRAOCH FOR AUTOMATIC TRAFFIC ASSESSMENT USING CONVENTIONAL CCTV CAMERA N. Zarrinpanjeh a, F. Dadrassjavan b, H. Fattahi c * a Islamic Azad University of Qazvin - nzarrin@qiau.ac.ir

More information

Fluid Mechanics Prof. S. K. Som Department of Mechanical Engineering Indian Institute of Technology, Kharagpur

Fluid Mechanics Prof. S. K. Som Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Fluid Mechanics Prof. S. K. Som Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Lecture - 20 Conservation Equations in Fluid Flow Part VIII Good morning. I welcome you all

More information

SOLID MECHANICS TUTORIAL MECHANISMS KINEMATICS - VELOCITY AND ACCELERATION DIAGRAMS

SOLID MECHANICS TUTORIAL MECHANISMS KINEMATICS - VELOCITY AND ACCELERATION DIAGRAMS SOLID MECHANICS TUTORIAL MECHANISMS KINEMATICS - VELOCITY AND ACCELERATION DIAGRAMS This work covers elements of the syllabus for the Engineering Council exams C105 Mechanical and Structural Engineering

More information

Cloud Computing for Agent-based Traffic Management Systems

Cloud Computing for Agent-based Traffic Management Systems Cloud Computing for Agent-based Traffic Management Systems Manoj A Patil Asst.Prof. IT Dept. Khyamling A Parane Asst.Prof. CSE Dept. D. Rajesh Asst.Prof. IT Dept. ABSTRACT Increased traffic congestion

More information

URBAN MOBILITY IN CLEAN, GREEN CITIES

URBAN MOBILITY IN CLEAN, GREEN CITIES URBAN MOBILITY IN CLEAN, GREEN CITIES C. G. Cassandras Division of Systems Engineering and Dept. of Electrical and Computer Engineering and Center for Information and Systems Engineering Boston University

More information

Manufacturing Equipment Modeling

Manufacturing Equipment Modeling QUESTION 1 For a linear axis actuated by an electric motor complete the following: a. Derive a differential equation for the linear axis velocity assuming viscous friction acts on the DC motor shaft, leadscrew,

More information

Design of a PM Brushless Motor Drive for Hybrid Electrical Vehicle Application

Design of a PM Brushless Motor Drive for Hybrid Electrical Vehicle Application Design of a PM Brushless Motor Drive for Hybrid Electrical Vehicle Application Gui-Jia Su and John W. McKeever Oak Ridge National Laboratory, Oak Ridge, TN 37831-8038 Phone: (865) 576-7917, Fax: (865)

More information

Platoon illustration Source: VOLVO

Platoon illustration Source: VOLVO SARTRE: SAfe Road TRains for the Environment Arturo Dávila Mario Nombela IDIADA Automotive Technology SA 1. Introduction The SARTRE project aims at encouraging an evolutional change in the use of personal

More information

Test method of Heavy Duty Vehicle's Fuel Consumption in Japan

Test method of Heavy Duty Vehicle's Fuel Consumption in Japan IEA Freight Truck Fuel Economy Workshop Challenge Bidendum, 20-21 May 2011, Berlin Test method of Heavy Duty Vehicle's Fuel Consumption in Japan May 21, 2011 Japan Automobile Research Institute Hiroshi

More information

Making Accurate Voltage Noise and Current Noise Measurements on Operational Amplifiers Down to 0.1Hz

Making Accurate Voltage Noise and Current Noise Measurements on Operational Amplifiers Down to 0.1Hz Author: Don LaFontaine Making Accurate Voltage Noise and Current Noise Measurements on Operational Amplifiers Down to 0.1Hz Abstract Making accurate voltage and current noise measurements on op amps in

More information

Slide 10.1. Basic system Models

Slide 10.1. Basic system Models Slide 10.1 Basic system Models Objectives: Devise Models from basic building blocks of mechanical, electrical, fluid and thermal systems Recognize analogies between mechanical, electrical, fluid and thermal

More information

Simple Machines. Figure 2: Basic design for a mousetrap vehicle

Simple Machines. Figure 2: Basic design for a mousetrap vehicle Mousetrap Vehicles Figure 1: This sample mousetrap-powered vehicle has a large drive wheel and a small axle. The vehicle will move slowly and travel a long distance for each turn of the wheel. 1 People

More information

Author: Hamid A.E. Al-Jameel (Research Institute: Engineering Research Centre)

Author: Hamid A.E. Al-Jameel (Research Institute: Engineering Research Centre) SPARC 2010 Evaluation of Car-following Models Using Field Data Author: Hamid A.E. Al-Jameel (Research Institute: Engineering Research Centre) Abstract Traffic congestion problems have been recognised as

More information

Supercapacitors in Micro- and Mild Hybrids with Lithium Titanate Oxide Batteries: Vehicle Simulations and Laboratory Tests

Supercapacitors in Micro- and Mild Hybrids with Lithium Titanate Oxide Batteries: Vehicle Simulations and Laboratory Tests Research Report UCD-ITS-RR-15-20 Supercapacitors in Micro- and Mild Hybrids with Lithium Titanate Oxide Batteries: Vehicle Simulations and Laboratory Tests December 2015 Andrew Burke Jingyuan Zhao Institute

More information

Full-Toroidal Variable Drive Transmission Systems in Mechanical Hybrid Systems From Formula 1 to Road Vehicles

Full-Toroidal Variable Drive Transmission Systems in Mechanical Hybrid Systems From Formula 1 to Road Vehicles Full-Toroidal Variable Drive Transmission Systems in Mechanical Hybrid Systems From Formula 1 to Road Vehicles Chris Brockbank BSc (Hons) & Chris Greenwood BSc (Hons) Torotrak (Development) Ltd 1. Introduction

More information

Selection Procedure B-24 ORIENTAL MOTOR GENERAL CATALOGUE

Selection Procedure B-24 ORIENTAL MOTOR GENERAL CATALOGUE STEPPING MOTORS to This section describes certain items that must be calculated to find the optimum stepping motor for a particular application. This section shows the selection procedure and gives examples.

More information

Physics 201 Homework 8

Physics 201 Homework 8 Physics 201 Homework 8 Feb 27, 2013 1. A ceiling fan is turned on and a net torque of 1.8 N-m is applied to the blades. 8.2 rad/s 2 The blades have a total moment of inertia of 0.22 kg-m 2. What is the

More information

White Paper. How Streaming Data Analytics Enables Real-Time Decisions

White Paper. How Streaming Data Analytics Enables Real-Time Decisions White Paper How Streaming Data Analytics Enables Real-Time Decisions Contents Introduction... 1 What Is Streaming Analytics?... 1 How Does SAS Event Stream Processing Work?... 2 Overview...2 Event Stream

More information

Mixing Sodium and Lead Battery Technologies in Telecom Applications

Mixing Sodium and Lead Battery Technologies in Telecom Applications Mixing Sodium and Lead Battery Technologies in Telecom Applications Paul Smith Shanon Kolasienski Technical Marketing Manager Application Engineer GE Critical Power GE Energy Storage Plano, TX 75074 Schenectady,

More information

Design of Four Input Buck-Boost DC-DC Converter for Renewable Energy Application

Design of Four Input Buck-Boost DC-DC Converter for Renewable Energy Application Design of Four Input Buck-Boost DC-DC Converter for Renewable Energy Application A.Thiyagarajan Assistant Professor, Department of Electrical and Electronics Engineering Karpagam Institute of Technology

More information