-
Hi all, when I try to fully discharge the LFP cell defined in Prada2013 (discharging at a c-rate of 1) I encounter a problem - "'event: Minimum voltage [V]' was triggered", which occurs before reaching 0% SOC. Currently, I can get around the problem by using a termination criteria based off the 'Discharge capacity [A.h]' and the initial SOC and not allowing the 'SOC' to drop too low. After I had a look through the discussions, the code and the documentation, I concluded it might be due to the actual capacity of the cells being less than the nominal cell capacity (which from what I understand is used to set the discharge current when discharging). For example, I noticed that the minimum voltage event occurs when I discharge to less than around 15% SOC, which makes me think that the actual capacity of the cells is closer to 85% of the nominal cell capacity of 2.3Ah. However, when I tried to calculte the real value of the capacity, using the method here https://docs.pybamm.org/en/stable/source/examples/notebooks/models/electrode-state-of-health.html, I found that it is very close to 2.3 Ah. Any guidance on where I might be going wrong would be very much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Try using |
Beta Was this translation helpful? Give feedback.
The parameter
"Negative particle diffusivity [m2.s-1]"
is set to 3E-15 for thePrada2013
cell, which is probably too small. Try increasing it, or making it a function of concentration.