path_lines#

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

Bases: TUIMenu

Sets parameters for display of pathlines.

Classes:

arrow_scale(service, version, mode, path)

Sets the scale factor for arrows drawn on pathlines.

arrow_space(service, version, mode, path)

Sets the spacing factor for arrows drawn on pathlines.

display_steps(service, version, mode, path)

Sets the display stepping for pathlines.

error_control(service, version, mode, path)

Sets error control during pathline computation.

line_width(service, version, mode, path)

Sets the width for pathlines.

marker_size(service, version, mode, path)

Sets the marker size for particle drawing.

maximum_error(service, version, mode, path)

Sets the maximum error allowed while computing the pathlines.

maximum_steps(service, version, mode, path)

Sets the maximum number of steps to take for pathlines.

radius(service, version, mode, path)

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

relative_pathlines(service, version, mode, path)

Enables/disables the tracking of pathlines in a relative coordinate system.

reverse(service, version, mode, path)

Sets direction of path tracking.

sphere_attrib(service, version, mode, path)

Specifies the size and number of slices to be used in drawing spheres.

step_size(service, version, mode, path)

Sets the step length between particle positions for pathlines.

style(service, version, mode, path)

Selects the pathline style (line, point, ribbon, triangle, cylinder).

track_in_phase(service, version, mode, path)

Selects the phase in which particle pathlines will be computed (Multiphase Eulerian Model only).

twist_factor(service, version, mode, path)

Sets the scale factor for twisting (ribbons only).

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

Bases: TUIMethod

Sets the scale factor for arrows drawn on pathlines.

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

Bases: TUIMethod

Sets the spacing factor for arrows drawn on pathlines.

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

Bases: TUIMethod

Sets the display stepping for pathlines.

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

Bases: TUIMethod

Sets error control during pathline computation.

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

Bases: TUIMethod

Sets the width for pathlines.

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

Bases: TUIMethod

Sets the marker size for particle drawing.

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

Bases: TUIMethod

Sets the maximum error allowed while computing the pathlines.

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

Bases: TUIMethod

Sets the maximum number of steps to take for pathlines.

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

Bases: TUIMethod

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

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

Bases: TUIMethod

Enables/disables the tracking of pathlines in a relative coordinate system.

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

Bases: TUIMethod

Sets direction of path tracking.

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

Bases: TUIMethod

Specifies the size and number of slices to be used in drawing spheres.

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

Bases: TUIMethod

Sets the step length between particle positions for pathlines.

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

Bases: TUIMethod

Selects the pathline style (line, point, ribbon, triangle, cylinder).

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

Bases: TUIMethod

Selects the phase in which particle pathlines will be computed (Multiphase Eulerian Model only).

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

Bases: TUIMethod

Sets the scale factor for twisting (ribbons only).