Skip to main content

result:split to acmo facet indices

Version: 0.0.0

Description

This will retain the already existing labels from the input FC and will change the facet label to now mean ACMO facet indices.Each Field in the input will be split/merged into several Fields, redistributing the data to the appropriate entity.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
fields_containerfields_containerFields container to split, with generic number of labels (e.g. time, zone, complex...), 'facet' label is compulsory.The Fields of the FieldsContainer will have location Elemental and the Scoping Ids will be the Element Ids on the skin mesh.
Pin 1
Required
property_fields_container_element_typesproperty_fields_containerIt should only have the 'facet' label. For each facet, it stores a PropertyField with the element types of the corresponding elements.The scoping should be the same as the scoping of the corresponding Field in input 0.

Outputs

OutputNameExpected type(s)Description
Pin 0fields_containerfields_containerOutput splitted fields containter

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

Plugin: mapdl

Scripting name: mapdl_split_to_acmo_facet_indices

Full name: result.mapdl_split_to_acmo_facet_indices

Internal name: mapdl::split_to_acmo_facet_indices

License: None

Changelog

  • Version 0.0.0: Initial release.