wrapper for CFrictionIGP
More...
#include <InteractionParamsPy.h>
|
| | NRotFrictionPrmsPy (const std::string &name, double normalK, double dynamicMu, double shearK, bool scaling) |
| |
| | NRotFrictionPrmsPy (const std::string &name, double normalK, double dynamicMu, double shearK) |
| |
| | 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) |
| |
| | 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 |
| |
◆ NRotFrictionPrmsPy() [1/2]
| esys::lsm::NRotFrictionPrmsPy::NRotFrictionPrmsPy |
( |
const std::string & |
name, |
|
|
double |
normalK, |
|
|
double |
dynamicMu, |
|
|
double |
shearK, |
|
|
bool |
scaling |
|
) |
| |
constructor for NRotFrictionPrmsPy
- Parameters
-
| name | |
| normalK | |
| dynamicMu | |
| shearK | |
| scaling | scaling of normal stiffness with particle size |
◆ NRotFrictionPrmsPy() [2/2]
| esys::lsm::NRotFrictionPrmsPy::NRotFrictionPrmsPy |
( |
const std::string & |
name, |
|
|
double |
normalK, |
|
|
double |
dynamicMu, |
|
|
double |
shearK |
|
) |
| |
Constructor without scaling parameter for NRotFrictionPrmsPy. Scaling is set to "true" by default and a warning message is given.
- Parameters
-
| name | |
| normalK | |
| dynamicMu | |
| shearK | |
The documentation for this class was generated from the following files: