SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume: 3 | Issue: 2 | Jan-Feb 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470
@ IJTSRD | Unique Reference Paper ID - IJTSRD20308 | Volume – 3 | Issue – 2 | Jan-Feb 2019 Page: 133
Study and Analysis of Nonlinear Constrained Components
(A Study of Plug-in Hybrid Electric Vehicle)
Sadia Andaleeb
M.Tech Scholar, Department of Mechanical Engineering,
E-MAX, Group of Institutions, Gola, Ambala, Tamil Nadu, India
ABSTRACT
Today transportation is one of the rapidly evolving technologies in the world. With the stringent mandatory emission
regulations and high fuel prices, researchers and manufacturers are ever increasingly pushed to the frontiers of research in
pursuit of alternative propulsion systems. Electrically propelled vehiclesareoneofthe mostpromisingsolutionsamongallthe
other alternatives, as far as; reliability, availability, feasibility and safety issues are concerned. However,theshortcomings of a
fully electric vehicle in fulfilling all performance requirements make the electrification of the conventional engine powered
vehicles in the form of a plug-in hybrid electric vehicle (PHEV) the most feasible propulsion systems.
KEYWORDS: PHEV, PSO, HEV, AER, CDR.
I. INTRODUCTION
Plug-in Hybrid Electric Vehicles (PHEV) link two major
infrastructures, the transportation and the electric power
grid. They offer a promise of significant reduction of fuel
consumption, oil imports, and CO2 emissions by bringing
other sources of energy into transportation. PHEVs are
similar to conventional Hybrid Electric Vehicles (HEV) in
that they utilize an electric motor and a gasoline engine as
two drives to power a vehicle, but they have much larger
batteries that can be charged from an electrical outlet. The
electrical energy stored in the battery is used as the primary
source of power on-board until the battery charge is
depleted to a threshold level. This mode of powertrain
operation is called the charge depleting (CD) mode or
electric vehicle (EV) mode. After charge depletion to the
threshold level the internal combustion engine is used to
sustain the charge at this level. This is referred to as the
charge sustaining mode (CS) mode. The all-electric range
(AER) or the charge depleting range (CDR) of a PHEV is the
distance over which the powertrain operates in EV or CD
mode respectively and this has been recognized a very
relevant attribute for PHEVs [1] [2] [3]. The engine fuel
consumption during this mode is very low or zero. This has
led to classification of PHEVs as PHEV 10 (A PHEV with 10
miles CDR/AER), PHEV 20 and so on. If pure AER is desired,
a Series Hybrid Electric Vehicle configuration is particularly
interesting. However, many design decisions have to be
made to maximize the potential of a given configuration fora
selected vehicle application. A hybrid electrical vehicle could
be a variety of hybrid vehicle that utilizes the mixture of a
standard combustion engine system and electrical system.
The existence of electrical system is meant to
boost the fuel economy, scale back waste materialemissions
and/or improve the performance. The idea of hybrid
electrical vehicle (HEV) belongs to academic. Ferdinand
Porsche in 1899 succeeding thirty years makers created
numerous ideas. This technology wasn't a middle of interest
once the first development amount for an extended time.
However, in 1990s, researchers and makers started
intensely leaning on raisingtheHEVtechnology.Itspotential
of being extremely fuel-efficient and considerably lowlevels
of emissions created this technology one in all the brightest
analysis subjects of the age.
II. Problem Definition
The problem arises from the search for a better fuel
economy whilst meetingthe performancerequirements.The
search for a better configuration of drivetraincomponents in
terms of fuel economy and better performance is an open-
ended research subject. Continuous improvement in this
field is a significant technical achievement that should be
taken care of. Since the vehicle itself is dynamically, highly,
nonlinear and most of the drivetrain components in a PHEV,
directly or indirectly, has an effect on each other,
optimization process of the major powertrain components
have to be done via proper methodology to representeffects
of each component modification on the others. In order to
explain this effect briefly, for example, if the engine on the
vehicle is decided to be more powerful, changingtheexisting
engine with a 20% more powerful engine will increase the
total mass of the vehicle because the bigger engine’s block
mass will be higher than the replaced one. Therefore, each
and every component’s effect has to be considered. The
objective of using an optimization tool is explained to
express the effects of all the components on the others and
on themselves mathematically in the optimization
methodology structure.
III. Methodology
Optimization Methodology
This section is explained in two different subsections. The
first one is advantages of PSO tool and why it is chosen for
this research and the second subsectiondescribes briefly the
PSO optimization tool.
Advantages of PSO
Using gradient-based algorithms the optimization problem
could be solved [3]. However, since thesealgorithmsdepend
on the gradients to find the optimum solution, they do not
always give the global maximum or minimum as the
solution. Therefore, derivative free algorithms such as
Genetic Algorithm (GA), DIRECT, Dynamic Programming,
Simulated Annealing, Particle Swarm Optimization, etc. can
be used. Since they aren’t gradient-based, they provide
global solution to the optimization problem. Most
evolutionary techniques mentioned above shares some
common procedure, such as: random generation of initial
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Reference Paper ID - IJTSRD20308 | Volume – 3 | Issue – 2 | Jan-Feb 2019 Page: 134
population, reckoning of a fitness value for each subject,
reproduction of the population. However, PSOdoesnothave
genetic operators like mutation andcrossover[14]. Particles
update themselves with the internal velocity. Also each
particle has a memory, which is significant forthealgorithm.
The information sharing mechanism of PSO tool is
significantly different than the others. Instead of having
massive amount of variables to tell the system about the
previous iteration, PSO has just one variable to rule that
functionality to the algorithm. It is simply a one-way
informationsharingmechanism.Anothermajoradvantageof
PSO tool is that the method only searches for the best
solution and at the end all the particles converge to the best
solution quickly in most cases [23]. Strengths and
advantages of the PSO tool mentioned in above paragraphs
over the other gradient based algorithms, made this tool the
most convenient optimization algorithm to work with a
highly nonlinear and component dependent system like
PHEV.
Particle Swarm Optimization
Particle Swarm optimization wasdeveloped byKennedyand
Eberhart in 1995 [14]. The algorithm is based on the social
behavioral model of the society, similar to the social
behaviors of bird flocking or fish schooling;in other words, it
is based on the stochastic optimization technique. The
difference of this method from the other evolutionary
computation techniques, like Genetic Algorithm (GA),isthat
it does not use evolution operators, such as mutation,
crossover and etc. The system isinitialized withapopulation
of particles with their own position and velocity values in n-
dimensional space. Each particle in the solution space is a
possible optimum solution.
IV. Results
PSAT/Simulink
The mathematical model of the vehicle that wasexplained in
the previous chapters of this thesis is constructed as block
diagrams in PSAT software [15]. PSAT is a powerful
simulation tool based on Matlab/Simulink. The default
Toyota Prius vehicle model in PSAT is used in this research
to compute major parameter values that are used in the
optimization tool. Since Toyota PriusisaHEV, themodelhad
to be modified to represent a PHEV model.
MATLAB
Matlab is very powerful simulation tool and in this workwill
be used to join the PSAT/SIMULINK block diagramstructure
with the PSO optimization tool. The PSO script is embedded
in the Matlab script which runs the simulation software
PSAT/SIMULINK to compute necessary parameters. Since
the system is highly nonlinear and the vehicle model is
complicated model , to achieve more desired results
complete vehicle model simulation is used to determine the
fuel consumption and the emission levels according to
various random component sizes in their own boundaries.
the following figure shows “Evaluate Fitness function for
each particle” portion of the constrained PSO algorithmflow
chart.
Evaluate Objective Function’ portion of PSO algorithm
flow chart
UDDS drive cycle velocity profile over time
UDDS velocity profile vs. actual velocity profile
Driver cycle torque demand vs. actual final drive torque
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Reference Paper ID - IJTSRD20308 | Volume – 3 | Issue – 2 | Jan-Feb 2019 Page: 135
Actual engine and motor angular velocity
Actual engine and motor angular torque
Cumulative fuel consumption comparison
Instantaneous fuel consumption comparison
State of Charge (SOC) Comparison plot
V. Conclusion:
The gradient free algorithm, e.g., the particle swarm
optimization was used to determine the optimal
configuration of the component sizes to achieve a betterfuel
economy and emission levels. Therefore, a simplified model
of a power split plug-in hybrid electric vehicle powertrain
was developed for a plug-in hybrid electric vehicle in PSAT.
References:
[1] J.P. Norbye and J. Dunne, "Hybrid Car Ready in 1969"
Popular Science, p. 86-7, Jul. 1969.
[2] D. Assanis, G. Delagrammatikas, R. Fellini, Z. Filipi, J.
Liedtke, N. Sales, and M. Sasene, “An optimization
approach to hybrid electric propulsion systemdesign,”
Mech Struct Machines, 1999, 27(4), p. 393-421
[3] R. Fellini, N. Michelena, P. Papalambros, and M. Sasena,
“Optimal design of automotive hybrid powertrain
systems,” Proceedings of International SymposiumON
Environmentally Conscious Design and Inverse
Manufacturing EcoDesign’99, p. 400-405.
[4] V. Galdi, L. Ippolito, A. Piccolo, and A. Vaccaro, “A
Genetic-Based Methodology for Hybrid Electric
Vehicles Sizing,” Soft Computing 6, Springer-Verlag
2001.
[5] M. Montazeri-Gh, and A. Poursamad, “Optimization of
component sizes in hybrid electric vehicle via genetic
algorithms,” IMECE, ASME International Mechanical
Engineering Congress and Exposion, Orlando, USA,
2005.
[6] Z. Zhengli, Z. Jianwu, and Y. Chengliang, “Optimization
Approach for Hybrid Electric Vehicle Powertrain
Design,” Chinese Journal of Mechanical Engineering,
Vol. 18, No. 1, p. 30-36, 2005.
[7] X. Liu, Y. Wu, and J. Duan, “Optimal Sizing of a Series
Hybrid Electric Vehicle Using a Hybrid Genetic
Algorithm,” Proceedings of the IEEE, International
Conference on Automation and Logistics, Jinan, China,
August 18 – 21, 2007.
[8] A. Hasanzadeh, B. Asaeiand A.Emadi.“Optimumdesign
of series hybrid electric buses by genetic algorithm,”
IEEE ISIE 2005, Dubrovnik, Croatia, p.1465-1470, June
2005.
[9] T. Markel, K. Wipke, “Optimization techniques for
hybrid electric vehicle analysis using ADVISOR,
”Proceedings of the ASME International Mechanical
Engineering Congress and Exposition. New York,
November 11-16, 2001.
[10] X. Wu, B. Cao, J. Wen, and Z. Wang, “Application of
Particle Swarm Optimization for Component Sizes in
Parallel Hybrid Electric Vehicles,” IEEE Congress on
Evolutionary Computation, p. 2874-2878, 2008.
[11] W. Gao and S. K. Porandla, “Design Optimization of a
Parallel Hybrid Electric Powertrain,” IEEE Vehicle
Power and Propulsion Conference, VPPC, p. 530-535,
2005.
[12] H. Banvait, S. Anwar and Y. Chen, “Plug-in Hybrid
Electric Vehicle Energy Management System using
Particle Swarm Optimization,” EVS24, Stavanger,
Norway, May 13 - 16, 2009.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Reference Paper ID - IJTSRD20308 | Volume – 3 | Issue – 2 | Jan-Feb 2019 Page: 136
[13] H. Banvait, S. Anwar and Y. Chen, “A Rule-BasedEnergy
Management Strategy for Plug-in Hybrid Electric
Vehicle,” American Control Conference, St Louis,
Missouri, June 10-12, 2009.
[14] J. Kennedy and R. Eberhart, “Particle Swarm
Optimization,” Neural Networks, Proceedings, IEEE
International Conference, Vol. 4, Pages1942-1948,
1995.
[15] Powertrain Systems Analysis Toolkit Documentation,
Argonne National Laboratory, 2008.
[16] Q. Cao, S. Pagerit, R. B. Carlson, A. Rousseau, PHEV
Hymotion Prius Model Validation and Control
Improvements, EVS23, Anaheim, California, Dec 2-5,
2007.
[17] K. E. Parsopuulos and M. Vrahatis, “Particle Swarm
Optimization Method for Constrained Optimization
Problems,” Intelligent Technologies- Theory and
application, IOS Press, p. 214-220, 2002.
[18] X. Wu, B. Cao, J. Wen, and Y. Bian, “Particle Swarm
Optimization for Plug-in Hybrid Electric Vehicle
Control Strategy Parameter,” IEEE Vehicle Power and
Propulsion Conference (VPPC), Harbin,China, Sept3-5,
2008.
[19] Brasington, Leigh. “A Brief History of the Hybrid
Vehicle.” November, 2005.
www.geocities.com/Tokyo/6774/hybrid.htm. March,
2006.
[20] Durbin, Dee-Ann. “New Hybrids rolled out, but will
sales keep up the pace?” Associated Press. January 6,
2006.
[21] Argonne National Laboratory. “Powertrain Systems
Analysis Toolkit v. 6.0.”
[22] Comparing Benefits and Impacts of Hybrid Electric
Vehicle Options.” EPRI, Palo Alto, CA: 2001. 1000349.
[23] Markel, Tony and Keith Wipke. “Modeling Grid-
Connected Hybrid Electric Vehicles Using ADVISOR.”
National Renewable Energy Laboratory. IEEE, 2001.
[24] Advanced Batteries for Electric-Drive Vehicles: A
Technology and Cost-Effectiveness Assessment for
Battery Electric Vehicles, Power Assist Hybrid Electric
Vehicles, and Plug-In Hybrid Electric Vehicles.” EPRI,
Palo Alto, CA: 2004. 1009299.
[25] Balch, Robert, Andy Burke, andAndyFrank.“TheAffect
of Battery Pack Technology and Size ChoicesonHybrid
Electric Vehicle Performance and Fuel Economy.”IEEE,
2001.
[26] T/J Technologies. “Synthesis of High Capacity Sn/MOx
Nano Composite Anode Materials for Lithium
Rechargeable Batteries.”
www.tjtechnologies/research/batteries. March,2006.
[27] ThermoAnalitics, Inc. “Battery Types and
Characteristics.”
www.thermoanalytics.com/support/publications/batt
erytypesdoc.html. April 2006.
[28] Altair Nanotechnologies. “Press Release: High
Performance Li Ion Battery.” January 23, 2006.
[29] The Car and Fuel of the Future: A Technology and
Policy Overview.” Center for Energy and Climate
Solutions. National Commission on Energy Policy. June
2004.
[30] Hu, Patricia and Jennifer R. Young. “Summary of Travel
Trends. 1995 Nationwide Personal Transportation
Survey.” December 29, 1999. US Department of
Transportation and Federal Highway Administration.
Oak Ridge National Laboratory.
[31] Davis, Stacy C. and Susan W. Diegal. “Transportation
Energy Data Book Edition 24.” US Department of
Energy. Center for Transportation Analysis, Oak Ridge
National Laboratory. December 2004.
[32] Hellman, Karl and Robert M. Heavenrich. “Light Duty
Automotive Technology and Fuel Economy Trends:
1975 Through 2004.” EPA. April 2004. EPA420-R-04-
001.
[33] Pulkrabek, William W. “Engineering Fundamentals of
the Internal Combustion Engine: Second Edition.”
Pearson Prentice Hall: Upper Saddle River, NewJersey.
2004.
[34] Corrigan, Dennis. “Data for Ovonic M108 NiMH.”
Ovonics. Included in PSATv6.0. Initialization file:
ess_nimh_60_300_ovonic.m.
[35] University of Illinois. “Johnson Controls 12-95lead-acid
data.” Included in PSATv6.0. Initialization file:
ess_pb_28_150.m.
[36] Rousseau, A. “Saft Li-Ion”. Included in PSATv6.0.
Initialization file: ess_li_6_75_saft.m.
[37] Besnier, F. “MY01 US Prius engine.” Included in
PSATv6.0.Initialization file: eng_si_1500_52_USPrius.m.
[38] Rousseau, A. and Paryani, Anil. “Data for permanent
magnet electric motor from Honda.” Included in
PSATv6.0. Honda R&D Americas. Initialization file:
mc_pm_49_49_Honda.m.
[39] Electric Information Administration. “Electric Power
Annual Overview.”
http://www.eia.doe.gov/cneaf/electricity/epa/epa_su
m.html. April 2006.

