SPH
|
Handler merging overlapping particles if their relative velocity is lower than the escape velocity. More...
#include <Collision.h>
Public Member Functions | |
MergeBoundHandler (const RunSettings &settings) | |
virtual void | initialize (Storage &storage) override |
virtual bool | overlaps (const Size i, const Size j) const override |
Returns true if two particles overlaps. More... | |
virtual void | handle (const Size i, const Size j, FlatSet< Size > &toRemove) override |
Handles the overlap of two particles. More... | |
![]() | |
virtual | ~Polymorphic () |
Public Attributes | |
ArrayView< Vector > | r |
ArrayView< Vector > | v |
ArrayView< Vector > | omega |
ArrayView< Float > | m |
Float | bounceLimit |
Float | rotationLimit |
Handler merging overlapping particles if their relative velocity is lower than the escape velocity.
If the relative veloity is too high, the particles are allowed to simply pass each other - this situation is not classified as overlap.
Definition at line 510 of file Collision.h.
|
inlineexplicit |
Definition at line 522 of file Collision.h.
|
inlineoverridevirtual |
Handles the overlap of two particles.
When called, the particles must actually overlap (overlaps must return true). This is checked by assert.
Implements IOverlapHandler.
Definition at line 564 of file Collision.h.
|
inlineoverridevirtual |
Implements IOverlapHandler.
Definition at line 528 of file Collision.h.
Returns true if two particles overlaps.
If so, the overlap is then resolved using handle.
i,j | Indices of particles in the storage. |
Implements IOverlapHandler.
Definition at line 537 of file Collision.h.
Float MergeBoundHandler::bounceLimit |
Definition at line 518 of file Collision.h.
Definition at line 516 of file Collision.h.
Definition at line 515 of file Collision.h.
Definition at line 515 of file Collision.h.
Float MergeBoundHandler::rotationLimit |
Definition at line 519 of file Collision.h.
Definition at line 515 of file Collision.h.