PDE with time-dependent boundary conditions
4 ビュー (過去 30 日間)
古いコメントを表示
Can anybody give hints how to solve the attached problem?
採用された回答
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.
I have also tried to create a rough example that is similar to yours.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Boundary Conditions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!