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


Public Member Functions | |
| CESphereBodyIGP (const std::string &, const std::string &, double) | |
| virtual void | packInto (CVarMPIBuffer *) const |
| std::string | getSphereBodyName () 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 | |
| std::string | m_spherename |
Friends | |
| ostream & | operator<< (ostream &, const CESphereBodyIGP &) |
Additional Inherited Members | |
Public Attributes inherited from CElasticIGP | |
| double | m_k |
| bool | m_scaling |
Interaction group parameters for CESphereBodyInteractionGroups.
| CESphereBodyIGP::CESphereBodyIGP | ( | const std::string & | name, |
| const std::string & | spherename, | ||
| double | k | ||
| ) |
Elastic sphere body interaction group constructor
| name | the name of the sphere body interaction |
| spherename | the name of the sphere body |
| k | the spring constant for the elastic interactions |
References m_spherename.
|
inline |
References m_spherename.
Referenced by TSubLattice< T >::addESphereBodyIG(), and CLatticeMaster::addSphereBodyIG().

|
virtual |
Reimplemented from CElasticIGP.
References CVarMPIBuffer::append(), console, m_spherename, CElasticIGP::packInto(), and Console::XDebug().

|
friend |
|
protected |
Referenced by CESphereBodyIGP(), getSphereBodyName(), and packInto().