Go to the documentation of this file.
13 #ifndef __BWALLINTERACTION_H
14 #define __BWALLINTERACTION_H
40 virtual void setPP(
const vector<T*>){};
46 #endif //__BWALLINTERACTION_H
base class for all walls
Definition: Wall.h:40
bonded elastic interaction between a particle and a wall
Definition: BWallInteraction.h:30
virtual Vec3 getForce()
Definition: BWallInteraction.hpp:54
Abstract base for all interactions between a particle and a wall.
Definition: WallInteraction.h:30
virtual ~CBondedWallInteraction()
Definition: BWallInteraction.h:36
double m_k
spring constant
Definition: BWallInteraction.h:32
virtual void setPP(const vector< T * >)
Definition: BWallInteraction.h:40
virtual double getStiffness()
Definition: BWallInteraction.h:41
CBondedWallInteraction(T *, CWall *, double, bool)
Definition: BWallInteraction.hpp:17
virtual void calcForces()
Definition: BWallInteraction.hpp:38