scoping:on property
Version: 0.0.0
Description
Provides a scoping at a given location based on a given property name and a property number.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | requested_location | string | Nodal or Elemental location are expected |
| Pin 1 Required | property_name | string | ex "mapdl_element_type", "mapdl_element_type_id", "apdl_type_index", "mapdl_type_id", "material", "apdl_section_id", "apdl_real_id", "apdl_esys_id", "shell_axi", "volume_axi"... |
| Pin 2 Required | property_id | vector<string>, int32 | property_id or vector of property ids |
| Pin 3 | streams_container | streams_container | |
| Pin 4 Required | data_sources | data_sources | |
| Pin 5 | inclusive | int32 | If element scoping is requested on a nodal named selection, if inclusive == 1 then all the elements/faces adjacent to the nodes/faces ids in input are added, if inclusive == 0, only the elements/faces which have all their nodes/faces in the scoping are included |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | mesh_scoping | scoping | Scoping |
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: scoping
Plugin: core
Scripting name: on_property
Full name: scoping.on_property
Internal name: scoping_provider_by_prop
License: None
Changelog
- Version 0.0.0: Initial release.