ROVI-org / auto-soh

Fit State of Health (SOH) to batteries using state estimation techniques
https://rovi-org.github.io/auto-soh/
MIT License
1 stars 0 forks source link

Integration with PyBOP #5

Open WardLT opened 3 months ago

WardLT commented 3 months ago

PyBOP is a toolkit for parameterizing battery models which is directly tied into PyBAMM. It roughly follows the API we have in #3 (styled after ProgPy), with the notable different being that their BaseModel class requires the physics to be expressed in PyBAMM.

A few things I need to learn:

WardLT commented 3 months ago

Building a new model with PyBAMM doesn't seem terrible -https://github.com/pybop-team/PyBOP/blob/develop/examples/standalone/model.py