Reply To: Bug: void ParticleDynamics3D::addSphere()
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › Bug Reports › Bug: void ParticleDynamics3D::addSphere() › Reply To: Bug: void ParticleDynamics3D::addSphere()
October 23, 2019 at 1:56 pm
#4608
Nicolas
Participant
Dear Junwei Guo,
thank you for pointing out this issue. This indeed represents a bug still remaining in version 1.3r1. The addSphere function however, is somewhat redundant to the method suggested in the the example settlingCube3d. Here, an indicator (eg.SmoothIndicatorSphere3D) is created and subsequently added to the particleDynamics via addParticle, which is supposed to yield the same effect.
Best,
Nicolas