metadata:mesh property provider
Version: 0.0.0
Description
Reads a property related to the mesh, defined by its name, by calling the readers defined by the data sources. These properties can be used to fill in the mesh.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 1 | mesh_scoping | scoping | Retrieves a property field on a subset of elements or nodes. |
| Pin 3 | streams_container | streams_container | streams (result file container) (optional) |
| Pin 4 Required | data_sources | data_sources | If the stream is null, retrieves the file path from the data sources. |
| Pin 13 Required | property_name | string | Supported property names are: "mat", "named_selection", "named_selection_names", "apdl_element_type", "section", "elprops", "keyopt_1" to "keyopt_18". |
| Pin 17 | property_identifier | int32, string | Retrieves a property at a given index or by name. For example, a named selection's number or a named selection's name. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | property | scoping, property_field, string_field | Returns a property field for properties: "mat", "apdl_element_type", "section", "elprops", "keyopt_1" to "keyopt_18" (or any mesh's property field), a scoping for properties:"named_selection", a string field for properties: "named_selection_names". |
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: metadata
Plugin: core
Scripting name: mesh_property_provider
Full name: metadata.mesh_property_provider
Internal name: mesh_property_provider
License: None
Changelog
- Version 0.0.0: Initial release.