How to put different OCV curve during charge and discharge #1993
Replies: 2 comments 2 replies
-
I am not sure how you could do this as a function because the current is not an input of the OCV so inside the function you can't know if you are charging or discharging. If you have clearly defined charge-discharge cycles, you could run half a cycle, swap the parameters, and run the next half initialising the model with the previous solution. |
Beta Was this translation helpful? Give feedback.
-
Could you work around it by including another overpotential that depends on current sign then use the average OCV and add or subtract the difference? @rtimms has done some work on hysteresis and may have some thoughts |
Beta Was this translation helpful? Give feedback.
-
I want to put different open cell voltage table for charge and discharge (for each electrode).
I understand I can make a py function, but I am stuck on how to get a flag variable of charge/ discharge
Beta Was this translation helpful? Give feedback.
All reactions