Simscape battery (table_based) for A123 ANR26650M1 charge dynamics params dont work
Show older comments
how to reproduce.
- create simple simscape model with component Battery (table based) included. name Battery (table based) block "batt" or use openExample('simscapebattery/BatterySOCEstimationExample')
- open dialog for batt, and click "select part" find the ANR26650M1 part, and review the parameters in the lower pane. you will see there are RO(SOC,T) and R1(SOC,T), where the latter is the resistance lookup table for the first RC circuit resistor component. tau1(SOC,T) pairs with R1 to complete the params for the first RC circuit. if you care, you can see right here that the dimensions of R1 and tau1 do not match thta of R0, but you can skip the manual effort
- check the "override datasheet value" checkbox for R1 and tau1.
- click apply all in the top left
- go bakc to batt params, and in "Dynamics" find "charge dynamics", and select "one time-constant dynamics" from the drop down. you should see the R1 and tau1 params that you saw in step 2 above.
- close the batt dialog.
- try to run a simulation, you should get the error below.
['model/batt']: Size of First polarization resistance, R1(SOC,T) must be equal to length of Vector of state-of-charge values, SOC by length of Vector of temperatures, T.
so my questions are:
- what did i do wring or what am i misunderstanding?
- does the pre-characterized A123 ANR26650M1 part actually have usable values for charge dynamics? if so, how do i access them?
- why does the pre-charactered part have values for R1 and tau1, but they are the wrong dimension? shouldn't there just params of the correct shape, or no params at all? were the basic param dimension updated at one point, and the charge dynamics params overlooked?
- is there a way to use the "reduced" dimension R1 and tau1 values with different length SOC and T vectors?
- same questions for all the params of the 2nd, ...5th charge dynamics RC circuits.
thanks
Accepted Answer
More Answers (0)
Categories
Find more on Simscape Battery in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!