Reply To: Particle periodicity running with MPI.
Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.
› Forums › OpenLB › General Topics › Particle periodicity running with MPI. › Reply To: Particle periodicity running with MPI.
May 7, 2024 at 3:16 pm
#8633
jan
Participant
Dear Rookie,
unfortunately, I don’t have the capacities to check the legacy code in detail and it’s highly likely that some functionalities don’t work as expected anymore due to (recent) changes. However, just a few more thoughts on this matter:
How do you incorporate the periodic boundary? Like this?
auto periodicBoundary = make_shared < PeriodicBoundary3D<T, PARTICLE>
> (superGeometry, 1, 1, 1);
spSys.addBoundary(periodicBoundary);
Did you set an overlap such as spSys.setOverlap(pRadius * 2);?
Also, I believe you didn’t try the last point of my previous post yet, right?
Best regards,
Jan
- This reply was modified 1 year, 7 months ago by jan.
