Interaction group parameters for CBWallInteractionGroups.
More...
#include <BWallInteractionGroup.h>
List of all members.
Public Member Functions |
| CBWallIGP (const std::string &, const std::string &, double, int, int) |
virtual void | packInto (CVarMPIBuffer *) const |
int | getTag () const |
int | getMask () const |
| CEWallIGP (const std::string &, const std::string &, double) |
std::string | getWallName () const |
| CEWallIGP (const std::string &, const std::string &, double) |
std::string | getWallName () const |
| CElasticIGP (const std::string &, double, bool scaling=true) |
void | setSpringConst (double k) |
double | getSpringConst () const |
virtual std::string | getTypeString () const |
| AIGParam (const std::string &name="") |
void | setName (const std::string &name) |
const std::string & | getName () const |
const std::string & | Name () const |
Protected Attributes |
int | m_tag |
int | m_mask |
std::string | m_wallname |
Friends |
ostream & | operator<< (ostream &, const CBWallIGP &) |
Detailed Description
Interaction group parameters for CBWallInteractionGroups.
- Author:
- Steffen Abe $Revision$ $Date$
Constructor & Destructor Documentation
CBWallIGP::CBWallIGP |
( |
const std::string & |
name, |
|
|
const std::string & |
wallname, |
|
|
double |
k, |
|
|
int |
tag, |
|
|
int |
mask |
|
) |
| |
Bonded wall interaction group constructor
- Parameters:
-
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 |
The documentation for this class was generated from the following files: