You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, in all codes from chapter 5 and 6 the velocity components u and v are calculated with c_i * f_i (x,t) (summation implied) while according to formula 3.1 the result should be divided by rho (x,t). Trying to add it the code doesn't give the correct result anymore.