Battery-Intelligence-Lab / SLIDE

SLIDE is C++ code that simulates degradation of lithium ion cells. It extends the single particle model with various degradation models from literature. Users can select which degradation models they want to use for a given simulation.
Other
107 stars 35 forks source link

Combining functions #22

Open elsasalomonsson opened 1 year ago

elsasalomonsson commented 1 year ago

Hello,

I would like to simulate battery degradation where both cyclic and calendar ageing are being taken into consideration at the same time. Right now, those two functions are running separately and not dependent of one another. In other words, I would like to receive an output file with data that has taken into consideration both calendar and cyclic ageing. Is this possible?

Best regards, Elsa

ElektrikAkar commented 1 year ago

Hi,

In SLIDE we currently have only physics based degradation models which have the ability to simulate the both calendar and cycle ageing effects.

You can refer to this paper for more information:

https://iopscience.iop.org/article/10.1149/2.0281914jes/pdf

Yours sincerely, Volkan

elsasalomonsson commented 1 year ago

Hi,

Thank you for answering! I still quite do not understand, is there a function in SLIDE that takes into consideration both calendar and cyclic ageing? What is it called in that case?

Sincerely, Elsa


Från: Volkan Kumtepeli @.> Skickat: den 30 mars 2023 23:30 Till: Battery-Intelligence-Lab/SLIDE @.> Kopia: Elsa Salomonsson @.>; Author @.> Ämne: Re: [Battery-Intelligence-Lab/SLIDE] Combining functions (Issue #22)

Hi,

In SLIDE we currently have only physics based degradation models which have the ability to simulate the both calendar and cycle ageing effects.

You can refer to this paper for more information:

https://iopscience.iop.org/article/10.1149/2.0281914jes/pdfhttps://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fiopscience.iop.org%2Farticle%2F10.1149%2F2.0281914jes%2Fpdf&data=05%7C01%7Celssa545%40student.liu.se%7C748299d9eeb343a8573b08db3165fbb1%7C913f18ec7f264c5fa816784fe9a58edd%7C0%7C0%7C638158086312987226%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=nhCwAJyvWq%2BEZ3z5ydbx3ismK3kmIjzDWP%2BhRhmhC9Y%3D&reserved=0

Yours sincerely, Volkan

— Reply to this email directly, view it on GitHubhttps://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FBattery-Intelligence-Lab%2FSLIDE%2Fissues%2F22%23issuecomment-1490990098&data=05%7C01%7Celssa545%40student.liu.se%7C748299d9eeb343a8573b08db3165fbb1%7C913f18ec7f264c5fa816784fe9a58edd%7C0%7C0%7C638158086312987226%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=YtnDj0kD58jtP1vZzOrcKhX3hAT83v0PLaByuoS7Uc4%3D&reserved=0, or unsubscribehttps://eur01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FA63HEFVOLWQ2DI7GMYOWG7TW6X3PHANCNFSM6AAAAAAWNH6YO4&data=05%7C01%7Celssa545%40student.liu.se%7C748299d9eeb343a8573b08db3165fbb1%7C913f18ec7f264c5fa816784fe9a58edd%7C0%7C0%7C638158086312987226%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=uGdUr3KCV3S8rwPljpALYXjODy0Px3lzDCwFwuKJvEs%3D&reserved=0. You are receiving this because you authored the thread.Message ID: @.***>

ElektrikAkar commented 1 year ago

Hi Elsa,

I am sorry for late reply. Depending on the selected ageing model you can simulate both calendar and cycle ageing. The default settings do that :)

Yours sincerely, Volkan