SlideShare a Scribd company logo
1 of 18
Electrochemical Model-Based Estimation Of SOC Using
Extended-Kalman Filter
PROJECT PRESENTATION
AENG 576 – MODELING AND CONTROL OF BATTERY SYSTEMS
Dr. Youngki Kim
Nipun Kumar – 31440148
Ratnesh Sharma – 38533793
Satya Patel – 85826429
Varma Jelli – 19000585
Topics Covered
⮚ Problem Description
⮚ Electrochemical Models of Battery
⮚ Improved Reduced Order Electrochemical Model (iROEM)
⮚ Solid Diffusion
⮚ Electrolyte Diffusion
⮚ Terminal Voltage – Pulse Cycle
⮚ Terminal Voltage – Dynamic Stress Test Cycle
⮚ SOC Estimation using EKF
⮚ SOC Estimation – Pulse Cycle
⮚ SOC Estimation – Dynamic Stress Test Cycle
⮚ Equivalent Circuit Model considering Electro Chemical Properties
⮚ Conclusion
⮚ References
1
Problem Description
• This project proposes to estimate SOC of a LIB with LMO (LiyMn2O4) chemistry from an improved reduced-order
electrochemical model (iROEM) using an Extended Kalman Filter (EKF).
• The solid phase equations will be reconstructed by combining the Padé approximation and quadratic polynomial method.
• Volume averaging technique will be used for electrolyte physics simplification. Then an EKF has been used to estimate the
SOC of the battery.
• Using the transfer function from Padé approximation, we will attempt to obtain a relationship with the resistances and
capacitances of an equivalent circuit model.
• Terminal voltage of the iROEM model is then compared against the enhanced equivalent circuit model.
2
Electrochemical Models of Battery
3
P2D
SPM
SPMe
(iROEM)
The pseudo two-dimensional (P2D) model is one of the more popular electrochemical models
(EM), but it requires large amount of computation and a few limits in real-time application in
BMS.
To overcome these drawbacks, many researchers have proposed reduced-order
electrochemical models (ROEMs) such as single particle model (SPM). However, SPM
ignores the electrolyte physics including changes in electrolyte concentration and
potential, which may easily result in the bad accuracy at medium and high C-rate.
To improve on this, an SPM model with electrolyte dynamics has been proposed. The SPMe
can provide better accuracy in the terminal output voltage (TOV) even at high C-rates. This
model focuses on achieving the necessary balances between the model fidelity and
computational complexity
Improved Reduced Order Electro Chemical Model (iROEM)
4
Padé approximation Quadratic PP
Improved Reduced Order Electro Chemical Model (iROEM) is proposed
• To improve the observability of SPMe with acceptable accuracy and computational cost
⮚ Solid Phase :- Padé Approach + Quadratic parabolic polynomial (PP)
⮚ Electrolyte Phase:- Volume Averaging Technique(VAT) + Quadratic approx.
Total ODEs: 6
Total AE: 7
Longxing et al.
Simulink model of iROEM for TOV calculation
Solid Diffusion
5
Pade approach (ODE:3 & AE 2)
(Negative Electrode)
Plot of Surface concentration profile using third order Pade
approx. approach for pulse current input
Quadratic Polynomial approach (ODE:1 & AE 2)
(Positive Electrode)
Longxing et al.
Yinyin et al.
Electrolyte Diffusion
6
V Senthil
Longxing et al.
Longxing et al.
Electrolyte Potential equation:
Terminal Voltage (TOV) Calculation – Pulse Cycle
7
Input current profile for pulse cycle
TOV comparison between different models using pulse cycle
Longxing et al.
OCV at positive and negative electrode:
Input current profile for dynamic stress test (DST) cycle
TOV comparison between different models for dynamic stress test (DST) cycle
Terminal Voltage (TOV) Calculation – Dynamic Stress Test Cycle
8
Longxing et al.
SOC Estimation using EKF
• P1 = (A*P0*(A)'+Qw);
• xbar_new = A*x0+B*I_input_pre
• Vt = h ( xbar_new, I_input)
(Nonlinear function)
• L1 = (P1*Ck')*inv(Ck*P1*Ck'+Rw)
• xhat_new = xbar_new+(L1*(Vmeas-Vt))
• P0new = (eye(3)-(L1*Ck))*P1
Ck =
⮚ Three states of Negative Electrode Pade approximation are considered for
observability.
⮚ Terminal voltage Vt = h (CsnSurf, Csn, I_Input )
⮚ Csp Surf = f ( Csn ) is used from SOC definition and Quadratic polynomial
approximation.
Longxing et al.
9
Simulink model of EKF
Jacobian Matrix
10
SOC Estimation (EKF) – Pulse Cycle
11
SOC Estimation (EKF) – Dynamic Stress Test Cycle
12
Equivalent Circuit Model considering Electro Chemical Properties
13
Gao J et.al Zhang Xi et.al
Conclusion
1. Compared quadratic polynomial and Pade approximation methods for solid diffusion dynamics. 3rd order Pade
approximation provided best results for terminal voltage (TOV).
2. Adding electrolyte dynamics improved the terminal voltage (TOV) calculation at high charge/discharge rate
and successfully validated our results with the reference paper.
3. Performed observability analysis with Pade and polynomial approximation methods for solid dynamics and
volume averaged technique (VAT) for electrolyte dynamics.
4. Estimated state of charge (SOC) using Extended Kalman Filter (EKF) with iROEM.
5. Using electrochemical properties, estimated RC pair values for equivalent circuit model (ECM), which can be
used as an initial non-linear least square regression (LSR) method.
14
Limitations
1. The iROEM does not include thermal behavior of the battery and needs to be incorporated for online BMS
applications.
2. Calculated RC values from ECM are dependent on electrochemical model parameters. Few parameters are not
time invariant. This affects the accuracy of ECM.
1. Longxing Wu, Kai Liu and Hui Pang, "Evaluation And Observability Analysis Of An Improved Reduced-Order Electrochemical Model
For Lithium-Ion Battery", Electrochimica Acta 368 (2021): 137604, doi:10.1016/j.electacta.2020.137604.
2. Gao J, Zhang Y, He H. A Real-Time Joint Estimator for Model Parameters and State of Charge of Lithium-Ion Batteries in Electric
Vehicles. Energies. 2015; 8(8):8594-8612. https://doi.org/10.3390/en8088594
3. V. Senthil Kumar , Reduced order model for a lithium-ion cell with uniform reaction rate approximation, J. Power Sources 222
(2013) 426–441 .
4. Zhang, Xi & Lu, Jinling & Yuan, Shifei & Yang, Jun & Zhou, Xuan. (2017). A novel method for identification of lithium-ion battery
equivalent circuit model parameters considering electrochemical properties. Journal of Power Sources. 345. 21-29.
10.1016/j.jpowsour.2017.01.126.
5. Yinyin Zhao and Song-Yul Choe, "A Highly Efficient Reduced Order Electrochemical Model For A Large Format Limn2o4/Carbon
Polymer Battery For Real Time Applications", Electrochimica Acta 164 (2015): 97-107, doi:10.1016/j.electacta.2015.02.182.
References
15
THANK
YOU
16
Back Up Slide
17

More Related Content

Similar to Battery_Final_Presentation_SOC_Est.pptx

Modeling Solar Modules Performance Under Temperature and Solar Radiation of W...
Modeling Solar Modules Performance Under Temperature and Solar Radiation of W...Modeling Solar Modules Performance Under Temperature and Solar Radiation of W...
Modeling Solar Modules Performance Under Temperature and Solar Radiation of W...
International Journal of Power Electronics and Drive Systems
 
Comparison of one and two time constant models for lithium ion battery
Comparison of one and two time constant models for lithium ion battery Comparison of one and two time constant models for lithium ion battery
Comparison of one and two time constant models for lithium ion battery
IJECEIAES
 
Model based battery management system for condition based maintenance confren...
Model based battery management system for condition based maintenance confren...Model based battery management system for condition based maintenance confren...
Model based battery management system for condition based maintenance confren...
Brian Kang
 
Dynamic Modeling and Simulation of a Lithium Ion Battery
Dynamic Modeling and Simulation of a Lithium Ion BatteryDynamic Modeling and Simulation of a Lithium Ion Battery
Dynamic Modeling and Simulation of a Lithium Ion Battery
Md Arifujjaman, PhD, PEng
 

Similar to Battery_Final_Presentation_SOC_Est.pptx (20)

Modeling Solar Modules Performance Under Temperature and Solar Radiation of W...
Modeling Solar Modules Performance Under Temperature and Solar Radiation of W...Modeling Solar Modules Performance Under Temperature and Solar Radiation of W...
Modeling Solar Modules Performance Under Temperature and Solar Radiation of W...
 
Proceedings
ProceedingsProceedings
Proceedings
 
Comparison of one and two time constant models for lithium ion battery
Comparison of one and two time constant models for lithium ion battery Comparison of one and two time constant models for lithium ion battery
Comparison of one and two time constant models for lithium ion battery
 
Model based battery management system for condition based maintenance confren...
Model based battery management system for condition based maintenance confren...Model based battery management system for condition based maintenance confren...
Model based battery management system for condition based maintenance confren...
 
Electrical circuit modeling of PEMFC by EIS
Electrical circuit modeling of PEMFC by EISElectrical circuit modeling of PEMFC by EIS
Electrical circuit modeling of PEMFC by EIS
 
Ijmsr 2016-14
Ijmsr 2016-14Ijmsr 2016-14
Ijmsr 2016-14
 
IRJET - Modeling and Simulation of Fuzzy Logic based Controller with Proposed...
IRJET - Modeling and Simulation of Fuzzy Logic based Controller with Proposed...IRJET - Modeling and Simulation of Fuzzy Logic based Controller with Proposed...
IRJET - Modeling and Simulation of Fuzzy Logic based Controller with Proposed...
 
Mems paper
Mems paperMems paper
Mems paper
 
T4102160166
T4102160166T4102160166
T4102160166
 
ICEE024_Malathy .ppt
ICEE024_Malathy .pptICEE024_Malathy .ppt
ICEE024_Malathy .ppt
 
Electric Vehicle (EV) Modelling for Smart Grid
Electric Vehicle (EV) Modelling for Smart GridElectric Vehicle (EV) Modelling for Smart Grid
Electric Vehicle (EV) Modelling for Smart Grid
 
Maximum power point tracking
Maximum power point trackingMaximum power point tracking
Maximum power point tracking
 
IRJET-Design of Charge Pump for PLL with Reduction In Current Mismatch and Va...
IRJET-Design of Charge Pump for PLL with Reduction In Current Mismatch and Va...IRJET-Design of Charge Pump for PLL with Reduction In Current Mismatch and Va...
IRJET-Design of Charge Pump for PLL with Reduction In Current Mismatch and Va...
 
Fuzzy logic Control & Minimizing Commutation Torque Ripple for Brushless DC M...
Fuzzy logic Control & Minimizing Commutation Torque Ripple for Brushless DC M...Fuzzy logic Control & Minimizing Commutation Torque Ripple for Brushless DC M...
Fuzzy logic Control & Minimizing Commutation Torque Ripple for Brushless DC M...
 
A Review of Analysis and Modeling of Grid Connected Three Phase Multilevel Un...
A Review of Analysis and Modeling of Grid Connected Three Phase Multilevel Un...A Review of Analysis and Modeling of Grid Connected Three Phase Multilevel Un...
A Review of Analysis and Modeling of Grid Connected Three Phase Multilevel Un...
 
07747986
0774798607747986
07747986
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
FC/PV Fed SAF with Fuzzy Logic Control for Power Quality Enhancement
FC/PV Fed SAF with Fuzzy Logic Control for Power Quality EnhancementFC/PV Fed SAF with Fuzzy Logic Control for Power Quality Enhancement
FC/PV Fed SAF with Fuzzy Logic Control for Power Quality Enhancement
 
Dynamic Modeling and Simulation of a Lithium Ion Battery
Dynamic Modeling and Simulation of a Lithium Ion BatteryDynamic Modeling and Simulation of a Lithium Ion Battery
Dynamic Modeling and Simulation of a Lithium Ion Battery
 
Solar Module Modeling, Simulation And Validation Under Matlab / Simulink
Solar Module Modeling, Simulation And Validation Under Matlab / SimulinkSolar Module Modeling, Simulation And Validation Under Matlab / Simulink
Solar Module Modeling, Simulation And Validation Under Matlab / Simulink
 

Recently uploaded

如何办理加拿大麦克马斯特大学毕业证(McMaste 毕业证书)毕业证成绩单原版一比一
如何办理加拿大麦克马斯特大学毕业证(McMaste 毕业证书)毕业证成绩单原版一比一如何办理加拿大麦克马斯特大学毕业证(McMaste 毕业证书)毕业证成绩单原版一比一
如何办理加拿大麦克马斯特大学毕业证(McMaste 毕业证书)毕业证成绩单原版一比一
8jg9cqy
 
John Deere Tractors 5415 Diagnostic Repair Service Manual.pdf
John Deere Tractors 5415 Diagnostic Repair Service Manual.pdfJohn Deere Tractors 5415 Diagnostic Repair Service Manual.pdf
John Deere Tractors 5415 Diagnostic Repair Service Manual.pdf
Excavator
 
一比一原版西安大略大学毕业证(UWO毕业证)成绩单原件一模一样
一比一原版西安大略大学毕业证(UWO毕业证)成绩单原件一模一样一比一原版西安大略大学毕业证(UWO毕业证)成绩单原件一模一样
一比一原版西安大略大学毕业证(UWO毕业证)成绩单原件一模一样
wsppdmt
 
如何办理伦敦商学院毕业证(LBS毕业证)毕业证成绩单原版一比一
如何办理伦敦商学院毕业证(LBS毕业证)毕业证成绩单原版一比一如何办理伦敦商学院毕业证(LBS毕业证)毕业证成绩单原版一比一
如何办理伦敦商学院毕业证(LBS毕业证)毕业证成绩单原版一比一
avy6anjnd
 
Top profile Call Girls In Rajahmundry [ 7014168258 ] Call Me For Genuine Mode...
Top profile Call Girls In Rajahmundry [ 7014168258 ] Call Me For Genuine Mode...Top profile Call Girls In Rajahmundry [ 7014168258 ] Call Me For Genuine Mode...
Top profile Call Girls In Rajahmundry [ 7014168258 ] Call Me For Genuine Mode...
nirzagarg
 
Top profile Call Girls In dewas [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In dewas [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In dewas [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In dewas [ 7014168258 ] Call Me For Genuine Models We ...
gajnagarg
 
Top profile Call Girls In Ranchi [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Ranchi [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Ranchi [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Ranchi [ 7014168258 ] Call Me For Genuine Models We...
gajnagarg
 

Recently uploaded (20)

John deere 7200r 7230R 7260R Problems Repair Manual
John deere 7200r 7230R 7260R Problems Repair ManualJohn deere 7200r 7230R 7260R Problems Repair Manual
John deere 7200r 7230R 7260R Problems Repair Manual
 
如何办理加拿大麦克马斯特大学毕业证(McMaste 毕业证书)毕业证成绩单原版一比一
如何办理加拿大麦克马斯特大学毕业证(McMaste 毕业证书)毕业证成绩单原版一比一如何办理加拿大麦克马斯特大学毕业证(McMaste 毕业证书)毕业证成绩单原版一比一
如何办理加拿大麦克马斯特大学毕业证(McMaste 毕业证书)毕业证成绩单原版一比一
 
John Deere Tractors 5415 Diagnostic Repair Service Manual.pdf
John Deere Tractors 5415 Diagnostic Repair Service Manual.pdfJohn Deere Tractors 5415 Diagnostic Repair Service Manual.pdf
John Deere Tractors 5415 Diagnostic Repair Service Manual.pdf
 
一比一原版西安大略大学毕业证(UWO毕业证)成绩单原件一模一样
一比一原版西安大略大学毕业证(UWO毕业证)成绩单原件一模一样一比一原版西安大略大学毕业证(UWO毕业证)成绩单原件一模一样
一比一原版西安大略大学毕业证(UWO毕业证)成绩单原件一模一样
 
如何办理伦敦商学院毕业证(LBS毕业证)毕业证成绩单原版一比一
如何办理伦敦商学院毕业证(LBS毕业证)毕业证成绩单原版一比一如何办理伦敦商学院毕业证(LBS毕业证)毕业证成绩单原版一比一
如何办理伦敦商学院毕业证(LBS毕业证)毕业证成绩单原版一比一
 
Premium Call Girls Aurangabad Call Girls 💯Call Us 🔝 6378878445 🔝 💃 Top Class ...
Premium Call Girls Aurangabad Call Girls 💯Call Us 🔝 6378878445 🔝 💃 Top Class ...Premium Call Girls Aurangabad Call Girls 💯Call Us 🔝 6378878445 🔝 💃 Top Class ...
Premium Call Girls Aurangabad Call Girls 💯Call Us 🔝 6378878445 🔝 💃 Top Class ...
 
Is Your Volvo XC90 Displaying Anti-Skid Service Required Alert Here's Why
Is Your Volvo XC90 Displaying Anti-Skid Service Required Alert Here's WhyIs Your Volvo XC90 Displaying Anti-Skid Service Required Alert Here's Why
Is Your Volvo XC90 Displaying Anti-Skid Service Required Alert Here's Why
 
Top profile Call Girls In Rajahmundry [ 7014168258 ] Call Me For Genuine Mode...
Top profile Call Girls In Rajahmundry [ 7014168258 ] Call Me For Genuine Mode...Top profile Call Girls In Rajahmundry [ 7014168258 ] Call Me For Genuine Mode...
Top profile Call Girls In Rajahmundry [ 7014168258 ] Call Me For Genuine Mode...
 
Electronic Stability Program. (ESP).pptx
Electronic Stability Program. (ESP).pptxElectronic Stability Program. (ESP).pptx
Electronic Stability Program. (ESP).pptx
 
Is Your Mercedes Benz Trunk Refusing To Close Here's What Might Be Wrong
Is Your Mercedes Benz Trunk Refusing To Close Here's What Might Be WrongIs Your Mercedes Benz Trunk Refusing To Close Here's What Might Be Wrong
Is Your Mercedes Benz Trunk Refusing To Close Here's What Might Be Wrong
 
❤️Panchkula Enjoy 24/7 Escort Service sdf
❤️Panchkula Enjoy 24/7 Escort Service sdf❤️Panchkula Enjoy 24/7 Escort Service sdf
❤️Panchkula Enjoy 24/7 Escort Service sdf
 
Only Cash On Delivery Call Girls Service In Chennai 💯Niamh 📲🔝6378878445🔝Call...
Only Cash On Delivery Call Girls Service In Chennai  💯Niamh 📲🔝6378878445🔝Call...Only Cash On Delivery Call Girls Service In Chennai  💯Niamh 📲🔝6378878445🔝Call...
Only Cash On Delivery Call Girls Service In Chennai 💯Niamh 📲🔝6378878445🔝Call...
 
Amreli } Russian Call Girls Ahmedabad - Phone 8005736733 Escorts Service at 6...
Amreli } Russian Call Girls Ahmedabad - Phone 8005736733 Escorts Service at 6...Amreli } Russian Call Girls Ahmedabad - Phone 8005736733 Escorts Service at 6...
Amreli } Russian Call Girls Ahmedabad - Phone 8005736733 Escorts Service at 6...
 
Top profile Call Girls In dewas [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In dewas [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In dewas [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In dewas [ 7014168258 ] Call Me For Genuine Models We ...
 
Nangloi Jat Escorts Service Girl ^ 9332606886, WhatsApp Anytime Nangloi Jat
Nangloi Jat Escorts Service Girl ^ 9332606886, WhatsApp Anytime Nangloi JatNangloi Jat Escorts Service Girl ^ 9332606886, WhatsApp Anytime Nangloi Jat
Nangloi Jat Escorts Service Girl ^ 9332606886, WhatsApp Anytime Nangloi Jat
 
Kolkata🌹Vip Call Girls Bengal ❤Heer 0000000000💟 Full Trusted CALL GIRLS IN Ko...
Kolkata🌹Vip Call Girls Bengal ❤Heer 0000000000💟 Full Trusted CALL GIRLS IN Ko...Kolkata🌹Vip Call Girls Bengal ❤Heer 0000000000💟 Full Trusted CALL GIRLS IN Ko...
Kolkata🌹Vip Call Girls Bengal ❤Heer 0000000000💟 Full Trusted CALL GIRLS IN Ko...
 
Washim Call Girls 📞9332606886 Call Girls in Washim Escorts service book now C...
Washim Call Girls 📞9332606886 Call Girls in Washim Escorts service book now C...Washim Call Girls 📞9332606886 Call Girls in Washim Escorts service book now C...
Washim Call Girls 📞9332606886 Call Girls in Washim Escorts service book now C...
 
Top profile Call Girls In Ranchi [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Ranchi [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Ranchi [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Ranchi [ 7014168258 ] Call Me For Genuine Models We...
 
Kolkata Call Girls Bengal 👉👉 0000000000 Top Class Call Girl Service Available
Kolkata Call Girls Bengal 👉👉 0000000000 Top Class Call Girl Service AvailableKolkata Call Girls Bengal 👉👉 0000000000 Top Class Call Girl Service Available
Kolkata Call Girls Bengal 👉👉 0000000000 Top Class Call Girl Service Available
 
Nashik Escorts Service Girl ^ 9332606886, WhatsApp Anytime Nashik
Nashik Escorts Service Girl ^ 9332606886, WhatsApp Anytime NashikNashik Escorts Service Girl ^ 9332606886, WhatsApp Anytime Nashik
Nashik Escorts Service Girl ^ 9332606886, WhatsApp Anytime Nashik
 

Battery_Final_Presentation_SOC_Est.pptx

  • 1. Electrochemical Model-Based Estimation Of SOC Using Extended-Kalman Filter PROJECT PRESENTATION AENG 576 – MODELING AND CONTROL OF BATTERY SYSTEMS Dr. Youngki Kim Nipun Kumar – 31440148 Ratnesh Sharma – 38533793 Satya Patel – 85826429 Varma Jelli – 19000585
  • 2. Topics Covered ⮚ Problem Description ⮚ Electrochemical Models of Battery ⮚ Improved Reduced Order Electrochemical Model (iROEM) ⮚ Solid Diffusion ⮚ Electrolyte Diffusion ⮚ Terminal Voltage – Pulse Cycle ⮚ Terminal Voltage – Dynamic Stress Test Cycle ⮚ SOC Estimation using EKF ⮚ SOC Estimation – Pulse Cycle ⮚ SOC Estimation – Dynamic Stress Test Cycle ⮚ Equivalent Circuit Model considering Electro Chemical Properties ⮚ Conclusion ⮚ References 1
  • 3. Problem Description • This project proposes to estimate SOC of a LIB with LMO (LiyMn2O4) chemistry from an improved reduced-order electrochemical model (iROEM) using an Extended Kalman Filter (EKF). • The solid phase equations will be reconstructed by combining the Padé approximation and quadratic polynomial method. • Volume averaging technique will be used for electrolyte physics simplification. Then an EKF has been used to estimate the SOC of the battery. • Using the transfer function from Padé approximation, we will attempt to obtain a relationship with the resistances and capacitances of an equivalent circuit model. • Terminal voltage of the iROEM model is then compared against the enhanced equivalent circuit model. 2
  • 4. Electrochemical Models of Battery 3 P2D SPM SPMe (iROEM) The pseudo two-dimensional (P2D) model is one of the more popular electrochemical models (EM), but it requires large amount of computation and a few limits in real-time application in BMS. To overcome these drawbacks, many researchers have proposed reduced-order electrochemical models (ROEMs) such as single particle model (SPM). However, SPM ignores the electrolyte physics including changes in electrolyte concentration and potential, which may easily result in the bad accuracy at medium and high C-rate. To improve on this, an SPM model with electrolyte dynamics has been proposed. The SPMe can provide better accuracy in the terminal output voltage (TOV) even at high C-rates. This model focuses on achieving the necessary balances between the model fidelity and computational complexity
  • 5. Improved Reduced Order Electro Chemical Model (iROEM) 4 Padé approximation Quadratic PP Improved Reduced Order Electro Chemical Model (iROEM) is proposed • To improve the observability of SPMe with acceptable accuracy and computational cost ⮚ Solid Phase :- Padé Approach + Quadratic parabolic polynomial (PP) ⮚ Electrolyte Phase:- Volume Averaging Technique(VAT) + Quadratic approx. Total ODEs: 6 Total AE: 7 Longxing et al. Simulink model of iROEM for TOV calculation
  • 6. Solid Diffusion 5 Pade approach (ODE:3 & AE 2) (Negative Electrode) Plot of Surface concentration profile using third order Pade approx. approach for pulse current input Quadratic Polynomial approach (ODE:1 & AE 2) (Positive Electrode) Longxing et al. Yinyin et al.
  • 7. Electrolyte Diffusion 6 V Senthil Longxing et al. Longxing et al. Electrolyte Potential equation:
  • 8. Terminal Voltage (TOV) Calculation – Pulse Cycle 7 Input current profile for pulse cycle TOV comparison between different models using pulse cycle Longxing et al. OCV at positive and negative electrode:
  • 9. Input current profile for dynamic stress test (DST) cycle TOV comparison between different models for dynamic stress test (DST) cycle Terminal Voltage (TOV) Calculation – Dynamic Stress Test Cycle 8 Longxing et al.
  • 10. SOC Estimation using EKF • P1 = (A*P0*(A)'+Qw); • xbar_new = A*x0+B*I_input_pre • Vt = h ( xbar_new, I_input) (Nonlinear function) • L1 = (P1*Ck')*inv(Ck*P1*Ck'+Rw) • xhat_new = xbar_new+(L1*(Vmeas-Vt)) • P0new = (eye(3)-(L1*Ck))*P1 Ck = ⮚ Three states of Negative Electrode Pade approximation are considered for observability. ⮚ Terminal voltage Vt = h (CsnSurf, Csn, I_Input ) ⮚ Csp Surf = f ( Csn ) is used from SOC definition and Quadratic polynomial approximation. Longxing et al. 9 Simulink model of EKF
  • 12. SOC Estimation (EKF) – Pulse Cycle 11
  • 13. SOC Estimation (EKF) – Dynamic Stress Test Cycle 12
  • 14. Equivalent Circuit Model considering Electro Chemical Properties 13 Gao J et.al Zhang Xi et.al
  • 15. Conclusion 1. Compared quadratic polynomial and Pade approximation methods for solid diffusion dynamics. 3rd order Pade approximation provided best results for terminal voltage (TOV). 2. Adding electrolyte dynamics improved the terminal voltage (TOV) calculation at high charge/discharge rate and successfully validated our results with the reference paper. 3. Performed observability analysis with Pade and polynomial approximation methods for solid dynamics and volume averaged technique (VAT) for electrolyte dynamics. 4. Estimated state of charge (SOC) using Extended Kalman Filter (EKF) with iROEM. 5. Using electrochemical properties, estimated RC pair values for equivalent circuit model (ECM), which can be used as an initial non-linear least square regression (LSR) method. 14 Limitations 1. The iROEM does not include thermal behavior of the battery and needs to be incorporated for online BMS applications. 2. Calculated RC values from ECM are dependent on electrochemical model parameters. Few parameters are not time invariant. This affects the accuracy of ECM.
  • 16. 1. Longxing Wu, Kai Liu and Hui Pang, "Evaluation And Observability Analysis Of An Improved Reduced-Order Electrochemical Model For Lithium-Ion Battery", Electrochimica Acta 368 (2021): 137604, doi:10.1016/j.electacta.2020.137604. 2. Gao J, Zhang Y, He H. A Real-Time Joint Estimator for Model Parameters and State of Charge of Lithium-Ion Batteries in Electric Vehicles. Energies. 2015; 8(8):8594-8612. https://doi.org/10.3390/en8088594 3. V. Senthil Kumar , Reduced order model for a lithium-ion cell with uniform reaction rate approximation, J. Power Sources 222 (2013) 426–441 . 4. Zhang, Xi & Lu, Jinling & Yuan, Shifei & Yang, Jun & Zhou, Xuan. (2017). A novel method for identification of lithium-ion battery equivalent circuit model parameters considering electrochemical properties. Journal of Power Sources. 345. 21-29. 10.1016/j.jpowsour.2017.01.126. 5. Yinyin Zhao and Song-Yul Choe, "A Highly Efficient Reduced Order Electrochemical Model For A Large Format Limn2o4/Carbon Polymer Battery For Real Time Applications", Electrochimica Acta 164 (2015): 97-107, doi:10.1016/j.electacta.2015.02.182. References 15