8.2 The solution of nonlinear problems

The nonlinear load-displacement curve for a structure is shown in Figure 8–7.

Figure 8–7 Nonlinear load-displacement curve.

The objective of the analysis is to determine this response. Consider the external forces, P, and the internal (nodal) forces, I, acting on a body (see Figure 8–8(a) and Figure 8–8(b), respectively).

Figure 8–8 Internal and external loads on a body.

The internal loads acting on a node are caused by the stresses in the elements that contain that node.

For the body to be in static equilibrium, the net force acting at every node must be zero. Therefore, the basic statement of static equilibrium is that the internal forces, I, and the external forces, P, must balance each other:

ABAQUS/Standard uses the Newton-Raphson method to obtain solutions for nonlinear problems. In a nonlinear analysis the solution cannot be calculated by solving a single system of equations, as would be done in a linear problem. Instead, the solution is found by applying the specified loads gradually and incrementally working toward the final solution. Therefore, ABAQUS/Standard breaks the simulation into a number of load increments and finds the approximate equilibrium configuration at the end of each load increment. It often takes ABAQUS/Standard several iterations to determine an acceptable solution to a given load increment. The sum of all of the incremental responses is the approximate solution for the nonlinear analysis. Thus, ABAQUS/Standard combines incremental and iterative procedures for solving nonlinear problems.

ABAQUS/Explicit determines a solution to the dynamic equilibrium equation without iterating by explicitly advancing the kinematic state from the previous increment. Solving a problem explicitly does not require the formation of tangent stiffness matrices. The explicit central-difference operator satisfies the dynamic equilibrium equations at the beginning of the increment, t; the accelerations calculated at time t are used to advance the velocity solution to time and the displacement solution to time . For linear and nonlinear problems alike, explicit methods require a small time increment size that depends solely on the highest natural frequency of the model and is independent of the type and duration of loading. Simulations typically require a large number of increments; however, due to the fact that a global set of equations is not solved in each increment, the cost per increment of an explicit method is much smaller than that of an implicit method. The small increments characteristic of an explicit dynamic method make ABAQUS/Explicit well suited for nonlinear analysis.


8.2.1 Steps, increments, and iterations

This section introduces some new vocabulary for describing the various parts of an analysis. It is important that you clearly understand the difference between an analysis step, a load increment, and an iteration.

  • The load history for a simulation consists of one or more steps. You define the steps, which generally consist of an analysis procedure option, loading options, and output request options. Different loads, boundary conditions, analysis procedure options, and output requests can be used in each step. For example:

    • Step 1: Hold a plate between rigid jaws.

    • Step 2: Add loads to deform the plate.

    • Step 3: Find the natural frequencies of the deformed plate.

  • An increment is part of a step. In nonlinear analyses the total load applied in a step is broken into smaller increments so that the nonlinear solution path can be followed.

    In ABAQUS/Standard you suggest the size of the first increment, and ABAQUS/Standard automatically chooses the size of the subsequent increments. In ABAQUS/Explicit the default time incrementation is fully automatic and does not require user intervention. Because the explicit method is conditionally stable, there is a stability limit for the time increment. The stable time increment is discussed in Chapter 9, Nonlinear Explicit Dynamics.”

    At the end of each increment the structure is in (approximate) equilibrium and results are available for writing to the output database, restart, data, or results files. The increments at which you select results to be written to the output database file are called frames.

    The issues associated with time incrementation in ABAQUS/Standard and ABAQUS/Explicit analyses are quite different, since time increments are generally much smaller in ABAQUS/Explicit.

  • An iteration is an attempt at finding an equilibrium solution in an increment when solving with an implicit method. If the model is not in equilibrium at the end of the iteration, ABAQUS/Standard tries another iteration. With every iteration the solution ABAQUS/Standard obtains should be closer to equilibrium; sometimes ABAQUS/Standard may need many iterations to obtain an equilibrium solution. When an equilibrium solution has been obtained, the increment is complete. Results can be requested only at the end of an increment.

    ABAQUS/Explicit does not need to iterate to obtain the solution in an increment.


8.2.2 Equilibrium iterations and convergence in ABAQUS/Standard

The nonlinear response of a structure to a small load increment, , is shown in Figure 8–9. ABAQUS/Standard uses the structure's initial stiffness, , which is based on its configuration at , and to calculate a displacement correction, , for the structure. Using , the structure's configuration is updated to .

