Solving Boundary Value Problem in 2D

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?

 採用された回答

Torsten
Torsten 2017 年 11 月 23 日

0 投票

Interpret x as time(t) and y as length(x) and use MATLAB's "pdepe".
Best wishes
Torsten.

2 件のコメント

Saeid
Saeid 2017 年 11 月 23 日
Danke Torsten. I didn't know that such function exists. Is there a chance you have some examples that you can share? Saeid
Torsten
Torsten 2017 年 11 月 24 日
編集済み: Torsten 2017 年 11 月 24 日
Here are some examples:
https://de.mathworks.com/help/matlab/ref/pdepe.html#f93-998895
Maybe the MATLAB documentation contains some more.
Best wishes
Torsten.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangePolymers についてさらに検索

質問済み:

2017 年 11 月 23 日

編集済み:

2017 年 11 月 24 日

Community Treasure Hunt

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

Start Hunting!

Translated by