You are on page 1of 5

See discussions, stats, and author profiles for this publication at: https://www.researchgate.

net/publication/261082035

Algorithm for selection of motor and vehicle architecture for a Plug-in Hybrid
Electric Vehicle

Conference Paper · December 2012


DOI: 10.1109/INDCON.2012.6420740

CITATIONS READS

5 1,351

2 authors:

Ajay Babu Ashok Sas


NSS College of Engineering National Institute of Technology Calicut
11 PUBLICATIONS   42 CITATIONS    157 PUBLICATIONS   1,858 CITATIONS   

SEE PROFILE SEE PROFILE

Some of the authors of this publication are also working on these related projects:

Performance enhancement of AC drives in electric vehicles View project

Master Final Project View project

All content following this page was uploaded by Ajay Babu on 10 October 2015.

The user has requested enhancement of the downloaded file.


Algorithm for Selection of Motor and Vehicle
Architecture for a Plug-in Hybrid Electric Vehicle
Ajay Babu and S. Ashok
Department of Electrical Engineering
National Institute of Technology
Calicut, India

Abstract—A lot of research in the area of automobiles is focused to charge the battery or to feed the main motor when the
on Hybrid Electric Vehicles (HEV) and Plug-in Hybrid Electric Battery State of Charge has fallen below a lower cut off. (In
Vehicles (PHEV). The concept of PHEV becomes meaningful Fig. 1 if the line joining the ICE to mechanical transmission is
only if the system as a whole is efficient. Inorder to build an removed, it becomes the block diagram of a Series PHEV).
efficient HEV, it is important to select the best components and of
the correct rating. Motor and Battery are important components C. Series-Parallel Architecture
in any HEV. This paper describes the procedure to calculate the
The block diagram of a Series-Parallel PHEV is shown in
maximum power requirement of any HEV. The features of two
most popular motors used in HEV are discussed. Various HEV Fig. 1.
architectures are also explained briefly in the paper. This paper
proposes an algorithm for motor selection and selection of PHEV
architecture based on overall efficiency. The algorithm also
ensures that motor is not oversized or undersized for a particular
vehicle.

Keywords- Plug-in Hybrid Electric Vehicle (PHEV), Rolling


Friction, Air Friction, Tractive Force, Permanent Magnet
Synchronous Motor (PMSM), Induction Motor

I.INTRODUCTION
The automobile sector worldwide is shifting its attention
towards minimal consumption of petroleum resources on one
hand, while trying to achieve most efficient utilization of
electrical power available on board. Choice of battery and
motor is critical for achieving this goal. The motor used must
Figure 1. Block Diagram of a Series – Parallel PHEV
be capable of working most efficiently for a particular speed
range of the vehicle in which the vehicle is most likely to be A PHEV is basically a HEV capable of feeding back power
driven. For example a vehicle in India is most likely to be to the main grid when desired. A series-parallel HEV has the
driven in a speed range between 40 to 50 kmph. Thus in any flexibility of working in either series or parallel as desired for a
hybrid electric vehicle in India, the motor on board must be given drive condition.
capable of working in its most efficient operating point or near
to this in the specified speed range. The battery chosen must be II.FACTORS AFFECTING LOAD ON A VEHICLE
capable of allowing maximum range to the vehicle. This can be The following are the factors which affect the maximum
maximized further by designing efficient control strategies. load on any vehicle [3]:
A special class of HEV called the Plug-in Hybrid Electric
A. Gross Weight
Vehicle (PHEV) [1] is fast gaining worldwide popularity.
Various HEV or PHEV Architectures [2] are as listed below: This includes the kerb weight of the vehicle, weight of the
person(s) and the luggage in the vehicle (may be calculated as
A. Parallel Architecture in (1)). Thus the design objective is to meet the performance
Both Internal Combustion Engine (ICE) and the motor can expectations of the HEV [4], [5] and at the same time to keep
simultaneously provide the main drive, based on some control the gross vehicle weight as minimum as possible. The overall
strategy. Both can work individually as well. cost of the vehicle is also often a deciding factor.
B. Series Architecture
Gross Weight = (Kerb Weight) + (Weight of Passengers on
Only the bigger motor provides the main drive. ICE does board) + (Payload) (1)
not provide direct drive. It is connected to a small machine
which can also act as generator. Thus ICE is switched on only

978-1-4673-2272-0/12/$31.00 ©2012 IEEE 875


