|
ESyS-Particle
2.3.4
|
Interaction parameters for frictional interaction. More...
#include <FrictionInteraction.h>


Public Member Functions | |
| CFrictionIGP () | |
| CFrictionIGP (const std::string &name, double normalK, double fricCoef, double shearK, double dT, bool scaling=true) | |
| 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 | k |
| double | mu |
| double | k_s |
| double | dt |
| bool | m_scaling |
Interaction parameters for frictional interaction.
| CFrictionIGP::CFrictionIGP | ( | ) |
| CFrictionIGP::CFrictionIGP | ( | const std::string & | name, |
| double | normalK, | ||
| double | fricCoef, | ||
| double | shearK, | ||
| double | dT, | ||
| bool | scaling = true |
||
| ) |
|
inlinevirtual |
Implements AIGParam.
Referenced by esys::lsm::LsmMpiPy::createNRotFrictionInteractGrp(), esys::lsm::LsmMpiPy::createNRotFrictionInteractGrpTag(), and esys::lsm::LsmMpiPy::createVWFrictionIG().

| void CFrictionIGP::setTimeStepSize | ( | double | dt | ) |
References dt.
Referenced by esys::lsm::LsmMpiPy::createNRotFrictionInteractGrp(), esys::lsm::LsmMpiPy::createNRotFrictionInteractGrpTag(), and esys::lsm::LsmMpiPy::createVWFrictionIG().

| double CFrictionIGP::dt |
| double CFrictionIGP::k |
| double CFrictionIGP::k_s |
| bool CFrictionIGP::m_scaling |
| double CFrictionIGP::mu |