Go to the documentation of this file.
13 #ifndef __EWALLINTERACTION_H
14 #define __EWALLINTERACTION_H
41 virtual void setPP(
const vector<T*>){};
47 #endif //__EWALLINTERACTION_H
base class for all walls
Definition: Wall.h:40
unbonded elastic interaction between a particle and a wall
Definition: EWallInteraction.h:31
Abstract base for all interactions between a particle and a wall.
Definition: WallInteraction.h:30
double m_k
spring constant
Definition: EWallInteraction.h:33
CElasticWallInteraction()
virtual Vec3 getForce()
Definition: EWallInteraction.hpp:84
virtual void calcForces()
Definition: EWallInteraction.hpp:42
virtual ~CElasticWallInteraction()
Definition: EWallInteraction.h:37
virtual double getStiffness()
Definition: EWallInteraction.hpp:100
virtual void setPP(const vector< T * >)
Definition: EWallInteraction.h:41