contours#

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

Bases: TUIMenu

Enters the contour options menu.

Classes:

auto_range(service, version, mode, path)

Enables/disables auto-computation of the contour range.

clip_to_range(service, version, mode, path)

Turns the clip to range option for filled contours on/off.

coloring(service, version, mode, path)

Specifies whether contours are displayed in bands or with smooth transitions.

filled_contours(service, version, mode, path)

Turns the filled contours option on/off (deselects line-contours?).

global_range(service, version, mode, path)

Turns the global range for contours on/off.

line_contours(service, version, mode, path)

Turns the line contours option on/off (deselects filled-contours?).

log_scale(service, version, mode, path)

Specifies a decimal or logarithmic color scale for contours.

n_contour(service, version, mode, path)

Sets the number of contour levels.

node_values(service, version, mode, path)

Sets the option to use scalar field at nodes when computing the contours.

render_mesh(service, version, mode, path)

Determines whether or not to render the mesh on top of contours, vectors, and so on.

surfaces(service, version, mode, path)

Sets the surfaces on which contours are drawn.

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

Bases: TUIMethod

Enables/disables auto-computation of the contour range.

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

Bases: TUIMethod

Turns the clip to range option for filled contours on/off.

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

Bases: TUIMethod

Specifies whether contours are displayed in bands or with smooth transitions. Note that you can only display smooth contours if node-values are enabled.

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

Bases: TUIMethod

Turns the filled contours option on/off (deselects line-contours?).

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

Bases: TUIMethod

Turns the global range for contours on/off.

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

Bases: TUIMethod

Turns the line contours option on/off (deselects filled-contours?).

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

Bases: TUIMethod

Specifies a decimal or logarithmic color scale for contours.

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

Bases: TUIMethod

Sets the number of contour levels.

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

Bases: TUIMethod

Sets the option to use scalar field at nodes when computing the contours.

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

Bases: TUIMethod

Determines whether or not to render the mesh on top of contours, vectors, and so on.

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

Bases: TUIMethod

Sets the surfaces on which contours are drawn. You can include a wildcard (*) within the surface names.