13 #ifndef __SOFTBWALLINTERACTION_H
14 #define __SOFTBWALLINTERACTION_H
40 virtual void setPP(
const vector<T*>){};
46 #endif //__SOFTBWALLINTERACTION_H
virtual ~CSoftBondedWallInteraction()
Definition: SoftBWallInteraction.h:36
virtual void setPP(const vector< T * >)
Definition: SoftBWallInteraction.h:40
Abstract base for all interactions between a particle and a wall.
Definition: WallInteraction.h:29
virtual double getStiffness()
Definition: SoftBWallInteraction.h:41
base class for all walls
Definition: Wall.h:39
virtual Vec3 getForce()
Definition: SoftBWallInteraction.hpp:77
virtual void calcForces()
Definition: SoftBWallInteraction.hpp:47
double m_shearK
directional spring constants
Definition: SoftBWallInteraction.h:32
double m_normalK
Definition: SoftBWallInteraction.h:32
CSoftBondedWallInteraction()
bonded elastic interaction between a particle and a wall with different spring constants in the norma...
Definition: SoftBWallInteraction.h:29