Figure 8–9 First iteration in an increment.

Convergence

ABAQUS/Standard forms a new stiffness, , for the structure, based on its updated configuration, . ABAQUS/Standard also calculates , in this updated configuration. The difference between the total applied load, P, and can now be calculated as:

where is the force residual for the iteration.

If is zero at every degree of freedom in the model, point a in Figure 8–9 would lie on the load-deflection curve, and the structure would be in equilibrium. In a nonlinear problem it is almost impossible to have equal zero, so ABAQUS/Standard compares it to a tolerance value. If is less than this force residual tolerance, ABAQUS/Standard accepts the structure's updated configuration as the equilibrium solution. By default, this tolerance value is set to 0.5% of an average force in the structure, averaged over time. ABAQUS/Standard automatically calculates this spatially and time-averaged force throughout the simulation.

If is less than the current tolerance value, P and are in equilibrium, and is a valid equilibrium configuration for the structure under the applied load. However, before ABAQUS/Standard accepts the solution, it also checks that the displacement correction, , is small relative to the total incremental displacement, . If is greater than 1% of the incremental displacement, ABAQUS/Standard performs another iteration. Both convergence checks must be satisfied before a solution is said to have converged for that load increment. The exception to this rule is the case of a linear increment, which is defined as any increment in which the largest force residual is less than 10–8 times the time-averaged force. Any case that passes such a stringent comparison of the largest force residual with the time-averaged force is considered linear and does not require further iteration. The solution is accepted without any check on the size of the displacement correction.

If the solution from an iteration is not converged, ABAQUS/Standard performs another iteration to try to bring the internal and external forces into balance. This second iteration uses the stiffness, , calculated at the end of the previous iteration together with to determine another displacement correction, , that brings the system closer to equilibrium (point b in Figure 8–10).

Figure 8–10 Second iteration.

ABAQUS/Standard calculates a new force residual, , using the internal forces from the structure's new configuration, . Again, the largest force residual at any degree of freedom, , is compared against the force residual tolerance, and the displacement correction for the second iteration, , is compared to the increment of displacement, . If necessary, ABAQUS/Standard performs further iterations.

For each iteration in a nonlinear analysis ABAQUS/Standard forms the model's stiffness matrix and solves a system of equations. This means that each iteration is equivalent, in computational cost, to conducting a complete linear analysis. It should now be clear that the computational expense of a nonlinear analysis in ABAQUS/Standard can be many times greater than for a linear one.

It is possible with ABAQUS/Standard to save results at each converged increment. Thus, the amount of output data available from a nonlinear simulation is many times that available from a linear analysis of the same geometry. Consider both of these factors and the types of nonlinear simulations that you want to perform when planning your computer resources.


8.2.3 Automatic incrementation control in ABAQUS/Standard

ABAQUS/Standard automatically adjusts the size of the load increments so that it solves nonlinear problems easily and efficiently. You only need to suggest the size of the first increment in each step of your simulation. Thereafter, ABAQUS/Standard automatically adjusts the size of the increments. If you do not provide a suggested initial increment size, ABAQUS/Standard will try to apply all of the loads defined in the step in the first increment. In highly nonlinear problems ABAQUS/Standard will have to reduce the increment size repeatedly, resulting in wasted CPU time. Generally it is to your advantage to provide a reasonable initial increment size (see Modifications to the model, Section 8.4.1, for an example); only in very mildly nonlinear problems can all of the loads in a step be applied in a single increment.

The number of iterations needed to find a converged solution for a load increment will vary depending on the degree of nonlinearity in the system. By default, if the solution has not converged within 16 iterations or if the solution appears to diverge, ABAQUS/Standard abandons the increment and starts again with the increment size set to 25% of its previous value. An attempt is then made at finding a converged solution with this smaller load increment. If the increment still fails to converge, ABAQUS/Standard reduces the increment size again. By default, ABAQUS/Standard allows a maximum of five cutbacks of increment size in an increment before stopping the analysis.

If the increment converges in fewer than five iterations, this indicates that the solution is being found fairly easily. Therefore, ABAQUS/Standard automatically increases the increment size by 50% if two consecutive increments require fewer than five iterations to obtain a converged solution.

Details of the automatic load incrementation scheme are given in the Job Diagnostics dialog box, as shown in more detail in Job diagnostics, Section 8.4.2.