More Related Content

What's hot

Cost and efficiency assumptions for modelling low carbon vehicles out to 2050
Cost and efficiency assumptions for modelling low carbon vehicles out to 2050Cost and efficiency assumptions for modelling low carbon vehicles out to 2050
Cost and efficiency assumptions for modelling low carbon vehicles out to 2050Ricardo Energy & Environment
 
Optimal power flow based congestion management using enhanced genetic algorithms
Optimal power flow based congestion management using enhanced genetic algorithmsOptimal power flow based congestion management using enhanced genetic algorithms
Optimal power flow based congestion management using enhanced genetic algorithmsIJECEIAES
 
Research Paper - Final Year Project
Research Paper - Final Year ProjectResearch Paper - Final Year Project
Research Paper - Final Year ProjectIshan Rathnayake
 
PhD Projects in Electrical Research Topics
PhD Projects in Electrical Research TopicsPhD Projects in Electrical Research Topics
PhD Projects in Electrical Research TopicsPhD Services
 
Survey on efficient plug in hybrid vehicle charging
Survey on efficient plug in hybrid vehicle chargingSurvey on efficient plug in hybrid vehicle charging
Survey on efficient plug in hybrid vehicle chargingeSAT Journals
 
Master thesis presentation
Master thesis presentationMaster thesis presentation
Master thesis presentationPradhyuman Raj
 
