pdepe function without right boundary conditon
显示 更早的评论
Hello
I have a first order PDE (u_t = a*u_x or advection equation) and for solving, it doesn't need boundary condition at right. but in pdepe function I should enter boundary condition at right (end of the stream). How could I ignore right b.c in pdepe?
4 个评论
Torsten
2017-2-16
pdepe is designed to solve parabolic-elliptic PDEs (that's what the "pe" at the end of the name "pdepe" stands for).
Your PDE is hyperbolic in nature. That means that pdepe is not suited to solve it.
Best wishes
Torsten.
Hossein Sahhaf
2017-2-16
Try
Or discretize your simple equation in space and use ODE15S to solve the resulting system of ordinary equations in time (method-of-lines approach).
Best wishes
Torsten.
Hossein Sahhaf
2017-2-16
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Eigenvalue Problems 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!