|
ESyS-Particle
2.3.4
|
Interaction group parameters for Hertz-Mindlin interactions. More...
#include <HertzMindlinInteraction.h>


Public Member Functions | |
| CHertzMindlinIGP () | |
| CHertzMindlinIGP (const std::string &name, double E, double nu, double fricCoef, double dT) | |
| virtual std::string | getTypeString () const |
| void | setTimeStepSize (double dt) |
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_E |
| double | m_nu |
| double | mu |
| double | dt |
Interaction group parameters for Hertz-Mindlin interactions.
| CHertzMindlinIGP::CHertzMindlinIGP | ( | ) |
| CHertzMindlinIGP::CHertzMindlinIGP | ( | const std::string & | name, |
| double | E, | ||
| double | nu, | ||
| double | fricCoef, | ||
| double | dT | ||
| ) |
|
inlinevirtual |
Implements AIGParam.
Referenced by esys::lsm::LsmMpiPy::createHertzMindlinIG().

| void CHertzMindlinIGP::setTimeStepSize | ( | double | dt | ) |
References dt.
Referenced by esys::lsm::LsmMpiPy::createHertzMindlinIG().

| double CHertzMindlinIGP::dt |
| double CHertzMindlinIGP::m_E |
| double CHertzMindlinIGP::m_nu |
| double CHertzMindlinIGP::mu |