|
ESyS-Particle
2.3.4
|
Interaction group parameters for Hertzian viscoelastic interactions. More...
#include <HertzianViscoElasticInteraction.h>


Public Member Functions | |
| CHertzianViscoElasticIGP () | |
| default constructor More... | |
| CHertzianViscoElasticIGP (const std::string &, double, double, double) | |
| virtual std::string | getTypeString () const |
Public Member Functions inherited from AIGParam | |
| AIGParam (const std::string &name="") | |
| virtual | ~AIGParam () |
| virtual void | packInto (CVarMPIBuffer *) const |
| void | setName (const std::string &name) |
| const std::string & | getName () const |
| const std::string & | Name () const |
Public Attributes | |
| double | m_A |
| double | m_E |
| double | m_nu |
Interaction group parameters for Hertzian viscoelastic interactions.
| CHertzianViscoElasticIGP::CHertzianViscoElasticIGP | ( | ) |
default constructor
| CHertzianViscoElasticIGP::CHertzianViscoElasticIGP | ( | const std::string & | name, |
| double | A, | ||
| double | E, | ||
| double | nu | ||
| ) |
constructor with parameters
| name | the name of the interaction group |
| k | the stiffness constant |
|
inlinevirtual |
Implements AIGParam.
Referenced by esys::lsm::LsmMpiPy::createHertzianViscoElasticIG().

| double CHertzianViscoElasticIGP::m_A |
| double CHertzianViscoElasticIGP::m_E |
| double CHertzianViscoElasticIGP::m_nu |