CFD-GO / TCLB

TCLB - Templated MPI+CUDA/CPU Lattice Boltzmann code
https://tclb.io
GNU General Public License v3.0
178 stars 70 forks source link

TCLB-LIGGGHTS particle insertion #260

Open ndivaira opened 4 years ago

ndivaira commented 4 years ago

When inserting a particle after a certain amount of timesteps, i.e. allowing the LBM simulation to first for for n steps before inserting the first particle, the particle does not insert and the DEM simulation hangs. The LBM simulation appears to continue to run in the output, but neither LIGGGHTS nor TCLB produce any output files past the timestep where the particle is trying to insert. This issue does not occur if the particle is inserted at t=0. This occurred previously with ESyS also.

llaniewski commented 4 years ago

This should help: 67d567c28492c4e37512d347b9d821911942401d

git remote add llaniewski http://github.com/llaniewski/TCLB.git
git fetch llaniewski
git merge llaniewski/particles
llaniewski commented 4 years ago

Nah. It's not that, and the change was wrong. I reverted it.