In smaller vehicles like electric bikes the battery is a major D. Tractive Force
component that adds to the gross vehicle weight. Battery which It is defined as the product of friction coefficient and
has higher power and energy densities shall help the cause. normal load on each wheel. This becomes critical while
This is the reason for major research work happening in the deciding whether the vehicle must be provided with a front
area of Lithium based batteries. wheel drive or a rear wheel drive. The design must be such as
Another major component contributing to the gross weight to reduce the phenomenon called wheel slip.
of the HEV is the motor. DC series motor is known to provide
Wheel slip during acceleration is calculated as in (4):
high starting torque and is hence highly suitable for traction
purposes. But they are found to be bulky and heavy especially
for electric bikes. For low power vehicles, say below 5kW, Sa = (Vwheel - Vactual) / Vwheel (4)
brushless dc motors or permanent magnet synchronous motors
are used. For vehicles with higher power, induction motors and Wheel slip during braking is calculated as in (5):
switched reluctance motors are better choices. In any case, the
motor must not be oversized as it unnecessarily adds to the Sb = (Vactual - Vwheel) / Vwheel (5)
gross weight of the vehicle. However the motor must definitely
not be under sized as it will keep the motor always under III.LOAD CALCULATION OF A TYPICAL VEHICLE
overloaded condition.
Based on the above discussion, the procedure to calculate
B. Maximum Gradient of Traversible Terrain the maximum power requirement of a PHEV is explained.
While calculating the maximum possible load on a vehicle, The following are the specifications of the vehicle under
the maximum gradient of road which it can climb is an consideration:
important consideration. Almost all vehicles are designed to
climb up to 15 % slope or less. Anyhow it is very important to Curb Weight of the Vehicle = M
consider this limit for load calculation or else the vehicle might Number of Passengers = n
not be able to climb even smaller gradients. Mass of one passenger = W
Mass of luggage/ cargo = Wl
C. Net Friction Gross mass is calculated as in (6):
This includes the air friction, rolling friction and the friction
in the moving parts within the vehicle transmission system. Wg= M + (n*W) + Wl (6)
Rolling Friction is calculated as in (2): Max speed = Vmax
Time taken to achieve the max speed = tmax
Froll = Cr * P. (2) Maximum acceleration possible is calculated as in (7):

Where Cr = rolling resistance coefficient = 0.01*(1+V/100) amax = Vmax / tmax (7)


Tyre Design affects the rolling friction acting on the While running on a level road, there are two types of
vehicle. Tyre size varies according to the size and weight of the friction which is likely to act on the vehicle (except the friction
vehicle. The tyre design and its width play an important role in acting in other moving parts within the vehicle): Rolling
the stability of the vehicle while driving and there by the safety Friction and Air Friction.
of people on board.
Both rolling friction and air friction can be calculated using
Air Friction is calculated as in (3): equations (1) and (2).

Fair = 0.5 * C * A * ρ * (V+Vw)2 (3) Power to maintain a constant velocity is calculated as in (8):

Where C = Aerodynamic resistance coefficient PVmax = (Froll + Fair) * Vmax (8)


V = Vehicle Speed
Vw = Wind Speed Energy to move at a speed of Vmax is calculated as in (9):
ρ = Air density
A = Frontal Area of the vehicle EVmax = ½ * Wg * (Vmax) 2 (9)
Aerodynamic Design of the vehicle affects the Air Friction
Maximum additional power required to accelerate from 0km/hr
acting on the vehicle. The overall design of the body of the
vehicle also determines the drag acting on the vehicle while to Vmax kmph is calculated as in (10):
being driven forward. A vehicle with a streamlined or
aerodynamic body will have better mileage compared to Paddl = EVmax / tmax (10)
another vehicle without the aerodynamic design (ICE and
motor being of the same rating). Power required for accelerating from 0kmph to Vmax kmph at
maximum rate of acceleration amax is calculated as in (11):

Pam = PVmax + Paddl (11)

876
Power required for maintaining a constant speed = V kmph on • Induction motor can operate at above base speed by means
a road with a gradient = x% is calculated as in (12): of field weakening. PMSM motors suffer from poor field
weakening.
PVhill = Phill + PV (12)
• An induction motor exhibits excellent dynamics with
Where, Phill = Additional Energy required to maintain speed V proper control.
kmph on a hill of x% grade = (0.3 * Wg * 9.8 * V) /
1000 • Induction motor suppliers are much more in numbers than
those of PMSM motors, and hence are much readily
PV = Power required to maintain a constant speed of V available.
kmph is given by: Proll +Pair
The maximum gradient is chosen after considering wheel V.ALGORITHM
slip also (see equations (4) and (5)). This section presents an algorithm to be followed for
Power required for accelerating from 0kmph to V kmph on selection of motor and vehicle architecture for a PHEV. Due
a road with gradient= x% is calculated as in (13): to various advantages listed in section IV, the motor options
considered are Permanent Magnet Synchronous Motors and
Pax = PVhill + Pa (13) Induction Motors.
The following algorithm can be followed (in the same order
Where, Pa = Power required to accelerate from 0 kmph to as given below) for selection of motor and Hybrid Electric
V kmph on a hill of 30% gradient = 0.5 * Wg * V2 / t Vehicle Architecture:
(time required for acceleration being t seconds). • Calculate the power required to drive the vehicle at
From the above calculations the maximum power maximum speed and also for accelerating to the maximum
requirement of the vehicle can be easily be found out. The speed at the maximum acceleration level planned for on a
motor selected for the electric drive must be capable of meeting level road. (as explained in section III).
this maximum load, if the vehicle is supposed to run in all- • If the vehicle is intended to climb slopes, consider the
electric mode. The motor rating will also depend on the control maximum gradient which the vehicle is expected to
strategy adopted for the particular vehicle under consideration. navigate and then calculate the power required to maintain
the maximum possible speed on the slope. Also calculate
IV.MOTOR OPTIONS the power required to accelerate at the maximum rate to this
The first and best motor option for any HEV or PHEV shall speed. (as explained in section III).
be a Permanent Magnet Synchronous Motor (PMSM) [6], • Find the peak power requirements from the calculations
because of the following main reasons: above.
• High efficiency. • If the difference between the maximum power and the
• High flux density and hence suitable for power dense power required to drive at constant maximum speed is high,
applications. say more than 30%, then go for 2 motors. Only one motor
runs when the vehicle moves at constant speed. The second
• Low operating temperature and hence low wear and tear. motor can run during peak load so as to supplement the
main motor. If the difference between the two powers is
The following points stand in favour of use of induction less than 30%, then go for a single motor. (This avoids the
motors in HEV or PHEV [7], [8], [9], [10]: motor operation in inefficient region of its operating
• Simple and Rugged in Construction. characteristics).

