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:

  1. velocity_x
  2. velocity_y
  3. 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.