ISSUE WITH SIMULATING BATTERY CELL AFTER PARAMETER ESTIMATION TASK?
Show older comments
Hello,
I have estimated the 2RC equivalent circuit model battery using parameter estimation task. all my updated parameters (SOC,V0,R0,R1, TAU1,R2,TAU2) are of size 21X1 (double). when i am using this parametrized cell with discharger block at 1C discharge(which is for 3600 seconds duration), the results are confusing to me. The cell get discharged completely at 1200 seconds,i.e. reaching to cut off voltage of 2.5V and not showing any effect after it. I am unable to understand what is wrong? Please help.
Thanks,
Sudeep
2 Comments
Nithin
on 26 Feb 2025
It is hard to understand your implementation with the provided data. Could you please share your model or a sample model? This would help me better understand the issue and assist in debugging it.
SUDEEP SINGH RAWAT
on 11 Jul 2025
Answers (1)
Javier Gazzarri
on 10 Jul 2025
0 votes
Hello SUDEEP
Please check the capacity value you entered in the block. If it is lower than the actual capacity then the battery will discharge faster than expected.
Best regards,
Javier
5 Comments
SUDEEP SINGH RAWAT
on 11 Jul 2025
Javier Gazzarri
on 11 Jul 2025
Thank you Sudeep,
I believe this is a combination of the internal resistance and the definition of capacity.
The capacity that needs to be entered in the block is the total capacity, meaning the maximum extractable capacity from the cell. This means at vanishingly small C-rates.
At 1C there is a voltage drop due to i * R, so if the internal resistance is such that OCV - i R reaches 2.5V, the discharge will stop although there is still capacity in the cell. The discharge capacity is alway lower than the total capacity.
What does the current profile looks like? Can you please try to do a constant current discharge at C/30 and see if the capacity discharged is closer to 3Ah?
Best regards,
Javier
SUDEEP SINGH RAWAT
on 14 Jul 2025
Javier Gazzarri
on 14 Jul 2025
Hello Sudeep,
Would you kindly send me your Simulink model and the script defining its parameters so I can try it on my side? I am particularly interested in the OCV table you utilized. It seems your OCV is ~2.5V at 60% SOC, which sounds incorrect.
Best regards,
Javier
SUDEEP SINGH RAWAT
on 15 Jul 2025
Categories
Find more on Parameter Estimation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!