report_plots#

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

Bases: TUIMenu

Enters the report plots menu.

Methods:

add(*args, **kwargs)

Creates a report plot.

axes(*args, **kwargs)

Defines the axes for a report plot.

clear_data(*args, **kwargs)

Clears the data associated with a report plot.

curves(*args, **kwargs)

Defines the curves for a report plot.

delete(*args, **kwargs)

Deletes a report plot object.

delete_all(*args, **kwargs)

Deletes all of the report plot objects.

edit(*args, **kwargs)

Edits a report plot.

list(*args, **kwargs)

Lists all defined report plots.

list_properties(*args, **kwargs)

Lists the properties of a report plot.

plot(*args, **kwargs)

Plots the specified report plot.

add(*args, **kwargs)#

Creates a report plot.

axes(*args, **kwargs)#

Defines the axes for a report plot.

clear_data(*args, **kwargs)#

Clears the data associated with a report plot.

curves(*args, **kwargs)#

Defines the curves for a report plot.

delete(*args, **kwargs)#

Deletes a report plot object.

delete_all(*args, **kwargs)#

Deletes all of the report plot objects.

edit(*args, **kwargs)#

Edits a report plot.

list(*args, **kwargs)#

Lists all defined report plots.

list_properties(*args, **kwargs)#

Lists the properties of a report plot.

plot(*args, **kwargs)#

Plots the specified report plot.