pairing sphere to plate
More...
#include <sphere_plate.h>
pairing sphere to plate
- Author
- Kilian Grundl
- Todo:
: edge problems not handled yet
: what about contact "below" plate
void MBSim::ContactKinematicsSpherePlate::assignContours |
( |
const std::vector< Contour * > & |
contour | ) |
|
|
virtual |
void MBSim::ContactKinematicsSpherePlate::updateg |
( |
double & |
g, |
|
|
std::vector< ContourFrame * > & |
cFrame, |
|
|
int |
index = 0 |
|
) |
| |
|
virtual |
compute normal distance, possible contact point positions and orientation (cf. contact.cc)
- Parameters
-
t | time |
g | normal distance |
cFrame | contour point Frame |
index | index of the contact point that should be updated |
Implements MBSim::ContactKinematics.
void MBSim::ContactKinematicsSpherePlate::updatewb |
( |
fmatvec::Vec & |
wb, |
|
|
double |
g, |
|
|
std::vector< ContourFrame * > & |
cFrame |
|
) |
| |
|
virtual |
compute acceleration in terms of contour parameters for event driven integration
- Parameters
-
t | time |
wb | acceleration in terms of contour parameters |
g | normal distance |
cFrame | contact point parametrisation |
Implements MBSim::ContactKinematics.
The documentation for this class was generated from the following files:
- /home/mbsim/win64-dailyrelease/mbsim/kernel/mbsim/contact_kinematics/sphere_plate.h
- /home/mbsim/win64-dailyrelease/mbsim/kernel/mbsim/contact_kinematics/sphere_plate.cc