Automatic Remeshing
The Automatic Remeshing node () is an attribute that adds automatic remeshing. The remeshing occurs when the mesh quality falls below a specified value. It can be used together with the Moving Mesh Interface to assure a satisfactory mesh quality throughout the simulation. Right-click a Time-Dependent Solver operation node to add it.
AutoRemesh in the COMSOL Multiphysics Programming Reference Manual.
General
The software only performs automatic remeshing in one geometry. Use the Remesh in geometry list to specify that geometry if the model contains more than one geometry.
Conditions for Remeshing
From the Condition type list, choose between different types of conditions for when remeshing should occur. Select:
Mesh quality (the default). The solver remeshes when the mesh quality becomes less than a given limit. Edit the Mesh quality expression as needed, or click the Replace Expression button () to choose another expression. Edit the limit in the Stop when mesh quality is below field (default value: 0.2).
Distortion. The solver remeshes when the distortion the mesh has undergone becomes larger than a given limit. Edit the Distortion expression or click the Replace Expression button () and choose another expression. Edit the limit in the Stop when distortion exceeds field (default: 2).
General. The solver remeshes when a logical condition becomes true. Edit the condition in the Stop when condition is true field or click the Replace Expression button () and choose another expression.
The Remesh at setting determines which previous solution is used for the remeshing:
When Last output from solver before stop is selected, the remeshing is done on the last solution that would have been stored by the solver if remeshing would not have occurred. This setting discards any solver progress done since the last output.
When Last step taken by solver before stop is selected (the default), the remeshing is done using the solution from the last solver step before the condition for remeshing became fulfilled. Only the very last solver step, at which the condition was triggered, is discarded. Typically this setting is preferred because then the progress of the automatic remeshing does not depend on the solver’s list of output times.
Remesh
After each remeshing, the time integration is restarted and you can control the following time-stepping properties.
By default the solver chooses an initial step automatically. Select the Initial step check box to enter a different value (SI unit: s).
To control how the solver performs Consistent initialization of differential-algebraic systems, select Off (the default), On, or Backward Euler from the list.
Output
This section contains information about which solution and meshes contain the results from the automatic remeshing node.