|
ESyS-Particle
2.3.4
|
Interaction group parameters for CBWallInteractionGroups. More...
#include <ViscWallIG.h>


Public Member Functions | |
| CVWallIGP (const string &, const string &, double, double, int) | |
| virtual void | packInto (CVarMPIBuffer *) const |
| void | setTag (int tag) |
| int | getTag () const |
| void | setNu (double nu) |
| double | getNu () 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 |
| double | m_nu |
Protected Attributes inherited from CEWallIGP | |
| std::string | m_wallname |
Friends | |
| ostream & | operator<< (ostream &, const CVWallIGP &) |
Additional Inherited Members | |
Public Attributes inherited from CElasticIGP | |
| double | m_k |
| bool | m_scaling |
Interaction group parameters for CBWallInteractionGroups.
| CVWallIGP::CVWallIGP | ( | const string & | name, |
| const string & | wallname, | ||
| double | k, | ||
| double | nu, | ||
| int | tag | ||
| ) |
|
inline |
References m_nu.
Referenced by CLatticeMaster::addWallIG(), and CViscWallIG< T >::CViscWallIG().

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

|
virtual |
Reimplemented from CEWallIGP.
References CVarMPIBuffer::append(), console, m_nu, m_tag, CEWallIGP::packInto(), and Console::XDebug().

|
inline |
References m_nu.
|
inline |
References m_tag.
|
friend |
|
protected |
Referenced by CVWallIGP(), getNu(), operator<<(), packInto(), and setNu().
|
protected |
Referenced by CVWallIGP(), getTag(), operator<<(), packInto(), and setTag().