vector_settings#

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

Bases: TUIMenu

Set vector specific input.

Classes:

color_variable(service, version, mode, path)

Specifies whether the vectors should be colored by variable specified in /display/particle-track/particle-track (if false use a constant color).

constant_color(service, version, mode, path)

Specifies a constant color for the vectors.

length_to_head_ratio(service, version, mode, ...)

Specifies ratio of length to head for vectors and length to diameter for cylinders.

length_variable(service, version, mode, path)

Specifies whether the displayed vectors have length varying with another variable.

scale_factor(service, version, mode, path)

Specifies a scale factor to enlarge/reduce the length of vectors.

style(service, version, mode, path)

Enables and sets the display style for particle vectors (none/vector/centered-vector/centered-cylinder).

vector_length(service, version, mode, path)

Specifies the length of constant vectors.

vector_length_variable(service, version, ...)

Selects a particle variable to specify the length of vectors.

vector_variable(service, version, mode, path)

Selects a particle vector function to specify vector direction.

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

Bases: TUIMethod

Specifies whether the vectors should be colored by variable specified in /display/particle-track/particle-track (if false use a constant color).

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

Bases: TUIMethod

Specifies a constant color for the vectors.

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

Bases: TUIMethod

Specifies ratio of length to head for vectors and length to diameter for cylinders.

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

Bases: TUIMethod

Specifies whether the displayed vectors have length varying with another variable.

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

Bases: TUIMethod

Specifies a scale factor to enlarge/reduce the length of vectors.

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

Bases: TUIMethod

Enables and sets the display style for particle vectors (none/vector/centered-vector/centered-cylinder).

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

Bases: TUIMethod

Specifies the length of constant vectors.

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

Bases: TUIMethod

Selects a particle variable to specify the length of vectors.

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

Bases: TUIMethod

Selects a particle vector function to specify vector direction.