|
ESyS-Particle
2.3.4
|
bonded elastic interaction between a particle and a wall More...
#include <BWallInteraction.h>


Public Member Functions | |
| CBondedWallInteraction (T *, CWall *, double, bool) | |
| virtual | ~CBondedWallInteraction () |
| virtual void | calcForces () |
| virtual Vec3 | getForce () |
| virtual void | setPP (const vector< T * >) |
| virtual double | getStiffness () |
Public Member Functions inherited from AWallInteraction< T > | |
| AWallInteraction (T *, CWall *, bool iflag=true) | |
| virtual | ~AWallInteraction () |
| virtual bool | hasTag (int, int) const |
| virtual Vec3 | getPosFirst () const |
| bool | isInner () |
Public Member Functions inherited from AInteraction | |
| AInteraction () | |
| virtual | ~AInteraction () |
| 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_k |
| spring constant More... | |
Protected Attributes inherited from AWallInteraction< T > | |
| T * | m_p |
| CWall * | m_wall |
| bool | m_inner_flag |
Protected Attributes inherited from AInteraction | |
| vector< int > | m_id |
| id's of the particles involved More... | |
| int | m_iid |
| interaction id More... | |
| bool | m_init |
bonded elastic interaction between a particle and a wall
| CBondedWallInteraction< T >::CBondedWallInteraction | ( | T * | p, |
| CWall * | w, | ||
| double | k, | ||
| bool | iflag | ||
| ) |
References CParticle::getDo2dCalculations(), CBondedWallInteraction< T >::m_k, and AWallInteraction< T >::m_p.

|
inlinevirtual |
|
virtual |
calculate bonded elastic forces.
Implements AWallInteraction< T >.
|
virtual |
calculate and return the bonded elastic force
|
inlinevirtual |
Reimplemented from AWallInteraction< T >.
References CBondedWallInteraction< T >::m_k.
|
inlinevirtual |
|
protected |
spring constant
Referenced by CBondedWallInteraction< T >::CBondedWallInteraction(), and CBondedWallInteraction< T >::getStiffness().