| ALGORITHM = ClosestPoint | The only available option is ClosestPoint. Values are mapped to the nearest node, integration point, or element center. |
|
Search_Radius = SrcEleLen TarEleLen DOUBLE | Specifies the search radius for the mapping algorithm. By default, SrcEleLen is used, which sets the radius to the average element size of the source mesh. Alternatively, you can use TarEleLen to apply the average element size of the target mesh, or provide a positive DOUBLE value to define a custom radius. |
| Scale_SearchRadius = DOUBLE | Coefficient to scale search buckets in the bucket search algorithm. |
| SORT = BUCKET | Using bucket sort is strongly recommended, as it provides a substantial performance improvement for the search algorithm. |
| REPEAT = YES | Enable this option to ensure that all elements and integration points receive mapped data. When there is a significant difference in element sizes between the source and target meshes, the default bucket refinement may be insufficient to cover all points, sometimes by design. In such cases, this flag must be set to guarantee complete data coverage. |
If the target mesh does not contain any information regarding the integration rules being used, such as element formulation and through-thickness integration points, you must define them. The input is as follows:
| NPLANE = INT |
1 - Reduced integrated shell elements 4 - Fully integrated shell elements This option was formerly known as NumberOfTARIn-PlaneIPs. |
| NTHICK = INT | Define the number of through-thickness integration points (IPs). Ensure the number of through-thickness IPs refers to the number of fibers being mapped, the number of source shell element stacks, and the number of through-thickness IPs in the source mesh. The number of through-thickness IPs can be reduced using the ThroughThicknessAveraging option. See also Figure 5.3: Number of stacks, integration points and fiber IDs for *MAT 249 or note 1. This option was formerly known as NumberOf- TARThroughThicknessIPs. |
|
IntegrationRule = Gauss Lobatto Autoform Moldflow Eq_Distr | Define the through-thickness integration rule for the mapping result. This option directly affects the positions of the through-thickness integration points on the target mesh. |
Note: When using the MapMainDir=YES functionality, *ELEMENT_SHELL_COMPOSITE keyword cards will be created. Since neither Gauss nor Lobatto integration rules can be reproduced using this keyword, regardless of the chosen integration point thickness, which is interpreted as weighting-factors in the LS-DYNA application, it is recommended to use an equal distribution of the integration points, with IntegrationRule=Eq Distr. Integration points are assigend to the midpoint of the layer thickness defined in either *PART - or *ELEMENT_SHELL_COMPOSITE. When either Gauss or Lobatto is set as the integration rule together with MapMainDir=YES, the weights calculated from the Legendre polynomial are used to calculate the integration point positions and corresponding thicknesses. The real relative integration point position would not be at ±1 (with Lobatto, for example), since this would lead to a zero thickness at the integration point, following the *ELEMENT_SHELL_COMPOSITE definition. This does not affect the integration point positions calculated when using *INITIAL_STRESS_SHELL output for *MAT_157 or *MAT_215.