How can i implemente this PDE system?

2 ビュー (過去 30 日間)
Claudio D'Amato
Claudio D'Amato 2020 年 3 月 26 日
編集済み: Claudio D'Amato 2020 年 3 月 26 日
Hi! I have to implement this system in Matlab (a,b,c,d,Ei,m and n are costants) . How can i do? How many boundary contitions i have to write?

採用された回答

Torsten
Torsten 2020 年 3 月 26 日
Use "pdepe".
You will need to specify four boundary conditions for this solver, although only two for the T equation were necessary.
As artificial condition for alpha, you could use d(alpha)/dz =0 at both ends.
  1 件のコメント
Claudio D'Amato
Claudio D'Amato 2020 年 3 月 26 日
編集済み: Claudio D'Amato 2020 年 3 月 26 日
how can i write the artificial condition d(alpha)/dz=0? the matrix "f" used in pdepe code is [b*(dT/dz) ; 0] .*dudz in this case and I have to write this type of conditions p(x,t,u)+q(x,t)*f(x,t,u,du/dx)=0.

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

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by