MassPoint
The MassPoint
element is used to represent a mass point with translational mass and optional rotational inertia.
Syntax
Text Only | |
---|---|
Remarks
- For 2D elements,
DOF::UX
andDOF::UY
are assigned with the translational mass (equal magnitude),DOF::URZ
is assigned with the rotational inertia (optional). - For 3D elements,
DOF::UX
,DOF::UY
, andDOF::UZ
are assigned with the translational mass (equal magnitude),DOF::URX
,DOF::URY
, andDOF::URZ
are assigned with the rotational inertia (optional). MassPoint
elements are an alternative toMass
elements, which are more abstract and allow more general assignment of mass.