Replies: 4 comments 13 replies
-
You can do degradation modeling by changing the options you pass to the model https://pybamm.readthedocs.io/en/latest/source/models/base_models/base_battery_model.html#pybamm.BatteryModelOptions See the example notebooks for some examples. If there is a specific degradation model you are after and it isn't there you can open a new issue |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
You attemped to implement the "not equal" operator '>' in the parameter function. The idea is to adjust the plating/stripping equation according on the potential sign. Can this approach be implemented? |
Beta Was this translation helpful? Give feedback.
-
Does PyBaMM have aging/degradation models for lithium batteries? I don't see anything in the documentation about this capability. A paper by Reniers, Mulder, and Howey (see reference below) gives an overview of various degradation models and provides a C++ code called SLIDE (see GitHub link below). Since I prefer Python more than C++, I'm hoping that PyBaMM would have similar features as SLIDE.
Beta Was this translation helpful? Give feedback.
All reactions