PDE with time-dependent boundary conditions

4 vues (au cours des 30 derniers jours)
Peter Nave
Peter Nave le 28 Août 2020
Commenté : Peter Nave le 1 Sep 2020
Can anybody give hints how to solve the attached problem?
  2 commentaires
Peter Nave
Peter Nave le 31 Août 2020
I am especially interested in the possibility of using pdepe for solving this problem.
Peter Nave
Peter Nave le 1 Sep 2020
Thank you very much. I will study your codes and I will let you know how I fared.

Connectez-vous pour commenter.

Réponse acceptée

Bill Greene
Bill Greene le 1 Sep 2020
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.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by