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:
- center
Point
,optional
The center of sphere. The default is
(0, 0, 0)
.- orient
Point
,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)
.- radius
float
,optional
Radius of the sphere. The default is
1
.
- center
Overview#
Import detail#
from ansys.dyna.core.pre.dynabase import RigidwallSphere
Attribute detail#
- RigidwallSphere.stub#
- RigidwallSphere.center#
- RigidwallSphere.orient#
- RigidwallSphere.radius = 1#
- RigidwallSphere.motion = -1#
- RigidwallSphere.lcid = 0#
- RigidwallSphere.dir#
- RigidwallSphere.type = 'rigidwall_sphere'#
Method detail#
- RigidwallSphere.set_motion(curve, motion=RWMotion.VELOCITY, dir=Direction(1, 0, 0))#
Set the prescribed motion.
- RigidwallSphere.get_data() List #
Get the rigidwall data.
- RigidwallSphere.create()#
Create a rigidwall sphere.