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