1D PDE in Matlab with pdepe, first order

조회 수: 9 (최근 30일)
JulianK
JulianK 2020년 1월 31일
댓글: Stefan 2021년 6월 25일
Hello,
I have several partial differential equations in the form of
Is it possible to solve these equations in Matlab with the pdepe solver? If yes, is it possible to combine these equations with odes?
Or does it make more sense to discretize my equations in space and solve the ordinary differential equations? (MoL)
Thanks in advance,
Julian
  댓글 수: 3
JulianK
JulianK 2020년 2월 11일
Thanks a lot, I will take a look at it. At my first glance it looks like thats the solver I was looking for.
Do you have any experience with this solver if I may have questions in the future?
Julian
Stefan
Stefan 2021년 6월 25일
Hallo together,
could someone please explain, why this equation should be hyperbolic? Isn't it elliptical?
Thanks a lot

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

답변 (1개)

Pravin Jagtap
Pravin Jagtap 2020년 2월 4일
Hello JulianK,
‘pdepe’ is used to solve system of parabolic and elliptic PDEs with one temporal and one spatial variable (Make sure that your system follow that).
I woild suggest that refer following documentation for understanding how to use ‘pdepe’:
For solving the the system of PDEs, refer following documentation:
Above documentation will give you idea about how to use PDE toolbox

카테고리

Help CenterFile Exchange에서 Eigenvalue Problems에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by