IRJET- Optimization of Required Power for an Electric Vehicle
IRJET-  	  Optimization of Required Power for an Electric VehicleIRJET-  	  Optimization of Required Power for an Electric Vehicle
IRJET- Optimization of Required Power for an Electric VehicleIRJET Journal
 
IRJET- Site Sutability Analysis of Electric Vehicle Charging Station usin...
IRJET-  	  Site Sutability Analysis of Electric Vehicle Charging Station usin...IRJET-  	  Site Sutability Analysis of Electric Vehicle Charging Station usin...
IRJET- Site Sutability Analysis of Electric Vehicle Charging Station usin...IRJET Journal
 
Review on fuel cell technology for its potential to develop more fuel efficie...
Review on fuel cell technology for its potential to develop more fuel efficie...Review on fuel cell technology for its potential to develop more fuel efficie...
Review on fuel cell technology for its potential to develop more fuel efficie...Yuki Busujima
 
ETOU electricity tariff for manufacturing load shifting strategy using ACO al...
ETOU electricity tariff for manufacturing load shifting strategy using ACO al...ETOU electricity tariff for manufacturing load shifting strategy using ACO al...
ETOU electricity tariff for manufacturing load shifting strategy using ACO al...journalBEEI
 
Ieeepro techno solutions 2013 ieee embedded project model predictive contro...
Ieeepro techno solutions   2013 ieee embedded project model predictive contro...Ieeepro techno solutions   2013 ieee embedded project model predictive contro...
Ieeepro techno solutions 2013 ieee embedded project model predictive contro...srinivasanece7
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
IRJET- Ultracapacitor Operated Bus
IRJET- Ultracapacitor Operated BusIRJET- Ultracapacitor Operated Bus
IRJET- Ultracapacitor Operated BusIRJET Journal
 
