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개)

카테고리

Help CenterFile Exchange에서 PDE Solvers에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by