• Although a PMAC motor has higher efficiency than • If a single motor alone is used, a parallel drive shall be an
induction motor, a highly efficient induction motor can ideal choice. While if two motors are used, a series or
have its highest efficiency in the range of 89% or so. series-parallel architecture can be adopted as the two
Moreover they are capable of working at remarkably high motors can be utilized most effectively.
efficiencies in a wider range of output power. • If the power requirement is low, say below 5kW, the best
• As motor size increases, magnetic losses increase in a choice is PMSM. While if it is above 5 kW, induction
PMSM motor, thereby reducing efficiency. Induction motor shall be an economic and fairly efficient choice. If
motors do not suffer proportionate losses as size increases. high overall cost of the vehicle is not an issue, then PMSM
shall definitely be the best choice. But cost/performance of
• Induction motors are far cheaper compared to PMSM an induction motor is less for induction motor, especially
motors of the same size. for high powered vehicles.
• Induction motors do not have the risk of demagnetization.
(A PMSM motor suffers from the risk of demagnetization). VI.CONCLUSION
A systematic procedure to calculate the load on a HEV or
PHEV has been explained in depth. When we consider both

877
cost and performance together, induction motors are thought to
be better choice compared to PMSM motors, especially for
applications involving high power (much higher than say 5
kW). Through proper implementation of vector control
techniques like indirect field oriented control, a wide range of
speed control is possible. Moreover due to superior field
weakening capability, speed control above the base speed is
easily possible in case of induction motors compared to PMSM
motors. Through this paper an algorithm has been proposed to
select the motor and eventually the hybrid vehicle architecture.
This algorithm prevents under sizing or oversizing of motors,
the use of motor in less efficient zones and unnecessary
increase in the overall cost of the vehicle.

REFERENCES
[1] Proceedings of IEEE National Conference on Smart Grids (Gridcon-
2010), 30 Oct-1 Nov, 2010, Thiruvananthapuram
[2] Ali Emadi, Mehrdad Ehsani, John M. Miller, “Vehicular Electric Power
Systems Land, Sea, Air and Space Vehicles”, Marcel Dekker, Inc, New
York, Basel, 2004.
[3] Siavash Zoroofi, "Modeling and Simulation of Vehicular Power
Systems", Master’s Thesis in the International Master’s Program
Electrical Power Engineering, Chalmers University of Technology,
Sweden, 2008.
[4] Robin Hardy, “Electric and hybrid vehicles”, CRC Press, 2003
[5] Mehrdad Ehsani, “Modern Electric, Hybrid Electric, and Fuel Cell
Vehicles: Fundamentals, Theory, and Design”, CRC Press, 2004.
[6] Jim Murphy, "Understanding AC Induction, Permanent Magnet and
Servomotor Technologies: Operation, Capabilities and Caveats", Leeson
Electric Corp, Grafton, e-book as on 23 June 2012.
[7] D.W. Novotny and T.A. Lipo, “Vector Control and Dynamics of AC
Drives”, Oxford Science Publications, 2003.
[8] Richard Valentine, “Motor Control Electronics Handbook”, McGraw-
Hill Handbooks, 1998.
[9] Vedam Subrahmmanyam, “Electric Drives Concepts and
Applications”,Tata McGraw-Hill, 2007.
[10] Jussi Puranen, “Induction Motor versus Permanent Magnet Synchronous
Motor in Motion Control Applications: A Comparative Study", Thesis
for the Degree of Doctor of Science (Technology), Lappeenranta
University of Technology, Finland, 2006.

878

View publication stats

You might also like