Solve PDE with Multiple Boundary Conditions
4 ビュー (過去 30 日間)
古いコメントを表示
Hi,
I want to solve PDE with Multiple Boundary Conditions.
But in terms of the problem I am interested in, there are two PDE in a different region.
For example, one set in the interval [0,1], and the other set in the interval [1,5]. The connection between the two regions is that the solutions must be continuous at x=1. The solution must also satisfy the boundary conditions like below
:https://www.mathworks.com/help/matlab/math/solve-bvp-with-multiple-boundary-conditions.html
I am wondering whether the problem also can be solved in PDE with a time derivative.
Thanks,
Dong Woo
1 件のコメント
Torsten
2023 年 11 月 22 日
編集済み: Torsten
2023 年 11 月 22 日
If you want to solve a stationary problem, take a look here:
And here is an answer for time-dependent problems:
If this does not answer your question, please supply your equations, the computational domain, the interface and boundary conditions and initial conditions.
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!