cumulative_plot#

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

Bases: TUIMenu

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

Classes:

add(service, version, mode, path)

Create a new cumulative plot.

axes(service, version, mode, path)

Set axes options of an object.

curves(service, version, mode, path)

Set curves options of an object.

delete(service, version, mode, path)

Delete an existing cumulative plot object.

edit(service, version, mode, path)

Edit an existing cumulative plot object.

list(service, version, mode, path)

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

list_properties(service, version, mode, path)

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

plot(service, version, mode, path)

Plot a cumulative plot in the graphics window.

print(service, version, mode, path)

Print the value of a cumulative plot to the console.

write(service, version, mode, path)

Write a cumulative plot to a file.

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

Bases: TUIMethod

Create a new cumulative plot.

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

Bases: TUIMethod

Set axes options of an object.

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

Bases: TUIMethod

Set curves options of an object.

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

Bases: TUIMethod

Delete an existing cumulative plot object.

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

Bases: TUIMethod

Edit an existing cumulative plot object.

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

Bases: TUIMethod

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

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

Bases: TUIMethod

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

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

Bases: TUIMethod

Plot a cumulative plot in the graphics window.

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

Bases: TUIMethod

Print the value of a cumulative plot to the console.

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

Bases: TUIMethod

Write a cumulative plot to a file.