"DFN + Current collector (potential pair)" model gives an error when a rest is included in the pybamm experiment #4555
Unanswered
abhishek-appana
asked this question in
Q&A
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
Below is a minimum working example for the simulation I am trying to run! It is a simple DFN + Current collector simulation using a custom experiment. I am able to run the simulation with either charge/discharge phases but I get an error (given below) when I include rest in the experiment. Has anyone faced this earlier? Is there a solution to resolve this?
Error message:
Details
NotImplementedError Traceback (most recent call last)
File Untitled-1:23
21 solver = pb.CasadiSolver(mode="safe",dt_max=10)
22 sim = pb.Simulation(model, parameter_values=parameter_values, experiment=experiment, solver=solver)
---> 23 sim.solve([0, 3600])
24 sim.plot()
NotImplementedError: Shape not recognized for 31920.0 * y[0:20000](note processing of 3D variables is not yet implemented)
Beta Was this translation helpful? Give feedback.
All reactions