calculate the battery voltage
33 次查看(过去 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!