Feeds
提问
upwind differencing 2 dimensional FVM
On a 8 x 8 cell grid, work out the values of ϕ that are obtained by discretizing the equation u*dϕ/dx+v*dϕ/dy= 0, where u = 0....
4 years 前 | 0 个回答 | 0
0
个回答提问
Explicit Heat Conduction in 3d
L=1; t=1; k=.001; nx=11; ny=11; nz=11; nt=500; dx=L/n; dt=.002; alpha=k*dt/dx^2; T0=400*ones(1,n); T1=300*ones(1,n); ...
4 years 前 | 2 个回答 | 0