Finite volume method on matlab
이전 댓글 표시
How can I use finite volume method on matlab? I have a heat equation and i want to find T(r).
댓글 수: 3
Torsten
2021년 12월 12일
If you must use the finite volume method, you will have to program the discretization on your own.
If you are allowed to use the finite element method, you can use MATLAB's "pdepe".
KSSV
2021년 12월 12일
Search in fileexchange, you may get the striaght problem or few examples which you can adopt.
Rana Önem
2021년 12월 12일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!