|
ESyS-Particle
4.0.1
|
Interaction group parameters for Linear Dashpot interactions. More...
#include <LinearDashpotInteraction.h>


Public Member Functions | |
| CLinearDashpotIGP () | |
| default constructor | |
| CLinearDashpotIGP (const std::string &, double, double) | |
| virtual std::string | getTypeString () const |
Public Attributes | |
| double | m_damp |
| double | m_cutoff |
Interaction group parameters for Linear Dashpot interactions.
| CLinearDashpotIGP::CLinearDashpotIGP | ( | const std::string & | name, |
| double | damp, | ||
| double | cutoff | ||
| ) |
constructor with parameters
| name | the name of the interaction group |
| damp | the damping coefficient |
| cutoff | the interaction range, relative to the sum of the particle radii |
1.7.6.1