1 s2.0-s0360544216309033-main
1 s2.0-s0360544216309033-main1 s2.0-s0360544216309033-main
1 s2.0-s0360544216309033-mainAhmad AlNouss
 
Capstone Project Final Paper V1
Capstone Project Final Paper V1Capstone Project Final Paper V1
Capstone Project Final Paper V1marksvogel
 
D1.3 public report
D1.3 public reportD1.3 public report
D1.3 public reportxpuig
 

What's hot (20)

publication (ramesh)
publication (ramesh)publication (ramesh)
publication (ramesh)
 
Cost and efficiency assumptions for modelling low carbon vehicles out to 2050
Cost and efficiency assumptions for modelling low carbon vehicles out to 2050Cost and efficiency assumptions for modelling low carbon vehicles out to 2050
Cost and efficiency assumptions for modelling low carbon vehicles out to 2050
 
Optimal power flow based congestion management using enhanced genetic algorithms
Optimal power flow based congestion management using enhanced genetic algorithmsOptimal power flow based congestion management using enhanced genetic algorithms
Optimal power flow based congestion management using enhanced genetic algorithms
 
Research Paper - Final Year Project
Research Paper - Final Year ProjectResearch Paper - Final Year Project
Research Paper - Final Year Project
 
PhD Projects in Electrical Research Topics
PhD Projects in Electrical Research TopicsPhD Projects in Electrical Research Topics
PhD Projects in Electrical Research Topics
 
Survey on efficient plug in hybrid vehicle charging
Survey on efficient plug in hybrid vehicle chargingSurvey on efficient plug in hybrid vehicle charging
Survey on efficient plug in hybrid vehicle charging
 
Master thesis presentation
Master thesis presentationMaster thesis presentation
Master thesis presentation
 
IRJET- Optimization of Required Power for an Electric Vehicle
IRJET-  	  Optimization of Required Power for an Electric VehicleIRJET-  	  Optimization of Required Power for an Electric Vehicle
IRJET- Optimization of Required Power for an Electric Vehicle
 
IRJET- Site Sutability Analysis of Electric Vehicle Charging Station usin...
IRJET-  	  Site Sutability Analysis of Electric Vehicle Charging Station usin...IRJET-  	  Site Sutability Analysis of Electric Vehicle Charging Station usin...
IRJET- Site Sutability Analysis of Electric Vehicle Charging Station usin...
 
Review on fuel cell technology for its potential to develop more fuel efficie...
Review on fuel cell technology for its potential to develop more fuel efficie...Review on fuel cell technology for its potential to develop more fuel efficie...
Review on fuel cell technology for its potential to develop more fuel efficie...
 
Lca electric vehicles
Lca electric vehiclesLca electric vehicles
Lca electric vehicles
 
ETOU electricity tariff for manufacturing load shifting strategy using ACO al...
ETOU electricity tariff for manufacturing load shifting strategy using ACO al...ETOU electricity tariff for manufacturing load shifting strategy using ACO al...
ETOU electricity tariff for manufacturing load shifting strategy using ACO al...
 
Design and Performance of 8Slot-12Pole Permanent Magnet Flux Switching Machin...
Design and Performance of 8Slot-12Pole Permanent Magnet Flux Switching Machin...Design and Performance of 8Slot-12Pole Permanent Magnet Flux Switching Machin...
Design and Performance of 8Slot-12Pole Permanent Magnet Flux Switching Machin...
 
Electro-mobility modelling
Electro-mobility modellingElectro-mobility modelling
Electro-mobility modelling
 
Ieeepro techno solutions 2013 ieee embedded project model predictive contro...
Ieeepro techno solutions   2013 ieee embedded project model predictive contro...Ieeepro techno solutions   2013 ieee embedded project model predictive contro...
Ieeepro techno solutions 2013 ieee embedded project model predictive contro...
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
IRJET- Ultracapacitor Operated Bus
IRJET- Ultracapacitor Operated BusIRJET- Ultracapacitor Operated Bus
IRJET- Ultracapacitor Operated Bus
 
1 s2.0-s0360544216309033-main
1 s2.0-s0360544216309033-main1 s2.0-s0360544216309033-main
1 s2.0-s0360544216309033-main
 
Capstone Project Final Paper V1
Capstone Project Final Paper V1Capstone Project Final Paper V1
Capstone Project Final Paper V1
 
D1.3 public report
D1.3 public reportD1.3 public report
D1.3 public report
 

Similar to Study and Analysis of Nonlinear Constrained Components A Study of Plug-in Hybrid Electric Vehicle

Effects of Degree of Hybridization and Vehicle Driving Cycle on the Performan...
Effects of Degree of Hybridization and Vehicle Driving Cycle on the Performan...Effects of Degree of Hybridization and Vehicle Driving Cycle on the Performan...
Effects of Degree of Hybridization and Vehicle Driving Cycle on the Performan...IRJET Journal
 
Dynamic Modeling and Simulation on a Hybrid Power System for Electric Vehicle...
Dynamic Modeling and Simulation on a Hybrid Power System for Electric Vehicle...Dynamic Modeling and Simulation on a Hybrid Power System for Electric Vehicle...
Dynamic Modeling and Simulation on a Hybrid Power System for Electric Vehicle...IRJET Journal
 
Performance and Emission Prediction of Hybrid Electric Vehicle Using Software...
Performance and Emission Prediction of Hybrid Electric Vehicle Using Software...Performance and Emission Prediction of Hybrid Electric Vehicle Using Software...
Performance and Emission Prediction of Hybrid Electric Vehicle Using Software...IRJET Journal
 
IRJET - A Review on Multi-Functional Multi-Ability Electric Vehicle
IRJET - A Review on Multi-Functional Multi-Ability Electric VehicleIRJET - A Review on Multi-Functional Multi-Ability Electric Vehicle
IRJET - A Review on Multi-Functional Multi-Ability Electric VehicleIRJET Journal
 
IRJET- Swarm Optimization Technique for Economic Load Dispatch
IRJET- Swarm Optimization Technique for Economic Load DispatchIRJET- Swarm Optimization Technique for Economic Load Dispatch
IRJET- Swarm Optimization Technique for Economic Load DispatchIRJET Journal
 
