velocity_vectors#

class ansys.fluent.core.solver.tui_241.main_menu.display.set.velocity_vectors(service, version, mode, path)#

Bases: TUIMenu

Enters the menu to set parameters for display of velocity vectors.

Classes:

auto_scale(service, version, mode, path)

Auto-scales all vectors so that vector overlap is minimal.

color(service, version, mode, path)

Sets the color of all velocity vectors to the color specified.

color_levels(service, version, mode, path)

Sets the number of colors used from the colormap.

component_x(service, version, mode, path)

Sets the option to use only the component of the velocity vectors during display.

component_y(service, version, mode, path)

Sets the option to use only the component of the velocity vectors during display.

component_z(service, version, mode, path)

Sets the option to use only the component of the velocity vectors during display.

constant_length(service, version, mode, path)

Sets the option to draw velocity vectors of constant length.

global_range(service, version, mode, path)

Turns global range for vectors on/off.

in_plane(service, version, mode, path)

Toggles the display of velocity vector components in the plane of the surface selected for display.

log_scale(service, version, mode, path)

Toggles whether color scale is logarithmic or linear.

node_values(service, version, mode, path)

Enables/disables the plotting of node values.

relative(service, version, mode, path)

Toggles the display of relative velocity vectors.

render_mesh(service, version, mode, path)

Enables/disables rendering the mesh on top of contours, vectors, and so on.

scale(service, version, mode, path)

Sets the value by which the vector length will be scaled.

scale_head(service, version, mode, path)

Sets the value by which the vector head will be scaled.

style(service, version, mode, path)

Specifies the vector style that will be used when the vectors are displayed.

surfaces(service, version, mode, path)

Sets surfaces on which vectors are drawn.

class auto_scale(service, version, mode, path)#

Bases: TUIMethod

Auto-scales all vectors so that vector overlap is minimal.

class color(service, version, mode, path)#

Bases: TUIMethod

Sets the color of all velocity vectors to the color specified. The color scale is ignored. This is useful when overlaying a vector plot over a contour plot.

class color_levels(service, version, mode, path)#

Bases: TUIMethod

Sets the number of colors used from the colormap.

class component_x(service, version, mode, path)#

Bases: TUIMethod

Sets the option to use only the component of the velocity vectors during display.

class component_y(service, version, mode, path)#

Bases: TUIMethod

Sets the option to use only the component of the velocity vectors during display.

class component_z(service, version, mode, path)#

Bases: TUIMethod

Sets the option to use only the component of the velocity vectors during display.

class constant_length(service, version, mode, path)#

Bases: TUIMethod

Sets the option to draw velocity vectors of constant length. This shows only the direction of the velocity vectors.

class global_range(service, version, mode, path)#

Bases: TUIMethod

Turns global range for vectors on/off.

class in_plane(service, version, mode, path)#

Bases: TUIMethod

Toggles the display of velocity vector components in the plane of the surface selected for display.

class log_scale(service, version, mode, path)#

Bases: TUIMethod

Toggles whether color scale is logarithmic or linear.

class node_values(service, version, mode, path)#

Bases: TUIMethod

Enables/disables the plotting of node values. Cell values will be plotted if “no”.

class relative(service, version, mode, path)#

Bases: TUIMethod

Toggles the display of relative velocity vectors.

class render_mesh(service, version, mode, path)#

Bases: TUIMethod

Enables/disables rendering the mesh on top of contours, vectors, and so on.

class scale(service, version, mode, path)#

Bases: TUIMethod

Sets the value by which the vector length will be scaled.

class scale_head(service, version, mode, path)#

Bases: TUIMethod

Sets the value by which the vector head will be scaled.

class style(service, version, mode, path)#

Bases: TUIMethod

Specifies the vector style that will be used when the vectors are displayed. You can choose from:3d arrow,3d arrowhead, cone,filled-arrow, arrow,harpoon, or headless.

class surfaces(service, version, mode, path)#

Bases: TUIMethod

Sets surfaces on which vectors are drawn. You can include a wildcard (*) within the surface names.