contact_parameters#
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.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
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.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Selects face zones involved in contact detection.
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).
Bases:
TUIMethod
Specifies threshold distance for contact detection.
Bases:
TUIMethod
Selects the UDF to be invoked when contact is detected.
Bases:
TUIMethod
Enables/disables flow control in the contact region.
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.
Bases:
TUIMethod
Updates which cells are marked in order to block flow in the contact region as part of the contact marks method.
Bases:
TUIMethod
Sets the level of detail printed in the console regarding contact detection.