Anda di halaman 1dari 15

Overcoming Convergence Difficulties in ANSYS

Workbench Mechanical, Part I: Using NewtonRaphson Residual Information


padtinc.com /blog/the-focus/overcoming-convergence-difficulties-in-ansys-workbench-mechanicalpart-i-using-newton-raphson-residual-information
Ted Harris

Unable to converge. Convergence Failure. Failure to Converge. Never nice words to see when you
are trying to get your simulation done.
If youve encountered convergence failures while running nonlinear structural analyses in ANSYS
Workbench Mechanical, this two part series is for you. What is a convergence failure? In a nutshell it
means that there is too much imbalance in the system. The calculated reaction forces do not match
the applied loads and even though the program tries hard to make changes to overcome the
imbalances, it hasnt been able to do so and stops. If we look at the Force residuals under Solution
Information, we will see that the solver has been unable to get the force convergence residual, or
imbalance force, to drop below the current criterion

Test model example: Newton Raphson Convergence Failure; Solution Stops


We wont spend a lot of time here explaining the Newton-Raphson method, convergence, and residual
plots here, since we wrote a Focus article back in 2002 which discusses them in more detail. The
article begins on p. 7 at this link:
/blog/wp-content/uploads/oldblog/archive/PADT_TheFocus_08.pdf
The context of that article was Mechanical APDL, but the article is directly relevant since solving in

Workbench Mechanical is done in Mechanical APDL in batch mode.


In crayon terms, we want the purple line to drop below the blue line. When it doesnt and the solver is
out of options to keep trying, the solution stops and we get an error message.
Now what? The traditional knobs to turn are to increase the number of substeps, decrease contact
stiffness if contact is involved, perhaps add more points to the plasticity curve, etc. But what if
something else is the problem? How can we identify where the problem is?
In this part I article we will discuss how to plot the Newton-Raphson residuals as contour plots to see
where in the model the highest force imbalances are located. Often this is useful information to help
us figure out what is going on so we can take corrective action. First, be aware that we must turn on
the Newton-Raphson residual plots prior to solving. That means you either have to turn them on and
re-solve after a convergence failure, knowing that youll get the same failure again, or you need to
clairvoyantly (or perhaps just prudently) turn on the residuals prior to attempting the initial solve. Why
arent they on all the time, you ask? Most likely because they slow things down just a bit and also
require a bit more disk space than otherwise, although if the solution runs to completion no NewtonRaphson residual plots are saved.
Here is how we turn them on. In the Details view for the Solution Information branch, change the
Newton-Raphson Residuals setting from the default of zero to a nonzero number such as 3 or 4. That
will continuously save the last 3 or 4 Newton-Raphson residual plots for viewing as contour plots after
the solution has stopped due to a convergence failure.
After the solution has stopped, the NewtonRaphson residual plots will be available under
the Solution Information branch.
The quantity plotted is actually the square root
of the sum of the squares of the residuals in
the global X, Y, and Z directions. So, the plots
dont show us direction information, but they do
show where the residuals and hence the force
imbalances are the largest. Below is an
example. The region in red shows where the
residuals are the highest. Since this is a model
involving contact between two bodies,
apparently the contact regions and specifically
contact at the corners of the part on the left is the source of our convergence difficulties.

Newton-Raphson Residual Force Plot for the last attempted equilibrium iteration.
So, how do we use this information? In this case we now suspect that the contact regions, especially
at the corners of the smaller part, are the problematic areas. Using this information we made two
changes to the model.
First, we changed the Detection Method for the contact elements from Program Controlled (at the
element Gauss points) to Nodal-Normal to Target. Many times when contact problems involve touching
at corners, the robustness of the contact interface can be improved by changing the detection method
from Gauss points to nodes.
Second, we reduced the contact stiffness by changing Normal Stiffness from Program Controlled
(factor of 1.0) to a Manual setting of 0.2. Reducing the contact stiffness can help with contact
convergence for a lot of problems. Too low of a stiffness value can cause problems too, but in this
case the resulting penetration is still small so a value of 0.2 seems reasonable. When in doubt, a
sensitivity study can be performed whereby you make changes to the contact stiffness value while
tracking your results quantities of interest. As with most inputs you can vary, your results of interest
should not be sensitive to contact stiffness.
These two changes allowed our test model to nicely converge for the full amount of load.

