outer_domain_params#

class ansys.fluent.core.meshing.tui_241.main_menu.mesh.hexcore.controls.outer_domain_params(service, version, mode, path)#

Bases: TUIMenu

Contains options for defining the outer domain parameters. This sub-menu is available only when define-hexcore-extents? is enabled.

Classes:

auto_align(service, version, mode, path)

Enables you to axis-align non-aligned planar boundaries to which hexcore mesh is to be generated.

auto_align_boundaries(service, version, ...)

Aligns the boundary zones specified (using the boundaries command) with the tolerance specified (using the auto-align-tolerance command) when auto-align? is enabled.

auto_align_tolerance(service, version, mode, ...)

Specifies the tolerance for aligning boundary zones when auto-align? is enabled.

boundaries(service, version, mode, path)

Specifies the boundaries to which the hexcore mesh is to be generated when the specify-boundaries? option is enabled.

coordinates(service, version, mode, path)

Specifies the extents (min and max coordinates) of the hexcore outer box.

delete_old_face_zones(service, version, ...)

Enables you to delete the original tri face zones that have been replaced during the hexcore meshing process.

list(service, version, mode, path)

Lists the boundaries to which the hexcore mesh is to be generated.

specify_boundaries(service, version, mode, path)

Enables you to specify selected boundaries to which the hexcore mesh is to be generated using the boundaries command.

specify_coordinates(service, version, mode, path)

Enables you to specify the extents of the hexcore outer box using the coordinates command.

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

Bases: TUIMethod

Enables you to axis-align non-aligned planar boundaries to which hexcore mesh is to be generated. This option is available only when the specify-boundaries? option is enabled and the boundaries are specified.

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

Bases: TUIMethod

Aligns the boundary zones specified (using the boundaries command) with the tolerance specified (using the auto-align-tolerance command) when auto-align? is enabled.

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

Bases: TUIMethod

Specifies the tolerance for aligning boundary zones when auto-align? is enabled.

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

Bases: TUIMethod

Specifies the boundaries to which the hexcore mesh is to be generated when the specify-boundaries? option is enabled. After specifying the boundaries, the auto-align?, delete-old-face-zones?, and list options will also be available.

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

Bases: TUIMethod

Specifies the extents (min and max coordinates) of the hexcore outer box. This command is available when the specify-coordinates? option is enabled.

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

Bases: TUIMethod

Enables you to delete the original tri face zones that have been replaced during the hexcore meshing process. This option is available only when the specify-boundaries? option is enabled and the boundaries are specified.

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

Bases: TUIMethod

Lists the boundaries to which the hexcore mesh is to be generated. This option is available only when the specify-boundaries? option is enabled and the boundaries are specified.

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

Bases: TUIMethod

Enables you to specify selected boundaries to which the hexcore mesh is to be generated using the boundaries command.

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

Bases: TUIMethod

Enables you to specify the extents of the hexcore outer box using the coordinates command.