ansys.dyna.core.pre.dynabase.RigidwallSphere#

class ansys.dyna.core.pre.dynabase.RigidwallSphere(center=Point(0, 0, 0), orient=Point(0, 0, 0), radius=1)#

Bases: BaseObj

Defines a rigid wall with a sphere form.

Parameters:
centerPoint, optional

The center of sphere. The default is (0, 0, 0).

orientPoint, optional

Vector n determines the orintation of the rigidwall,the center define the tail of normal n, the orient define the head of normal n. The default is (0, 0, 0).

radiusfloat, optional

Radius of the sphere. The default is 1.

stub#
center#
orient#
radius = 1#
motion = -1#
lcid = 0#
dir#
type = 'rigidwall_sphere'#
set_motion(curve, motion=RWMotion.VELOCITY, dir=Direction(1, 0, 0))#

Set the prescribed motion.

get_data() List#

Get the rigidwall data.

create()#

Create a rigidwall sphere.