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


Public Member Functions | |
| CHertzMindlinViscoIGP () | |
| CHertzMindlinViscoIGP (const std::string &name, double E, double nu, double fricCoef, double restiCoef, 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 | m_COR |
| double | dt |
Interaction group parameters for Hertz-Mindlin interactions.
| CHertzMindlinViscoIGP::CHertzMindlinViscoIGP | ( | ) |
| CHertzMindlinViscoIGP::CHertzMindlinViscoIGP | ( | const std::string & | name, |
| double | E, | ||
| double | nu, | ||
| double | fricCoef, | ||
| double | restiCoef, | ||
| double | dT | ||
| ) |
|
inlinevirtual |
Implements AIGParam.
Referenced by esys::lsm::LsmMpiPy::createHertzMindlinViscoIG().

| void CHertzMindlinViscoIGP::setTimeStepSize | ( | double | dt | ) |
References dt.
Referenced by esys::lsm::LsmMpiPy::createHertzMindlinViscoIG().

| double CHertzMindlinViscoIGP::dt |
| double CHertzMindlinViscoIGP::m_COR |
| double CHertzMindlinViscoIGP::m_E |
| double CHertzMindlinViscoIGP::m_nu |
| double CHertzMindlinViscoIGP::mu |