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