result:global_to_nodal
Version: 0.0.0
Description
Rotate results from global coordinate system to local coordinate system.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | fieldA | field | Vector or tensor field that must be rotated, expressed in global coordinate system. |
| Pin 1 Required | fieldB | field | Nodal euler angles defined from a result file. Those must be the rotations from Nodal to Global. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | field | field | Rotated field |
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: core
Scripting name: mapdl.global_to_nodal
Full name: result.mapdl.global_to_nodal
Internal name: GlobalToNodal
License: None
Changelog
- Version 0.0.0: Initial release.