ansys.mapdl.core.Mapdl.spoint#
- Mapdl.spoint(node='', x='', y='', z='', inertiakey='', **kwargs)#
Defines a point for force/moment summations or inertia calculation
Mechanical APDL Command: SPOINT
- Parameters:
- node
str
Node number of the desired point. If zero, use
X
,Y
,Z
to describe point.- x
str
Global Cartesian coordinates of the desired summation point. Used if
NODE
is 0. Defaults to (0,0,0).- y
str
Global Cartesian coordinates of the desired summation point. Used if
NODE
is 0. Defaults to (0,0,0).- z
str
Global Cartesian coordinates of the desired summation point. Used if
NODE
is 0. Defaults to (0,0,0).- inertiakey
str
Inertia key:
OFF
- Point or node is used for the force/moment summations (default).ON
- Point or node is used for the calculation of total inertia.
- node
Notes
By default (
InertiaKey
= OFF), defines a point (any point other than the origin) about which the tabular moment summations are computed. If force summations are desired in other than the global Cartesian directions, a node number must be specified on theNODE
field, and the desired coordinate system must be activated with rsys. The command must be issued in the post1 module.When the inertia key is activated (
InertiaKey
= ON), the total inertia printed in the precise mass summary is calculated with respect to the point or node in the global Cartesian system. In this case, the command must be issued during the first load step in the slashsolu module.