Data Structure: Adaptivity_control_data |
|
Description |
Adaptive control data structure |
Usage |
Adaptivity_control_data NUM=ival where ival is the data structure number |
Description |
Overview The Adaptivity_control_data structure identifies that adaptivity is required and allows specification of the adaptivity control data. This includes; •Error estimation frequency •Maximum number of error checks between remeshes •Mapping control data •Adaptive/non-adaptive groups •Default maximum and minimum element sizes for the remesh
Notes •Adaptivity_control_data is only specified once but may be re-specified for each control stage. •At least one Adaptivity_set_data must be specified in conjunction with Adaptivity_control_data.
Examples demonstrating the usage of Adaptivity_control_data include: •adr_*.dat |
Error_evaluation_frequency Number of time steps between error/remesh checks |
Usage |
||||
|
||||
Description |
||||
The maximum number of time steps between error computation/remeshing update checks is dependent on the the rate of deformation to the time step size. Generally Error_evaluation_frequency is set in the range 250 to 1000 time steps in a transient explicit analysis, or every step in an incremental or coupled analysis; i.e. where each increment may correspond to 100 to 500 steps.
|
Remesh_type Remesh type (Optional) |
Usage |
||||
|
||||
Description |
||||
Defines the type of remeshing option to be performed. Valid types are: • "None" - Only compute error data. • "Global" - Global remesh, where the complete domain is remeshed (Default). • "Local" - Where only elements that exceed a target error are remeshed. • "Altern" - Local remesh combined with global mesh generation.
Notes •If Remesh_type is not specified it will be set to "Global" as default.
|
Remesh_curvature_sets List of remesh curvature sets |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
Remesh curvature sets may be used to define the mesh on particular geometry entities as a function of the curvature of the geometry for that entity. They therefore allow specification of mesh refinement in the neighbourhood of geometry entities (lines in 2-D or surfaces in 3-D) that are undergoing severe shear offset or bending.
|
Remesh_sets (or List_of_remesh_sets) List of remeshing sets |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
List of remeshing sets that are to be used for adaptive mesh generation. The remeshing set data defines the error estimation and mesh density control data for either the whole domain or part of the domain.
Notes •At least one remeshing set must be defined which generally defines the default data for the complete domain.
|
Default_element_sizes Maximum and Minimum target element size |
Usage |
|||||||||||||||
|
|||||||||||||||
Description |
|||||||||||||||
Default_element_sizes is used to specify the maximum and minimum element sizes for the complete domain. Generally the values can be overwritten using the size data defined in the adaptivity set data. The data comprises: •Location 1 - Maximum element size •Location 2 - Minimum element size |
Maximum_remesh_frequency Maximum number of remesh checked before remesh is forced |
Usage |
||||
|
||||
Description |
||||
In some cases it may be desirable to force a remesh: e.g. to change the mesh density for a problem where the error would be too small to trigger a remesh. In this case a remesh can be forced by specifying Maximum_remesh_frequency = Ncheck, where Ncheck is the maximum number of error check operations before a remesh is forced.
|
Mapping_output_flag Flag for output of plot file for mapping check |
Usage |
||||
|
||||
Description |
||||
Flag for requesting output of plot files for mapping check. Valid values are: • 1 - Output plot file before and after each remesh. The remesh plot files will follow the same naming convention as the standard plot files by incrementing the plot file number. • 2 - Output plot file after each remesh. The remesh plot file will follow the same naming convention as the standard plot files by incrementing the plot file number. • 3 - Output plot file before remesh. The remesh plot file will follow the same naming convention as the standard plot files by incrementing the plot file number. • 4 - Output plot file before and after each remesh to ModelName_BeforeMap.plt and ModelName_AfterMap.plt files respectively. These files will be overwritten at each remesh so only the last remesh plot files will be available. • 5 - Output plot file after each remesh to ModelName_AfterMap.plt file. This file will be overwritten at each remesh so only the last remesh plot file will be available. • 6 - Output plot file before remesh to ModelName_BeforeMap.plt file. This file will be overwritten at each remesh so only the last remesh plot file will be available.
|
Output_level Flag to indicate the amount of output to the log (.res) file |
Usage |
||||
|
||||
Description |
||||
Flag for indicating amount of output information relative to remesh operations to the log (.res) file. Valid values are: • 0 - Minimum output (default) • 1 - Medium level output • 2 - Maximum level output
|
Global_remesh_frequency Frequency for performing an optional global remesh |
Usage |
||||
|
||||
Description |
||||
Frequency for performing an optional global remesh if local remeshing is also used.
|
Local_maximum_iterations Maximum number of iterations during local remeshing |
Usage |
||||
|
||||
Description |
||||
Maximum number of update iterations during each local remeshing step (Default 10).
|
Local_remesh_quality_flag Element quality control flag for local remesh |
Usage |
||||
|
||||
Description |
||||
Flag for local remesh element quality control. Valid values are: • 0 - Do nothing (default) • 1 - Sliver element removal • 2 - Short edge element removal • 3 - Do both above
|