system#

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

Bases: TUIMenu

Enters the system menu.

Classes:

gpgpu_stats(service, version, mode, path)

Prints information about installed general purpose graphical processing units.

proc_stats(service, version, mode, path)

Prints ANSYS Fluent process information.

sys_stats(service, version, mode, path)

System information.

time_stats(service, version, mode, path)

Timer information.

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

Bases: TUIMethod

Prints information about installed general purpose graphical processing units.

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

Bases: TUIMethod

Prints ANSYS Fluent process information. This is used to report the memory usage of each of the ANSYS Fluent processes.

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

Bases: TUIMethod

System information. This is used to report the CPU configuration of the machines where ANSYS Fluent processes have been spawned.

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

Bases: TUIMethod

Timer information. This is used to report CPU timings for user and kernel processes and detailed solver timings.