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


Public Member Functions | |
| RotLocalDampingPrmsPy (const std::string &name, double viscosity) | |
Public Member Functions inherited from CLocalDampingIGP | |
| CLocalDampingIGP () | |
| CLocalDampingIGP (const string &type, const string &name, double viscosity, double dt) | |
| virtual void | packInto (CVarMPIBuffer *) const |
| void | setType (const string &type) |
| void | setVisc (double v) |
| double | getVisc () const |
| void | setTimeStep (double t) |
| void | setTimeStepSize (double t) |
| double | getTimeStep () 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 | |
Protected Attributes inherited from CLocalDampingIGP | |
| string | m_type |
| double | m_visc |
| damping coefficient More... | |
| double | m_dt |
| time step More... | |
wrapper for CLocalDampingIGP
| esys::lsm::RotLocalDampingPrmsPy::RotLocalDampingPrmsPy | ( | const std::string & | name, |
| double | viscosity | ||
| ) |