Skip to main content

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

InputNameExpected type(s)Description
Pin 0
Required
requested_locationstringNodal or Elemental location are expected
Pin 1
Required
property_namestringex "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_idvector<string>, int32property_id or vector of property ids
Pin 3streams_containerstreams_container
Pin 4
Required
data_sourcesdata_sources
Pin 5inclusiveint32If 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

OutputNameExpected type(s)Description
Pin 0mesh_scopingscopingScoping

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: 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.