Feeds
提问
below are the codes to solve heat transfer using implicit and explicit method but my implicit method is showing huge error, what is wrong on the implicit method
clc clear close all nx = 10; nt = 50; a = 0; b = 1; t0 = 0; tf = 0.2; dx = (b-a)/(nx-1); dt = (tf-t0)/(nt-1); x = a:d...
2 years 前 | 1 个回答 | 0