All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
1. Design a battery pack for a car roughly 150 Kw with 120 V. Use 3500 mAh 3.6V nominal NMC chemistry cell. A battery management system (BMS) is said to be the brain of a battery pack. The BMS is a set of electronics that monitors and manages all of the battery’s performance. Most importantly, it keeps…
Swapnil Shinde
updated on 19 Jan 2023
1. Design a battery pack for a car roughly 150 Kw with 120 V. Use 3500 mAh 3.6V nominal NMC chemistry cell.
A battery management system (BMS) is said to be the brain of a battery pack. The BMS is a set of electronics that monitors and manages all of the battery’s performance. Most importantly, it keeps the battery from operating outside of its safety margins.
The battery management system is critical to the battery’s safe operation, overall performance, and longevity. Moreover, it protects whatever the lithium battery is installed in (boat, RV, etc.) and the people who are using it.
The primary function of the BMS is to protect the battery cells from damage caused by being overcharged or over-discharged. Additionally, the BMS calculates the remaining charge, monitors the battery’s temperature, monitors the battery’s health and safety by checking for loose connections and internal shorts. The BMS also balances the charge across the cells to keep each cell functioning at maximum capacity.
If it detects any unsafe conditions, the BMS shuts the battery down to protect the lithium-ion cells and the user.
Given Data:
Power = 150KW
Voltage = 120V
Cell Specifications:
Nominal Voltage = 3.6V
Capacity = 3500mAh = 3.5Ah
Cell Type = NMC
a. Design the battery pack configuration.
To Design a Battery Pack following two parameters need to be calculated:
1. Number of Cells in Series
2. Number of Cells in Parallel
1. Number of Cells in Series:
From given Data
Nominal Voltage = 120V
Nominal Cell Voltage = 3.6V
Formula:
Number of Cells in Series = Rated Voltage/Nominal Cell Voltage
= 120/3.6
= 33.33
Number of Cells in Series = 33.33
Rounding of the Cells to highest or lowest Number
Nominal Voltage = Nominal Cell Voltage * Number of Cells in Series
Since it is NMC Cell so Max Voltage = 4.2V and Min Voltage = 2.7V
Max Voltage = 4.2V * Number of Cells in Series
Min Voltage = 2.7V * Number of Cells in Series
Sr No | Number of Cells in Series | Calculated Voltage | Max Voltage | Min Voltage | Required Voltage |
Case 1 | 33 | 118.8V | 138.6V | 89.1V | 120V |
Case 2 | 34 | 122.4 | 142.8 | 91.8V | 120V |
The condition to choose the number of cells are
Max Volatge of battery should be less than the Load Max Voltage
Min Volatge of battery should be greater than the Load min Voltage
It is better to have Nominal Voltage Greater than Required Voltage so selecting Case 2
So, Number of Cells in Series = 34
Output Voltage = 122.4V
2. Number of Cells in Parallel
To Calculate Current Requirement
Power = Voltage * Current
Current = Power/Voltage
Current = 150⋅1000120
Current = 1250A
Given Cell Capacity = 3.5Ah
Number of Cells in Parallel = Rated Current / Cell Nominal Capacity
= 1250/3.5
= 357.14
Number of Cells in Parallel = 357.14
Runding off to Higher Number
So Number of Cells in Parallel = 358
The Battery Pack Configuration is selected as 34S358P with Total Number of Cells = 12172
b. Draw the BMS topology for this battery pack.
Now for selecting BMS there are 4 types of BMS Topology
a. Centralised Topology:
b. Master and Slave topology:-
c. Modular Topology :-
d. Distributed Topology:
Since Cells in Series = 34
Cells in Parallel = 358
Total No of Cells = Number of Cells in Series * Number of Cells in Parallel
= 34 * 358
Total No of Cells = 12172
Cells are divided such taht each Module will 17Cells in series and 179 Cells in Parallel so 1 m odule will consist of 3043 Cells. So 4 Such Modules will be required to form a Battery Pack with 122.4V 1251Ah
From above topologies selecting Master and Slave Topology
Master and Slave bms can handle more than 18 no of cells in series. So for above battery pack there will be 4 slaves and 1 Master MCU. Slaves wil collect data of its own module and give to other slave and that slave with its own module data with the previous module data will give to another Slave and the last slave will give all the data of 4 slaves to Master MCU. All the Slave will have 1 Analog Front End(AFE). Master and Slave have Scalability since more no of slaves can be added.
BMS ARCHITECTURE: MASTER AND SLAVE TOPOLOGY
2. Build a 3S2P battery pack configuration with generic battery block using Matlab/Simulink.
The main aim is to design given battery pack configaration by using generic battery block in Matlab/Simulink Tool.
Data:
To Build 3S 2P Battery Pack Configuration
Number of Cells in Series = 3
Number of Cells in Parallel = 2
Total Number of cells in Battery Pack = No. of cells in series * No. of cells in parallel
= 3 * 2
= 6
Total Number of cells in Battery Pack = 6Cells
Step 1:
Arrangement of 6 cells. The Below figure shows 6 cells arranged to create a battery pack.
Step 2: Connecting Cells is Parallel
The below figure shows the cells connected in parallel. For parallel connection, batteries are connected from terminals to same terminals of other batteries that is positive terminal (+) of one battery is connected with positive (+) terminal ofother battery and negative terminal (-) of one battery with negative terminal (-) of other battery.
Step 3: Connecting Cells in Series
The figure below shows the battery connected in series and parallel combination. Batteries are connected from terminal to
terminal in a way that the positive (+) terminal of one battery is connected with the negative (-) terminal of the other
battery and negative terminal (-) of one battery is connected with the positive terminal (+) of the other battery.
SIMULINK MODEL:
The voltage measurement block is connected across the battery pack to measure the battery pack voltage. The scope output used for the battery pack consists of SOC (State of Charge), Current and voltage. The controlled current signal is given as the load to the battery pack. The constant blockis determined with battery capacity and it is given to the controlled current block.
The parameter given inside the battery is given below:-
Nominal Voltage of the Battery Pack = No.of cell in series * Nominal voltage of a cell
= 3 * 7.2
= 21.6V
Nominal Voltage of the Battery Pack = 21.6V
Rated Capacity of the Battery Pack = No.of cell in Parallel* Rated Capacity of a Cell
= 2 * 5.4
= 10.8Ah
Rated Capacity of the Battery Pack = 10.8Ah
The Battery Pack Rating is 21.6V, 10.8Ah ,233.28Wh
Maximum Voltage of Battery Pack = Maximum Voltage of Cell * No. of Cells in Series
= 8.3807 * 3
= 25.14V
Maximum Voltage of Battery Pack = 25.14V
RESULTS:
The above plot shows the battery pack total voltage. The Voltage has reduced from 25.2V to 25.13V.
The Simulation is run for 10seconds with discharge current of 5.4A
CONCLUSION:
The Battery Pack is designed for a car with 150KW 120V by using 3.6V 3.5Ah NMC Cell and BMS Topology is also selected for the Battery Pack. A 3S2P battery pack configuration with generic battery block using Matlab/Simulink is also created.
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
AIM: The aim is to design the 3 Phase Inverter using Simulink with switching frequency of 10KHz and Controlling the 3 phase Squirrel Cage Induction motor, using V/F method from 3 Phase Inverter. Given Parameters: Power = 100 HP DC Voltage = 800 V Output Voltage = 460 VRMS – line to line Initial Speed = 1500 RPM Final…
17 Mar 2023 12:25 PM IST
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 the voltage from DC source. All the aspects of this project…
11 Mar 2023 01:21 PM IST
Project 2
AIM: Using MATLAB/simulink and the drive cycle from the attached excel sheet, find- The max heat generation of the battery The SOC of the battery at 2 *104second of the battery operation Time Time Step Battery Current 00:00.4 0.1 -0.9632 00:00.5 0.2 -0.952 00:00.6 0.3 -0.9072 00:00.7 0.4 -0.9632 00:00.8 0.5…
20 Jan 2023 02:45 PM IST
Project 1
1. Design a battery pack for a car roughly 150 Kw with 120 V. Use 3500 mAh 3.6V nominal NMC chemistry cell. A battery management system (BMS) is said to be the brain of a battery pack. The BMS is a set of electronics that monitors and manages all of the battery’s performance. Most importantly, it keeps…
19 Jan 2023 02:34 PM IST
Related Courses
0 Hours of Content
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.