![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <particle.h>
Public Attributes | |
double | Kn |
Normal stiffness. | |
double | Kt |
Tengential stiffness. | |
double | Bn |
Spring constant for normal bonding. | |
double | Bt |
Spring constant for tangential bonding. | |
double | Bm |
Spring constant for torque bonding. | |
double | Gn |
Normal viscous coefficient. | |
double | Gt |
Tangential viscous coefficient. | |
double | Mu |
Microscopic coefficient of friction. | |
double | eps |
Maximun strain supported before breaking. | |
double | Beta |
Rolling stiffness coeffcient. | |
double | Eta |
Plastic moment coefficient. | |
double | R |
Spheroradius. | |
double | rho |
Density. | |
double | V |
Volume. | |
double | m |
Mass. |
double ParticleProps::Beta |
Rolling stiffness coeffcient.
double ParticleProps::Bm |
Spring constant for torque bonding.
double ParticleProps::Bn |
Spring constant for normal bonding.
double ParticleProps::Bt |
Spring constant for tangential bonding.
double ParticleProps::eps |
Maximun strain supported before breaking.
double ParticleProps::Eta |
Plastic moment coefficient.
double ParticleProps::Gn |
Normal viscous coefficient.
double ParticleProps::Gt |
Tangential viscous coefficient.
double ParticleProps::Kn |
Normal stiffness.
double ParticleProps::Kt |
Tengential stiffness.
double ParticleProps::m |
Mass.
double ParticleProps::Mu |
Microscopic coefficient of friction.
double ParticleProps::R |
Spheroradius.
double ParticleProps::rho |
Density.
double ParticleProps::V |
Volume.