mapping:prepare mechanical native mapping with point cloud
Version: 0.0.0
Description
Prepare mapping of source data from source mesh to target mesh by operating the source_mesh/target_mesh weights computation. This operator will use a point cloud based algorithm. This operator needs to be used with the apply mechanical native mapping associated one.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | source_mesh | abstract_meshed_region, field | Source mesh. Can be a meshed region or a node coordinates field. |
| Pin 1 Required | target_mesh | abstract_meshed_region, field | Target mesh. Can be a meshed region or a node coordinates field. |
| Pin 3 | target_mesh_scoping | scoping | Target mesh scoping. If used, ensure to give only the elements where results are expected into source mesh input to have optimized computation. |
| Pin 4 | unit | string | Unit of the result to map |
| Pin 5 | location | string | Location of the result to map. If elemental, this input needs to be specified. |
| Pin 6 Required | dimensionality | int32 | Dimensionality of the result to map (for example it will be 3 for a displacement along (x, y, z) axes). |
| Pin 7 | e_shell_layers | int32 | EShellLayers enum value if field has shell layers |
| Pin 8 | html_report_path | string | Path for html report (for example 'my_disk/my_report.html'). If set, an html report will be generated and exported to the html file. If not set, nothing will be generated. |
| Pin 10 | weighting_type | string | Default 'triangulation'. Can also be 'weighted_average'. |
| Pin 11 | outside_option | string | Default is 'weighted_average'. Can also be 'ignore', 'projection', 'nearest_node'. |
| Pin 12 | num_outside_points | int32 | Default is 3 |
| Pin 13 | max_outside_distance | double | Default is 0.0 |
| Pin 14 | search_limit | int32 | Default is 20 |
| Pin 15 | bounding_box_sizing | double | Pinball area. Default is 0.0. |
| Pin 16 | geometry_type | string | Default is 'volume'. Can also be 'surface'. |
| Pin 17 | shell_thickness_factor | double | Default is '0.0' |
| Pin 100 | is_element_centroidal_data_mapping | bool | Default is 'false'. Set to 'true' if the source elemental data is representing as element centroidal nodal data |
| Pin 101 | projection_options | data_tree | Default is empty. This data tree contains 2D projection options for mapping 2D to 3D |
| Pin 102 | dynamic_coordinate_system | data_tree | Default is empty. This data tree contains the dynamic coordinate system for performing rigid body transformation on the source mesh |
| Pin 103 | source_dimension | string | Default is empty string. The string contains either "2D" or "3D" which specifies the source dimension |
| Pin 104 | wb_external_data_info | data_tree | Default is empty. This data tree contains the Rigid & Analytical transformations specified in the workbench external data system |
| Pin 105 | target_dimension | string | Default is empty string. The string contains either "2D" or "3D" which specifies the target dimension |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | source_mesh | abstract_meshed_region | Source mesh |
| Pin 1 | source_mesh_id | int32 | Source mesh id |
| Pin 2 | target_mesh | abstract_meshed_region | Target mesh |
| Pin 3 | target_mesh_id | int32 | Target mesh id |
| Pin 4 | mapping_manager_data | ||
| Pin 6 | target_scoping | scoping | Target scoping |
| Pin 7 | prepare_output | A Map containing the outputs of the mapping as a key value pair |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: mapping
Plugin: N/A
Scripting name: prepare_mechanical_native_mapping_point_cloud
Full name: mapping.prepare_mechanical_native_mapping_point_cloud
Internal name: mechanical_native_mapping::prepare::point_cloud
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.