ISSUE WITH SIMULATING BATTERY CELL AFTER PARAMETER ESTIMATION TASK?
이전 댓글 표시
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
Nithin
2025년 2월 26일
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
2025년 7월 11일
답변 (1개)
Javier Gazzarri
2025년 7월 10일
0 개 추천
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
SUDEEP SINGH RAWAT
2025년 7월 11일
Javier Gazzarri
2025년 7월 11일
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
2025년 7월 14일
Javier Gazzarri
2025년 7월 14일
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
2025년 7월 15일
카테고리
도움말 센터 및 File Exchange에서 Parameter Estimation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!