STAAD.Pro Help

G.17.2.8 Advanced Nonlinear Cable Analysis

When all of the members, elements, and support springs are linear except for cable members, then this analysis type may be used.

Note: This feature is available in limited form.

You have control of the number of steps, the maximum number of iterations per step, the convergence tolerance, include/exclude Kg matrix and use full/modified Newton-Raphson method.

The nonlinear static solver employs the Newton method (full Newton or modified Newton method) to analyze nonlinear problems. In STAAD.Pro, cable elements and P-Delta effect in beam/column and plates cause geometric nonlinearity.

Numerical representation of the nonlinear static solver with full Newton method

Steps Included in the Analysis

The nonlinear static analysis has several steps.

  1. Final applied loading vector {Pext} is assembled. Incremental load vector {P} = {Pext}/nSteps is calculated where nSteps is the number of load steps. {uprev}= {0} is also defined

  2. For the first iteration, the unbalanced loading {ΔP}={P} and displacement vector {u}={uprev}, the stiffness matrix [K] are assembled. If any elements are performing nonlinearly, their element stiffness matrix will be determined based on their current nonlinear status.

  3. The equation [K]{Δu} ={ΔP} is solved to find out the incremental displacement {Δu}.

  4. The current displacement vector is calculated as {u} ={u}+{Δu}.

  5. This newly calculated {u} is used to update all elements nodal coordinates.

  6. Based on the updated elements, the element reaction {R} is calculated.

  7. The unbalanced loading now becomes {ΔP}={P}-{R}.

  8. Convergence is checked by comparing |{ΔP}|/{P} with ε. If convergence is achieved the current displacement is saved as the displacement of previous iteration, i.e. {uprev} = {u}. The next load increment is applied and same all steps are repeated.

  9. If convergence is not achieved, steps 2-7 are repeated until convergence is achieved or the maximum iteration number is reached.

Theory of Cable Elements

3D cable sketch

The cable element formulation follows the catenary theory. It is a nonlinear element with geometric nonlinearity, but without material nonlinearity. For a 3D cable element shown in Figure 2, the free body equilibrium is:

T d x d p = F 1 (1a)

T d y d p = F 2 (1b)

T d z d p = F 3 + w s (1c)

With geometrical constraint equations and constitutive equations, the relationship between chord length components lx, ly, lz and end support force components F1, F2, F3 could be derived as:

l x = - F 1 L 0 E A - F 1 w { ln [ F 1 2 + F 2 2 + ( w L 0 - F 3 ) 2 + w L 0 - F 3 ] - ln ( F 1 2 + F 2 2 + F 3 2 - F 3 ) } (2a)

l y = - F 2 L 0 E A - F 2 w { ln [ F 1 2 + F 2 2 + ( w L 0 - F 3 ) 2 + w L 0 - F 3 ] - ln ( F 1 2 + F 2 2 + F 3 2 - F 3 ) } (2b)

l z = - F 3 L 0 E A + w L 0 2 2 E A + 1 w [ F 1 2 + F 2 2 + ( w L 0 - F 3 ) 2 - F 1 2 + F 2 2 + F 3 2 ] (2c)

Then the derivative express of equation (2) is the flexibility matrix, as shown in equation (3). For brevity, the terms in the equation are not listed.

[ d l x d l y d l z ] = [ l x F 1 l x F 2 l x F 3 l y F 1 l y F 2 l y F 3 l z F 1 l z F 2 l z F 3 ] [ d F 1 d F 2 d F 3 ] = [ f 11 f 12 f 13 f 21 f 22 f 23 f 31 f 32 f 33 ] [ d F 1 d F 2 d F 3 ] = f [ d F 1 d F 2 d F 3 ] (3)

The inverse of the flexibility matrix is the stiffness matrix. So the deformation-force relationship and the stiffness matrix are found. Hence the nonlinear equations can be solved using the finite element analysis solvers.

In the step list of the nonlinear static solver, step 4 will provide the cable element the new updated displacement. And step 2 and step 5 will ask the cable element’s stiffness matrix and reaction forces, which can be calculated with equation (3).

Limitation of cable elements

One limitation of using catenary theory is that the cable element cannot be loaded with non-uniformly distributed load, point load inside the element. In order to do such doing, the physical cable must be modeled with multiple analytical cable elements, so that the non-uniform load could be approximately simulated by uniform loads on each analytical cable elements, and there are nodes at locations where point loads are applied.

Notes

The load cases in a nonlinear cable analysis must be separated by the CHANGE command and PERFORM CABLE ANALYSIS ADVANCED command. The SET NL command must be provided to specify the total number of primary load cases. There may not be any Multi-linear springs, compression only, PDelta, nonlinear, or dynamic cases.

Also for cables:

  1. Do not use Member Offsets.

  2. Do not include Control/Dependent or Floor Diaphragm commands.

  3. Do not connect to inclined support joints.

  4. Y direction must be up.

  5. Do not impose displacements.

  6. Do not use Support springs in the model.

  7. Applied loads do not change global directions due to displacements.

  8. Do not apply prestress load or fixed end load.

  9. Do not use Load Combination command to combine cable analysis results. Use a primary case with Repeat Load instead.

Note: This analysis feature can be used only when Advanced Analysis License is active.