-
-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase in a active material during aging #1245
Comments
I am open for discussion to solve the issue. To a matter of fact, I am also working to solve the issue. |
We discussed this this morning. The problem is line 42 of |
Thanks, Tino. For the decrease in the active material, I have a suggestion to look into the thesis of Marcello Torchio who was a developer of LIONSIMBA. In his thesis, I have read about the decrease in the active material volume fraction and he has tried to implement it. I have tried implementing the same in MATLAB and could successfully implement that. The thesis is available online via this link: https://iris.unipv.it/retrieve/handle/11571/1203372/184976/main.pdf |
So probably what I have been plotting as "X-averaged negative electrode active material volume fraction", "X-averaged separator active material volume fraction", and "X-averaged positive electrode active material volume fraction", was actually the inactive material. Please correct me if I am wrong! |
Yes, the increase you are seeing should be a change in inactive material, and active material volume fraction staying constant. |
I tried running cycling_ageing_yang.py for 50 cycles. I plotted the following quantities:
"X-averaged negative electrode active material volume fraction",
"X-averaged separator active material volume fraction",
"X-averaged positive electrode active material volume fraction",
Each plot gave an increasing trend. AS per literature, with an increase in the number of cycles, the active material reduces which is one of the causes for degradation of battery or capacity fading.
All other values like terminal voltage and the dicharge capacity looked fine apart from the increase in the active material.
To Reproduce
Steps to reproduce the behavior:
Run the cycling_ageing_yang.py by changing the number "*2" to "*50 "in line 15 and run it. Plot the above quantities and check for the trend.
Expected behavior
An increase in active material will be seen.
Possible solution
The capacity fade can be computed as a space-time integral of ionic flux. Basically fade is the function of side reaction flux. The capacity fade computed can be used to update the initial active material at each cycle.
The text was updated successfully, but these errors were encountered: