How to solve 1D Heat Equation by Laasonen Method?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
A wall 1ft thick
initial :
T0=100;
boundry :
T(1,:)=300;
T(nx,:)=300;
0 Commenti
Risposte (1)
Rhea Chandy
il 1 Mar 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.
0 Commenti
Vedere anche
Categorie
Scopri di più su Boundary Conditions in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!