필터 지우기
필터 지우기

PDE with time-dependent boundary conditions

조회 수: 2 (최근 30일)
Peter Nave
Peter Nave 2020년 8월 28일
댓글: Peter Nave 2020년 9월 1일
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개)

카테고리

Help CenterFile Exchange에서 Boundary Conditions에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by