include/meltpooldg/particles/cohesive_forces.hpp Source File
|
Developer Documentation
|
cohesive_forces.hpp
Go to the documentation of this file.
Definition particle_accessor.hpp:20
Definition obstacle_field.hpp:32
Definition cohesive_forces.hpp:14
SphericalParticleCohesiveForceData< number > cohesive_force_data
Cohesive force data for the spherical particle cohesive force model.
Definition cohesive_forces.hpp:68
void add_load_to_obstacles(ObstacleField< dim, number, ObstacleType > &obstacle_field) const
Definition cohesive_forces.cpp:21
Definition cohesive_forces_data.hpp:9
Definition cohesive_forces.hpp:76
number cut_off_distance
Definition cohesive_forces.hpp:103
number normal_distance
Definition cohesive_forces.hpp:93
number effective_radius
Effective radius of the two particles, i.e., R1*R2/(R1+R2).
Definition cohesive_forces.hpp:96
number pull_off_force_magnitude
Magnitude of the pull-off force according to the DMT model.
Definition cohesive_forces.hpp:99
dealii::Tensor< 1, dim, number > normal_vector
Unit normal vector pointing from self to other.
Definition cohesive_forces.hpp:109
number pull_off_force_limit_distance
Distance below which the pull-off force is applied.
Definition cohesive_forces.hpp:106
Generated by