![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <Interacton.h>
Public Member Functions | |
Interacton () | |
Interacton (Particle *D1, Particle *D2) | |
void | CalcForce (double dt) |
bool | UpdateContacts (double Alpha) |
Public Attributes | |
Particle * | D1 |
Pointer to first particle. | |
Particle * | D2 |
Pointer to second particle. | |
double | Kn |
Spring constant. | |
double | Gn |
dissipation constant |
LBM::Interacton::Interacton | ( | ) | [inline] |
Interacton::Interacton | ( | Particle * | D1, |
Particle * | D2 | ||
) |
void Interacton::CalcForce | ( | double | dt | ) |
bool Interacton::UpdateContacts | ( | double | Alpha | ) |
Pointer to first particle.
Pointer to second particle.
double LBM::Interacton::Gn |
dissipation constant
double LBM::Interacton::Kn |
Spring constant.