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!