What is the right way to obtain SOC values during the experiment? #2936
-
I can see SOC being used in the source code as a variable, as well as initial SOC, but how can I change initial SOC and extract SOC from solution within a script? |
Beta Was this translation helpful? Give feedback.
Answered by
brosaplanella
May 9, 2023
Replies: 1 comment 5 replies
-
There is no SoC variable built in PyBaMM as there are multiple definitions, but you can get the SoC according to your own definition by using postprocessing the solution (e.g. dividing the |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
cyasing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no SoC variable built in PyBaMM as there are multiple definitions, but you can get the SoC according to your own definition by using postprocessing the solution (e.g. dividing the
Discharge capacity [A.h]
by the total capacity).