Verifying the Model
Output that can be used to verify adaptive meshing models is available in the data (.dat) file and in the output database (.odb) (see About Output for details on these files).
Element Sets
When user-defined adaptive mesh domains are split by Abaqus/Explicit, the elements that compose the new subdivided domains are printed to the data (.dat) file.
New element sets are created and written to the output database
(.odb) for all adaptive mesh domains. The name of the
element set created for each domain is the user-defined name, plus the number
of the subdivision (1 if no subdivisions were created), plus the step number.
For example, if the user-defined adaptive mesh domain specified for the element
set domain_name spanned three disjoint parts,
Abaqus/Explicit
would subdivide the user-defined domain into three domains and create three
element sets in the output database (.odb) for the first
step:
domain_name-1-1
,
domain_name-2-1
, and
domain_name-3-1
.
Abaqus/CAE can be used to verify the creation of the subdivided domains.
Edges and Nonadaptive Nodes
Abaqus/Explicit automatically forms Lagrangian edges and corners and identifies nonadaptive nodes based on the topology of the adaptive mesh domains, connections to nonadaptive domains, and user-specified boundary regions. Furthermore, geometric edges and corners are formed automatically based on the initial geometry and the value of the initial feature angle. See Defining ALE Adaptive Mesh Domains in Abaqus/Explicit. Lagrangian edges, geometric edges and corners, and nonadaptive nodes (including Lagrangian corners) are output to the data (.dat) file for each adaptive mesh domain. This information can be obtained by requesting a history definition summary printout to the data file (see Model and History Definition Summaries) or by monitoring the progress of the adaptive meshing (see Monitoring the Progress of ALE Adaptive Meshing below).
In addition, up to three node sets are created in the output database (.odb) for each adaptive mesh domain in each step. The names of the node sets are created by concatenating the following information:
-
the domain element set name;
-
the number of the subdivision (1 if no subdivisions were created);
-
the letters LE for Lagrangian edge, GE for geometric edge or corner, or NA for nonadaptive nodes (including Lagrangian corners); and
-
the step number.
For example, if a user-defined three-dimensional adaptive mesh domain
specified for element set domain_name is subdivided
automatically into two adaptive mesh domains,
Abaqus/Explicit
will generate up to six node sets in the output database for the first step:
domain_name-1-LE-1
,
domain_name-1-GE-1
,
domain_name-1-NA-1
,
domain_name-2-LE-1
,
domain_name-2-GE-1
,
and
domain_name-2-NA-1
.
Since boundary regions are separated by corners, not edges, in two dimensions, node sets will not be created for Lagrangian edges in two-dimensional adaptive mesh domains. The Lagrangian corners are included in the nonadaptive (NA) node set, as for three-dimensional domains.
Abaqus/CAE can be used to verify the creation of Lagrangian edges and corners, geometric edges and corners, and nonadaptive nodes.