photo

Ruthra


Last seen: 대략 2개월 전 2024년부터 활동

Followers: 0   Following: 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...

대략 2개월 전 | 답변 수: 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 ...

2개월 전 | 답변 수: 1 | 0

1

답변