Replies: 1 comment 2 replies
-
I use set_initial_conditions_from() for consecutive time steps. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wrote a program to convert power to current at every time step using simple ohm's law for a battery pack with resistances in terminals and busbar with PyBaMM. I simulate just a single time step between each update, but no matter how I change the drive cycle (averaging two time samples, omitting alternate samples, etc.), it seems that the process never proceeds further after "Start solver set-up" or while descritization. I have to terminate it manually.
What can be the possible reasons? I monitored some parameters like current, voltage, power, temperature, sei length, and concentration for each cell and time step, but nothing seems out of order.
Discretisation error:
Solver error:
Beta Was this translation helpful? Give feedback.
All reactions