Calculation Incremental capacity #1299
-
Dear developers, This would help to interpret and analyse experimental data related to the ageing of the Li-ion cells. I'm trying to calculate the charge and use numpy to calculate dQ/dV but I cannot properly convert the pybamm.solvers.processed_variable.ProcessedVariable (for example, the cell potential, the time and the current) to numpy arrays. How should I proceed? Or this feature is already implemented? Thanks a lot and best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi Mauro, |
Beta Was this translation helpful? Give feedback.
-
Dear Valentin, |
Beta Was this translation helpful? Give feedback.
Hi Mauro,
To access the numpy arrays, you can do e.g.
solution["Time [h]"].data
. Is this what you are looking for?Are you trying to do dQ/dV on the output of PyBaMM simulations, or on experimental data?