ansys.dyna.core.pre.dynabase.RigidwallPlanar#
- class ansys.dyna.core.pre.dynabase.RigidwallPlanar(tail=Point(0, 0, 0), head=Point(0, 0, 0), coulomb_friction_coefficient=0.5)#
Bases:
BaseObj
Defines planar rigid walls with either finite or infinite size.
- Parameters:
- tail
Point
Coordinate of the tail of the normal vector. The default is
(0, 0, 0)
.- head
Point
Coordinate of the head of the normal vector. The default is
(0, 0, 0)
.- coulomb_friction_coefficient
float
,optional
Friction coefficieint in coulomb units. The default is
0.5
.
- tail
- stub#
- tail#
- head#
- fric = 0.5#
- type = 'rigidwall_planar'#
- get_data() List #
Get the rigidwall data.
- create()#
Create planar rigid walls.