How to solve 1D Heat Equation by Laasonen Method?
7 次查看(过去 30 天)
显示 更早的评论
A wall 1ft thick
initial :
T0=100;
boundry :
T(1,:)=300;
T(nx,:)=300;
0 个评论
回答(1 个)
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Boundary Conditions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!