One Degree of Freedom Spring Elements (TYPE4)

One degree of freedom (DOF) spring elements are defined as a TYPE4 property set. Three variations of the element are possible:
  • Spring only
  • Dashpot (damper) only
  • Spring and dashpot in parallel
These three configurations are shown in Figure 1 to Figure 3.


Figure 1. Spring Only


Figure 2. Dashpot Only


Figure 3. Spring and Dashpot in Parallel

No material data card is required for spring elements. However, the stiffness kk and equivalent viscous damping coefficient cc are required. The mass mm is required if there is any spring translation.

There are three other options defining the type of spring stiffness with the hardening flag:
  • Linear Stiffness
  • Nonlinear Stiffness
  • Nonlinear Elasto-Plastic Stiffness
Likewise, the damping can be either:
  • Linear
  • Nonlinear

A spring may also have zero length. However, a one DOF spring must have 2 nodes.

The forces applied on the nodes of a one DOF spring are always colinear with direction through both nodes; refer to Figure 4.


Figure 4. Colinear Forces

Time Step

The time of a spring element depends on the values of stiffness, damping and mass.

For a spring only element:(1)
Δt=mkΔt=mk
For a dashpot only element:(2)
Δt=m2cΔt=m2c
For a parallel spring and dashpot element:(3)
Δt=(mk+c2)ckΔt=(mk+c2)ck

The critical time step ensures that the stability of the explicit time integration is maintained, but it does not ensure high accuracy of spring vibration behavior. Only two time steps are required during one vibration period of a free spring to keep stability. However, if true sinusoidal reproduction is desired, the time step should be reduced by a factor of at least 5.

If the spring is used to connect the two parts, the spring vibration period increases and the default spring time step ensures stability and accuracy.

Linear Spring

Function number defining f(δ)f(δ) .

N1=0

The general linear spring is defined by constant mass, stiffness and damping. These are all required in the property type definition. The relationship between force and spring displacement is given by:(4)
F=k(ll0)+cdldtF=k(ll0)+cdldt


Figure 5. Linear Force-Displacement Curve
The stability condition is given by Equation 3:(5)
Δt=(c2+km)ckΔt=(c2+km)ck

Nonlinear Elastic Spring

Hardening flag

H=0
The hardening flag must be set to 0 for a nonlinear elastic spring. The only difference between linear and nonlinear elastic spring elements is the stiffness definition. The mass and damping are defined as constant. However, a function must be defined that relates the force, FF , to the displacement of the spring, ( ll0ll0 ). It is defined as:(6)
F=f(ll0)+cdldtF=f(ll0)+cdldt


Figure 6. Nonlinear Elastic Force-Displacement Curve
The stability criterion is the same as for the linear spring, but rather than being constant, the stiffness is displacement dependent:(7)
Δt=(c2+km)ck
Where,(8)
k=max[(ll0)f(ll0)]

Nonlinear Elasto-plastic Spring: Isotropic Hardening

H=1
The hardening flag must be set to 1 in this case and f(ll0) is defined by a function. Hardening is isotropic if compression behavior is identical to tensile behavior:(9)
F=f(ll0)+Cdldt


Figure 7. Isotropic Hardening Force-Displacement Curve

Nonlinear Elasto-plastic Spring: Decoupled Hardening

H=2
The hardening flag is set to 2 in this case and f f(ll0) is defined by a function. The hardening is decoupled for compression and tensile behavior:(10)
F=f(ll0)+Cdldt


Figure 8. Decoupled Hardening Force-Displacement Curve

Nonlinear Elasto-plastic Spring: Kinematic Hardening

H=4
The hardening flag is set to 4 in this case and f1(ll0) and f2(ll0) (respectively maximum and minimum yield force) are defined by a function. The hardening is kinematic if maximum and minimum yield curves are identical:(11)
F=f(ll0)+Cdldt


Figure 9. Kinematic Hardening Force-Displacement Curve

Nonlinear Elasto-plastic Spring: Nonlinear Unloading

H=5
The hardening flag is set to 5 in this case and f(δ) and f2(δmax) (maximum yield force and residual deformation, respectively) are defined by a function. Uncoupled hardening in compression and tensile behavior with nonlinear unloading:(12)
F=f(ll0)+Cdldt
With δ=ll0 .


Figure 10. Nonlinear Unloading Force-Displacement Curve

Nonlinear Dashpot

The input properties for a nonlinear dashpot are very close to that of a spring. The required values are:
  • Mass, M .
  • A function defining the change in force with respect to the spring displacement. This must be equal to unity:

    f(ll0)=1

  • A function defining the change in force with spring displacement rate,

    g(dl/dt)

  • The hardening flag in the input must be set to zero.
The relationship between force and spring displacement and displacement rate is:(13)
F=f(ll0)g(dldt)=g(dldt)
A nonlinear dashpot property is shown in Figure 11.


Figure 11. Nonlinear Dashpot Force Curve
The stability condition for a nonlinear dashpot is given by:(14)
Δt=MC
Where,(15)
C=max[(dl/dt)g(dl/dt)]

Nonlinear Viscoelastic Spring

The input properties for a nonlinear viscoelastic spring are:
  • Mass, M
  • Equivalent viscous damping coefficient C
  • A function defining the change in force with spring displacement

    f(ll0)

  • A function defining the change in force with spring displacement rate

    g(dl/dt)

The hardening flag in the input must be set to equal zero. The force relationship is given by:(16)
F=f(ll0)g(dldt)
Graphs of this relationship for various values of g(dl/dt) are shown in Figure 12.


Figure 12. Visco-Elastic Spring Force-Displacement Curves
The stability condition is given by:(17)
Δt=(C2+kM)Ck
Where,(18)
K=max[(ll0)f(ll0)]
(19)
C=max[(dl/dt)g(dl/dt)]