Pathlines#

class ansys.fluent.visualization.graphics.graphics_objects.Pathlines(name, parent, api_helper)#

Pathlines definition for PyVista.

from ansys.fluent.visualization import  Graphics

graphics_session = Graphics(session)
pathlines1 = graphics_session.Pathlines["pathlines-1"]
pathlines1.field = "velocity-magnitude"
pathlines1.surfaces = ['inlet']
pathlines1.display("window-0")

Attributes

Member

Summary

field

Pathlines field.

field.allowed_values

field allowed values.

surfaces

List of surfaces for pathlines.

surfaces.allowed_values

surfaces allowed values.

Commands

Command

Summary

display

Display graphics.

get_ancestors_by_name

get_ancestors_by_type

get_path

get_root

get_session

get_session_handle