-
Is it possible to use another SEI model than the solvent-diffusion limited one when using Okane's 2022 parameter set? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi, This is because the interstitial-diffusion limited SEI model must have inner SEI layer, whereas the Okane's 2022 parameter set sets them to zero. You just need to change the following parameters to the same value of the example SEI parameter set:
For more information, you can check here: https://github.com/pybamm-team/PyBaMM/blob/develop/pybamm/models/submodels/interface/sei/sei_growth.py#:~:text=elif%20self.options%5B%22SEI%22%5D%20%3D%3D%20%22interstitial,prefactor%20*%20delta_phi)%20/%20(C_sei%20*%20L_sei_inner) |
Beta Was this translation helpful? Give feedback.
-
Hello It works, thank you for your the help! I have an additional question: Do you think it is possible to use the particle model: "swelling and cracking" in combination with the SEI interstitial-diffusion model? It doesn't work now, even with the SEI on cracks disabled. With kind regards |
Beta Was this translation helpful? Give feedback.
Hi,
This is because the interstitial-diffusion limited SEI model must have inner SEI layer, whereas the Okane's 2022 parameter set sets them to zero. You just need to change the following parameters to the same value of the example SEI parameter set:
For more information, you can check here: https://github.com/pybamm-team/PyBaMM/blob/develop/pybamm/models/submodels/interface/sei/sei_growth.py#:~:text=elif%20self.options%5B%22SEI%22%5D%20%3D%3D%20%22interstitial,prefactor%20*%20delta_phi)%20/%20(C_sei%20*%20L_sei_inner)