*ADAPTIVE MESH CONTROLS
Specify controls for the adaptive meshing and advection algorithms.

This option is used to control various aspects of the adaptive meshing and advection algorithms applied to an adaptive mesh domain. It can be used only in conjunction with the *ADAPTIVE MESH option.

Products: ABAQUS/Standard  ABAQUS/Explicit  

Type: History data

Level: Step  

References:

Required parameter:

NAME

Set this parameter equal to the name that will be used to identify this adaptive mesh controls definition. Adaptive mesh control names in the same input file must be unique.

Optional parameters:

ADVECTION

This parameter applies only to ABAQUS/Explicit analyses.

Set ADVECTION=SECOND ORDER (default) to use a second-order algorithm to remap solution variables after adaptive meshing has been performed.

Set ADVECTION=FIRST ORDER to use a first-order algorithm to remap solution variables after adaptive meshing has been performed.

CURVATURE REFINEMENT

This parameter applies only to ABAQUS/Explicit analyses.

Set this parameter equal to the solution dependence weight, . The default value is .

GEOMETRIC ENHANCEMENT

This parameter applies only to ABAQUS/Explicit analyses.

Set GEOMETRIC ENHANCEMENT=YES (default) to use smoothing algorithms that are enhanced based on evolving element geometry.

Set GEOMETRIC ENHANCEMENT=NO to use the conventional form of the volume, Laplacian, or equipotential smoothing algorithms.

INITIAL FEATURE ANGLE

Set this parameter equal to the initial geometric feature angle, , in degrees (). This angle is used to detect geometric edges and corners. The default value is . Setting will ensure that no geometric edges or corners are detected or enforced.

MESH CONSTRAINT ANGLE

This parameter applies only to ABAQUS/Explicit analyses.

Set this parameter equal to the mesh constraint angle, , in degrees (). The default value is .

When adaptive mesh constraints are applied to nodes on Lagrangian or sliding boundary regions, the analysis will terminate if the angle between the normal to the boundary region and the direction of the prescribed constraint becomes less than . When adaptive mesh constraints are applied to nodes that are part of a Lagrangian or active geometric edge, the analysis will terminate if the angle between the prescribed constraint and the plane perpendicular to the edge becomes less than .

MESHING PREDICTOR

This parameter applies only to ABAQUS/Explicit analyses.

Set MESHING PREDICTOR=CURRENT (default if the adaptive mesh domain has no Eulerian boundary regions in explicit dynamic analysis) to perform adaptive meshing based on current nodal positions. This method is recommended for all Lagrangian-like problems and for problems with very large distortions.

Set MESHING PREDICTOR=PREVIOUS (default if the adaptive mesh domain has one or more Eulerian boundary regions in explicit dynamic analysis) to perform adaptive meshing based on the positions of the nodes at the end of the previous adaptive mesh increment. This technique is recommended for Eulerian-like problems where material flow is significant compared to the overall deformation.

MOMENTUM ADVECTION

This parameter applies only to ABAQUS/Explicit analyses.

Set MOMENTUM ADVECTION=ELEMENT CENTER PROJECTION (default) to use the element center projection method for advecting momentum. This method is less expensive than the half-index shift method.

Set MOMENTUM ADVECTION=HALF INDEX SHIFT to use the half-index shift method for momentum advection. This algorithm is more expensive computationally but may demonstrate better dispersion properties than the element center projection method.

RESET

Include this parameter to reset all adaptive mesh controls to their default values. Controls that are specified with other parameters on the same *ADAPTIVE MESH CONTROLS option are retained. If this parameter is omitted, only the specified controls will be changed in the current step; the others will remain at their settings from previous steps.

SMOOTHING OBJECTIVE

This parameter applies only to ABAQUS/Explicit analyses.

Set SMOOTHING OBJECTIVE=UNIFORM (default if the adaptive mesh domain has no Eulerian boundary regions in explicit dynamic analysis) to perform adaptive meshing that minimizes element distortion and improves element aspect ratios at the expense of diffusing initial mesh gradation. This objective is recommended for problems with moderate to large overall deformation.

Set SMOOTHING OBJECTIVE=GRADED (default if the adaptive mesh domain has one or more Eulerian boundary regions in explicit dynamic analysis) to perform adaptive meshing that attempts to preserve initial mesh gradation while reducing distortions as the analysis evolves. This objective is recommended only for adaptive mesh domains with reasonably structured graded meshes undergoing low to moderate overall deformation.

TRANSITION FEATURE ANGLE

Set this parameter equal to the transition geometric feature angle, , in degrees (). This angle is used to determine when geometric edges and corners should be deactivated to allow remeshing across them. The default value is . Setting will ensure that no geometric edges or corners are deactivated.

Data line to define weights for combining the mesh smoothing methods in ABAQUS/Explicit analyses: 

First (and only) line:

  1. The weight for the volumetric smoothing method. The default is 1.0.

  2. The weight for the Laplacian smoothing method. The default is 0.0.

  3. The weight for the equipotential smoothing method. The default is 0.0.

Each of the weights must be positive and their sum should typically be 1.0. If the sum of the weights is less than 1.0, the mesh smoothing algorithm will be less aggressive at each adaptive mesh increment. If the sum of the weights is greater than 1.0, their values are normalized so that their sum is 1.0.

There are no data lines for ABAQUS/Standard coupled acoustic analysis.