join_intersect#

class ansys.fluent.core.generated.meshing.tui_242.main_menu.objects.join_intersect(service, version, mode, path)#

Bases: TUIMenu

Contains options for connecting overlapping and intersecting face zones.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

add_objects_to_mesh_object(service, version, ...)

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

change_region_type(service, version, mode, path)

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

compute_regions(service, version, mode, path)

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

controls(service, version, mode, path)

Build topology controls.

create_mesh_object(service, version, mode, path)

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

delete_region(service, version, mode, path)

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

Connects two intersecting face zones within specified angle and tolerance.

join(service, version, mode, path)

Connects two overlapping face zones within specified angle and tolerance.

list_regions(service, version, mode, path)

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

merge_regions(service, version, mode, path)

Specified regions are joined into a single region.

rename_region(service, version, mode, path)

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

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

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

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

Bases: TUIMethod

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

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

Bases: TUIMethod

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

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

Bases: TUIMethod

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

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

Bases: TUIMethod

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.

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

Bases: TUIMethod

Connects two intersecting face zones within specified angle and tolerance.

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

Bases: TUIMethod

Connects two overlapping face zones within specified angle and tolerance.

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

Bases: TUIMethod

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

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

Bases: TUIMethod

Specified regions are joined into a single region.

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

Bases: TUIMethod

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