plot#

class ansys.fluent.core.solver.tui_231.main_menu.plot(path, service)#

Bases: TUIMenu

Enter the XY plot menu.

Classes:

ansys_sound_analysis(path, service)

Enter the Ansys sound analysis menu.

cumulative_plot(path, service)

Plot the development of force, force coefficient, moment, or moment coefficient across the specified wall zones.

flamelet_curves(path, service)

Enters the flamelet curves menu.

Methods:

change_fft_ref_pressure(*args, **kwargs)

Changes reference acoustic pressure.

circum_avg_axial(*args, **kwargs)

Computes iso-axial band surfaces and plots data vs.

circum_avg_radial(*args, **kwargs)

Computes iso-radial band surfaces and plots data vs.

datasources(*args, **kwargs)

Enters the menu for creating and modifying plots containing multiple data sources.

display_profile_data(*args, **kwargs)

Plots profile data.

fft(*args, **kwargs)

Plots fast Fourier transform (FFT) of file data.

fft_set(*args, **kwargs)

Enter the menu to set histogram plot parameters.

file(*args, **kwargs)

Plots data from an external file.

file_list(*args, **kwargs)

Plots data from multiple external files.

file_set(*args, **kwargs)

Sets file plot parameters.

histogram(*args, **kwargs)

Plots a histogram of the specified solution variable using the defined range and number of intervals.

histogram_set(*args, **kwargs)

Sets histogram plot parameters.

label_alignment(*args, **kwargs)

Set the orientation of XY plot axis labels as either horizontal or axis-aligned.

plot(*args, **kwargs)

Plots solution on surfaces.

plot_direction(*args, **kwargs)

Sets plot direction for XY plot.

residuals(*args, **kwargs)

Contains commands that allow you to select the variables for which you want to display XY plots of residual histories in the active graphics window.

residuals_set(*args, **kwargs)

Sets residual plot parameters.

set_boundary_val_off(*args, **kwargs)

Disables the use of boundary face values when node values are disabled in solution XY plots.

solution(*args, **kwargs)

Plots solution on surfaces and/or zones.

solution_set(*args, **kwargs)

Sets solution plot parameters.

class ansys_sound_analysis(path, service)#

Bases: TUIMenu

Enter the Ansys sound analysis menu.

Methods:

print_indicators(*args, **kwargs)

Read in a pressure signal or spectrum file, then optionally read in a frequency response function (FRF) or transfer function file, before printing the acoustics indicators.

write_files(*args, **kwargs)

Read in a pressure signal or spectrum file, then optionally read in a frequency response function (FRF) or transfer function file, before writing a WAV, output pressure, and/or acoustic indicators file.

print_indicators(*args, **kwargs)#

Read in a pressure signal or spectrum file, then optionally read in a frequency response function (FRF) or transfer function file, before printing the acoustics indicators.

write_files(*args, **kwargs)#

Read in a pressure signal or spectrum file, then optionally read in a frequency response function (FRF) or transfer function file, before writing a WAV, output pressure, and/or acoustic indicators file.

change_fft_ref_pressure(*args, **kwargs)#

Changes reference acoustic pressure.

circum_avg_axial(*args, **kwargs)#

Computes iso-axial band surfaces and plots data vs. axial coordinate on them.

circum_avg_radial(*args, **kwargs)#

Computes iso-radial band surfaces and plots data vs. radius on them.

class cumulative_plot(path, service)#

Bases: TUIMenu

Plot the development of force, force coefficient, moment, or moment coefficient across the specified wall zones.

Methods:

add(*args, **kwargs)

Create a new cumulative plot.

axes(*args, **kwargs)

Set axes options of an object.

curves(*args, **kwargs)

Set curves options of an object.

delete(*args, **kwargs)

Delete an existing cumulative plot object.

edit(*args, **kwargs)

Edit an existing cumulative plot object.

list(*args, **kwargs)

Print the names of the existing cumulative plot objects to the console.

list_properties(*args, **kwargs)

Print the properties of the specified cumulative plot object to the console.

plot(*args, **kwargs)

Plot a cumulative plot in the graphics window.

print(*args, **kwargs)

Print the value of a cumulative plot to the console.

write(*args, **kwargs)

Write a cumulative plot to a file.

add(*args, **kwargs)#

Create a new cumulative plot.

axes(*args, **kwargs)#

Set axes options of an object.

curves(*args, **kwargs)#

Set curves options of an object.

delete(*args, **kwargs)#

Delete an existing cumulative plot object.

edit(*args, **kwargs)#

Edit an existing cumulative plot object.

list(*args, **kwargs)#

Print the names of the existing cumulative plot objects to the console.

list_properties(*args, **kwargs)#

Print the properties of the specified cumulative plot object to the console.

plot(*args, **kwargs)#

Plot a cumulative plot in the graphics window.

print(*args, **kwargs)#

Print the value of a cumulative plot to the console.

write(*args, **kwargs)#

Write a cumulative plot to a file.

datasources(*args, **kwargs)#

Enters the menu for creating and modifying plots containing multiple data sources.

display_profile_data(*args, **kwargs)#

Plots profile data.

fft(*args, **kwargs)#

Plots fast Fourier transform (FFT) of file data. If you respond yes to Acoustic Analysis?, then additional Y axis functions are made available.

fft_set(*args, **kwargs)#

Enter the menu to set histogram plot parameters.

file(*args, **kwargs)#

Plots data from an external file.

file_list(*args, **kwargs)#

Plots data from multiple external files.

file_set(*args, **kwargs)#

Sets file plot parameters.

class flamelet_curves(path, service)#

Bases: TUIMenu

Enters the flamelet curves menu.

Methods:

plot_curves(*args, **kwargs)

Plots of a curve property.

write_to_file(*args, **kwargs)

Writes curve to a file instead of plot.

plot_curves(*args, **kwargs)#

Plots of a curve property.

write_to_file(*args, **kwargs)#

Writes curve to a file instead of plot.

histogram(*args, **kwargs)#

Plots a histogram of the specified solution variable using the defined range and number of intervals.

histogram_set(*args, **kwargs)#

Sets histogram plot parameters. Sub-menu items are the same as file-set/ above.

label_alignment(*args, **kwargs)#

Set the orientation of XY plot axis labels as either horizontal or axis-aligned.

plot(*args, **kwargs)#

Plots solution on surfaces.

plot_direction(*args, **kwargs)#

Sets plot direction for XY plot.

residuals(*args, **kwargs)#

Contains commands that allow you to select the variables for which you want to display XY plots of residual histories in the active graphics window.

residuals_set(*args, **kwargs)#

Sets residual plot parameters. Sub-menu items are the same as file-set/ above.

set_boundary_val_off(*args, **kwargs)#

Disables the use of boundary face values when node values are disabled in solution XY plots. This option is disabled by default, that is, boundary face values are used when node values are disabled.

solution(*args, **kwargs)#

Plots solution on surfaces and/or zones. Zone and surface names can be indicated using a wildcard (*).

solution_set(*args, **kwargs)#

Sets solution plot parameters. Sub-menu items are the same as file-set/ above.