IRJET - Assembling and Testing of Electric Car
IRJET -  	  Assembling and Testing of Electric CarIRJET -  	  Assembling and Testing of Electric Car
IRJET - Assembling and Testing of Electric CarIRJET Journal
 
Conversion of an I.C. engine powertrain to Electric powertrain of an All- Ter...
Conversion of an I.C. engine powertrain to Electric powertrain of an All- Ter...Conversion of an I.C. engine powertrain to Electric powertrain of an All- Ter...
Conversion of an I.C. engine powertrain to Electric powertrain of an All- Ter...IRJET Journal
 
Design&Evaluation of PHEV powertrain
Design&Evaluation of PHEV powertrainDesign&Evaluation of PHEV powertrain
Design&Evaluation of PHEV powertrainSatyajeet Udavant
 
Energy management for hybrid electric vehicles using rule based strategy and...
Energy management for hybrid electric vehicles using rule  based strategy and...Energy management for hybrid electric vehicles using rule  based strategy and...
Energy management for hybrid electric vehicles using rule based strategy and...IJECEIAES
 
IRJET- Regenerative System and it’s Application
IRJET- Regenerative System and it’s ApplicationIRJET- Regenerative System and it’s Application
IRJET- Regenerative System and it’s ApplicationIRJET Journal
 
IRJET- Particle Swarm Intelligence based Dynamics Economic Dispatch with Dail...
IRJET- Particle Swarm Intelligence based Dynamics Economic Dispatch with Dail...IRJET- Particle Swarm Intelligence based Dynamics Economic Dispatch with Dail...
IRJET- Particle Swarm Intelligence based Dynamics Economic Dispatch with Dail...IRJET Journal
 
A Review on Electric Vehicle Charging Systems
A Review on Electric Vehicle Charging SystemsA Review on Electric Vehicle Charging Systems
A Review on Electric Vehicle Charging SystemsIRJET Journal
 
DEVELOPMENT OF ACCIDENT-FREE SOLAR POWERED JEEP
DEVELOPMENT OF ACCIDENT-FREE SOLAR POWERED JEEPDEVELOPMENT OF ACCIDENT-FREE SOLAR POWERED JEEP
DEVELOPMENT OF ACCIDENT-FREE SOLAR POWERED JEEPIRJET Journal
 
Dildar rahman report on hybrid vehicle
Dildar rahman report on hybrid vehicleDildar rahman report on hybrid vehicle
Dildar rahman report on hybrid vehicleDildar4
 
Optimal Sizing and Design of Isolated Micro-Grid systems
Optimal Sizing and Design of Isolated Micro-Grid systemsOptimal Sizing and Design of Isolated Micro-Grid systems
Optimal Sizing and Design of Isolated Micro-Grid systemsIEREK Press
 
Optimal Sizing and Design of Isolated Micro-Grid systems
Optimal Sizing and Design of Isolated Micro-Grid systemsOptimal Sizing and Design of Isolated Micro-Grid systems
Optimal Sizing and Design of Isolated Micro-Grid systemsIEREK Press
 
SA 2014 Transportation Cost Analysis Final Report Revision 1- FINAL
SA 2014 Transportation Cost Analysis Final Report Revision 1- FINALSA 2014 Transportation Cost Analysis Final Report Revision 1- FINAL
SA 2014 Transportation Cost Analysis Final Report Revision 1- FINALBrian James
 
Data Driven Energy Economy Prediction for Electric City Buses Using Machine L...
Data Driven Energy Economy Prediction for Electric City Buses Using Machine L...Data Driven Energy Economy Prediction for Electric City Buses Using Machine L...
Data Driven Energy Economy Prediction for Electric City Buses Using Machine L...Shakas Technologies
 
IRJET- Manufacturing of Solar Car
IRJET- Manufacturing of Solar CarIRJET- Manufacturing of Solar Car
IRJET- Manufacturing of Solar CarIRJET Journal
 
A Fuzzy Bi-objective Mathematical Model for Multi-depot Electric Vehicle Loca...
A Fuzzy Bi-objective Mathematical Model for Multi-depot Electric Vehicle Loca...A Fuzzy Bi-objective Mathematical Model for Multi-depot Electric Vehicle Loca...
A Fuzzy Bi-objective Mathematical Model for Multi-depot Electric Vehicle Loca...Associate Professor in VSB Coimbatore
 

Similar to Study and Analysis of Nonlinear Constrained Components A Study of Plug-in Hybrid Electric Vehicle (20)

Effects of Degree of Hybridization and Vehicle Driving Cycle on the Performan...
Effects of Degree of Hybridization and Vehicle Driving Cycle on the Performan...Effects of Degree of Hybridization and Vehicle Driving Cycle on the Performan...
Effects of Degree of Hybridization and Vehicle Driving Cycle on the Performan...
 
Dynamic Modeling and Simulation on a Hybrid Power System for Electric Vehicle...
Dynamic Modeling and Simulation on a Hybrid Power System for Electric Vehicle...Dynamic Modeling and Simulation on a Hybrid Power System for Electric Vehicle...
Dynamic Modeling and Simulation on a Hybrid Power System for Electric Vehicle...
 
Performance and Emission Prediction of Hybrid Electric Vehicle Using Software...
Performance and Emission Prediction of Hybrid Electric Vehicle Using Software...Performance and Emission Prediction of Hybrid Electric Vehicle Using Software...
Performance and Emission Prediction of Hybrid Electric Vehicle Using Software...
 
IRJET - A Review on Multi-Functional Multi-Ability Electric Vehicle
IRJET - A Review on Multi-Functional Multi-Ability Electric VehicleIRJET - A Review on Multi-Functional Multi-Ability Electric Vehicle
IRJET - A Review on Multi-Functional Multi-Ability Electric Vehicle
 
IRJET- Swarm Optimization Technique for Economic Load Dispatch
IRJET- Swarm Optimization Technique for Economic Load DispatchIRJET- Swarm Optimization Technique for Economic Load Dispatch
IRJET- Swarm Optimization Technique for Economic Load Dispatch
 
IRJET - Assembling and Testing of Electric Car
IRJET -  	  Assembling and Testing of Electric CarIRJET -  	  Assembling and Testing of Electric Car
IRJET - Assembling and Testing of Electric Car
 
Conversion of an I.C. engine powertrain to Electric powertrain of an All- Ter...
Conversion of an I.C. engine powertrain to Electric powertrain of an All- Ter...Conversion of an I.C. engine powertrain to Electric powertrain of an All- Ter...
Conversion of an I.C. engine powertrain to Electric powertrain of an All- Ter...
 
