base class for spherical non-inertial bodies (similar to simple walls)
Definition: SphereBody.h:39
virtual Vec3 getForce()
Definition: ESphereBodyInteraction.hpp:61
virtual double getStiffness()
Definition: ESphereBodyInteraction.hpp:80
Abstract base for all interactions between a particle and a sphere body.
Definition: SphereBodyInteraction.h:29
double m_k
spring constant
Definition: ESphereBodyInteraction.h:33
CElasticSphereBodyInteraction()
unbonded elastic interaction between a particle and a wall
Definition: ESphereBodyInteraction.h:30
virtual void calcForces()
Definition: ESphereBodyInteraction.hpp:41
virtual void setPP(const vector< T * >)
Definition: ESphereBodyInteraction.h:41
virtual ~CElasticSphereBodyInteraction()
Definition: ESphereBodyInteraction.h:37