Skip to main content

Spring Elements And Node Springs

Spring elements and node springs can one of several types.

The general spring has 6 degrees of freedom. For a linear spring the general form of the stiffness matrix is

K=[kx00000kx00000ky00000ky0000kz00000kz000kxx00000kxx00kyy00000kyy0kzz00000kzzkx00000ky0000kz000kxx00kyy0kzz]\mathbf{K} = \begin{bmatrix} k_{x} & 0 & 0 & 0 & 0 & 0 & - k_{x} & 0 & 0 & 0 & 0 & 0 \\ & k_{y} & 0 & 0 & 0 & 0 & 0 & - k_{y} & 0 & 0 & 0 & 0 \\ & & k_{z} & 0 & 0 & 0 & 0 & 0 & - k_{z} & 0 & 0 & 0 \\ & & & k_{xx} & 0 & 0 & 0 & 0 & 0 & - k_{xx} & 0 & 0 \\ & & & & k_{yy} & 0 & 0 & 0 & 0 & 0 & - k_{yy} & 0 \\ & & & & & k_{zz} & 0 & 0 & 0 & 0 & 0 & - k_{zz} \\ & & & & & & k_{x} & 0 & 0 & 0 & 0 & 0 \\ & & & & & & & k_{y} & 0 & 0 & 0 & 0 \\ & & & & & & & & k_{z} & 0 & 0 & 0 \\ & & & & & & & & & k_{xx} & 0 & 0 \\ & & & & & & & & & & k_{yy} & 0 \\ & & & & & & & & & & & k_{zz} \\ \end{bmatrix}

If nonlinear spring are required these can be generated by assigning a material curve (force/displacement or moment rotation) to each of the degrees of freedom.

Axial / torsional spring

For an axial or torsional spring only the kxk_{x} or kxxk_{xx} terms are specified, the rest are assumed to be zero.

Spring matrix

For a node spring a full set of stiffness terms can be defined for the upper triangle. This allows interaction between axial and bending terms. The stiffness matrix is then of the form

K=[kx,xkx,ykx,zkx,xxkx,yykx,zzky,yky,zky,xxky,yyky,zzkz,zkz,xxkz,yykz,zzkxx,xxkxx,yykxx,zzkyy,yykyy,zzkzz,zz]\mathbf{K} = \begin{bmatrix} k_{x,x} & k_{x,y} & k_{x,z} & k_{x,xx} & k_{x,yy} & k_{x,zz} \\ & k_{y,y} & k_{y,z} & k_{y,xx} & k_{y,yy} & k_{y,zz} \\ & & k_{z,z} & k_{z,xx} & k_{z,yy} & k_{z,zz} \\ & & & k_{xx,xx} & k_{xx,yy} & k_{xx,zz} \\ & & & & k_{yy,yy} & k_{yy,zz} \\ & & & & & k_{zz,zz} \\ \end{bmatrix}

A spring matrix can only be used with a node spring.

Compression-only spring

Compression only spring elements are uniaxial nonlinear spring elements. These elements have no stiffness when subjected tensile loading/displacements. Under tensile loading these elements will create a gap.

Tension-only spring

Tension only spring elements are also uniaxial nonlinear spring elements. These elements have no stiffness under compressive loading.

Lock-up

Lock-up elements are also uniaxial spring elements with specified initial gaps. Lock-up elements can be visualized as the combination of compression only and tension only spring with initial gaps. These spring elements do not offer any stiffness while the displacements are within the specified gap. Positive Gap will offer no resistance in the tension side and vice versa. Both positive and negative gaps have to be specified as positive values in GSA.

Connector

Connector elements are linear elastic spring elements. These elements connects pair of nodes in all translations as well as rotations. The size of the stiffness matrix is 12x12 and the same will be automatically calculated based on the stiffness of the surrounding elements. The resulting stiffness is large enough to produce negligible displacements and at the same time it will avoid the numerical instabilities.

Gap elements

Gap elements are compression only spring elements with initial gap. These elements will have zero stiffness in the analysis while the displacements are within the specified gap. The stiffness in other directions (local y and z directions) are ignored. These elements are useful in contact problems if frictional sliding is not concern.

Friction elements

Friction elements are three direction translational spring elements consisting of one axial and two translational directions. In axial direction, these elements works as Gap elements. In translational direction these elements behaves as elastic plastic elements. Plastic limit is calculated using coulomb friction law

fy=k×Δuyμ×fxf_{y} = k \times \Delta u_{y} \leq \mu \times f_{x}
fz=k×Δuzμ×fxf_{z} = k \times \Delta u_{z} \leq \mu \times f_{x}

Where fxf_{x} is the force in axial direction as calculated for the gap element.

Springs are assumed to be massless.