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