Reply To: Particle periodicity running with MPI.
OpenLB – Open Source Lattice Boltzmann Code › Forums › on 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 4 months, 1 week ago by jan.