Changes for page 3.3 Control
Last modified by Admin on 2025/04/09 12:14
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -71,7 +71,7 @@ 71 71 * Minimal SOC – the battery SOC is assumed to be the minimum SOC among the cells; 72 72 * Average SOC – the battery SOC is taken equal to the arithmetic average of the cell SOC; 73 73 * Min-Max SOC – the battery SOC is calculated based on the minimum and maximum SOC of the cells. Final SOC will be a) 100% if any cell have 100% SOC, b) 0% if any cell have 0% SOC; 74 -* Max-Min SOC – the battery SOC is calculated based on the minimum and maximum SOC of the cells. Final SOC will be a ssumed to be a) 100% if all cells have 100% SOC, b) 0% if all cells have 0% SOC;74 +* Max-Min SOC – the battery SOC is calculated based on the minimum and maximum SOC of the cells. Final SOC will be a) 100% if all cells have 100% SOC, b) 0% if all cells have 0% SOC; 75 75 76 76 Other parameters: 77 77 ... ... @@ -106,14 +106,20 @@ 106 106 107 107 Calculation of the resistance of cells is carried out in two ways. The first method is used when the battery passes from a relaxation state to a charge or discharge state, wherein the cell resistance value 108 108 109 -R = (U-U,,ocv,,) / I,,stable,,, 109 +{{formula fontSize="NORMAL" imageType="PNG"}} 110 +R = \frac{U-U_{ocv}}{I_{stable}} 111 +{{/formula}} 110 110 111 -where U isthe cell voltage measured in the charge or discharge state, V; U,,ocv,,is thecell voltage measured in the state of relaxation (before switching to the state of charge or discharge); I,,stable,,–stabilized current through the cell in the state of charge or discharge.113 +where U — the cell voltage measured in the charge or discharge state, V; U,,ocv,, — cell voltage measured in the state of relaxation (before switching to the state of charge or discharge); I,,stable,, — stabilized current through the cell in the state of charge or discharge. 112 112 113 113 The second method is used for a stepwise change in the current through the cell, while the value of the cell resistance: 114 114 115 115 R = (U,,2,,-U,,1,,) / (I,,stable2,,-I,,stable1,,) provided that | I,,stable2,,-I,,stable1,, | > 0.2 × Q,,max,, 116 116 119 +{{formula}} 120 +R = frac\{U_2-U_1}{I_{stable2}-I_{stable1}} 121 +{{/formula}} 122 + 117 117 (Q,,max,, is the maximum cell capacity), 118 118 119 119 where U,,2,, is the voltage on the cell at the moment when the stabilized current I,,stable2,, is flowing through it; U,,1,, – the voltage on the cell at the moment when the stabilized current I,,stable1,, flowing through it.