contact_parameters#

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

Bases: TUIMenu

Enters the dynamic mesh contact-parameters menu. This text command is only available when you enable contact detection using the prompts of the define/dynamic-mesh/dynamic-mesh? text command.

Classes:

contact_face_zones(service, version, mode, path)

Selects face zones involved in contact detection.

contact_method(service, version, mode, path)

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

contact_threshold(service, version, mode, path)

Specifies threshold distance for contact detection.

contact_udf(service, version, mode, path)

Selects the UDF to be invoked when contact is detected.

flow_control(service, version, mode, path)

Enables/disables flow control in the contact region.

flow_control_parameters(service, version, ...)

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

render_contact_cells(service, version, mode, ...)

Enables/disables the availability of a field variable (contact-cell-mark) that can be used to display contours of cells marked for flow blocking as part of the contact marks method, and allows you to postprocess other field variables on those cells.

update_contact_marks(service, version, mode, ...)

Updates which cells are marked in order to block flow in the contact region as part of the contact marks method.

verbosity(service, version, mode, path)

Sets the level of detail printed in the console regarding contact detection.

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

Bases: TUIMethod

Selects face zones involved in contact detection.

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

Bases: TUIMethod

Selects the method used for flow control in the contact region. Enter 0 for the contact zones method (which restricts the flow using additional cell zones with porous zone properties) or 1 for the contact marks method (which blocks the flow using zero-mass-flux boundaries).

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

Bases: TUIMethod

Specifies threshold distance for contact detection.

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

Bases: TUIMethod

Selects the UDF to be invoked when contact is detected.

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

Bases: TUIMethod

Enables/disables flow control in the contact region.

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

Bases: TUIMethod

Enables/disables the availability of a field variable (contact-cell-mark) that can be used to display contours of cells marked for flow blocking as part of the contact marks method, and allows you to postprocess other field variables on those cells.

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

Bases: TUIMethod

Updates which cells are marked in order to block flow in the contact region as part of the contact marks method.

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

Bases: TUIMethod

Sets the level of detail printed in the console regarding contact detection.