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
Since we're using the pull method, a must apply one streaming step (plus, apply_bc poststreaming) before calculating rho and u.
The text was updated successfully, but these errors were encountered:
mehdiataei
changed the title
We're calculating pressure and velocity incorrectly.
We're calculating pressure and velocity incorrectly in the Warp backend.
Nov 7, 2024
that's not quite right. The zero'th and first moment of the Collision operation is zero actually and so the only issue we have with the way we are outputting rho and vel is at the boundaries and so all we need to be cautious of is not to include boundary voxels in our viz and analysis unless it is needed in our analysis.
Since we're using the pull method, a must apply one streaming step (plus, apply_bc poststreaming) before calculating rho and u.
The text was updated successfully, but these errors were encountered: