Solving Boundary Value Problem in 2D
5 ビュー (過去 30 日間)
古いコメントを表示
I am trying to solve the 2D boundary value problem (energy equation for non-isothermal flow of non-newtonian fluids) inside a channel with rectangular cross-section. One version of that equation looks e.g. like this: a.dT/dx=d^2T/dy^2+b.exp(-T) Do the existing capabilities of Matlab offer a way for solving a BVP of this type without programming a finite difference code?
0 件のコメント
採用された回答
Torsten
2017 年 11 月 23 日
Interpret x as time(t) and y as length(x) and use MATLAB's "pdepe".
Best wishes
Torsten.
2 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!