photo

Ruthra


Last seen: 5ヶ月 前 2024 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

2 質問
0 回答

ランク
93,236
of 297,503

評判
0

コントリビューション
2 質問
0 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 20,449

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,017

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

Feeds

表示方法

質問


anyone correct the below code for solving energy, vorticity eqn using the alternative direct implicit fdm method for which i should get the values of velocitiy at each grid i
% MATLAB code to solve the coupled temperature and vorticity equations using ADI FDM % Parameters Pr = 0.733; % Pra...

5ヶ月 前 | 0 件の回答 | 0

0

回答

質問


i have a code for solving the stream function using successive line over relaxation , i should get a graph as metioned below can anyone do correcction tions in this code
nx = 41; ny = 41; Lx = 1.0; Ly = 1.0; A = Lx; dx = Lx / (nx - 1); dy = Ly / (ny - 1); omega = 0.5; tol ...

6ヶ月 前 | 1 件の回答 | 0

1

回答