Dynamic relaxation

From Wikipedia, the free encyclopedia

Dynamic relaxation is a numerical method, which, among other things, can be used to do "form-finding" for cable and fabric structures. The aim is to find a geometry where all forces are in equilibrium. In the past this was done by direct modelling, using hanging chains and weights (see Gaudi), or by using soap films, which have the property of adjusting to find a "minimal surface".

The dynamic relaxation method is based on discretizing the continuum under consideration by lumping the mass at nodes and defining the relationship between nodes in terms of stiffness (see also the finite element method). The system oscillates about the equilibrium position under the influence of loads. An iterative process is followed by simulating a pseudo-dynamic process in time, with each iteration based on an update of the geometry,[1] similar to Leapfrog integration and related to Velocity Verlet integration.

Main equations used[edit]

Considering Newton's second law of motion (force is mass multiplied by acceleration) in the direction at the th node at time :

Where:

is the residual force
is the nodal mass
is the nodal acceleration

Note that fictitious nodal masses may be chosen to speed up the process of form-finding.

The relationship between the speed , the geometry and the residuals can be obtained by performing a double numerical integration of the acceleration (here in central finite difference form[2]), :

Where:

is the time interval between two updates.

By the principle of equilibrium of forces, the relationship between the residuals and the geometry can be obtained:

where:

is the applied load component
is the tension in link between nodes and
is the length of the link.

The sum must cover the forces in all the connections between the node and other nodes. By repeating the use of the relationship between the residuals and the geometry, and the relationship between the geometry and the residual, the pseudo-dynamic process is simulated.

Iteration Steps[edit]

1. Set the initial kinetic energy and all nodal velocity components to zero:

2. Compute the geometry set and the applied load component:

3. Compute the residual:

4. Reset the residuals of constrained nodes to zero

5. Update velocity and coordinates:

6. Return to step 3 until the structure is in static equilibrium

Damping[edit]

It is possible to make dynamic relaxation more computationally efficient (reducing the number of iterations) by using damping.[1] There are two methods of damping:

  • Viscous damping, which assumes that connection between the nodes has a viscous force component.
  • Kinetic energy damping, where the coordinates at peak kinetic energy are calculated (the equilibrium position), then updates the geometry to this position and resets the velocity to zero.

The advantage of viscous damping is that it represents the reality of a cable with viscous properties. Moreover, it is easy to realize because the speed is already computed. The kinetic energy damping is an artificial damping which is not a real effect, but offers a drastic reduction in the number of iterations required to find a solution. However, there is a computational penalty in that the kinetic energy and peak location must be calculated, after which the geometry has to be updated to this position.

See also[edit]

Further reading[edit]

  • A S Day, An introduction to dynamic relaxation. The Engineer 1965, 219:218–221
  • H.A. BUCHHOLDT, An introduction to cable roof structures, 2nd ed, London, Telford, 1999

References[edit]

  1. ^ a b W. J. Lewis, Tension Structures: Form and behaviour, London, Telford, 2003
  2. ^ D S WAKEFIELD, Engineering analysis of tension structures: theory and practice, Bath, Tensys Limited, 1999