ESyS-Particle
4.0.1
|
bonded elastic interaction between a particle and a wall with different spring constants in the normal and shear directions More...
#include <SoftBWallInteraction.h>
Public Member Functions | |
CSoftBondedWallInteraction (T *, CWall *, double, double, bool, bool) | |
virtual void | calcForces () |
virtual void | setPP (const vector< T * >) |
![]() | |
AWallInteraction (T *, CWall *, bool iflag=true) | |
virtual bool | hasTag (int, int) const |
virtual Vec3 | getPosFirst () const |
bool | isInner () |
virtual double | getStiffness () |
![]() | |
bool | initialized () const |
virtual void | calcHeatTrans () |
virtual void | calcHeatFrict () |
vector< int > | getAllID () const |
int | getID () |
virtual Vec3 | getPosSecond () const |
double | Count () const |
Protected Attributes | |
double | m_normalK |
double | m_shearK |
directional spring constants | |
![]() | |
T * | m_p |
CWall * | m_wall |
bool | m_inner_flag |
![]() | |
vector< int > | m_id |
id's of the particles involved | |
int | m_iid |
interaction id | |
bool | m_init |
bonded elastic interaction between a particle and a wall with different spring constants in the normal and shear directions
|
virtual |
calculate bonded elastic forces.
Implements AWallInteraction< T >.