Other considerations:
The Newton-Raphson Residual plots are always displayed on the original geometry, not the deflected
geometry at version 14.0 of ANSYS Mechanical. If the deflections are large this can make it harder to
ascertain what is causing the high residual values. In those cases, it can be helpful to compare the
total deformation and stress plots for the unconverged solution, along with those plots for the last
converged solution, with the 1.0 true scale on the deformation active. This will show the parts in their
deflected state, and that can help in determining why the residuals are high at certain locations.
We recommend creating at least 3 residual plots (set in the details of Solution Information as described
above). Sometimes the location of the imbalance can bounce around a bit from equilibrium iteration to
equilibrium iteration, so having more than one or two plots to look at can be beneficial in determining
problem locations.

Conclusion
Summing it up, the Newton-Raphson residual plots are one piece of information we can use to
determine why we are having convergence difficulties. They can give us an indication of where the
convergence difficulties are occurring in the model, and many times we can use that information to help
us know what settings should be modified or what other changes should be made to the model to
improve the convergence behavior.
In part II of this article, well look at how to quickly use ANSYS Mechanical APDL to view the elements
that have undergone too much deformation.

padtinc.com
http://www.padtinc.com/blog/the-focus/overcoming-convergence-difficulties-in-ansys-workbench-mechanical-part-ii-quick-usage-ofmechanical-apdl-to-plot-distorted-elements

Overcoming Convergence Difficulties in ANSYS Workbench


Mechanical, Part II: Quick Usage of Mechanical APDL to Plot
Distorted Elements
By Ted Harris

October 18, 2012

In part I if this series, we saw how to use Newton-Raphson residual plots as an aid to vanquishing convergence
difficulties in ANSYS Workbench Mechanical. In part II, we will see how to quickly launch the ANSYS Mechanical
APDL user interface to plot elements that have undergone too much distortion, thereby resulting in a convergence
failure. Several problems can cause convergence failures, but one that can be particularly frustrating is elements
that have undergone too much distortion.
Currently there isnt a way to isolate and view elements that have triggered a convergence failure due to too much
distortion within the Workbench Mechanical user interface. Fortunately we have access to the older ANSYS
Mechanical APDL interface, which does allow us to select and visualize elements that have undergone too much
distortion. This can be useful in that it tells us exactly where in the model the elements are failing. Hopefully we
can use this information to take corrective action in Mechanical such as making local mesh modifications, adding
more details to geometry, etc.
So, how do we do this? Rather than try to give a lesson on how to use the Mechanical APDL interface, were just
going to give the commands needed to be clicked with the mouse or typed in. Were following the K.I.S.S.
principal, meaning Keep It Simple, Silly.
The procedure to follow includes these steps:
1. Identify the directory in which our results file resides.
2. Launch ANSYS Mechanical APDL.
3. Point to the results file identified in step 1.
4. Modify the nodal coordinates so they are in the deflected state at the point of convergence failure.
5. Plot those error-causing elements.
We will now go into more detail using a model that has convergence trouble. This model solved successfully for
the first 4 substeps, but on the 5th substep the solution failed to converge. We get this error in the solver output
(Solution Information):
*** ERROR *** CP = 2872.649 TIME= 16:29:51
One or more elements have become highly distorted. Excessive

distortion of elements is usually a symptom indicating the need for


corrective action elsewhere. Try incrementing the load more slowly
(increase the number of substeps or decrease the time step size). You
may need to improve your mesh to obtain elements with better aspect
ratios. Also consider the behavior of materials, contact pairs,
and/or constraint equations. If this message appears in the first
iteration of first substep, be sure to perform element shape checking.
Looking at the model, we see we have an indenter that is being pressed into a block of material. The indenter is
steel and the block is aluminum. Both have nonlinear material properties defined.

