Skip to content
Discussion options

You must be logged in to vote

We are working on better variables to characterize degradation but progress is a bit slow. For now one quick thing you could look at is the variable "Loss of lithium to negative sei [mol]". If you multiply by Faraday's constant and divide by 3600 that will give you LLI in Ah.
You can add as a variable to the model by doing

model.variables["Loss of charge to sei [Ah]"] = model.variables["Loss of lithium to negative sei [mol]"] * model.param.F / 3600

right after you define the model.

The "Cell capacity [Ah]" variable is only used to convert from C-rate to Ah (really it should be called "Nominal cell capacity [Ah]"). I don't know why the simulation is failing when you change it.

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@valentinsulzer
Comment options

@Xie-Jiahang
Comment options

@nibiyoule
Comment options

@valentinsulzer
Comment options

@Mrzhang-hub
Comment options

Answer selected by brosaplanella
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #1336 on January 23, 2021 13:41.