Equivalent circuit parametrisation with DFN model #3823
-
Hi everyone and @tinosulzer @brosaplanella @TomTranter , I am trying to treat Pybamm's DFN model as a real battery and want to identify the electrical parameters of the first-order equivalent circuit model based on EIS data. However I am not very clear how I could define the initial conditions of the ECM parameters (R1,R2,C1). The parameter set I am using for DFN model is Chen2020 and OKane2022. Can someone familiar with ECM advise me please. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@Scottmar93 might have some experience of this |
Beta Was this translation helpful? Give feedback.
-
Hi Akila, To get some initial estimates for the ECM parameters, I would recommend first plotting the EIS response of the DFN model on a nyquist plot. The series resistance is where the curve intersects the x-axis. The RC pair parameters can be roughly estimated by looking at the semicircle:
It’s not going to be easy to pick out the exact correct numbers but you should get some rough values that are good enough to start the optimization. You might also have more than one semicircle so you’ll need to choose the one you want to try to capture or add more RC pairs. A couple of points though:
I can recommend this site for a really good explanation on EIS |
Beta Was this translation helpful? Give feedback.
Hi Akila,
To get some initial estimates for the ECM parameters, I would recommend first plotting the EIS response of the DFN model on a nyquist plot. The series resistance is where the curve intersects the x-axis. The RC pair parameters can be roughly estimated by looking at the semicircle:
It’s not going to be easy to pick out the exact correct numbers but you should get some rough values that are good eno…