modify#

class ansys.fluent.core.generated.meshing.tui_261.main_menu.mesh.modify(service, version, mode, path)#

Bases: TUIMenu

Enter the mesh modify menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

auto_improve_warp(service, version, mode, path)

Improve the warp of the faces by node movement.

auto_node_move(service, version, mode, path)

Improve the quality of the mesh by node movement.

clear_selections(service, version, mode, path)

Clear all selections.

delete_isolated_cells(service, version, ...)

Delete isolated cells.

deselect_last(service, version, mode, path)

Deselect last selection.

extract_unused_nodes(service, version, mode, ...)

Extract all unused nodes into a separate interior node zone.

list_selections(service, version, mode, path)

List selections.

list_skewed_cells(service, version, mode, path)

List cells between skewness limits.

mesh_node(service, version, mode, path)

Introduce new node into existing mesh.

mesh_nodes_on_zone(service, version, mode, path)

Insert nodes associated with node or face thread into volume mesh.

neighborhood_skew(service, version, mode, path)

Report max skew of all cells using node.

refine_cell(service, version, mode, path)

Refine cells in probe list with node near centroid.

repair_negative_volume_cells(service, ...)

Improves negative volume cells by node movement.

select_entity(service, version, mode, path)

Select a entity.

smooth_node(service, version, mode, path)

Laplace smooth nodes in probe list.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Improve the warp of the faces by node movement.

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

Bases: TUIMethod

Improve the quality of the mesh by node movement.

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

Bases: TUIMethod

Clear all selections.

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

Bases: TUIMethod

Delete isolated cells.

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

Bases: TUIMethod

Deselect last selection.

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

Bases: TUIMethod

Extract all unused nodes into a separate interior node zone.

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

Bases: TUIMethod

List selections.

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

Bases: TUIMethod

List cells between skewness limits.

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

Bases: TUIMethod

Introduce new node into existing mesh.

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

Bases: TUIMethod

Insert nodes associated with node or face thread into volume mesh. If a face thread is specified, the faces are deleted before the nodes are introduced into the mesh.

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

Bases: TUIMethod

Report max skew of all cells using node.

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

Bases: TUIMethod

Refine cells in probe list with node near centroid.

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

Bases: TUIMethod

Improves negative volume cells by node movement.

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

Bases: TUIMethod

Select a entity.

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

Bases: TUIMethod

Laplace smooth nodes in probe list.