PDE with time-dependent boundary conditions

6 次查看(过去 30 天)
Can anybody give hints how to solve the attached problem?
  2 个评论
Peter Nave
Peter Nave 2020-8-31
I am especially interested in the possibility of using pdepe for solving this problem.
Peter Nave
Peter Nave 2020-9-1
Thank you very much. I will study your codes and I will let you know how I fared.

请先登录,再进行评论。

采纳的回答

Bill Greene
Bill Greene 2020-9-1
I do not believe it is possible to solve this problem with pdepe.
However I have written a one-dimensional PDE solver which is similar to
pdepe (similar syntax and runs in MATLAB)
but contains some enhancements including the capability to couple a
set of ODE with the set of PDE. These ODE can be used, for example, to model
the two reservoirs at the ends of your diffusion region.
My PDE solver can be downloaded here.
I have also tried to create a rough example that is similar to yours.
This example can be downloaded here.

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by