tet#

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

Bases: TUIMenu

Enters the tetrahedral mesh menu.

Classes:

controls(service, version, mode, path)

Enters the tet controls menu.

delete_virtual_cells(service, version, mode, ...)

Deletes virtual cells created due to the use of the keep-virtual-entities? option.

improve(service, version, mode, path)

Enters the tet improve menu.

init(service, version, mode, path)

Generates the initial Delaunay mesh by meshing the boundary nodes.

init_refine(service, version, mode, path)

Generates the tetrahedral mesh.

local_regions(service, version, mode, path)

Enters the local refinement menu.

mesh_object(service, version, mode, path)

Tet mesh object of type mesh.

preserve_cell_zone(service, version, mode, path)

Allows you to specify the cell zones to be preserved during the meshing process.

refine(service, version, mode, path)

Refines the initialized mesh.

trace_path_between_cells(service, version, ...)

Detects holes in the geometry by tracing the path between the two specified cells.

un_preserve_cell_zone(service, version, ...)

Un-preserve cell zone.

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

Bases: TUIMethod

Deletes virtual cells created due to the use of the keep-virtual-entities? option.

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

Bases: TUIMethod

Generates the initial Delaunay mesh by meshing the boundary nodes.

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

Bases: TUIMethod

Generates the tetrahedral mesh.

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

Bases: TUIMethod

Tet mesh object of type mesh.

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

Bases: TUIMethod

Allows you to specify the cell zones to be preserved during the meshing process.

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

Bases: TUIMethod

Refines the initialized mesh.

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

Bases: TUIMethod

Detects holes in the geometry by tracing the path between the two specified cells.

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

Bases: TUIMethod

Un-preserve cell zone.