State space equations for SPMe #2771
-
I want to apply SPMe to solve some control problems, e.g. fast charging, which needs the state space equations. However, I could not find related information in this package. I wonder if there exists these equations and if not, how to accomplish these equations through pybamm? Look forward to your reply! @tinosulzer @brosaplanella |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The state space equations can be derived from the Jacobian of the system (see Jacobian linearization in these slides). You could extract the Jacobian from a discretised PyBaMM model (see the docs for more info). |
Beta Was this translation helpful? Give feedback.
The state space equations can be derived from the Jacobian of the system (see Jacobian linearization in these slides). You could extract the Jacobian from a discretised PyBaMM model (see the docs for more info).