controls#

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

Bases: TUIMenu

Enters the controls menu for setting poly parameters.

Classes:

cell_sizing(service, version, mode, path)

Sets cell volume distribution function as geometric, linear, or size-field.

edge_size_ratio(service, version, mode, path)

Sets the threshold for the size ratio of two connected edges.

face_size_ratio(service, version, mode, path)

Sets the threshold for the size ratio of two faces on one cell.

feature_angle(service, version, mode, path)

Sets the minimum threshold that should be preserved as a feature.

improve(service, version, mode, path)

Enables poly mesh improvement by smoothing based on the smooth-controls.

merge_skew(service, version, mode, path)

Sets the minimum skewness threshold for cell merge.

non_fluid_type(service, version, mode, path)

Selects the default type for non-fluid zones.

prism(service, version, mode, path)

Poly prism transition controls.

remesh_skew(service, version, mode, path)

Sets the target skewness when remeshing.

sliver_cell_area_fraction(service, version, ...)

Sets the threshold for the area of a single face to the cell surface area.

smooth_controls(service, version, mode, path)

Enters the menu for setting smoothing parameters for poly mesh.

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

Bases: TUIMethod

Sets cell volume distribution function as geometric, linear, or size-field.

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

Bases: TUIMethod

Sets the threshold for the size ratio of two connected edges. Recommended range is 20 to 200.

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

Bases: TUIMethod

Sets the threshold for the size ratio of two faces on one cell. Recommended range is 100 to 300.

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

Bases: TUIMethod

Sets the minimum threshold that should be preserved as a feature.

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

Bases: TUIMethod

Enables poly mesh improvement by smoothing based on the smooth-controls.

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

Bases: TUIMethod

Sets the minimum skewness threshold for cell merge.

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

Bases: TUIMethod

Selects the default type for non-fluid zones.

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

Bases: TUIMethod

Sets the target skewness when remeshing.

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

Bases: TUIMethod

Sets the threshold for the area of a single face to the cell surface area. Recommended range is 0.00001 to 0.001.