Add a stop condition in the solver to make it stop when the mesh quality becomes too bad. If the Time-Dependent Solver is used, do this by right-clicking, for example, Study 1>Solver Configurations>Solution 1> Time Dependent Solver 1 and selecting
Stop Condition (

) from the context menu. If the parametric stationary solver is used, right-click, for example,
Stationary Solver 1>Parametric 1 under
Solution 1 and select
Stop Condition (

) from the context menu. In the table under
Stop Expressions, enter a Boolean expression (to stop when the expression is true) or an expression that makes the solver stop when the expression becomes negative. For example, enter
comp1.ale.I1isoMax>4 to stop before the maximum element distortion exceeds 4. Notice that you must add the component where the
Moving Mesh (ale) interface is defined, in this case
comp1 for Component 1, to access the variable from the Study branch (see
Variable Naming Convention and Namespace).
To keep the first solution, right-click Study 1>Solver Configurations>Solution 1 and select
Solution>Copy (

). The copied solution appears as a new solution;
Copy 2, for example.
Create a deformed configuration by right-clicking, for example, Results>Data Sets>Solution 2 and selecting
Remesh Deformed Configuration (

). The deformed configuration appears as a new
Deformed Configuration node (

) under
Meshes. The deformed configuration works as a new geometry but with restricted functionality. The
Settings window of the deformed configuration indicates which solution it was constructed from. Click the
Update button to see the corresponding deformed configuration in the graphics.
Expanding a Deformed Configuration node (

) shows that a new mesh sequence has been added beneath it. This mesh sequence contains a
Size node (

) and a
Reference node (

) only. The reference node refers to the original mesh sequence. This means that the new mesh sequence uses the same nodes as the original mesh sequence. Build the new mesh sequence by selecting
Build All from its context menu or pressing F8. To make changes to the new mesh sequence before building it, right-click
Reference 1 and select
Expand (

). Then the nodes from the original mesh sequence are copied to the new mesh sequence. You can also add and remove nodes in the new mesh sequence. If several meshes are needed on the deformed configuration (for the multigrid solver, for example), you can add an additional mesh sequence by right-clicking
Deformed Configuration (

) and selecting
Mesh (

).
You can remesh several times by iterating the above steps. For each of the solver runs, you get a copy of the solution (Copy 2,
Copy 3,
Copy 4, and so on) and a corresponding data set (
Solution 2,
Solution 3,
Solution 4, and so on). In the plot group, select one of these data sets for results analysis and visualization.