All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
Question Create a MATLAB model of electric car which uses lithium ion battery and suitable motor. Choose suitable blocks from Simscape or Powertrain block set. Implement the vehicle speed control using PI controller and generate brake and accelerator commands. Avoid using readymade driver block for speed control. Prepare…
Monish Sivanesan
updated on 10 Jan 2023
Question
Create a MATLAB model of electric car which uses lithium ion battery and suitable motor. Choose suitable blocks from Simscape or Powertrain block set. Implement the vehicle speed control using PI controller and generate brake and accelerator commands. Avoid using readymade driver block for speed control.
Prepare a report about your model including following:
Objectives, System level configurations, Model parameters, Results, Conclusion.
(Note- The simulink model file should be compulsorily attached)
Your Answers
AIM:- Modelling an Electric Car with a Lithium-ion battery
INTRODUCTION:-
The electric vehicle is a vehicle, which uses one or more electric motors for propulsion. Depending on the type of the vehicle motion may be provided by rotary motor or by a linear motor (in the tracked vehicle). The electricity stored in battery-powered by electric motor & battery can be charged by plugging it in the grid, like our phone.
According to the degree of electricity used, an electric vehicle is divided into 3 categories-BEV, PHEV & HEV.
Battery Electric Vehicles (BEV)
BEVs are fully electric vehicles with rechargeable batteries with no engine. It stares power in battery pack & this power is used to run the vehicle & other peripherals BEVs are charged by electricity from external source BEVS don't emit any hazardous emissions. Some most famous examples of these types of cars are BMW 13, Tesla Model, 3. Kia Soul Toyota Rav4 etc.
Plug-In Hybrid Electric Vehicles (PHEV)
These types of vehicles are propelled by motor and gasoline engine Battery is charged with regenerative braking & it can be charged with external source PHEVS can go from 10-40 miles before the assistance of engine Examples PHEVs-Chevy Volt. Audi A3 E-Tron BMW i8. Toyota Prius etc
Hybrid Electric Vehicle (HEVs)
HEVS are powered with both gasoline & electricity. The battery can be charged with regenerative power only. The motor supplies power from starting, the engine takes care of high speed & heavy load. Controller used to ensure the best economy, HEVs are-Honda Civic Hybrid, Toyota Prius Hybrid, Toyota Camry Hybrid.
OBJECTIVES:
Prepare a report about your model including the following:
# Objectives
# System-level configurations
# Model parameters
# Results
# Conclusion
CASE-STUDY
MATLAB Model of Electric Car which uses Li-ion Battery and Suitable Motor:
Electric Vehicle model Explanation
@ The electric vehicle model is represented by using MATLAB/Simulink. This model is a complete representation of an electric vehicle that is built using Powertrain Blockset.
@ This model has vehicle dynamics & electrical system, the vehicle dynamics contains subsystem relates to the vehicle body & tires whereas the electrical system contains a subsystem related to the motor & battery pack This subsystem contains various other components which we will understand further
PROCEDURE
1 Vehicle Dynamics Subsystem Model
The vehicle dynamics is nothing but the study of the vehicle motion & how the vehicle behaves in motion
The vehicle Dynamics consist of 2 main subsystems
1.1 Wheels & Brakes
1.2 Vehicle Body
1.1 Wheels & Brakes
The magic formula is given as (F=f (k, F)=FDsin(C tan-1[{B-E[B-tan-1(B)]}])
The brake input command for the front & rear wheels is connected commonly as one input port. Omega is the angular velocity of the wheels in the y-axis hence this form is considered as torque input to the wheels
Parameters for wheels as showing below
1.2 Vehicle Body
# In this model Vehicle Body (1DOF) longitudinal block is implemented. This block helps us to determine the vehicle inertia & drag load.
# There are mainly 2 forces acting on the axle of the wheels: longitudinal forces & normal forces. These forces act on the rear & front of the wheels, the longitudinal forces on the rear & front is given by (FwF, FwR).
# Whereas the normal forces are given by (FzF, FzR) These forces are connected to the respective axle of the wheels.
# The vehicle body consists of Grade & Wind input ports which can be used to simulate Slope & Wind Drag but this port is been grounded to minimize the complexity of the model
# The X-Dot output port is a longitudinal force in the x-axis which acts as the velocity/speed of the vehicle in m/s
The electrical system is the most important in the whole drive cycle.
The electrical system is subdivided by -
3.1. Induction Motor and Controller
3.2. Battery (Lithium-Ion Battery)
3.1. Induction Motor and Controller
This vehicle uses a three-phase induction motor as the main driving source The Induction Motor is also called an asynchrony motor
It is an AC motor that works on the principle of electromagnetic induction most electric cars use IP as their man die because as they offer high power torque density and speed range and compact size
The controller also implements the equation for speed control. torque determination regular some basic formula that the blocks implements are
To calculate speed, frequency and poles formula required to calculate losses in the motor
3.1.1 Torque Command Data
• The resultant motor torque signal is obtained from the bus selector.
3.2. Battery (Lithium-Ion Battery)
. The battery pack is packed with 30 numbers cells in series and 2 numbers of cells in parallel each Ah and the rated voltage is 12
The BattCurr and the BattVolt are connected to the motor controller respectively, the batt SOC can be determined by the bus selector SOC is scaled to 100 by using gain black
Results
Drive Cycle (FTP75):
Output Plots:
Vehicle Speed Plot
Martiq Plot:
PwrLoss Plot :
BattCurr Plot :
MtrSpd Plot:
BattSoc Plot:
BattVolt Plot:
CONCLUSION:
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Project 2 - Modeling of 3 phase Induction Motor Drive
Question This project is focused towards electric vehicle application using an Induction Motor. Student will have to take following steps for a successful model: Model 3 Phase Inverter using Simulink (model the parasitic as well) with a switching frequency of 10Khz using 3 phase Squirrel Cage Induction motor, using…
26 Mar 2023 05:07 PM IST
Project 1 - Loss calculation for a DC/DC converter-MATLAB
Project 1 - Loss calculation for a DC/DC converter-MATLAB Design of boost converter, and calculating the loss of different components including power switching device and deriving efficiency of boost converter. This is applicable in power supply industry, electric vehicles etc where DC-DC converter is required to boost…
08 Mar 2023 04:24 PM IST
Project 2
Design an interleaving DC/DC converter system for a data centre application with the following specifications: Input voltage: 45 – 60 v • Output voltage: 3 V • Output current: 100A • Efficiency > 85% (extra credit for efficiency higher than 90% on a spice-based software simulation tool) Simulate…
19 Feb 2023 08:58 AM IST
Project 1
BOOST CONVERTER Vin = 20; Vout = 40 ,power = 600W , Fs = 30KHZ ; D =0.25,R = 2.67 ohm; L = 3.33e-3H ;C =6.24 e-5; The boost converter is the Step-up DC-DC converter. In the Boost DC-DC converter, the Output capacitor is the one that filters the pulsating current and allows DC current to flow through the output.…
17 Feb 2023 11:17 AM IST
Related Courses
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.