result:nodal_to_global
Version: 0.0.0
Description
Rotates nodal elemental results to global coordinate system
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | fieldA | field | Vector or tensor field that must be rotated, expressed in nodal 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: nodal_to_global
Full name: result.nodal_to_global
Internal name: NodalElementalResultsRotation
License: None
Changelog
- Version 0.0.0: Initial release.