path_lines#

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

Bases: TUIMenu

Enter the path-lines menu to set parameters for the display of pathlines.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

arrow_scale(service, version, mode, path)

Set the scale factor for arrows drawn on pathlines.

arrow_space(service, version, mode, path)

Set the spacing factor for arrows drawn on pathlines.

display_steps(service, version, mode, path)

Set the display stepping for pathlines.

error_control(service, version, mode, path)

Set error control during pathline computation.

line_width(service, version, mode, path)

Set the width for pathlines.

marker_size(service, version, mode, path)

Set the marker size for particle drawing.

maximum_error(service, version, mode, path)

Set the maximum error allowed while computing the pathlines.

maximum_steps(service, version, mode, path)

Set the maximum number of steps to take for pathlines.

radius(service, version, mode, path)

Set the radius for pathline (ribbons/cylinder only) cross-section.

relative_pathlines(service, version, mode, path)

Enable/disable the tracking of pathlines in a relative coordinate system.

reverse(service, version, mode, path)

Enable/disable the direction of path tracking.

sphere_attrib(service, version, mode, path)

Specify size and no.

step_size(service, version, mode, path)

Set the step length between particle positions for path-lines.

style(service, version, mode, path)

Set display style for pathlines (line/ribbon/cylinder).

track_in_phase(service, version, mode, path)

Assign phase to display pathlines in.

twist_factor(service, version, mode, path)

Set the scale factor for twisting (ribbons only).

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Set the scale factor for arrows drawn on pathlines.

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

Bases: TUIMethod

Set the spacing factor for arrows drawn on pathlines.

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

Bases: TUIMethod

Set the display stepping for pathlines.

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

Bases: TUIMethod

Set error control during pathline computation.

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

Bases: TUIMethod

Set the width for pathlines.

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

Bases: TUIMethod

Set the marker size for particle drawing.

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

Bases: TUIMethod

Set the maximum error allowed while computing the pathlines.

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

Bases: TUIMethod

Set the maximum number of steps to take for pathlines.

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

Bases: TUIMethod

Set the radius for pathline (ribbons/cylinder only) cross-section.

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

Bases: TUIMethod

Enable/disable the tracking of pathlines in a relative coordinate system.

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

Bases: TUIMethod

Enable/disable the direction of path tracking.

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

Bases: TUIMethod

Specify size and no. of slices to be used in drawing sphere for sphere-style.

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

Bases: TUIMethod

Set the step length between particle positions for path-lines.

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

Bases: TUIMethod

Set display style for pathlines (line/ribbon/cylinder).

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

Bases: TUIMethod

Assign phase to display pathlines in.

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

Bases: TUIMethod

Set the scale factor for twisting (ribbons only).