result:euler nodes
Version: 0.0.0
Description
Reads a field made of 3 coordinates and 3 Euler angles (6 dofs) by node from the result file.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 3 | streams_container | streams_container, stream | |
| Pin 4 Required | data_sources | data_sources | |
| Pin 5 Required | filter_zeros | bool | if true, then the field will only contain the scoping if any rotation is not zero. (default is false). |
| Pin 6 Required | coord_and_euler | bool | if true, then the field has ncomp=6 with 3 coordinates and 3 Euler angles, else there is only the Euler angles (default is true). |
| Pin 7 | mesh | abstract_meshed_region |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | fields_container | fields_container |
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: euler_nodes
Full name: result.euler_nodes
Internal name: coords_and_euler_nodes
License: None
Changelog
- Version 0.0.0: Initial release.