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
When using a moving IBM particle in conjunction with periodic BC, the particle will just leave the domain instead of appearing in the other side of the domain.
The text was updated successfully, but these errors were encountered:
Offset periodic in Z-direction needs work in multi-gpu
For 1 gpu, it can be performed by changing the idx in gpuForceInterpolationSpread to: IBM_BC_Z_0 + (posBase[2]+zk+ (IBM_BC_Z_E) - IBM_BC_Z_0-IBM_BC_Z_0)%((IBM_BC_Z_E) - IBM_BC_Z_0)
When using a moving IBM particle in conjunction with periodic BC, the particle will just leave the domain instead of appearing in the other side of the domain.
The text was updated successfully, but these errors were encountered: