Solving system of coupled PDEs and an ODE #358
-
I am trying to model a tubular reactor where the governing equations are a system of PDE and an ODE. The ODE is not time-varying and is only dependent on a spatial variable. For reference, I am trying to mimic the example given here : http://websites.umich.edu/~elements/web_mod/radialeffects/unsteady/index1.htm#model Is the py-pde package capable of solving such systems or are there any easy workarounds to address this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I'm afraid I don't understand the problem. As far as I can see, |
Beta Was this translation helpful? Give feedback.
I'm afraid I don't understand the problem. As far as I can see,
C_i
andT
are both fields depending on(r, z, t)
implying that the last equation also depends on these three variables, so all equations are PDEs. It seems as if I'm missing something.