Solid Diffusion Models

We use the Doyler, Fuller and Newman model, see [DFN93]. For each given spatial location, the concentration profile in the solid is given for a representative spherical particle located there. The diffusion in the solid electrode is then modeled as a diffusion equation in thee radial dimension of the pseudo particle. We use a standard control volume method to solve the diffusion equation after discretization in the radial direction.

Reduced models for the solid diffusion have been considered to reduced the computation time. We have implemented the polynomial approximation method as described in [ZW07b].

The option diffusionModelType in the Active Material part of the json schema (see here) is used to choose the type of diffusion model.

In the script runChen2020, we compare the two diffusion models in addition to the solution produced by PyBaMM for the Chen dataset [CPORegan+20].

We reproduce the last plot produced in this script here. We observe a good overall match between the full and reduced model for solid diffusion. The discripancies are large only at the beginning of the discharge. We observe also a good agreement between BattMo and PyBaMM.

_images/chencomp.png

Discharge curves for Chen’s dataset with the full and reduced model for diffusion.

_images/chencompzoom.png

Zoom on the initial phase of the discharge.