[Solved] CFD boundary conditions
I won’t attempt to wade through the whole paper, but I can explain the syntax and make some educated guesses about what’s going on. #define IX(i,j) ((i)+(N+2)*(j)) This looks to me like they’re transforming two-dimensional coordinates i,j into a one-dimensional array index. j is the row number and i is the column number, which jibes … Read more