NetDEM v1.0
Loading...
Searching...
No Matches
contact_pw_data.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace netdem {
4
12 // The IDs of the particle and wall involved in the contact.
14
15 // The IDs of the bond and collision models associated with the contact.
17
18 // The number of bond and collision entries associated with the contact.
20};
21
22} // namespace netdem
Definition bond_entry.hpp:7
Struct representing particle-wall contact data for MPI communication.
Definition contact_pw_data.hpp:11
int num_bond_entries
Definition contact_pw_data.hpp:19
int collision_model_id
Definition contact_pw_data.hpp:16
int bond_model_id
Definition contact_pw_data.hpp:16
int num_collision_entries
Definition contact_pw_data.hpp:19
int wall_id_in_list
Definition contact_pw_data.hpp:13
int particle_id
Definition contact_pw_data.hpp:13