|
ESyS-Particle
2.3.4
|
wrapper for CRotThermFrictionIGP More...
#include <InteractionParamsPy.h>


Public Member Functions | |
| RotThermFrictionPrmsPy (const std::string &name, double normalK, double dynamicMu, double staticMu, double shearK, double diffusivity) | |
Public Member Functions inherited from CRotThermFrictionIGP | |
| CRotThermFrictionIGP () | |
| CRotThermFrictionIGP (const std::string &name, double k, double mu_d, double mu_s, double k_s, double diffusivity, double dt) | |
| virtual std::string | getTypeString () const |
| void | setTimeStepSize (double deltaT) |
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 |
Additional Inherited Members | |
Public Attributes inherited from CRotThermFrictionIGP | |
| double | k |
| double | mu_d |
| double | mu_s |
| double | k_s |
| double | dt |
| double | diffusivity |
wrapper for CRotThermFrictionIGP
| esys::lsm::RotThermFrictionPrmsPy::RotThermFrictionPrmsPy | ( | const std::string & | name, |
| double | normalK, | ||
| double | dynamicMu, | ||
| double | staticMu, | ||
| double | shearK, | ||
| double | diffusivity | ||
| ) |
Constructor for RotThermFrictionPrmsPy
| name | |
| normalK | |
| dynamicMu | |
| staticMu | |
| shearK | |
| diffusivity |