NetDEM v1.0
Loading...
Searching...
No Matches
contact_pp_data.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace netdem {
4
18
21
24
27
30
33};
34
35} // namespace netdem
Definition bond_entry.hpp:7
A struct that represents data associated with pairwise particle contact.
Definition contact_pp_data.hpp:15
int num_bond_entries
The number of bond entries associated with the pairwise contact.
Definition contact_pp_data.hpp:29
int particle_2_id
The ID of the second particle involved in the pairwise contact.
Definition contact_pp_data.hpp:20
int bond_model_id
The ID of the bond model used for the pairwise contact.
Definition contact_pp_data.hpp:23
int particle_1_id
The ID of the first particle involved in the pairwise contact.
Definition contact_pp_data.hpp:17
int num_collision_entries
The number of collision entries associated with the pairwise contact.
Definition contact_pp_data.hpp:32
int collision_model_id
The ID of the collision model used for the pairwise contact.
Definition contact_pp_data.hpp:26