Feeds
질문
CFD Debugging - Negative densities
I have written an inviscid 2D flow solver for supersonic flow over a wedge. I eventually want to get to viscid flow. However, I ...
대략 3년 전 | 답변 수: 0 | 0
0
답변질문
Can't figure out operator use error
x = linspace(0,1,50); y = linspace(0,1,50); i = x(1); j = y(1); for i < length(x) for j < length(y) u(i,j) =...
대략 4년 전 | 답변 수: 1 | 0
