calculate the battery voltage
32 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
MAB
el 17 de Nov. de 2024 a las 15:38
Comentada: Shivam Gothi
el 18 de Nov. de 2024 a las 4:05
my model using equivalent circuit of the battery
I would like to calculate the voltage of the battey
I see the equation of the voltage in
where the voltage depend on SOC and beta
in this link define beta as
- β is a constant that is calculated so that the battery voltage is V1 when the charge is AH1. Specify the voltage V1 and ampere-hour rating AH1 using block parameters. AH1 is the charge when the no-load (open-circuit) voltage is V1, and V1 is less than the nominal voltage.
I would like to know how can I calculate β to get the voltage
thanks a lot in advance
0 comentarios
Respuestas (1)
Shivam Gothi
el 17 de Nov. de 2024 a las 16:46
As per my understanding, you are trying to understand the calculation of term β, appearing in the equation of battery modelling, as stated in the documentation.
β is a constant that is used to model a battery with "finite" charge capacity. Open the block parameters for "battery" by double clicking on it. Change the "Battery Charge Capacity" property to "finite". This will prompt you to enter additional parameters as shown in the below figure:
According to the documentation, the β is calculated using the values of (V1, AH1, battery capacity, rated voltage) entered by the user. This is shown below:
now, take the β to the LHS to get its closed form expression:
The above equation is used to calculate the "β".
I hope this helps !
2 comentarios
Shivam Gothi
el 18 de Nov. de 2024 a las 4:05
The variables (AH1, V1Ah and Vo) are entered by the user based on the specifications of the battery to be modelled.They are not to be "calculated" . You can find them by refering to the datasheet of the battery provided by the manufacturer.
Ver también
Categorías
Más información sobre Sources en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!