statistic#

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

Bases: TUIMenu

Enter the statistic monitors menu.

Classes:

file_basename(service, version, mode, path)

Specify the file basename and extension.

monitors(service, version, mode, path)

Choose which statistics to monitor as printed and/or plotted output.

plot(service, version, mode, path)

Enable/disable plotting of statistics during iteration.

print(service, version, mode, path)

Enable/disable printing of statistics during iteration.

window(service, version, mode, path)

Specify first window in which statistics will be plotted during iteration.

write(service, version, mode, path)

Enable/disable writing of statistics during iteration.

x_axis(service, version, mode, path)

Choose what quantity to use on the abscissa in the plot and in the data written to files.

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

Bases: TUIMethod

Specify the file basename and extension. The name of the individual monitor will be insterted automatically.

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

Bases: TUIMethod

Choose which statistics to monitor as printed and/or plotted output.

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

Bases: TUIMethod

Enable/disable plotting of statistics during iteration.

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

Bases: TUIMethod

Enable/disable printing of statistics during iteration.

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

Bases: TUIMethod

Specify first window in which statistics will be plotted during iteration. Multiple statistics are plotted in separate windows, beginning with this one.

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

Bases: TUIMethod

Enable/disable writing of statistics during iteration.

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

Bases: TUIMethod

Choose what quantity to use on the abscissa in the plot and in the data written to files.