pybamm-team / PyBaMM

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

[Bug]: Suface form effective conductivity in separator #3495

Closed Scottmar93 closed 7 months ago

Scottmar93 commented 1 year ago

PyBaMM Version

23.5

Python Version

23.5

Describe the bug

On lines 81 and 85, of pybamm/models/submodels/electrolyte_conductivity/surface_potential_form/full_surface_form_conductivity.py is seems that the separator porosity is used in the calculation of the effective conductivity in the separator instead of the separator transport efficiency. In the end, I think this is only an order of a few mV errors in the predicted voltage.

image

Steps to Reproduce

N/A

Relevant log output

No response

TomTranter commented 11 months ago

Separators usually have pretty low tortuosity but it's worth including the change you suggest for sure. I can make the change as I'm familiar with transport efficiency and have just been revamping it. There might be other instances in the code like this I can check for too

rtimms commented 9 months ago

@TomTranter any update on this?

TomTranter commented 9 months ago

Completely forgot about it