•
|
As a default, the double dogleg nonlinear solver is selected when a stationary study is generated and Contact nodes are present in the model. For the majority of contact problems this solver has more stable convergence properties than the Newton solver, which is the default solver for most other problems. Using otherwise similar settings, the double dogleg solver tends to be somewhat slower than the Newton solver on problems where both solvers converge. It is, however, often possible to take larger parameter steps when using the double dogleg solver. For some problems, the Newton solver can still be the better choice, so if you experience problems using the default settings, try to switch solvers.
|
•
|
For contact problems, it is often necessary to let the parametric solver use a defensive strategy when going from one parameter step to the next. This can be controlled by setting the value of Predictor in the Parametric. By default, the parametric solver will do so by setting the predictor to Constant when contact is present. However, it can sometimes be more efficient to use a more aggressive strategy by setting it to Linear.
|
•
|
The convergence of many contact problems can be improved by modifying the parameter or time step algorithm. For a stationary study, you can tune the step size in the Parametric node, and for a time-dependent study, you can modify the time stepping in the Time-Dependent Solver.
|
•
|
The convergence check relies on the scaling of the degrees of freedom, but since contact pressures and friction forces often are zero over parts of the simulation, you should not rely on automatic scaling. When the solver sequence is first created, both contact pressure and friction forces are given a manual scaling which is relevant for typical metal-to-metal contact. You should in most cases change this to values appropriate for your application. The variable scaling is accessed under Dependent Variables in the solver sequence. Set the scale for each variable to a value that is representative for the expected result. Too large values may give a too early convergence, while too small values may lead to an excessive number of iterations.
|
•
|
The default solver sequence generates one lumped step in the segregated solver for each Contact node. This split of variables into different lumped steps does not influence the solution as such; you can equally well group the contact variables in a single lumped step. Each lumped step will however generate an individual curve in the convergence plot, making it easier to pinpoint the source of possible convergence problems. You can also increase the granularity even more by changing Solver log to Detailed in the Advanced node in the solver sequence. This will give a separate convergence curve for each dependent variable.
|
•
|
The Segregated solver is generated with a termination technique set to Tolerance. This setting ensures the convergence of the contact degrees of freedom, that is, that their value only changes within the specified tolerance during the latest segregated iteration. If, however, convergence of the contact DOFs is of less importance, you can accept the solution after n segregated iterations instead. To do this, set the termination technique to Iterations or tolerance and specify the maximum number of segregated iterations. The solver will then continue to the next step if the tolerance criteria is fulfilled, or if the maximum number of iterations is reached. Note that the solution of the segregated groups is still converged in each segregated iteration.
|
•
|
For efficiency purposes, the nonlinear solver in the Segregated Step that includes the displacement field is by default set to accept the solution after seven iterations, regardless of convergence or not. If you notice in the solver log that the solution is far from convergence after these seven iterations it can be necessary to change this setting. Updating the contact DOFs with a nonconverged solution can cause the overall problem to diverge. By changing the termination technique to Tolerance, the segregated solver will instead do a cutback if such a situation is encountered.
|
•
|
Since the solution to the augmented Lagrangian can be nonsmooth, the default double dogleg nonlinear solver in stationary studies is sometimes too conservative. The convergence can in such cases often be improved by using a Newton solver, for example, the Constant (Newton) with a full Jacobian update.
|