SurfacesContactType#
Attribute Name |
Data Type |
Description |
|---|---|---|
no |
int |
Object number |
user_defined_name_enabled |
bool |
User-defined name enabled |
name |
str |
Name |
comment |
str |
Comment |
surfaces_contacts |
List[int] |
Assigned to Surface Contacts No. |
perpendicular_to_surface |
Perpendicular to Surface |
|
parallel_to_surface |
Parallel to Surface |
|
rigid_friction_type |
Rigid friction type |
|
rigid_friction_coefficient |
float |
Rigid friction coefficient | µ |
rigid_friction_limit_stress |
float |
Limit stress of rigid friction | τ_max |
elastic_friction_shear_stiffness |
float |
Shear stiffness of elastic friction | C |
elastic_friction_type |
Elastic friction type |
|
elastic_friction_coefficient |
float |
Elastic friction coefficient | µ |
elastic_friction_limit_stress |
float |
Limit stress of elastic friction | τ_max |
elastic_behavior_shear_stiffness |
float |
Shear stiffness of elastic behavior | C |
id_for_export_import |
str |
|
metadata_for_export_import |
str |
Associated Enums
PerpendicularToSurface#
Name |
|---|
PERPENDICULAR_TO_SURFACE_FULL_FORCE_TRANSMISSION |
PERPENDICULAR_TO_SURFACE_FAILURE_UNDER_COMPRESSION |
PERPENDICULAR_TO_SURFACE_FAILURE_UNDER_TENSION |
ParallelToSurface#
Name |
|---|
PARALLEL_TO_SURFACE_FAILURE_IF_CONTACT_PERPENDICULAR_TO_SURFACES_FAILED |
PARALLEL_TO_SURFACE_ELASTIC_BEHAVIOR |
PARALLEL_TO_SURFACE_ELASTIC_FRICTION |
PARALLEL_TO_SURFACE_FULL_FORCE_TRANSMISSION |
PARALLEL_TO_SURFACE_RIGID_FRICTION |
RigidFrictionType#
Name |
|---|
RIGID_FRICTION_TYPE_COEFFICIENT |
RIGID_FRICTION_TYPE_LIMIT_STRESS |
ElasticFrictionType#
Name |
|---|
ELASTIC_FRICTION_TYPE_COEFFICIENT |
ELASTIC_FRICTION_TYPE_LIMIT_STRESS |