The BondEntry class represents a collection of contact geometries and forces for one bond.
Definition bond_entry.hpp:16
void UpdateGlobalForces()
Updates the global contact forces associated with this bond entry.
Definition bond_entry.cpp:25
void UpdateLocalForces(ContactPP *const cnt, double dt)
Updates the local contact forces based on pairwise particle contact interactions.
Definition bond_entry.cpp:17
void UpdateForces(ContactPP *const cnt, double dt)
Updates the contact forces based on pairwise particle contact interactions.
Definition bond_entry.cpp:7
ContactModel * cnt_model
Pointer to the contact model used to calculate forces.
Definition bond_entry.hpp:34
ContactForces cnt_forces
The contact forces associated with this bond entry.
Definition bond_entry.hpp:26
BondGeometries cnt_geoms
The contact geometries associated with this bond entry.
Definition bond_entry.hpp:21