force#

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

Bases: TUIMenu

Enter the force monitors menu.

Classes:

clear_all_monitors_data(service, version, ...)

Clear all monitoring data.

clear_drag_monitor_data(service, version, ...)

Clear the drag monitoring data.

clear_lift_monitor_data(service, version, ...)

Clear the lift monitoring data.

clear_moment_monitor_data(service, version, ...)

Clear the moment monitoring data.

clear_monitors(service, version, mode, path)

Clear all or specified monitor data.

delete_monitors(service, version, mode, path)

Delete the specified monitor.

drag_coefficient(service, version, mode, path)

Set variables for monitoring the drag coefficient.

lift_coefficient(service, version, mode, path)

Set variables for monitoring the lift coefficient.

list_monitors(service, version, mode, path)

List defined force monitors.

moment_coefficient(service, version, mode, path)

Set variables for monitoring the moment coefficient.

monitor_unsteady_iters(service, version, ...)

Specify whether monitors are updated every iteration or every time step for transient calculations.

set_drag_monitor(service, version, mode, path)

Set variables for monitoring the drag coefficient.

set_lift_monitor(service, version, mode, path)

Set variables for monitoring the lift coefficient.

set_moment_monitor(service, version, mode, path)

Set variables for monitoring the moment coefficient.

unscaled(service, version, mode, path)

Specify whether unscaled values are desired.

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

Bases: TUIMethod

Clear all monitoring data.

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

Bases: TUIMethod

Clear the drag monitoring data.

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

Bases: TUIMethod

Clear the lift monitoring data.

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

Bases: TUIMethod

Clear the moment monitoring data.

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

Bases: TUIMethod

Clear all or specified monitor data.

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

Bases: TUIMethod

Delete the specified monitor.

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

Bases: TUIMethod

Set variables for monitoring the drag coefficient.

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

Bases: TUIMethod

Set variables for monitoring the lift coefficient.

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

Bases: TUIMethod

List defined force monitors.

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

Bases: TUIMethod

Set variables for monitoring the moment coefficient.

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

Bases: TUIMethod

Specify whether monitors are updated every iteration or every time step for transient calculations.

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

Bases: TUIMethod

Set variables for monitoring the drag coefficient.

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

Bases: TUIMethod

Set variables for monitoring the lift coefficient.

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

Bases: TUIMethod

Set variables for monitoring the moment coefficient.

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

Bases: TUIMethod

Specify whether unscaled values are desired.