1D PDE in Matlab with pdepe, first order
Afficher commentaires plus anciens
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 commentaires
Bill Greene
le 31 Jan 2020
I suggest you take a look at the paper and code on this page, Shampine, under the heading Hyperbolic PDEs.
JulianK
le 11 Fév 2020
Stefan
le 25 Juin 2021
Hallo together,
could someone please explain, why this equation should be hyperbolic? Isn't it elliptical?

Thanks a lot
Réponses (1)
Pravin Jagtap
le 4 Fév 2020
0 votes
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
Catégories
En savoir plus sur Eigenvalue Problems dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!