Battery-Intelligence-Lab / multiscale-coupling

Repository for the paper "multiscale coupling of surface temperature with solid diffusion in large lithium-ion pouch cells"
Other
10 stars 1 forks source link

Multiscale coupling of surface temperature with solid diffusion in large lithium-ion pouch cells

This repository contains the battery parameterization codes in MATLAB and Comsol for our paper Multiscale coupling of surface temperature with solid diffusion in large lithium-ion pouch cells, also available on arXiv. The data associated with this paper may be downloaded from Oxford Research Archive.

We developed a new computationally efficient three-dimensional battery electrochemical-thermal model to parameterize several Li-ion battery physicochemical properties by fitting a model to measured cell surface temperature distributions, current and voltage. This work shows that the surface-temperature distribution across a large-format cell is an effective probe for battery diagnostics.

Experiments

Lock-in thermography experiments were conducted to measure the surface temperatures of 20 Ah LFP pouch cells synchronously with their voltage output under square-wave applied currents. Cells were cycled galvanostatically, alternating between charge and discharge periods of equal length for the 2500 s duration of the experiment. The applied current was set at 2C or 4C, with periods of 50 s or 100 s for one charge/discharge cycle.

Parameterization

A reduced-order battery electrochemical-thermal model was derived by simplifying the Doyle--Fuller--Newman (DFN) model to simulate the cell temperature and voltage responses (full details are in the paper). Following this, a multi-objective optimization algorithm was used to parameterize several battery physicochemical properties, including ionic condutivity, exchange current density, solid-phase diffusivity, heat capacity, thermal conductivity, etc.

Using the code

The optimization algorithm was implemented in MATLAB which calls the battery model for numerical simulation in COMSOL. To run these codes you will need to have a copy of Matlab and a copy of Comsol include the Livelink module to enable communication betwen Comsol and Matlab. Note that if you are struggling to get up and running it may be to do with changes in Matlab and/or Comsol versions between when we did this work (around 2020-21) and newer software versions. See the issues page.

The main scripts are Main_Opt.m, ObjFunc.m and Battery_model.m, and they are described as follows:

In addition to the scripts, a small example set of experimental data is also provided for fitting. The full set may be downloaded from ORA, see details above.

Some notes on things that have come up as others have tried this code