fix_holes#

class ansys.fluent.core.meshing.tui_231.main_menu.objects.fix_holes(path, service)#

Bases: TUIMenu

Fix holes in surface mesh using octree.

Classes:

advanced(path, service)

Advanced fix holes options.

Methods:

find_holes(*args, **kwargs)

Find holes in objects using octree.

open_all_holes(*args, **kwargs)

Open all wetted holes of the material point.

open_holes(*args, **kwargs)

Open holes even not connected by material point.

patch_all_holes(*args, **kwargs)

Patch all wetted holes of the material point.

patch_holes(*args, **kwargs)

Patch holes even not connected by material point.

reset_material_point(*args, **kwargs)

Reset material point of of region of interest.

shrink_wrap(*args, **kwargs)

Shrink wrap wetted region of material point.

class advanced(path, service)#

Bases: TUIMenu

Advanced fix holes options.

Methods:

open_holes_between_material_points(*args, ...)

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(*args, ...)

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.

open_holes_between_material_points(*args, **kwargs)#

Open holes separating the material points to merge them.

open_holes_connected_to_material_points(*args, **kwargs)#

Open all holes wetted by material points.

open_holes_not_connected_to_material_points(*args, **kwargs)#

Open all holes other than holes wetted by material points.

open_traced_holes_between_material_points(*args, **kwargs)#

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

patch_holes_between_material_points(*args, **kwargs)#

Patch holes separating the material points.

patch_holes_connected_to_material_points(*args, **kwargs)#

Patch all holes wetted by material points.

patch_holes_not_connected_to_material_points(*args, **kwargs)#

Patch all holes other than holes wetted by material points.

find_holes(*args, **kwargs)#

Find holes in objects using octree.

open_all_holes(*args, **kwargs)#

Open all wetted holes of the material point.

open_holes(*args, **kwargs)#

Open holes even not connected by material point.

patch_all_holes(*args, **kwargs)#

Patch all wetted holes of the material point.

patch_holes(*args, **kwargs)#

Patch holes even not connected by material point.

reset_material_point(*args, **kwargs)#

Reset material point of of region of interest.

shrink_wrap(*args, **kwargs)#

Shrink wrap wetted region of material point.