pybamm-team / PyBaMM

Fast and flexible physics-based battery models in Python
https://www.pybamm.org/
BSD 3-Clause "New" or "Revised" License
1.12k stars 548 forks source link

Add a model for symmetric Li/Li cells (2 planar electrodes plus homogenous electrolyte) #2691

Open RuiheLi opened 1 year ago

RuiheLi commented 1 year ago

Description

Add a model for symmetric Li/Li cells (2 planar electrodes plus homogenous electrolyte)

Motivation

Provide another common model in literatures especially for basic electrolyte characterization. Eventually become a PyBaMM maintainer by taking this task.

Possible Implementation

No response

Additional context

No response

MarcAntoine88 commented 1 year ago

Hello @RuiheLi I've done a first version of Li vs Li model but it is not yet dimensionless, I still need to work on it.

brosaplanella commented 1 year ago

This feature should be fairly easy to implement. Maybe a way to proceed is the following

There are some extra things that could be done, like define the electrolyte to be homogeneous instead of porous, so porosity and tortuosity are not required parameters.

valentinsulzer commented 1 year ago

Getting close to a working version of the dimensional models, so don't worry about the non-dimensionalization

jaskiratsingh2000 commented 1 year ago

Hi! Do we have any description for the model? On requirements or formulas?