modify#

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

Bases: TUIMenu

Enters the mesh modify menu.

Classes:

auto_improve_warp(service, version, mode, path)

Enables you to improve face warp by node movement.

auto_node_move(service, version, mode, path)

Enables you to improve the mesh quality by node movement.

clear_selections(service, version, mode, path)

Clears all items from the selection list.

delete_isolated_cells(service, version, ...)

Delete isolated cells.

deselect_last(service, version, mode, path)

Deselects the last item you selected using the select-entity command.

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

Places all unused nodes in a separate interior node zone.

list_selections(service, version, mode, path)

Lists all items in the selection list.

list_skewed_cells(service, version, mode, path)

Lists cells with skewness in a specified range.

mesh_node(service, version, mode, path)

Attempts to introduce a new node into the existing mesh.

mesh_nodes_on_zone(service, version, mode, path)

Inserts nodes associated with node or face zone into the volume mesh.

neighborhood_skew(service, version, mode, path)

Reports the maximum skewness of cells using the specified node.

refine_cell(service, version, mode, path)

Attempts to refine the cells in the probe list by introducing a node nears its centroid.

repair_negative_volume_cells(service, ...)

Repairs negative volume cells by moving nodes.

select_entity(service, version, mode, path)

Adds an entity (face, node, cell, etc.) to the selection list.

smooth_node(service, version, mode, path)

Applies Laplace smoothing to the nodes in the selection list.

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

Bases: TUIMethod

Enables you to improve face warp by node movement. Specify the appropriate cell zones and boundary zones, the maximum warp, the number of iterations per face to be improved, and the number of iterations of the automatic node movement procedure (default, 4).

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

Bases: TUIMethod

Enables you to improve the mesh quality by node movement. Specify the appropriate cell zones and boundary zones, the quality limit based on the quality measure selected, dihedral angle, the number of iterations per node to be moved and the number of iterations of the automatic node movement procedure (default, 1). You can also choose to restrict the movement of boundary nodes along the surface.

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

Bases: TUIMethod

Clears all items from the selection list.

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

Bases: TUIMethod

Delete isolated cells.

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

Bases: TUIMethod

Deselects the last item you selected using the select-entity command.

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

Bases: TUIMethod

Places all unused nodes in a separate interior node zone.

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

Bases: TUIMethod

Lists all items in the selection list.

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

Bases: TUIMethod

Lists cells with skewness in a specified range.

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

Bases: TUIMethod

Attempts to introduce a new node into the existing mesh.

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

Bases: TUIMethod

Inserts nodes associated with node or face zone into the volume mesh.

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

Bases: TUIMethod

Reports the maximum skewness of cells using the specified node.

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

Bases: TUIMethod

Attempts to refine the cells in the probe list by introducing a node nears its centroid. This technique is useful for removing very flat cells near the boundary when boundary sliver removal is not possible. After refining the cell, you should smooth the mesh.

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

Bases: TUIMethod

Repairs negative volume cells by moving nodes. Specify the appropriate boundary zones, the number of iterations per node to be moved, dihedral angle, whether to restrict the movement of boundary nodes along the surface, and the number of iterations of the automatic node movement procedure (default, 1).

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

Bases: TUIMethod

Adds an entity (face, node, cell, etc.) to the selection list.

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

Bases: TUIMethod

Applies Laplace smoothing to the nodes in the selection list.