flow_control_parameters#

class ansys.fluent.core.solver.tui_241.main_menu.define.dynamic_mesh.controls.contact_parameters.flow_control_parameters(service, version, mode, path)#

Bases: TUIMenu

Enters the flow control parameters menu, which provides settings related to controlling the flow in the contact region.

Classes:

create_flow_control_zone(service, version, ...)

Creates a flow control zone as part of the contact zones method.

delete_flow_control_zone(service, version, ...)

Deletes a flow control zone as part of the contact zones method.

solution_stabilization(service, version, ...)

Enables/disables the performance of additional iterations per time step and the application of solution controls to improve the stability of the solver as part of the contact marks method.

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

Bases: TUIMethod

Creates a flow control zone as part of the contact zones method.

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

Bases: TUIMethod

Deletes a flow control zone as part of the contact zones method.

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

Bases: TUIMethod

Enables/disables the performance of additional iterations per time step and the application of solution controls to improve the stability of the solver as part of the contact marks method.