How to solve 1D Heat Equation by Laasonen Method?

3 visualizaciones (últimos 30 días)
nihan cam
nihan cam el 26 de Feb. de 2021
Respondida: Rhea Chandy el 1 de Mzo. de 2021
A wall 1ft thick
initial :
T0=100;
boundry :
T(1,:)=300;
T(nx,:)=300;

Respuestas (1)

Rhea Chandy
Rhea Chandy el 1 de Mzo. de 2021
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.

Community Treasure Hunt

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

Start Hunting!

Translated by