Skip to main content

geo:spherical to cartesian coordinates

Version: 0.0.0

Description

Converts 3D field from spherical coordinates to cartesian coordinates.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
fieldfield, fields_container

Outputs

OutputNameExpected type(s)Description
Pin 0fieldfield

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.
num_threadsint320Number of threads to use to run in parallel
run_in_parallelbooltrueLoops are allowed to run in parallel if the value of this config is set to true.

Scripting

Category: geo

Plugin: core

Scripting name: spherical_to_cartesian

Full name: geo.spherical_to_cartesian

Internal name: spherical_to_cartesian

License: any_dpf_supported_increments

Changelog

  • Version 0.0.0: Initial release.