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


Public Member Functions | |
| NRotElasticPrmsPy (const std::string &name, double normalK) | |
| NRotElasticPrmsPy (const std::string &name, double normalK, bool scaling) | |
Public Member Functions inherited from CElasticIGP | |
| CElasticIGP () | |
| CElasticIGP (const std::string &, double, bool scaling=true) | |
| virtual void | packInto (CVarMPIBuffer *) const |
| void | setSpringConst (double k) |
| double | getSpringConst () 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 CElasticIGP | |
| double | m_k |
| bool | m_scaling |
wrapper for CElasticIGP
| esys::lsm::NRotElasticPrmsPy::NRotElasticPrmsPy | ( | const std::string & | name, |
| double | normalK | ||
| ) |
Constructor without scaling parameter for NRotElasticPrmsPy. Scaling is set to "true" by default and a warning message is given.
| name | |
| normalK |
| esys::lsm::NRotElasticPrmsPy::NRotElasticPrmsPy | ( | const std::string & | name, |
| double | normalK, | ||
| bool | scaling | ||
| ) |
constructor for NRotElasticPrmsPy
| name | |
| normalK | |
| scaling | scaling of normal stiffness with particle size |