-
Hi all, I would like to evaluate the DFN-Full cell model with particle size distribution via a PyBaMM experiment. I used the notebook provided for DFN with particle size distribution as a reference and added a PyBaMM experiment:
Without the experiment, the simulation runs perfectly fine. However, when I add the experiment, the following error message is printed: Am I doing something wrong, or can one currently not use PyBaMM experiment with PSD? Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
See #1549 |
Beta Was this translation helpful? Give feedback.
-
I found a work around that is easier than changing PyBaMM to accept 3D variables as suggested in #1549. I also encountered the same issue when trying to run a multistep experiment, and the best solution that I found is to directly create the current vs. time function that you expect (or know from experiment) using the pybamm.Interpolant function and then feed this into the simulation. This allows you to change the current without PyBaMM having to "pass" conditions between experimental steps which circumvents the annoying functions that give the 3D variables errors. |
Beta Was this translation helpful? Give feedback.
See #1549