calculate the battery voltage
35 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Shivam Gothi
2024 年 11 月 17 日 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 件のコメント
Shivam Gothi
2024 年 11 月 18 日 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.
参考
カテゴリ
Help Center および File Exchange で Sources についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!