Can py-pde solve a system of differential-algebraic equations? #471
-
If I have a system of differential-algebraic equations, like: Dependent variables are Am I correct that this is not possible to solve in py-pde? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Generally, |
Beta Was this translation helpful? Give feedback.
Generally,
py-pde
cannot solve differential-algebraic equations, but I'm not sure your equation falls under this category. Can't you simply take a derivative w.r.t. toz
of the last equation and replace it in the second? In this case, you would be left with only two fields, both described by PDEs. If you needq
, you could always re-create it later using the last equation.