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
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | properties_name | string, vector<string> | |
| Pin 1 | section | property_field | Property field that contains a section id per element.(optional) |
| Pin 3 Required | streams_container | streams_container | |
| Pin 4 Required | data_sources | data_sources | |
| Pin 5 | layer_property | bool | Property requested is layered. Default = False. |
| Pin 6 | layers_requested | vector<int32> | Array with layers requested for the section. Default = AllLayers. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | properties_value | fields_container | |
| Pin 1 | layers_per_section | property_field | Only available if layer_property option is set to True. |
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: 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.