sphere_settings#

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

Bases: TUIMenu

Provide sphere specific input.

Classes:

auto_range(service, version, mode, path)

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

diameter(service, version, mode, path)

Diameter of the spheres whenvary-diameter is disabled.

maximum(service, version, mode, path)

Sets the maximum value of the sphere to be displayed.

minimum(service, version, mode, path)

Sets the minimum value of the sphere to be displayed.

scale_factor(service, version, mode, path)

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

size_variable(service, version, mode, path)

Selects a particle variable to size the spheres.

smooth_parameter(service, version, mode, path)

Specifies number of slices to be used in drawing spheres.

vary_diameter(service, version, mode, path)

Specifies whether the spheres can vary with another variable.

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

Bases: TUIMethod

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

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

Bases: TUIMethod

Diameter of the spheres whenvary-diameter is disabled.

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

Bases: TUIMethod

Sets the maximum value of the sphere to be displayed.

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

Bases: TUIMethod

Sets the minimum value of the sphere to be displayed.

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

Bases: TUIMethod

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

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

Bases: TUIMethod

Selects a particle variable to size the spheres.

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

Bases: TUIMethod

Specifies number of slices to be used in drawing spheres.

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

Bases: TUIMethod

Specifies whether the spheres can vary with another variable.