統計
MATLAB Answers
2 質問
0 回答
ランク
of 174,609
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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