Skip to main content

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

InputNameExpected type(s)Description
Pin 1mesh_scopingscopingRetrieves a property field on a subset of elements or nodes.
Pin 3streams_containerstreams_containerstreams (result file container) (optional)
Pin 4
Required
data_sourcesdata_sourcesIf the stream is null, retrieves the file path from the data sources.
Pin 13
Required
property_namestringSupported property names are: "mat", "named_selection", "named_selection_names", "apdl_element_type", "section", "elprops", "keyopt_1" to "keyopt_18".
Pin 17property_identifierint32, stringRetrieves a property at a given index or by name. For example, a named selection's number or a named selection's name.

Outputs

OutputNameExpected type(s)Description
Pin 0propertyscoping, property_field, string_fieldReturns 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

NameExpected type(s)Default valueDescription
mutexboolfalseIf 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.