How to solve 1D Heat Equation by Laasonen Method?

조회 수: 4 (최근 30일)
nihan cam
nihan cam 2021년 2월 26일
답변: Rhea Chandy 2021년 3월 1일
A wall 1ft thick
initial :
T0=100;
boundry :
T(1,:)=300;
T(nx,:)=300;

답변 (1개)

Rhea Chandy
Rhea Chandy 2021년 3월 1일
This seems like a homework question. if you can provide the code you've written to solve the problem and ask a specific question about where you're facing difficulty, we may be able to provide some guidance. Please see the guidelines for asking homework questions on MATLAB Answers found here.
For a start, you can look into the pdepe function, to solve 1-D parabolic and elliptic PDEs, PDE toolbox, and this file exchange submission, which might give you some insight.
The submission, CFD-Navier-Stokes, is one of the several submissions in MATLAB File Exchange on MATLAB Central which is a forum for our product users to interact, exchange information and knowledge, without MathWorks' involvement. Feel free to contact the author of this submission directly for specific questions about the implementation.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by