calculate the battery voltage
31 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Shivam Gothi
le 17 Nov 2024 à 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 commentaires
Shivam Gothi
le 18 Nov 2024 à 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.
Voir également
Catégories
En savoir plus sur Sources dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!