with pdepe, how to solve coupled ode-pde with ode citing pde's BC

2 次查看(过去 30 天)
Hi everyone,
I have coupled pde-ode equations, where pde's one boundary condition is ode's input parameter. I want to write both equations as PDE so that I can use pdepe, but cannot figure out how to get boundary condition of pde and pass that to ode in pdefun. Could anyone tell me how to code it in order to use pdepe? Thanks!
for example, on x from 0 to 1, i have
dC1/dt = d^2 C1 / d x^2
dC2/dt = C2 - C1(x = 1)
pde's BC : dC1/dx = C1(x=1) - C2
best, Rui
  2 个评论
Bill Greene
Bill Greene 2013-10-5
Hi,
Let me ask a couple of questions first. In the line: pde's BC : dC1/dx = C1(x=1) - C2 is this the BC at x=1? That is, are dC1/dx and C2 both values at x=1? Since, the equation for C1 is second-order, you also need a BC at x=0. What is that?
Bill
Rui
Rui 2013-11-2
Bill, sorry for the slow feedback. The system did not send me the notification.
at X = 0, dC1/dt = 0, no flux BC.
C1 diffuses to the surface at x=1, where some of it goes across interface between C2/C1.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Partial Differential Equation Toolbox 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by