Skip to main content

result:mapdl_section

Version: 0.0.0

Description

Read the values of the section properties for a given section property field (property field that contains section information for each element of a mesh). The following keys can be used: Thickness, NumLayers. For layered elements, the following keys can be used: Thickness, MatID, Orientation, NumIntPoints.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
properties_namestring, vector<string>
Pin 1sectionproperty_fieldProperty field that contains a section id per element.(optional)
Pin 3
Required
streams_containerstreams_container
Pin 4
Required
data_sourcesdata_sources
Pin 5layer_propertyboolProperty requested is layered. Default = False.
Pin 6layers_requestedvector<int32>Array with layers requested for the section. Default = AllLayers.

Outputs

OutputNameExpected type(s)Description
Pin 0properties_valuefields_container
Pin 1layers_per_sectionproperty_fieldOnly available if layer_property option is set to True.

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_section

Full name: result.mapdl_section

Internal name: mapdl_section_properties

License: None

Changelog

  • Version 0.0.0: Initial release.