Solving PDEs with mixed derivatives

조회 수: 2 (최근 30일)
Matthew Hunt
Matthew Hunt 2023년 1월 10일
답변: Swaraj 2023년 4월 6일
Suppose I have an equation of the form:
Can I use pdepe to solve that equation as is, or do I have to do a co-ordinate transformation first to get rid of the mixed derivative?
  댓글 수: 3
Matthew Hunt
Matthew Hunt 2023년 1월 10일
Just use
and look for the condition where there is no mixed derivatives.
Torsten
Torsten 2023년 1월 11일
편집: Torsten 2023년 1월 11일
And what do you get as PDE after applying the transformation ?
Is it of the form
dT'/dt' = a*d^2T'/dx'^2 + b*dT'/dx' + c
solvable for pdepe ?
If yes: you can apply pdepe, if no: not.

댓글을 달려면 로그인하십시오.

답변 (1개)

Swaraj
Swaraj 2023년 4월 6일
Hi,
I understand you want to use “pdepe” to solve PDE with mixed derivatives.
“pdepe” is normally used to solve 1-D parabolic and elliptic PDEs and not for mixed derivatives.
I would suggest you to go through the below documentation to understand when to use “pdepe” for solving PDE’s.
I hope it helps.
Thanks!!

카테고리

Help CenterFile Exchange에서 PDE Solvers에 대해 자세히 알아보기

태그

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by