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


Public Member Functions | |
| RotElasticPrmsPy (const std::string &name, double normalK) | |
| RotElasticPrmsPy (const std::string &name, double normalK, bool scaling) | |
Public Member Functions inherited from CRotElasticIGP | |
| CRotElasticIGP () | |
| CRotElasticIGP (const std::string &name, double kr, bool scaling) | |
| virtual void | packInto (CVarMPIBuffer *) const |
| void | setNormalSpringConst (double k) |
| double | getNormalSpringConst () const |
| virtual std::string | getTypeString () const |
Public Member Functions inherited from AIGParam | |
| AIGParam (const std::string &name="") | |
| virtual | ~AIGParam () |
| void | setName (const std::string &name) |
| const std::string & | getName () const |
| const std::string & | Name () const |
Additional Inherited Members | |
Public Attributes inherited from CRotElasticIGP | |
| double | m_kr |
| bool | m_scaling |
wrapper for CRotElasticIGP
| esys::lsm::RotElasticPrmsPy::RotElasticPrmsPy | ( | const std::string & | name, |
| double | normalK | ||
| ) |
Constructor for RotElasticPrmsPy
| name | |
| normalK |
| esys::lsm::RotElasticPrmsPy::RotElasticPrmsPy | ( | const std::string & | name, |
| double | normalK, | ||
| bool | scaling | ||
| ) |
Constructor for RotElasticPrmsPy
| name | |
| normalK | |
| scaling | scaling of normal stiffness with particle size |