Design&Evaluation of PHEV powertrain
Design&Evaluation of PHEV powertrainDesign&Evaluation of PHEV powertrain
Design&Evaluation of PHEV powertrain
 
Energy management for hybrid electric vehicles using rule based strategy and...
Energy management for hybrid electric vehicles using rule  based strategy and...Energy management for hybrid electric vehicles using rule  based strategy and...
Energy management for hybrid electric vehicles using rule based strategy and...
 
IRJET- Regenerative System and it’s Application
IRJET- Regenerative System and it’s ApplicationIRJET- Regenerative System and it’s Application
IRJET- Regenerative System and it’s Application
 
IRJET- Particle Swarm Intelligence based Dynamics Economic Dispatch with Dail...
IRJET- Particle Swarm Intelligence based Dynamics Economic Dispatch with Dail...IRJET- Particle Swarm Intelligence based Dynamics Economic Dispatch with Dail...
IRJET- Particle Swarm Intelligence based Dynamics Economic Dispatch with Dail...
 
A Review on Electric Vehicle Charging Systems
A Review on Electric Vehicle Charging SystemsA Review on Electric Vehicle Charging Systems
A Review on Electric Vehicle Charging Systems
 
DEVELOPMENT OF ACCIDENT-FREE SOLAR POWERED JEEP
DEVELOPMENT OF ACCIDENT-FREE SOLAR POWERED JEEPDEVELOPMENT OF ACCIDENT-FREE SOLAR POWERED JEEP
DEVELOPMENT OF ACCIDENT-FREE SOLAR POWERED JEEP
 
Dildar rahman report on hybrid vehicle
Dildar rahman report on hybrid vehicleDildar rahman report on hybrid vehicle
Dildar rahman report on hybrid vehicle
 
Optimal Sizing and Design of Isolated Micro-Grid systems
Optimal Sizing and Design of Isolated Micro-Grid systemsOptimal Sizing and Design of Isolated Micro-Grid systems
Optimal Sizing and Design of Isolated Micro-Grid systems
 
Optimal Sizing and Design of Isolated Micro-Grid systems
Optimal Sizing and Design of Isolated Micro-Grid systemsOptimal Sizing and Design of Isolated Micro-Grid systems
Optimal Sizing and Design of Isolated Micro-Grid systems
 
SA 2014 Transportation Cost Analysis Final Report Revision 1- FINAL
SA 2014 Transportation Cost Analysis Final Report Revision 1- FINALSA 2014 Transportation Cost Analysis Final Report Revision 1- FINAL
SA 2014 Transportation Cost Analysis Final Report Revision 1- FINAL
 
Data Driven Energy Economy Prediction for Electric City Buses Using Machine L...
Data Driven Energy Economy Prediction for Electric City Buses Using Machine L...Data Driven Energy Economy Prediction for Electric City Buses Using Machine L...
Data Driven Energy Economy Prediction for Electric City Buses Using Machine L...
 
IRJET- Manufacturing of Solar Car
IRJET- Manufacturing of Solar CarIRJET- Manufacturing of Solar Car
IRJET- Manufacturing of Solar Car
 
A Fuzzy Bi-objective Mathematical Model for Multi-depot Electric Vehicle Loca...
A Fuzzy Bi-objective Mathematical Model for Multi-depot Electric Vehicle Loca...A Fuzzy Bi-objective Mathematical Model for Multi-depot Electric Vehicle Loca...
A Fuzzy Bi-objective Mathematical Model for Multi-depot Electric Vehicle Loca...
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 

Recently uploaded (20)

EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 

