join_intersect#

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

Bases: TUIMenu

Contains options for connecting overlapping and intersecting face zones.

Methods:

add_objects_to_mesh_object(*args, **kwargs)

Allows you to specify one or more mesh objects to be added to an existing mesh object.

change_region_type(*args, **kwargs)

Allows you to select a cell zone type (solid, fluid or dead) for a specific region.

compute_regions(*args, **kwargs)

Closed cell zone regions are computed from the specified mesh object.

create_mesh_object(*args, **kwargs)

Allows you to specify one or more mesh objects to be connected in one mesh object.

delete_region(*args, **kwargs)

Removes a closed cell zone region and all of its face zones, except those which are shared by other regions, from the specified mesh object.

intersect(*args, **kwargs)

Connects two intersecting face zones within specified angle and tolerance.

join(*args, **kwargs)

Connects two overlapping face zones within specified angle and tolerance.

list_regions(*args, **kwargs)

Lists details of region type, volume, material point, and comprising face zones for the topological regions computed for the specified mesh object.

merge_regions(*args, **kwargs)

Specified regions are joined into a single region.

rename_region(*args, **kwargs)

Enables you to specify a new name for a specified region.

Classes:

controls(path, service)

Build topology controls.

add_objects_to_mesh_object(*args, **kwargs)#

Allows you to specify one or more mesh objects to be added to an existing mesh object.

change_region_type(*args, **kwargs)#

Allows you to select a cell zone type (solid, fluid or dead) for a specific region.

compute_regions(*args, **kwargs)#

Closed cell zone regions are computed from the specified mesh object. You may include a material point, if desired.

class controls(path, service)#

Bases: TUIMenu

Build topology controls.

Methods:

remesh_post_intersection(*args, **kwargs)

Used to enable or disable automatic post-remesh operation after join or intersect.

remesh_post_intersection(*args, **kwargs)#

Used to enable or disable automatic post-remesh operation after join or intersect.

create_mesh_object(*args, **kwargs)#

Allows you to specify one or more mesh objects to be connected in one mesh object.

delete_region(*args, **kwargs)#

Removes a closed cell zone region and all of its face zones, except those which are shared by other regions, from the specified mesh object.

intersect(*args, **kwargs)#

Connects two intersecting face zones within specified angle and tolerance.

join(*args, **kwargs)#

Connects two overlapping face zones within specified angle and tolerance.

list_regions(*args, **kwargs)#

Lists details of region type, volume, material point, and comprising face zones for the topological regions computed for the specified mesh object.

merge_regions(*args, **kwargs)#

Specified regions are joined into a single region.

rename_region(*args, **kwargs)#

Enables you to specify a new name for a specified region.