vector to scalars
The vector to scalars module converts all vector nodal data components into individual scalars. For example, a vector data component named "velocity" will be converted to three scalar nodal data components such as:
-
velocity_x
-
velocity_y
-
velocity_z
If multiple vector data components exist in the field, all will be converted.
Module Input Ports
- Input Field [Field] Accepts a data field with 1 or more vector nodal data components.
Module Output Ports
- Output Field [Field] Outputs the field with vector data converted to scalars.