auto_options#

class ansys.fluent.core.solver.tui_231.main_menu.define.mesh_interfaces.auto_options(path, service)#

Bases: TUIMenu

Enters the auto-options menu. This menu is only available when the define/mesh-interfaces/one-to-one-pairing? text command is enabled.

Methods:

keep_empty_interface(*args, **kwargs)

Keep empty interfaces during one-to-one mesh interface creation.

naming_option(*args, **kwargs)

Specifies whether the name of each new one-to-one mesh interface (as well as existing mesh interfaces, if you so desire) has no additional suffix, or a suffix that includes the names of the associated boundary zones, the IDs of the associated boundary zones, or the names of the adjacent cell zones.

pairing_between_different_cell_zones_only(...)

Specifies whether the one-to-one mesh interfaces are only created between different cell zones.

pairing_between_interface_zones_only(*args, ...)

Pairing between interface zones only.

proximity_tolerance(*args, **kwargs)

Sets the tolerance used as part of the automatic grouping of zones to create mesh interfaces when the define/mesh-interfaces/one-to-one-pairing? text command is disabled.

set_default_name_prefix(*args, **kwargs)

Specifies the default interface name prefix used for one-to-one mesh interfaces.

set_one_to_one_pairing_tolerance(*args, **kwargs)

Enables/disables the use of adjustable tolerances to determine which of the selected boundary zones can be paired up to make the mesh interfaces, in order to account for gaps, thin layers, and/or complex geometries.

keep_empty_interface(*args, **kwargs)#

Keep empty interfaces during one-to-one mesh interface creation.

naming_option(*args, **kwargs)#

Specifies whether the name of each new one-to-one mesh interface (as well as existing mesh interfaces, if you so desire) has no additional suffix, or a suffix that includes the names of the associated boundary zones, the IDs of the associated boundary zones, or the names of the adjacent cell zones.

pairing_between_different_cell_zones_only(*args, **kwargs)#

Specifies whether the one-to-one mesh interfaces are only created between different cell zones.

pairing_between_interface_zones_only(*args, **kwargs)#

Pairing between interface zones only.

proximity_tolerance(*args, **kwargs)#

Sets the tolerance used as part of the automatic grouping of zones to create mesh interfaces when the define/mesh-interfaces/one-to-one-pairing? text command is disabled. The proximity tolerance is defined relative to the edge lengths in the interface zones, and can range from 0 to 1 (representing the minimum and maximum edge lengths, respectively).

set_default_name_prefix(*args, **kwargs)#

Specifies the default interface name prefix used for one-to-one mesh interfaces.

set_one_to_one_pairing_tolerance(*args, **kwargs)#

Enables/disables the use of adjustable tolerances to determine which of the selected boundary zones can be paired up to make the mesh interfaces, in order to account for gaps, thin layers, and/or complex geometries.