HyperloopManchester / Hyper_Hardware

The hardware libraries and design files for the hyperloop pod
2 stars 0 forks source link

Battery Management System Design #8

Open manchester-hyperloop opened 4 years ago

manchester-hyperloop commented 4 years ago
hakanokten commented 3 years ago

Overview


Battery management system (BMS) is the brain of the power flow in the pod. It manages the rechargeable battery pack that will be used in the Hyperloop pod. It is responsible for protecting the battery, monitoring the state of charge (SoC) and state of health (SoH), calculating the secondary data, reporting the data, controlling and balancing the environment. All in all, the basic task of a Battery Management System (BMS) is to ensure that optimum use is made of the energy inside the battery powering the portable product and that the risk of damage inflicted upon the battery is minimized. This is achieved by monitoring and controlling the battery’s charging and discharging process.

Primary functions of BMS

BMS Parts

Specifications


BMS topology that will be used by the team is the distributed BMS. There will be one BMS board per three cells. The designed battery system structure can be seen below. image

BMS Circuit Structure: image

BMS Slave Block Diagram: image

The module diagram of the BMS board that we aim to design can be seen below. BMS Module Diagram

As for cell balancing, we are aiming to use active cell balancing although active cell balancing is also more sophisticated than passive cell balancing. Why? In passive cell balancing, energy is drawn from the most charged cell and dissipated as heat, mostly through resistors. In active cell balancing, energy is drawn from the most charged cell and transferred to the least charged cells, generally through capacitor-based, inductor-based or DC-DC converters. In passive cell balancing, BMS discharges the cells which have a higher voltage than the lowest voltage cell. Passive cell balancing does not improve the system runtime, wastes the energy by dissipating the heat even though it provides a fairly low-cost cell balancing method.

Modeling and Simulation


How to Model OCV and SoC

Open-circuit voltage

image

Modelling State of Charge (SoC) and Definition of Total Capacity Brief Intro:

Modelling SoC:

Coulombic Efficiency

How to Model Voltage Polarization

Tasks