|
ESyS-Particle
2.3.4
|
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 |
Public Member Functions inherited from CEWallIGP | |
| CEWallIGP (const std::string &, const std::string &, double) | |
| std::string | getWallName () const |
| CEWallIGP (const std::string &, const std::string &, double) | |
| std::string | getWallName () const |
Public Member Functions inherited from CElasticIGP | |
| CElasticIGP () | |
| CElasticIGP (const std::string &, double, bool scaling=true) | |
| void | setSpringConst (double k) |
| double | getSpringConst () const |
| virtual std::string | getTypeString () const |
Public Member Functions inherited from AIGParam | |
| AIGParam (const std::string &name="") | |
| virtual | ~AIGParam () |
| void | setName (const std::string &name) |
| const std::string & | getName () const |
| const std::string & | Name () const |
Protected Attributes | |
| int | m_tag |
| int | m_mask |
Protected Attributes inherited from CEWallIGP | |
| std::string | m_wallname |
Friends | |
| ostream & | operator<< (ostream &, const CBWallIGP &) |
Additional Inherited Members | |
Public Attributes inherited from CElasticIGP | |
| double | m_k |
| bool | m_scaling |
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 |
|
inline |
References m_mask.
Referenced by CBWallInteractionGroup< T >::CBWallInteractionGroup(), and CSoftBWallInteractionGroup< T >::CSoftBWallInteractionGroup().

|
inline |
References m_tag.
Referenced by CLatticeMaster::addWallIG(), CBWallInteractionGroup< T >::CBWallInteractionGroup(), and CSoftBWallInteractionGroup< T >::CSoftBWallInteractionGroup().

|
virtual |
Reimplemented from CEWallIGP.
Reimplemented in CSoftBWallIGP.
References CVarMPIBuffer::append(), console, m_mask, m_tag, CEWallIGP::packInto(), and Console::XDebug().
Referenced by CSoftBWallIGP::packInto().


|
friend |
|
protected |
Referenced by CBWallIGP(), getMask(), operator<<(), and packInto().
|
protected |
Referenced by CBWallIGP(), getTag(), operator<<(), and packInto().