|
ESyS-Particle
2.3
|
Class for a group of bonded, elastic interactions with per-direction spring constants between particles and a wall. More...
#include <SoftBWallInteractionGroup.h>


Public Member Functions | |
| CSoftBWallInteractionGroup (TML_Comm *) | |
| CSoftBWallInteractionGroup (TML_Comm *, CWall *, const CSoftBWallIGP *) | |
| virtual | ~CSoftBWallInteractionGroup () |
| virtual void | setTimeStepSize (double dt) |
| virtual void | calcForces () |
| virtual void | applyForce (const Vec3 &) |
| virtual void | Update (ParallelParticleArray< T > *) |
Public Member Functions inherited from AWallInteractionGroup< T > | |
| AWallInteractionGroup (TML_Comm *comm) | |
| virtual | ~AWallInteractionGroup () |
| virtual void | setVelocity (const Vec3 &) |
| double | getDisplacement () |
| void | resetDisplacement () |
| void | moveWallBy (const Vec3 &mv) |
| void | setWallNormal (const Vec3 &wn) |
| void | zeroForce () |
Public Member Functions inherited from AInteractionGroup< T > | |
| virtual | ~AInteractionGroup () |
Protected Attributes | |
| vector < CSoftBondedWallInteraction < T > > | m_interactions |
| double | m_normalK |
| double | m_shearK |
| spring constants for each direction More... | |
| int | m_tag |
| int | m_mask |
| bool | m_scaling |
Protected Attributes inherited from AWallInteractionGroup< T > | |
| CWall * | m_wall |
| the wall More... | |
| TML_Comm * | m_comm |
| MPI communicator. More... | |
| int | m_inner_count |
Friends | |
| ostream & | operator<< (ostream &, const CSoftBWallInteractionGroup &) |
Class for a group of bonded, elastic interactions with per-direction spring constants between particles and a wall.
| CSoftBWallInteractionGroup< T >::CSoftBWallInteractionGroup | ( | TML_Comm * | comm | ) |
| CSoftBWallInteractionGroup< T >::CSoftBWallInteractionGroup | ( | TML_Comm * | comm, |
| CWall * | wallp, | ||
| const CSoftBWallIGP * | I | ||
| ) |
Constructor for bonded wall interaction group with direction dependend elasticity
| comm | the communicator |
| wallp | a pointer to the wall |
| param | the interaction parameters |
References console, CBWallIGP::getMask(), CSoftBWallIGP::getNormalK(), CSoftBWallIGP::getScaling(), CSoftBWallIGP::getShearK(), CBWallIGP::getTag(), CSoftBWallInteractionGroup< T >::m_mask, CSoftBWallInteractionGroup< T >::m_normalK, CSoftBWallInteractionGroup< T >::m_scaling, CSoftBWallInteractionGroup< T >::m_shearK, CSoftBWallInteractionGroup< T >::m_tag, AWallInteractionGroup< T >::m_wall, and BasicCon::XDebug().

|
inlinevirtual |
|
virtual |
Apply a given force to the wall. Only forces in the direction of the given force are considered, free movement is assumed in perpendicular directions.
| F | the force |
Reimplemented from AWallInteractionGroup< T >.
References console, esys::lsm::bpu::iter(), Vec3::unit(), Vec3::X(), BasicCon::XDebug(), Vec3::Y(), and Vec3::Z().

|
virtual |
Implements AWallInteractionGroup< T >.
References console, and BasicCon::XDebug().

|
inlinevirtual |
Null op, don't require time step size.
Reimplemented from AWallInteractionGroup< T >.
|
virtual |
Implements AInteractionGroup< T >.
References console, ParallelParticleArray< T >::getParticlesAtPlane(), ParallelParticleArray< T >::isInInner(), esys::lsm::bpu::iter(), and BasicCon::XDebug().

|
friend |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
spring constants for each direction
Referenced by CSoftBWallInteractionGroup< T >::CSoftBWallInteractionGroup().
|
protected |