How to find co-efficient beta value in simple battery model?

6 Ansichten (letzte 30 Tage)
Mahalingam Kanagasabapathy
Mahalingam Kanagasabapathy am 11 Aug. 2018
Beantwortet: Sabin am 10 Mär. 2023
How to find the beta value in simple battery model using {AH1,V1} values?
  1 Kommentar
KALYAN ACHARJYA
KALYAN ACHARJYA am 11 Aug. 2018
Share the expression with various parameters, then only we can help you

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Sabin
Sabin am 10 Mär. 2023
The coefficient beta is computed using {AH1,V1} values. Considering V = Vnom*SOC/(1-beta*(1-SOC)), for a simple case we can do something like:
x = (AH - AH1)/AH
y = V1/Vnom
beta = (x+y-1)/x/y
The complexity will increase in case of adding fading, thermal effects, etc.

Communitys

Weitere Antworten in  Power Electronics Control

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by