filter_settings#

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

Bases: TUIMenu

Set filter for particle display.

Classes:

enable_filtering(service, version, mode, path)

Specifies whether particle display is filtered.

filter_variable(service, version, mode, path)

Selects a variable used for filtering of particles.

inside(service, version, mode, path)

Specifies whether filter variable must be inside min/max to be displayed (else outside min/max).

maximum(service, version, mode, path)

Specifies the upper bound for the filter variable.

minimum(service, version, mode, path)

Specifies the lower bound for the filter variable.

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

Bases: TUIMethod

Specifies whether particle display is filtered.

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

Bases: TUIMethod

Selects a variable used for filtering of particles.

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

Bases: TUIMethod

Specifies whether filter variable must be inside min/max to be displayed (else outside min/max).

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

Bases: TUIMethod

Specifies the upper bound for the filter variable.

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

Bases: TUIMethod

Specifies the lower bound for the filter variable.