Is there any way to get capacity fade values without cycling experiments? #2935
-
The only capacity related variables I could find were in solution summary variables which can be only accessed through cycling. While I do know there wouldn't be a considerable capacity fade in a short duration, I am still interested in measuring it. Is there no other variable or workaround for it? |
Beta Was this translation helpful? Give feedback.
Answered by
brosaplanella
May 9, 2023
Replies: 1 comment 1 reply
-
What summary variables are you interested in? Note that the solution already has some capacity variables. You can find them by using the
You can then plot them as ususal. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cyasing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What summary variables are you interested in? Note that the solution already has some capacity variables. You can find them by using the
model.variables.search("A.h")
command, which returnsYou can then plot them as ususal.