ProductsAbaqus/Explicit Adaptive mesh refinementIn a traditional Eulerian analysis the topology of the Eulerian mesh does not change during the analysis. Although the Eulerian mesh motion feature allows the Eulerian mesh to move in space to cover areas of interest, its ability to create a nonuniformly refined mesh that changes with time is limited. The adaptive mesh refinement feature can locally refine the mesh by subdividing elements identified by user-defined criteria. This refinement can be removed automatically during the analysis once the criteria are no longer satisfied. This feature offers great savings in computational cost compared to a uniformly refined mesh. See Impact of a copper rod for an example of using the adaptive mesh refinement feature. Activating adaptive mesh refinementYou can independently activate adaptive mesh refinement for each Eulerian section in a model. The feature applies to all the elements specified in the element set; all the elements in the element set have to be in the same Eulerian section. Input File Usage ADAPTIVE MESH REFINEMENT, ELSET=name Setting the refinement limitWhen adaptive mesh refinement occurs, elements are added to the Eulerian mesh. You can limit how many elements can be created by specifying an upper bound ratio of added elements to original elements. The default value of this upper bound ratio is 8.0. Input File Usage ADAPTIVE MESH REFINEMENT, RATIO=maximum increase in number of elements/original number of elements Setting the refinement levelWith one level of refinement, each time a user-defined Eulerian element is refined, it is equally divided into eight subelements. These subelements can subsequently be divided again if two levels of refinement are allowed. You can set a limit on the maximum number of levels of refinement. The default maximum level is one. Input File Usage ADAPTIVE MESH REFINEMENT, LEVEL=maximum level of refinement Deactivateing coarseningYou can specify whether refinement can be removed when the refinement criteria are no longer met. Input File Usage Use the following option to specify that refinement can be removed once the refinement criteria are no longer met: ADAPTIVE MESH REFINEMENT, COARSENING=YES (default) Use the following option to specify that refinement cannot be removed even when the refinement criteria are no longer met: ADAPTIVE MESH REFINEMENT, COARSENING=NO Defining refinement criteriaYou must specify at least one refinement criterion. An element will be selected for refinement if any of the criteria is met. To reduce the numerical artifacts at the mesh transition boundaries (where a fine mesh meets a coarse mesh), the elements adjacent to the selected elements are also refined. The elements are coarsened once the refinement criteria are no longer met. Each selected element can be refined or coarsened by only one level in every increment. Table 1 lists all the refinement criteria available in Abaqus/Explicit.
Input File Usage ADAPTIVE MESH REFINEMENT, refinement criteria label, value of the criteria ContactWhen adaptive mesh refinement is specified in an Eulerian section that is involved in general contact, dynamic seeding is activated by default. Dynamic seeding allows more seeds to be created once the Eulerian elements near a Lagrangian face are refined; these seeds will be deleted once these Eulerian elements are coarsened. Dynamic seeding can also be useful for Eulerian analyses with no adaptive mesh refinement. Input File Usage CONTACT CONTROLS ASSIGNMENT, SEEDING=DYNAMIC |