improve#

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

Bases: TUIMenu

Prism Smoothing Controls.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

check_allowable_skew(service, version, mode, ...)

Check skewness for cap every layer?.

check_size(service, version, mode, path)

Check for negative cell volume?.

corner_height_weight(service, version, mode, ...)

Improve cell quality/shape by adjusting heights at large corners?.

edge_smooth(service, version, mode, path)

Perform local smoothing of nodes on longest edges of skewed faces?.

edge_smooth_angle(service, version, mode, path)

Skewness-driven edge smoothing is only allowed between cap faces whose normals are within this angle.

edge_swap(service, version, mode, path)

Perform edge swapping to improve skewness?.

edge_swap_base_angle(service, version, mode, ...)

Skewness-driven edge swapping is only allowed between base faces whose normals are within this angle.

edge_swap_cap_angle(service, version, mode, path)

Skewness-driven edge swapping is only allowed between cap faces whose normals are within this angle.

face_smooth(service, version, mode, path)

Perform face-driven smoothing to improve skewness?.

face_smooth_converged(service, version, ...)

Convergence criteria for cap face smoothing.

face_smooth_rings(service, version, mode, path)

No.

face_smooth_skew(service, version, mode, path)

Min.

identify_feature_line(service, version, ...)

Perform normal smoothing on feature lines?.

improve_warp(service, version, mode, path)

Perform node movement to improve warp of quad face?.

layer_by_layer_smoothing(service, version, ...)

Perform normals and heights smoothing to improve cell quality/shape?.

left_hand_check(service, version, mode, path)

Check for left handedness of faces (0 - no check, 1 - only cap faces, 2 - faces of all cells in current layer).

max_allowable_cap_skew(service, version, ...)

Layer growth is stopped if any cap face has skewness > this value (after all smoothing).

max_allowable_cell_skew(service, version, ...)

Cell quality criteria for smoothing and quality checking.

node_smooth(service, version, mode, path)

Perform node-driven smoothing to improve skewness?.

node_smooth_angle(service, version, mode, path)

Only manifolds having characteristic angles within this many degrees of 180 will be smoothed.

node_smooth_converged(service, version, ...)

Convergence criterion for node smoothing.

node_smooth_iter(service, version, mode, path)

Maximum number of smoothing iterations for nodes on advancing layers.

node_smooth_local(service, version, mode, path)

Allow node-smoothing to converge locally (for large geometries).

node_smooth_rings(service, version, mode, path)

Controls locality of skewness-driven node smoothing.

post_adjust_height(service, version, mode, path)

Perform prism height adjustment based on growth rate?.

shrink_left_handed_cap(service, version, ...)

Shrink if required to get rid of left handed faces.

smooth_improve_prism_cells(service, version, ...)

Smooth and improve prism cells.

swap_smooth_skew(service, version, mode, path)

Only faces with skewness >= this value are swapped and/or smoothed.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Check skewness for cap every layer?.

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

Bases: TUIMethod

Check for negative cell volume?.

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

Bases: TUIMethod

Improve cell quality/shape by adjusting heights at large corners?.

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

Bases: TUIMethod

Perform local smoothing of nodes on longest edges of skewed faces?.

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

Bases: TUIMethod

Skewness-driven edge smoothing is only allowed between cap faces whose normals are within this angle.

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

Bases: TUIMethod

Perform edge swapping to improve skewness?.

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

Bases: TUIMethod

Skewness-driven edge swapping is only allowed between base faces whose normals are within this angle.

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

Bases: TUIMethod

Skewness-driven edge swapping is only allowed between cap faces whose normals are within this angle.

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

Bases: TUIMethod

Perform face-driven smoothing to improve skewness?.

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

Bases: TUIMethod

Convergence criteria for cap face smoothing.

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

Bases: TUIMethod

No. of rings to propagate skewness during smoothing of cap faces.

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

Bases: TUIMethod

Min. skewness to smooth cap faces.

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

Bases: TUIMethod

Perform normal smoothing on feature lines?.

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

Bases: TUIMethod

Perform node movement to improve warp of quad face?.

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

Bases: TUIMethod

Perform normals and heights smoothing to improve cell quality/shape?.

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

Bases: TUIMethod

Check for left handedness of faces (0 - no check, 1 - only cap faces, 2 - faces of all cells in current layer).

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

Bases: TUIMethod

Layer growth is stopped if any cap face has skewness > this value (after all smoothing).

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

Bases: TUIMethod

Cell quality criteria for smoothing and quality checking.

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

Bases: TUIMethod

Perform node-driven smoothing to improve skewness?.

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

Bases: TUIMethod

Only manifolds having characteristic angles within this many degrees of 180 will be smoothed.

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

Bases: TUIMethod

Convergence criterion for node smoothing.

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

Bases: TUIMethod

Maximum number of smoothing iterations for nodes on advancing layers.

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

Bases: TUIMethod

Allow node-smoothing to converge locally (for large geometries).

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

Bases: TUIMethod

Controls locality of skewness-driven node smoothing. If greater than zero, nodes surrounding a node to be smoothed are smoothed first. Nodes directly connected to the target node are in ring 1. Nodes not in ring 1 which are directly connected to nodes in ring 1 are in ring 2, and so on. This value determines how many surrounding rings to smooth.

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

Bases: TUIMethod

Perform prism height adjustment based on growth rate?.

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

Bases: TUIMethod

Shrink if required to get rid of left handed faces.

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

Bases: TUIMethod

Smooth and improve prism cells.

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

Bases: TUIMethod

Only faces with skewness >= this value are swapped and/or smoothed.