15 double pos[3]{0, 0, 0};
Definition bond_entry.hpp:7
A struct that represents data associated with a bond entry.
Definition bond_entry_data.hpp:13
double pos_ini[3]
The initial position of the bond entry.
Definition bond_entry_data.hpp:33
double quat_1_ini[4]
The initial orientation of branch 1 of the bond entry.
Definition bond_entry_data.hpp:51
double quat_2_ini[4]
The initial orientation of branch 2 of the bond entry.
Definition bond_entry_data.hpp:54
bool active
Definition bond_entry_data.hpp:59
double fd_t
Definition bond_entry_data.hpp:92
double pos_1_ini[3]
The initial position of branch 1 of the bond entry.
Definition bond_entry_data.hpp:45
double fc_s
Definition bond_entry_data.hpp:66
double mc_s
Definition bond_entry_data.hpp:77
double radius
The radius of the bond entry.
Definition bond_entry_data.hpp:57
double dir_t_ini[3]
The initial tangent direction of the bond entry.
Definition bond_entry_data.hpp:42
double pos_2_ini[3]
The initial position of branch 2 of the bond entry.
Definition bond_entry_data.hpp:48
double dir_n[3]
The normal direction of the bond entry.
Definition bond_entry_data.hpp:18
int cnt_model_id
The ID of the contact model for the bond entry.
Definition bond_entry_data.hpp:106
double mc_t
Definition bond_entry_data.hpp:81
double md_t
Definition bond_entry_data.hpp:103
double dir_t[3]
The tangent direction of the bond entry.
Definition bond_entry_data.hpp:24
double branch_1[3]
The branch 1 direction of the bond entry.
Definition bond_entry_data.hpp:27
double fd_s
Definition bond_entry_data.hpp:88
double dir_s[3]
The shear direction of the bond entry.
Definition bond_entry_data.hpp:21
double pos[3]
The current position of the bond entry.
Definition bond_entry_data.hpp:15
double dir_n_ini[3]
The initial normal direction of the bond entry.
Definition bond_entry_data.hpp:36
double fd_n
The normal force component of the drag force for the bond entry.
Definition bond_entry_data.hpp:84
double branch_2[3]
The branch 2 direction of the bond entry.
Definition bond_entry_data.hpp:30
double md_s
Definition bond_entry_data.hpp:99
double fc_t
Definition bond_entry_data.hpp:70
double md_n
The normal torque component of the drag moment for the bond entry.
Definition bond_entry_data.hpp:95
double fc_n
The normal force component of the contact force for the bond entry.
Definition bond_entry_data.hpp:62
double dir_s_ini[3]
The initial shear direction of the bond entry.
Definition bond_entry_data.hpp:39
double mc_n
The normal torque component of the contact moment for the bond entry.
Definition bond_entry_data.hpp:73