Solve heat problem by using pdepe

조회 수: 1 (최근 30일)
Hyeongyu Lee
Hyeongyu Lee 2020년 3월 15일
답변: Josh Meyer 2020년 3월 25일
I want to solve two boundary condition heat equation changed by time
at t = 0~0.03
pl = ul-15; ql = 0;
pr = ur+20; qr = 0;
at t = 0.03~0.3
pl = ul-15; ql = 0;
pr = ur-80; qr = 0;
c = 1; f = dudx; s = 0; u0 = 15
how can I solve this problem?

답변 (1개)

Josh Meyer
Josh Meyer 2020년 3월 25일
Assuming you want to enforce pr = ur+20; at t=0.03, then you can split the problem into two sub-problems that are solved separately, using the solution of the first problem posed on the interval [0, 0.03] as the initial condition for the second problem posed on the interval [0.03, 0.3].

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by