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:
tailPoint

Coordinate of the tail of the normal vector. The default is (0, 0, 0).

headPoint

Coordinate of the head of the normal vector. The default is (0, 0, 0).

coulomb_friction_coefficientfloat, optional

Friction coefficieint in coulomb units. The default is 0.5.

stub#
tail#
head#
fric = 0.5#
type = 'rigidwall_planar'#
get_data() List#

Get the rigidwall data.

create()#

Create planar rigid walls.