minimum_frame_rate#

class ansys.fluent.core.meshing.tui_241.main_menu.preferences.graphics.performance.minimum_frame_rate(service, version, mode, path)#

Bases: TUIMenu

Enter the menu for minimum frame-rate settings.

Classes:

dynamic_adjustment(service, version, mode, path)

Enable/disable dynamic adjustment of quality loss per frame to get to the desired frame rate.

enabled(service, version, mode, path)

Enable/disable minimum frame rate.

fixed_culling_value(service, version, mode, path)

.

maximum_culling_threshold(service, version, ...)

With minimum frame rate enabled, Fluent will not cull beyond this number of pixels.

minimum_culling_threshold(service, version, ...)

With minimum frame rate enabled, Fluent will cull at least this number of pixels.

target_fps(service, version, mode, path)

Specify the target frames-per-second.

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

Bases: TUIMethod

Enable/disable dynamic adjustment of quality loss per frame to get to the desired frame rate.

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

Bases: TUIMethod

Enable/disable minimum frame rate.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

With minimum frame rate enabled, Fluent will not cull beyond this number of pixels.

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

Bases: TUIMethod

With minimum frame rate enabled, Fluent will cull at least this number of pixels.

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

Bases: TUIMethod

Specify the target frames-per-second.