sphere_settings#

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

Bases: TUIMenu

Provide sphere specific input.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

auto_range(service, version, mode, path)

Specify whether displayed spheres should include auto range of variable to size spheres.

diameter(service, version, mode, path)

Diameter of the spheres when vary-diameter? is disabled.

maximum(service, version, mode, path)

Set the maximum value of the sphere to be displayed.

minimum(service, version, mode, path)

Set the minimum value of the sphere to be displayed.

scale_factor(service, version, mode, path)

Specify a scale factor to enlarge/reduce the size of spheres.

size_variable(service, version, mode, path)

Select a particle variable to size the spheres.

smooth_parameter(service, version, mode, path)

Specify number of slices to be used in drawing spheres.

vary_diameter(service, version, mode, path)

Specify whether the spheres can vary with another variable.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Specify whether displayed spheres should include auto range of variable to size spheres.

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

Bases: TUIMethod

Diameter of the spheres when vary-diameter? is disabled.

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

Bases: TUIMethod

Set the maximum value of the sphere to be displayed.

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

Bases: TUIMethod

Set the minimum value of the sphere to be displayed.

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

Bases: TUIMethod

Specify a scale factor to enlarge/reduce the size of spheres.

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

Bases: TUIMethod

Select a particle variable to size the spheres.

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

Bases: TUIMethod

Specify number of slices to be used in drawing spheres.

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

Bases: TUIMethod

Specify whether the spheres can vary with another variable.