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


Public Member Functions | |
| CViscWallInteraction (T *, CWall *, double, bool) | |
| virtual | ~CViscWallInteraction () |
| virtual void | calcForces () |
| virtual Vec3 | getForce () |
| virtual void | setPP (const vector< T * >) |
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 () |
| virtual double | getStiffness () |
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_nu |
| viscosity 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
| CViscWallInteraction< T >::CViscWallInteraction | ( | T * | p, |
| CWall * | w, | ||
| double | nu, | ||
| bool | iflag | ||
| ) |
constructor with parameters
| p | pointer to the particle |
| w | pointer to the wall |
| k | spring constant for the elastic interaction |
| nu | viscosity |
| iflag | inner flag |
References CViscWallInteraction< T >::m_nu.
|
inlinevirtual |
|
virtual |
calculate and apply viscous forces F=visc*vol*dv
Implements AWallInteraction< T >.
|
virtual |
calculate and return, but don't apply the viscous force
|
inlinevirtual |
|
protected |
viscosity
Referenced by CViscWallInteraction< T >::CViscWallInteraction().