geo:rotate cylindrical coordinates
Version: 0.0.0
Description
Rotates a field to its corresponding values into the specified cylindrical coordinate system (corresponding to the field position). If a coordinate system is not set in the coordinate_system pin, the field is rotated on each node following the local polar coordinate system.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | field | field, fields_container | field or fields container with only one field is expected |
| Pin 1 | coordinate_system | field | 3-3 rotation matrix and origin coordinates must be set here to define a coordinate system. |
| Pin 2 | mesh | abstract_meshed_region | Mesh support of the input field. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | field | 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. |
| num_threads | int32 | 0 | Number of threads to use to run in parallel |
| run_in_parallel | bool | true | Loops are allowed to run in parallel if the value of this config is set to true. |
Scripting
Category: geo
Plugin: core
Scripting name: rotate_in_cylindrical_cs
Full name: geo.rotate_in_cylindrical_cs
Internal name: transform_cylindricalCS
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.