Total deformation for the last converged substep looks like this:

The unconverged results show that we have some elements that have large nodal deflections:

So, our error message tells us that one or more elements have become highly distorted. Which elements are
they? The following procedure will show us how to view those for sure, using Mechanical APDL.
Here are each of the 6 steps mentioned above, in detail:
1. Identify the directory in which our results file resides:
We do this from the Workbench window, by clicking on View > Files. Scroll down in the resulting list of files until
you find file.rst, the ANSYS Result file. The location will be listed in the resulting information, but the text is not
selectable. To make it easier, right click on the file.rst row and select Open Containing Folder.

From the top of the resulting Windows Explorer window, select the folder path and right click > copy.
2. Launch ANSYS Mechanical APDL:
Click Start > All Programs > ANSYS 14.0 > ANSYS
Mechanical APDL Product Launcher. In the resulting
window, paste in the directory path in the Working
Directory box:

Click the Run button at the bottom of the window. The Mechanical APDL user interface will start.
3. Point to the results file identified in step 1:
Click on General Postproc on the left, then Data & File Opts. In the resulting Data and File Options window, click
on the [] button below Read single result file:

You should see the result file, file.rst, available in the resulting window. Click on that file, then click Open. Click
OK in the Data and File Options window.

We need to read in one set of results to load the model into the Mechanical APDL database. Click General
Postproc > Read Results > Last Set.
4. Modify the nodal coordinates so they are in the deflected state at the point of convergence failure:
Lets plot the elements so we can see the model (this will show the elements with nodes in the original,
undeflected positions). Well just have you type in the command to make the element plot: in the input line near
the top of the window, type eplot, then return.

The plot will show in the default front view, looking down the global Z axis. Note that if weak springs are on in
Workbench Mechanical, you will see these as line elements pointing away from the model in a few places.

The nodal modification is performed in the preprocessor. Click on the Preprocessor command on the left side of
the window. Type in this command in the input line to modify the nodal positions to those of the unconverged (last
set) of results:
upgeom,,,,file,rst

Plot the elements again. You should now see the deflected nodal positions.

Using the view controls over on the right side, we can rotate and zoom in. A short cut is to use the right mouse
button to box zoom and Ctrl + Right Mouse Button to rotate the model. Now we can better see where the
deformations are occurring. We still have all elements selected and plotted, so the next step will be to filter the
plot to show the error-causing elements.

5. Plot those error-causing elements:


Shape checking of elements consists of two levels, warning and error. The solver will not continue if any elements
exceed the error level. Shape checking is discussed in detail in section 13.1 of the Theory Reference in the
ANSYS Help. We have the ability to plot both warning level elements and error level elements, using this
procedure:
On the left side of the window, click on Meshing > Check Mesh > Individual Elm > Plot Warning/Error Messages.
With all boxed checked, this is the resulting plot in the front view.
Good elements are displayed in blue, warning elements in yellow,
and error or failed elements are shown in red.

When the elements are very highly distorted, their surfaces cant always be displayed and it looks like there is a
hole in the model. This wont always happen depending on how highly distorted the elements are, viewing
direction, etc..

If we uncheck the Good Elements (blue) box, then only the warning and error elements are displayed.

When you are done viewing the elements, click on the Quit button near the top, and exit without saving to get out
of Mechanical APDL.
So what does all this tell us? For this model, the elements below the indenter body are experiencing too much
deformation (red elements). Some elements in the indenter body are at the warning level but not the error level
(yellow elements). The fix could be to apply the load more gradually (more substeps), refine the mesh at this
location, or maybe a combination of both. In this case we also changed the Workbench Mechanical shape
checking from Standard to Aggressive Mechanical.

ANSYS Penetration Model

Anda mungkin juga menyukai