| ALGORITHM = ClosestPoint | The only available option is ClosestPoint. Values are mapped to the nearest node, integration point, or element center. |
| SORT = BUCKET | Always use bucket sort for a significant speed up of 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. |
| ImageSize = DOUBLExDOUBLE | Define the size of the image. The first value designates the length, and the second value is the width of the image. Consider the unit system of your target mesh. |
|
CalculateAdhesiveWetting = YES NO | Calculates the adhesive wetting degree. The Envyo application evaluates the number of points found within a solid, hexahedral element which are within a certain gray-scale range, defined as ClusterID (see below). The number of points within the range is divided by the total number of points found, and the result is assigned to a history variable using the Y POS command. |
| Y POS = INT | History variable position to which the calculated adhesive wetting degree is written in the *INITIAL_STRESS_SOLID output. |
| NumClusterIDs = INT | Number of cluster IDs to be generated. This card must be followed by ClusterID# declarations of the following card. |
| ClusterID#i = INT INT INT | Define the respective gray scale range for each cluster ID in the target mesh. The first value represents the cluster ID, the second and third values define the lower and upper values of the gray scale range. In the context of adhesive wetting degree calculation, the part-ID is ignored, and values within the defined range are used for the adhesive wetting degree calculation, see example below. |
Example 5.2:
| ClusterID#1 = 3 0 40 | From all points found within a solid element, the number of those within the range of 0 - 40 are divided by the total number of points within the solid element to calculate the degree of adhesive wetting. The result is written to history variable Y POS in *INITIAL_STRESS_SOLID. |