velocity_vectors#

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

Bases: TUIMenu

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

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

auto_scale(service, version, mode, path)

Enable/disable auto-scale of all vectors so that vector overlap is minimal.

color(service, version, mode, path)

Set the color used for all vectors.

color_levels(service, version, mode, path)

Set the number of colors used from the color map.

component_x(service, version, mode, path)

Enable/disable use of x-component of vectors.

component_y(service, version, mode, path)

Enable/disable use of y-component of vectors.

component_z(service, version, mode, path)

Enable/disable use of z-component of vectors.

constant_length(service, version, mode, path)

Enable/disable setting all vectors to have the same length.

global_range(service, version, mode, path)

Enable/disable the global range for vectors option.

in_plane(service, version, mode, path)

Toggle the display of in-plane velocity vectors.

log_scale(service, version, mode, path)

Enable/disable the use of a log scale.

node_values(service, version, mode, path)

Enable/disable plotting node values.

relative(service, version, mode, path)

Enable/disable the display of relative velocity vectors.

render_mesh(service, version, mode, path)

Enable/disable rendering the mseh on top of contours, vectors, etc.

scale(service, version, mode, path)

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

scale_head(service, version, mode, path)

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

style(service, version, mode, path)

Set the style with which the vectors will be drawn.

surfaces(service, version, mode, path)

Set surfaces on which vectors are drawn.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Enable/disable auto-scale of all vectors so that vector overlap is minimal.

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

Bases: TUIMethod

Set the color used for all vectors. Set color to the null string to use the color map.

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

Bases: TUIMethod

Set the number of colors used from the color map.

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

Bases: TUIMethod

Enable/disable use of x-component of vectors.

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

Bases: TUIMethod

Enable/disable use of y-component of vectors.

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

Bases: TUIMethod

Enable/disable use of z-component of vectors.

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

Bases: TUIMethod

Enable/disable setting all vectors to have the same length.

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

Bases: TUIMethod

Enable/disable the global range for vectors option.

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

Bases: TUIMethod

Toggle the display of in-plane velocity vectors.

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

Bases: TUIMethod

Enable/disable the use of a log scale.

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

Bases: TUIMethod

Enable/disable plotting node values. Cell values will be plotted if “no”.

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

Bases: TUIMethod

Enable/disable the display of relative velocity vectors.

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

Bases: TUIMethod

Enable/disable rendering the mseh on top of contours, vectors, etc.

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

Bases: TUIMethod

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

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

Bases: TUIMethod

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

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

Bases: TUIMethod

Set the style with which the vectors will be drawn.

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

Bases: TUIMethod

Set surfaces on which vectors are drawn.