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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0