ESyS-Particle
4.0.1
|
Interaction group parameters for CBWallInteractionGroups. More...
#include <BWallInteractionGroup.h>
Public Member Functions | |
CBWallIGP (const std::string &, const std::string &, double, int, int) | |
virtual void | packInto (CVarMPIBuffer *) const |
int | getTag () const |
int | getMask () const |
Protected Attributes | |
int | m_tag |
int | m_mask |
Friends | |
ostream & | operator<< (ostream &, const CBWallIGP &) |
Interaction group parameters for CBWallInteractionGroups.
CBWallIGP::CBWallIGP | ( | const std::string & | name, |
const std::string & | wallname, | ||
double | k, | ||
int | tag, | ||
int | mask | ||
) |
Bonded wall interaction group constructor
name | the name of the interaction |
wallname | the name of the wall |
k | the spring constant for the elastic interactions |
tag | the tag of the particles to which the wall is bonded (if build via bond and not via distance) |
mask | the particle tag mask |