display#

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

Bases: TUIMenu

Enter the display menu.

Classes:

add_custom_vector(service, version, mode, path)

Adds new custom vector definition.

annotate(service, version, mode, path)

Add a text annotation string to the active graphics window.

clear_annotations(service, version, mode, path)

Removes all annotations and attachment lines from the active graphics window.

close_window(service, version, mode, path)

Close a "user" graphics window.

close_window_by_name(service, version, mode, ...)

Close a reserved graphics window (windows used for residuals, report plots, and animation definitions).

contour(service, version, mode, path)

Prompts for a scalar field and minimum and maximum values, and then displays a contour plot.

define(service, version, mode, path)

Enter Display define menu.

display_custom_vector(service, version, ...)

Displays custom vector.

display_states(service, version, mode, path)

Enter the display state manipulation menu.

embedded_windows(service, version, mode, path)

Enter the embedded window menu.

flamelet_data(service, version, mode, path)

Displays flamelet data.

graphics_window_layout(service, version, ...)

Arranges the graphics window layout.

grid(service, version, mode, path)

Display the mesh.

grid_outline(service, version, mode, path)

Display the mesh boundaries.

hsf_file(service, version, mode, path)

Loads an HSF file for viewing.

mesh(service, version, mode, path)

Displays the entire mesh.

mesh_outline(service, version, mode, path)

Displays the mesh boundaries.

mesh_partition_boundary(service, version, ...)

Displays mesh partition boundaries.

multigrid_coarsening(service, version, mode, ...)

Displays a coarse mesh level from the last multigrid coarsening.

objects(service, version, mode, path)

Enter to add, edit, delete or display graphics objects.

open_window(service, version, mode, path)

Opens a graphics window.

particle_tracks(service, version, mode, path)

Enters the particle tracks menu.

path_lines(service, version, mode, path)

Enters the pathlines menu.

pdf_data(service, version, mode, path)

Enters the PDF data menu.

profile(service, version, mode, path)

Displays profiles of a flow variable.

raytracer(service, version, mode, path)

.

re_render(service, version, mode, path)

Re-renders the last contour, profile, or vector plot with updated surfaces, meshed, lights, colormap, rendering options, and so on, without recalculating the contour data.

re_scale(service, version, mode, path)

Re-renders the last contour, profile, or vector plot with updated scale, surfaces, meshes, lights, colormap, rendering options, and so on, but without recalculating the field data.

reacting_channel_curves(service, version, ...)

Plots the reacting channel variables.

save_picture(service, version, mode, path)

Generate a "hardcopy" of the active window.

set(service, version, mode, path)

Enter the set menu to set display parameters.

set_list_tree_separator(service, version, ...)

Set the separator character for list tree.

set_window(service, version, mode, path)

Sets a "user" graphics window to be the active window.

set_window_by_name(service, version, mode, path)

Sets the specified graphics window as active.

surface(service, version, mode, path)

Enters the data surface-manipulation menu.

surface_cells(service, version, mode, path)

Draws the cells on the specified surfaces.

surface_mesh(service, version, mode, path)

Draws the mesh defined by the specified surfaces.

switch_to_post_processing_volume(service, ...)

Switch to post processing volume.

switch_to_primary_volume(service, version, ...)

Switch to primary volume.

transient_post_processing(service, version, ...)

Enter transient postprocessing menu.

update_layout(service, version, mode, path)

Update the fluent layout.

update_scene(service, version, mode, path)

Enter the scene options menu.

vector(service, version, mode, path)

Displays vectors of a space vector variable.

velocity_vector(service, version, mode, path)

Prompts for a scalar field by which to color the vectors, the minimum and maximum values, and the scale factor, and then draws the velocity vectors.

view_sync(service, version, mode, path)

Synchronize window views.

views(service, version, mode, path)

.

zone_mesh(service, version, mode, path)

Draws the mesh defined by specified face zones.

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

Bases: TUIMethod

Adds new custom vector definition.

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

Bases: TUIMethod

Add a text annotation string to the active graphics window.

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

Bases: TUIMethod

Removes all annotations and attachment lines from the active graphics window.

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

Bases: TUIMethod

Close a “user” graphics window. User windows are specified by number (1-50), with the associated number corresponding to the order, left-to-right, that the windows were created in.

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

Bases: TUIMethod

Close a reserved graphics window (windows used for residuals, report plots, and animation definitions).

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

Bases: TUIMethod

Prompts for a scalar field and minimum and maximum values, and then displays a contour plot.

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

Bases: TUIMethod

Displays custom vector.

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

Bases: TUIMethod

Arranges the graphics window layout.

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

Bases: TUIMethod

Display the mesh.

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

Bases: TUIMethod

Display the mesh boundaries.

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

Bases: TUIMethod

Loads an HSF file for viewing.

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

Bases: TUIMethod

Displays the entire mesh. For 3D, you will be asked to confirm that you really want to draw the entire mesh (not just themesh-outline).

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

Bases: TUIMethod

Displays the mesh boundaries.

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

Bases: TUIMethod

Displays mesh partition boundaries.

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

Bases: TUIMethod

Displays a coarse mesh level from the last multigrid coarsening.

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

Bases: TUIMethod

Opens a graphics window.

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

Bases: TUIMethod

Displays profiles of a flow variable.

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

Bases: TUIMethod

Re-renders the last contour, profile, or vector plot with updated surfaces, meshed, lights, colormap, rendering options, and so on, without recalculating the contour data.

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

Bases: TUIMethod

Re-renders the last contour, profile, or vector plot with updated scale, surfaces, meshes, lights, colormap, rendering options, and so on, but without recalculating the field data.

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

Bases: TUIMethod

Plots the reacting channel variables.

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

Bases: TUIMethod

Generate a “hardcopy” of the active window.

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

Bases: TUIMethod

Set the separator character for list tree.

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

Bases: TUIMethod

Sets a “user” graphics window to be the active window. User windows are specified by number (1-50), with the associated number corresponding to the order, left-to-right, that the windows were created in.

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

Bases: TUIMethod

Sets the specified graphics window as active. The graphics windows specified using this command are “reserved” windows, that is, residual monitors, report plots, and animation definitions. The name will match the name you provided when creating the object (report plots and animation definitions).

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

Bases: TUIMethod

Draws the cells on the specified surfaces. You can include a wildcard (*) within the surface names.

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

Bases: TUIMethod

Draws the mesh defined by the specified surfaces. You can include a wildcard (*) within the surface names.

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

Bases: TUIMethod

Switch to post processing volume.

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

Bases: TUIMethod

Switch to primary volume.

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

Bases: TUIMethod

Enter transient postprocessing menu.

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

Bases: TUIMethod

Update the fluent layout.

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

Bases: TUIMethod

Displays vectors of a space vector variable.

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

Bases: TUIMethod

Prompts for a scalar field by which to color the vectors, the minimum and maximum values, and the scale factor, and then draws the velocity vectors.

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

Bases: TUIMethod

Draws the mesh defined by specified face zones. Zone names can be indicated using wildcards (*).