auto_options#

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

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.

Classes:

keep_empty_interface(service, version, mode, ...)

.

naming_option(service, version, mode, path)

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(...)

.

proximity_tolerance(service, version, mode, path)

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(service, version, ...)

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

set_minimum_area_percentage(service, ...)

.

set_one_to_one_pairing_tolerance(service, ...)

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.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

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.

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

Bases: TUIMethod

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

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

Bases: TUIMethod

.

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

Bases: TUIMethod

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).

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

Bases: TUIMethod

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

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

Bases: TUIMethod

.

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

Bases: TUIMethod

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.