contact_parameters#

class ansys.fluent.core.solver.tui_231.main_menu.setup.dynamic_mesh.controls.contact_parameters(path, service)#

Bases: TUIMenu

Enter the dynamic mesh contact detection menu.

Methods:

contact_face_zones(*args, **kwargs)

Select face zones involved in contact detection.

contact_method(*args, **kwargs)

Select the method used for flow control in the contact region.

contact_threshold(*args, **kwargs)

Specify threshold distance for contact detection.

contact_udf(*args, **kwargs)

Select UDF to be invoked when contact is detected.

flow_control(*args, **kwargs)

Enable/disable flow control.

render_contact_cells(*args, **kwargs)

Set the option to include contact-cells in post-processing.

update_contact_marks(*args, **kwargs)

Update which cells are marked in order to block flow in the contact region.

verbosity(*args, **kwargs)

Set the verbosity for contact-detection.

Classes:

flow_control_parameters(path, service)

Enter the flow control menu.

contact_face_zones(*args, **kwargs)#

Select face zones involved in contact detection.

contact_method(*args, **kwargs)#

Select the method used for flow control in the contact region.

contact_threshold(*args, **kwargs)#

Specify threshold distance for contact detection.

contact_udf(*args, **kwargs)#

Select UDF to be invoked when contact is detected.

flow_control(*args, **kwargs)#

Enable/disable flow control.

class flow_control_parameters(path, service)#

Bases: TUIMenu

Enter the flow control menu.

Methods:

create_flow_control_zone(*args, **kwargs)

Create a flow control zone.

delete_flow_control_zone(*args, **kwargs)

Delete a flow control zone.

solution_stabilization(*args, **kwargs)

Enable/disable the performance of additional iterations per time step and the application of solution controls to improve the stability of the solver.

create_flow_control_zone(*args, **kwargs)#

Create a flow control zone.

delete_flow_control_zone(*args, **kwargs)#

Delete a flow control zone.

solution_stabilization(*args, **kwargs)#

Enable/disable the performance of additional iterations per time step and the application of solution controls to improve the stability of the solver.

render_contact_cells(*args, **kwargs)#

Set the option to include contact-cells in post-processing.

update_contact_marks(*args, **kwargs)#

Update which cells are marked in order to block flow in the contact region.

verbosity(*args, **kwargs)#

Set the verbosity for contact-detection.