top of page

Motivation

Objectives

Nowadays problems related with environmental sustainability are a big social concern. Because of that, have increased the demand of renewable energy sources in substitution of fossil fuels .

 

The automobile industry started betting on the developement of EV's . This vehicles are environment friendly using batteries instead of fuel fossil.

The technology on batteries have evolved. So batteries, today, have better performance, are smaller and safer. However, this improvement in technology alone doesn't guarantee that the batteries meet the requirements for given application . Batteries continue to be the bottleneck in the production of EV's. In order to improve their behavior is necessary develop also batteries management system (BMS). The BMS is responsible for monitoring the battery cells keeping it operating in a voltage range and appropriate temperatures. Its application will similarly ensure the power required to meet the requirements of the EV [3].

 

One of the key factors in BMS is the estimation of the state of charge (SOC) [3]. There are several methods of estimation such as the Coulomb Counting, methods based battery models, methods based on neural networks, fuzzy logic and application of the Kalman filter (KF) or its variants for nonlinear systems. This last method is touted as being the one that estimates the SOC with less error [3]. This method gives information about the state estimation and also gives estimation error and can be implemented in real time. KF is a otimal filter for linear system.  Batteries have, however, a nonlinear behavior. Before the application of the filter the equations that describe their behaviour must be linearized around operating point. The two approaches most commonly used to perform this linearization are the extended Kalman filter (EKF) and unscented Kalman filter (UKF) [4]. In the case of application to EVs is still important that the estimation is made in real time once that the user need to know the available energy in is vehicle at each instant.

 

There are many researchs on the estimation methods and on the implementation of KF and variants, the batteries motivation of the dissertation is that it continues to be a problem with open solution. By the above, it is provided a greater degree of freedom in approach . The issue becomes even more interesting and challenging when considering the impact that an improvement in estimation method because the global EV system .

In this dissertation we want develop a battery management system function able to make an estimation, in real time, of the state of charge of each battery cell. In the end the project done will be integrated in a EV from FEUP.  The main objectives are:

 

 

(1) Study on the state of the art batteries, BMS functions, methods of estimation SOC and models of batteries 

 

(2) Battery modeling

 

(3) Development of an estimation algorithm capable of being implemented in real time

 

(4) Realization of practical test on the battery in order to obtain data to be used in the algorithm tests

 

(5) Tests and validation

 

Strategy

 

Firstly, a mathematical model that describes the batteries will be developed. After a Kalman filter will be applied at this model. For the purposes of the simulation algorithm of the Kalman filter will be developed and tested in Matlab

 

Practical battery tests were performed in order to acquire necessary data for model parameterization and testing of the developed method. 

For this purpose was used a battery, a programmable electronic load and a program to acquire the data, PV8500.

 

The data from practical tests was used to test the algorithm in order to generate solutions. These  were analyzed qualitatively and quantitatively and compared with results obtained by other authors. 

This validation tests will be performed using the Matlab and PSIM.

 

bottom of page