advanced#

class ansys.fluent.core.meshing.tui_241.main_menu.objects.fix_holes.advanced(service, version, mode, path)#

Bases: TUIMenu

Advanced fix holes options.

Classes:

open_holes_between_material_points(service, ...)

Open holes separating the material points to merge them.

open_holes_connected_to_material_points(...)

Open all holes wetted by material points.

open_holes_not_connected_to_material_points(...)

Open all holes other than holes wetted by material points.

open_traced_holes_between_material_points(...)

Trace a path between material points and open holes part of the traced path.

patch_holes_between_material_points(service, ...)

Patch holes separating the material points.

patch_holes_connected_to_material_points(...)

Patch all holes wetted by material points.

patch_holes_not_connected_to_material_points(...)

Patch all holes other than holes wetted by material points.

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

Bases: TUIMethod

Open holes separating the material points to merge them.

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

Bases: TUIMethod

Open all holes wetted by material points.

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

Bases: TUIMethod

Open all holes other than holes wetted by material points.

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

Bases: TUIMethod

Trace a path between material points and open holes part of the traced path.

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

Bases: TUIMethod

Patch holes separating the material points.

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

Bases: TUIMethod

Patch all holes wetted by material points.

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

Bases: TUIMethod

Patch all holes other than holes wetted by material points.