Study and Analysis of Nonlinear Constrained Components A Study of Plug-in Hybrid Electric Vehicle

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume: 3 | Issue: 2 | Jan-Feb 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470 @ IJTSRD | Unique Reference Paper ID - IJTSRD20308 | Volume – 3 | Issue – 2 | Jan-Feb 2019 Page: 133 Study and Analysis of Nonlinear Constrained Components (A Study of Plug-in Hybrid Electric Vehicle) Sadia Andaleeb M.Tech Scholar, Department of Mechanical Engineering, E-MAX, Group of Institutions, Gola, Ambala, Tamil Nadu, India ABSTRACT Today transportation is one of the rapidly evolving technologies in the world. With the stringent mandatory emission regulations and high fuel prices, researchers and manufacturers are ever increasingly pushed to the frontiers of research in pursuit of alternative propulsion systems. Electrically propelled vehiclesareoneofthe mostpromisingsolutionsamongallthe other alternatives, as far as; reliability, availability, feasibility and safety issues are concerned. However,theshortcomings of a fully electric vehicle in fulfilling all performance requirements make the electrification of the conventional engine powered vehicles in the form of a plug-in hybrid electric vehicle (PHEV) the most feasible propulsion systems. KEYWORDS: PHEV, PSO, HEV, AER, CDR. I. INTRODUCTION Plug-in Hybrid Electric Vehicles (PHEV) link two major infrastructures, the transportation and the electric power grid. They offer a promise of significant reduction of fuel consumption, oil imports, and CO2 emissions by bringing other sources of energy into transportation. PHEVs are similar to conventional Hybrid Electric Vehicles (HEV) in that they utilize an electric motor and a gasoline engine as two drives to power a vehicle, but they have much larger batteries that can be charged from an electrical outlet. The electrical energy stored in the battery is used as the primary source of power on-board until the battery charge is depleted to a threshold level. This mode of powertrain operation is called the charge depleting (CD) mode or electric vehicle (EV) mode. After charge depletion to the threshold level the internal combustion engine is used to sustain the charge at this level. This is referred to as the charge sustaining mode (CS) mode. The all-electric range (AER) or the charge depleting range (CDR) of a PHEV is the distance over which the powertrain operates in EV or CD mode respectively and this has been recognized a very relevant attribute for PHEVs [1] [2] [3]. The engine fuel consumption during this mode is very low or zero. This has led to classification of PHEVs as PHEV 10 (A PHEV with 10 miles CDR/AER), PHEV 20 and so on. If pure AER is desired, a Series Hybrid Electric Vehicle configuration is particularly interesting. However, many design decisions have to be made to maximize the potential of a given configuration fora selected vehicle application. A hybrid electrical vehicle could be a variety of hybrid vehicle that utilizes the mixture of a standard combustion engine system and electrical system. The existence of electrical system is meant to boost the fuel economy, scale back waste materialemissions and/or improve the performance. The idea of hybrid electrical vehicle (HEV) belongs to academic. Ferdinand Porsche in 1899 succeeding thirty years makers created numerous ideas. This technology wasn't a middle of interest once the first development amount for an extended time. However, in 1990s, researchers and makers started intensely leaning on raisingtheHEVtechnology.Itspotential of being extremely fuel-efficient and considerably lowlevels of emissions created this technology one in all the brightest analysis subjects of the age. II. Problem Definition The problem arises from the search for a better fuel economy whilst meetingthe performancerequirements.The search for a better configuration of drivetraincomponents in terms of fuel economy and better performance is an open- ended research subject. Continuous improvement in this field is a significant technical achievement that should be taken care of. Since the vehicle itself is dynamically, highly, nonlinear and most of the drivetrain components in a PHEV, directly or indirectly, has an effect on each other, optimization process of the major powertrain components have to be done via proper methodology to representeffects of each component modification on the others. In order to explain this effect briefly, for example, if the engine on the vehicle is decided to be more powerful, changingtheexisting engine with a 20% more powerful engine will increase the total mass of the vehicle because the bigger engine’s block mass will be higher than the replaced one. Therefore, each and every component’s effect has to be considered. The objective of using an optimization tool is explained to express the effects of all the components on the others and on themselves mathematically in the optimization methodology structure. III. Methodology Optimization Methodology This section is explained in two different subsections. The first one is advantages of PSO tool and why it is chosen for this research and the second subsectiondescribes briefly the PSO optimization tool. Advantages of PSO Using gradient-based algorithms the optimization problem could be solved [3]. However, since thesealgorithmsdepend on the gradients to find the optimum solution, they do not always give the global maximum or minimum as the solution. Therefore, derivative free algorithms such as Genetic Algorithm (GA), DIRECT, Dynamic Programming, Simulated Annealing, Particle Swarm Optimization, etc. can be used. Since they aren’t gradient-based, they provide global solution to the optimization problem. Most evolutionary techniques mentioned above shares some common procedure, such as: random generation of initial
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Reference Paper ID - IJTSRD20308 | Volume – 3 | Issue – 2 | Jan-Feb 2019 Page: 134 population, reckoning of a fitness value for each subject, reproduction of the population. However, PSOdoesnothave genetic operators like mutation andcrossover[14]. Particles update themselves with the internal velocity. Also each particle has a memory, which is significant forthealgorithm. The information sharing mechanism of PSO tool is significantly different than the others. Instead of having massive amount of variables to tell the system about the previous iteration, PSO has just one variable to rule that functionality to the algorithm. It is simply a one-way informationsharingmechanism.Anothermajoradvantageof PSO tool is that the method only searches for the best solution and at the end all the particles converge to the best solution quickly in most cases [23]. Strengths and advantages of the PSO tool mentioned in above paragraphs over the other gradient based algorithms, made this tool the most convenient optimization algorithm to work with a highly nonlinear and component dependent system like PHEV. Particle Swarm Optimization Particle Swarm optimization wasdeveloped byKennedyand Eberhart in 1995 [14]. The algorithm is based on the social behavioral model of the society, similar to the social behaviors of bird flocking or fish schooling;in other words, it is based on the stochastic optimization technique. The difference of this method from the other evolutionary computation techniques, like Genetic Algorithm (GA),isthat it does not use evolution operators, such as mutation, crossover and etc. The system isinitialized withapopulation of particles with their own position and velocity values in n- dimensional space. Each particle in the solution space is a possible optimum solution. IV. Results PSAT/Simulink The mathematical model of the vehicle that wasexplained in the previous chapters of this thesis is constructed as block diagrams in PSAT software [15]. PSAT is a powerful simulation tool based on Matlab/Simulink. The default Toyota Prius vehicle model in PSAT is used in this research to compute major parameter values that are used in the optimization tool. Since Toyota PriusisaHEV, themodelhad to be modified to represent a PHEV model. MATLAB Matlab is very powerful simulation tool and in this workwill be used to join the PSAT/SIMULINK block diagramstructure with the PSO optimization tool. The PSO script is embedded in the Matlab script which runs the simulation software PSAT/SIMULINK to compute necessary parameters. Since the system is highly nonlinear and the vehicle model is complicated model , to achieve more desired results complete vehicle model simulation is used to determine the fuel consumption and the emission levels according to various random component sizes in their own boundaries. the following figure shows “Evaluate Fitness function for each particle” portion of the constrained PSO algorithmflow chart. Evaluate Objective Function’ portion of PSO algorithm flow chart UDDS drive cycle velocity profile over time UDDS velocity profile vs. actual velocity profile Driver cycle torque demand vs. actual final drive torque
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Reference Paper ID - IJTSRD20308 | Volume – 3 | Issue – 2 | Jan-Feb 2019 Page: 135 Actual engine and motor angular velocity Actual engine and motor angular torque Cumulative fuel consumption comparison Instantaneous fuel consumption comparison State of Charge (SOC) Comparison plot V. Conclusion: The gradient free algorithm, e.g., the particle swarm optimization was used to determine the optimal configuration of the component sizes to achieve a betterfuel economy and emission levels. Therefore, a simplified model of a power split plug-in hybrid electric vehicle powertrain was developed for a plug-in hybrid electric vehicle in PSAT. References: [1] J.P. Norbye and J. Dunne, "Hybrid Car Ready in 1969" Popular Science, p. 86-7, Jul. 1969. [2] D. Assanis, G. Delagrammatikas, R. Fellini, Z. Filipi, J. Liedtke, N. Sales, and M. Sasene, “An optimization approach to hybrid electric propulsion systemdesign,” Mech Struct Machines, 1999, 27(4), p. 393-421 [3] R. Fellini, N. Michelena, P. Papalambros, and M. Sasena, “Optimal design of automotive hybrid powertrain systems,” Proceedings of International SymposiumON Environmentally Conscious Design and Inverse Manufacturing EcoDesign’99, p. 400-405. [4] V. Galdi, L. Ippolito, A. Piccolo, and A. Vaccaro, “A Genetic-Based Methodology for Hybrid Electric Vehicles Sizing,” Soft Computing 6, Springer-Verlag 2001. [5] M. Montazeri-Gh, and A. Poursamad, “Optimization of component sizes in hybrid electric vehicle via genetic algorithms,” IMECE, ASME International Mechanical Engineering Congress and Exposion, Orlando, USA, 2005. [6] Z. Zhengli, Z. Jianwu, and Y. Chengliang, “Optimization Approach for Hybrid Electric Vehicle Powertrain Design,” Chinese Journal of Mechanical Engineering, Vol. 18, No. 1, p. 30-36, 2005. [7] X. Liu, Y. Wu, and J. Duan, “Optimal Sizing of a Series Hybrid Electric Vehicle Using a Hybrid Genetic Algorithm,” Proceedings of the IEEE, International Conference on Automation and Logistics, Jinan, China, August 18 – 21, 2007. [8] A. Hasanzadeh, B. Asaeiand A.Emadi.“Optimumdesign of series hybrid electric buses by genetic algorithm,” IEEE ISIE 2005, Dubrovnik, Croatia, p.1465-1470, June 2005. [9] T. Markel, K. Wipke, “Optimization techniques for hybrid electric vehicle analysis using ADVISOR, ”Proceedings of the ASME International Mechanical Engineering Congress and Exposition. New York, November 11-16, 2001. [10] X. Wu, B. Cao, J. Wen, and Z. Wang, “Application of Particle Swarm Optimization for Component Sizes in Parallel Hybrid Electric Vehicles,” IEEE Congress on Evolutionary Computation, p. 2874-2878, 2008. [11] W. Gao and S. K. Porandla, “Design Optimization of a Parallel Hybrid Electric Powertrain,” IEEE Vehicle Power and Propulsion Conference, VPPC, p. 530-535, 2005. [12] H. Banvait, S. Anwar and Y. Chen, “Plug-in Hybrid Electric Vehicle Energy Management System using Particle Swarm Optimization,” EVS24, Stavanger, Norway, May 13 - 16, 2009.
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Reference Paper ID - IJTSRD20308 | Volume – 3 | Issue – 2 | Jan-Feb 2019 Page: 136 [13] H. Banvait, S. Anwar and Y. Chen, “A Rule-BasedEnergy Management Strategy for Plug-in Hybrid Electric Vehicle,” American Control Conference, St Louis, Missouri, June 10-12, 2009. [14] J. Kennedy and R. Eberhart, “Particle Swarm Optimization,” Neural Networks, Proceedings, IEEE International Conference, Vol. 4, Pages1942-1948, 1995. [15] Powertrain Systems Analysis Toolkit Documentation, Argonne National Laboratory, 2008. [16] Q. Cao, S. Pagerit, R. B. Carlson, A. Rousseau, PHEV Hymotion Prius Model Validation and Control Improvements, EVS23, Anaheim, California, Dec 2-5, 2007. [17] K. E. Parsopuulos and M. Vrahatis, “Particle Swarm Optimization Method for Constrained Optimization Problems,” Intelligent Technologies- Theory and application, IOS Press, p. 214-220, 2002. [18] X. Wu, B. Cao, J. Wen, and Y. Bian, “Particle Swarm Optimization for Plug-in Hybrid Electric Vehicle Control Strategy Parameter,” IEEE Vehicle Power and Propulsion Conference (VPPC), Harbin,China, Sept3-5, 2008. [19] Brasington, Leigh. “A Brief History of the Hybrid Vehicle.” November, 2005. www.geocities.com/Tokyo/6774/hybrid.htm. March, 2006. [20] Durbin, Dee-Ann. “New Hybrids rolled out, but will sales keep up the pace?” Associated Press. January 6, 2006. [21] Argonne National Laboratory. “Powertrain Systems Analysis Toolkit v. 6.0.” [22] Comparing Benefits and Impacts of Hybrid Electric Vehicle Options.” EPRI, Palo Alto, CA: 2001. 1000349. [23] Markel, Tony and Keith Wipke. “Modeling Grid- Connected Hybrid Electric Vehicles Using ADVISOR.” National Renewable Energy Laboratory. IEEE, 2001. [24] Advanced Batteries for Electric-Drive Vehicles: A Technology and Cost-Effectiveness Assessment for Battery Electric Vehicles, Power Assist Hybrid Electric Vehicles, and Plug-In Hybrid Electric Vehicles.” EPRI, Palo Alto, CA: 2004. 1009299. [25] Balch, Robert, Andy Burke, andAndyFrank.“TheAffect of Battery Pack Technology and Size ChoicesonHybrid Electric Vehicle Performance and Fuel Economy.”IEEE, 2001. [26] T/J Technologies. “Synthesis of High Capacity Sn/MOx Nano Composite Anode Materials for Lithium Rechargeable Batteries.” www.tjtechnologies/research/batteries. March,2006. [27] ThermoAnalitics, Inc. “Battery Types and Characteristics.” www.thermoanalytics.com/support/publications/batt erytypesdoc.html. April 2006. [28] Altair Nanotechnologies. “Press Release: High Performance Li Ion Battery.” January 23, 2006. [29] The Car and Fuel of the Future: A Technology and Policy Overview.” Center for Energy and Climate Solutions. National Commission on Energy Policy. June 2004. [30] Hu, Patricia and Jennifer R. Young. “Summary of Travel Trends. 1995 Nationwide Personal Transportation Survey.” December 29, 1999. US Department of Transportation and Federal Highway Administration. Oak Ridge National Laboratory. [31] Davis, Stacy C. and Susan W. Diegal. “Transportation Energy Data Book Edition 24.” US Department of Energy. Center for Transportation Analysis, Oak Ridge National Laboratory. December 2004. [32] Hellman, Karl and Robert M. Heavenrich. “Light Duty Automotive Technology and Fuel Economy Trends: 1975 Through 2004.” EPA. April 2004. EPA420-R-04- 001. [33] Pulkrabek, William W. “Engineering Fundamentals of the Internal Combustion Engine: Second Edition.” Pearson Prentice Hall: Upper Saddle River, NewJersey. 2004. [34] Corrigan, Dennis. “Data for Ovonic M108 NiMH.” Ovonics. Included in PSATv6.0. Initialization file: ess_nimh_60_300_ovonic.m. [35] University of Illinois. “Johnson Controls 12-95lead-acid data.” Included in PSATv6.0. Initialization file: ess_pb_28_150.m. [36] Rousseau, A. “Saft Li-Ion”. Included in PSATv6.0. Initialization file: ess_li_6_75_saft.m. [37] Besnier, F. “MY01 US Prius engine.” Included in PSATv6.0.Initialization file: eng_si_1500_52_USPrius.m. [38] Rousseau, A. and Paryani, Anil. “Data for permanent magnet electric motor from Honda.” Included in PSATv6.0. Honda R&D Americas. Initialization file: mc_pm_49_49_Honda.m. [39] Electric Information Administration. “Electric Power Annual Overview.” http://www.eia.doe.gov/cneaf/electricity/epa/epa_su m.html. April 2006.