polyhedra#

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

Bases: TUIMenu

Enters the polyhedra menu.

Classes:

convert_domain(service, version, mode, path)

Converts the entire domain to polyhedra cells.

convert_hanging_nodes(service, version, ...)

Converts cells with hanging nodes/edges to polyhedra.

convert_hanging_nodes_zones(service, ...)

Convert selected cell zones with hanging nodes and faces to polyhedra.

convert_skewed_cells(service, version, mode, ...)

Converts skewed cells to polyhedra.

options(service, version, mode, path)

Enters the polyhedra options menu.

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

Bases: TUIMethod

Converts the entire domain to polyhedra cells.

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

Bases: TUIMethod

Converts cells with hanging nodes/edges to polyhedra.

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

Bases: TUIMethod

Convert selected cell zones with hanging nodes and faces to polyhedra. The selected cell zones cannot be connected to other zones.

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

Bases: TUIMethod

Converts skewed cells to polyhedra.