This element, defined by a single node, allows to introduce additional concentrated mass and/or rotational inertias in a node. A different mass and rotary inertia may be assigned to each coordinate direction. At present, individual mass/inertia components can be specified for every degree of freedom of element node. Only displacement and rotational degrees od freedom are considered. The element features are summarized in Table 46.
Keyword | LumpedMass |
Description | Lumped mass element |
Specific parameters | components #(ra) |
Parameters | components: allows to specify additional concentrated mass components (Force*Time2/Length) and rotary inertias (Force*Length*Time2) about the nodal coordinate axes. |
dofs: dofs to which the components apply. |
|
Unknowns | As specified by dofs. |
Approximation | - |
Integration | - |
Features | - |
CS properties | - |
Loads | - |
Status | Reliable |
This element represent longitudial or torsional spring element. It is defined by two nodes, orientation and a spring constant. The spring element has no mass associated, the mass can be added using LumpedMass element. The spring is linear and works the same way in tension or in compression. The element features are summarized in Table 47.
Keyword | Spring |
Description | Spring element |
Specific parameters | mode #(in) k #(rn) [m #(rn)] orientation #(ra) |
Parameters | mode: defines the type of spring element (see Table 48). |
k: determines the spring constant, corresponding units are [Force/Length] for longitudinal spring and [Force*Length/Radian] for torsional spring. |
|
orientation:defines orientation vector of spring element (of size 3) - for longitudinal spring it defines the direction of spring, for torsional spring it defines the axis of rotation. |
|
m: determines optional mass of the element, zero value assumed by default. |
|
Note | the spring element nodes doesn’t need to be coincident, but the spring orientation is always determined by orientation vector. |
mode | description | |
0 | 1D spring element along x-axis, | |
requires D_u DOF in each node, orientation vector is {1,0,0} | ||
1 | 2D spring element in xy plane, | |
requires D_u and D_v DOFs in each node | ||
(orientation vector should be in xy plane) | ||
2 | 2D spring element in xz plane, | |
requires D_u and D_w DOFs in each node | ||
(orientation vector should be in xz plane) | ||
3 | 2D torsional spring element in xz plane, | |
requires R_v DOFs in each node | ||
4 | 3D spring element in space, | |
requires D_u, D_v, and D_w DOFs in each node | ||
5 | 3D torsional spring in space, | |
requires R_u, R_v, and R_w DOFs in each node | ||