|
ESyS-Particle
4.0.1
|
Abstract base for all interactions between a particle and a wall. More...
#include <WallInteraction.h>


Public Member Functions | |
| AWallInteraction (T *, CWall *, bool iflag=true) | |
| virtual bool | hasTag (int, int) const |
| virtual Vec3 | getPosFirst () const |
| bool | isInner () |
| virtual void | calcForces ()=0 |
| virtual double | getStiffness () |
Protected Attributes | |
| T * | m_p |
| CWall * | m_wall |
| bool | m_inner_flag |
Abstract base for all interactions between a particle and a wall.
| bool AWallInteraction< T >::hasTag | ( | int | tag, |
| int | mask | ||
| ) | const [virtual] |
check if any of the particles in the interaction fits tag & mask
| tag | the tag |
| mask | the mask |
Implements AInteraction.
bool AWallInteraction< T >::m_inner_flag [protected] |
flag showing if particle is in the inner area of the local particle array - needed for global force summation
1.7.6.1