[Answered]Matlab Example: Lithium Battery Cell - 1RC ECM model mistake? Why is Voltage at almost 4.5V, despite the battery voltage source using a table with a maximum of 4.2V?
Mostra commenti meno recenti
So I was looking at the model again "Lithium Battery Cell - One RC-Branch Equivalent Circuit" see https://de.mathworks.com/help/simscape/ug/lithium-battery-cell-one-rc-branch-equivalent-circuit.html
And the table for the voltage source only goes to 4.2 V,
but running the example shows terminal voltages of the batty up to 4.5V.
I could not figure out why that is an would appreciate if someone has the time to swiftly explain or offer pointers of what this could be due.
The Em_table.ssc uses
v == tablelookup(SOC_Table,Temp_Table,Em_Table,SOC,T,...
interpolation=linear,extrapolation=nearest)
and the initlaisation file uses
Em_LUT = [
3.4966 3.5057 3.5148
3.5519 3.5660 3.5653
3.6183 3.6337 3.6402
3.7066 3.7127 3.7213
3.9131 3.9259 3.9376
4.0748 4.0777 4.0821
4.1923 4.1928 4.1930]; %Volts
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Battery Pack Modeling in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!