You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am surprised by the high computational efficiency of PyBaMM. For the DFN model, solving for 1000 time steps may only take 3 seconds!
I am curious about the treatment of the DFN model, as we all know it is composed of several PDEs and algebraic equations. I noticed that pybamm relies on CasADi to solve the DAE system. Is it to first discretize the PDEs in DFN model in space to obtain the time-dependent ODEs and algebraic equations, and then call the integrator generated by CasADi to solve it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am surprised by the high computational efficiency of PyBaMM. For the DFN model, solving for 1000 time steps may only take 3 seconds!
I am curious about the treatment of the DFN model, as we all know it is composed of several PDEs and algebraic equations. I noticed that pybamm relies on CasADi to solve the DAE system. Is it to first discretize the PDEs in DFN model in space to obtain the time-dependent ODEs and algebraic equations, and then call the integrator generated by CasADi to solve it?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions