include/meltpooldg/particles/contact_forces.hpp Source File
|
Developer Documentation
|
contact_forces.hpp
Go to the documentation of this file.
Definition particle_accessor.hpp:20
Definition obstacle_field.hpp:32
Definition contact_forces.hpp:19
std::map< int, std::map< int, dealii::Tensor< 1, dim, number > > > tangential_gaps_with_walls
Definition contact_forces.hpp:83
void attach_wall(std::unique_ptr< dealii::Function< dim > > &&wall_signed_distance_function)
Definition contact_forces.cpp:27
const number damping_prefactor
Damping prefactor computed from the restitution coefficient. This is cached for efficiency.
Definition contact_forces.hpp:73
std::map< int, std::map< int, dealii::Tensor< 1, dim, number > > > tangential_gaps
Definition contact_forces.hpp:77
dealii::Tensor< 1, dim, number > normal_contact_force(const ContactConfiguration &contact_configuration) const
Definition contact_forces.cpp:115
dealii::Tensor< 1, axial_dim< dim >, number > rolling_resistance_torque(const ContactConfiguration &contact_configuration, const dealii::Tensor< 1, dim, number > &contact_normal_force) const
Definition contact_forces.cpp:205
void add_load_to_obstacles(ObstacleField< dim, number, ObstacleType > &obstacle_field) const
Definition contact_forces.cpp:37
std::map< int, std::unique_ptr< dealii::Function< dim > > > wall_signed_distance_functions
Definition contact_forces.hpp:91
const MeltPoolDG::TimeIntegration::TimeIterator< number > & time_iterator
Definition contact_forces.hpp:87
dealii::Tensor< 1, axial_dim< dim >, number > tangential_contact_torque(const ContactConfiguration &contact_configuration, const dealii::Tensor< 1, dim, number > &tangential_force, const number particle_radius) const
Definition contact_forces.cpp:175
dealii::Tensor< 1, dim, number > tangential_contact_force(const ContactConfiguration &contact_configuration, const dealii::Tensor< 1, dim, number > &normal_force, dealii::Tensor< 1, dim, number > &tangential_gap) const
Definition contact_forces.cpp:133
const SphericalParticleContactData< number > & contact_data
Contact data for the spherical particle contact force model.
Definition contact_forces.hpp:70
number compute_damping_prefactor(const number restitution_coefficient) const
Definition contact_forces.cpp:235
Definition time_iterator.hpp:15
Definition contact_forces_data.hpp:9
Definition contact_forces.hpp:99
number effective_mass
Effective mass of the two contacting particles, i.e., m1*m2/(m1+m2).
Definition contact_forces.hpp:129
number normal_overlap
Normal overlap between the two particles (positive if in contact).
Definition contact_forces.hpp:144
dealii::Tensor< 1, dim, number > value
Full relative velocity vector at the contact point.
Definition contact_forces.hpp:155
number effective_shear_modulus
Effective shear modulus of the two contacting particles, i.e., G/(4*(2-nu)*(1+nu)).
Definition contact_forces.hpp:138
dealii::Tensor< 1, axial_dim< dim >, number > relative_angular_velocity
Relative angular velocity between the two particles or the particle and the wall.
Definition contact_forces.hpp:147
dealii::Tensor< 1, dim, number > tangential_component
Tangential component of the relative velocity.
Definition contact_forces.hpp:161
number effective_radius
Effective radius of the two contacting particles, i.e., R1*R2/(R1+R2).
Definition contact_forces.hpp:132
struct MeltPoolDG::SphericalParticleContactForce::ContactConfiguration::@4 relative_velocity
number effective_youngs_modulus
Effective youngs modulus of the two contacting particles, i.e., E/(2*(1-nu^2)).
Definition contact_forces.hpp:135
dealii::Tensor< 1, dim, number > normal_component
Normal component of the relative velocity.
Definition contact_forces.hpp:158
dealii::Tensor< 1, dim, number > normal_vector
Normal vector pointing from self to other.
Definition contact_forces.hpp:141
Generated by