NetDEM v1.0
|
A struct that represents data associated with pairwise particle contact. More...
#include <contact_pp_data.hpp>
Public Attributes | |
int | particle_1_id {0} |
The ID of the first particle involved in the pairwise contact. | |
int | particle_2_id {0} |
The ID of the second particle involved in the pairwise contact. | |
int | bond_model_id {-1} |
The ID of the bond model used for the pairwise contact. | |
int | collision_model_id {-1} |
The ID of the collision model used for the pairwise contact. | |
int | num_bond_entries {0} |
The number of bond entries associated with the pairwise contact. | |
int | num_collision_entries {0} |
The number of collision entries associated with the pairwise contact. | |
A struct that represents data associated with pairwise particle contact.
defines the particle-particle contact data for MPI.
The ContactPPData
struct is used to store and manage data associated with pairwise particle contact.
int netdem::ContactPPData::bond_model_id {-1} |
The ID of the bond model used for the pairwise contact.
int netdem::ContactPPData::collision_model_id {-1} |
The ID of the collision model used for the pairwise contact.
int netdem::ContactPPData::num_bond_entries {0} |
The number of bond entries associated with the pairwise contact.
int netdem::ContactPPData::num_collision_entries {0} |
The number of collision entries associated with the pairwise contact.
int netdem::ContactPPData::particle_1_id {0} |
The ID of the first particle involved in the pairwise contact.
int netdem::ContactPPData::particle_2_id {0} |
The ID of the second particle involved in the pairwise contact.