controls#

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

Bases: TUIMenu

Enters the pyramid controls menu.

Classes:

neighbor_angle(service, version, mode, path)

Sets the threshold dihedral angle used to limit the neighboring faces considered for pyramid creation.

offset_factor(service, version, mode, path)

Specifies the fraction of the computed pyramid height (offset) by which the pyramid heights will be randomly adjusted.

offset_scaling(service, version, mode, path)

Specifies the scaling, to be used to determine the height of the pyramid.

vertex_method(service, version, mode, path)

Specifies the method by which the location of the new vertex of the pyramid will be determined.

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

Bases: TUIMethod

Sets the threshold dihedral angle used to limit the neighboring faces considered for pyramid creation. For example, if the value is set to 110° and the angle between a given quadrilateral face and a neighboring triangular face is greater than 110°, the resulting pyramid will not include the triangular face.

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

Bases: TUIMethod

Specifies the fraction of the computed pyramid height (offset) by which the pyramid heights will be randomly adjusted. The default value is 0, indicating that all pyramids will have the exact height computed. A value of 0.1, for example, will limit each adjustment to ±10percentage of the computed height.

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

Bases: TUIMethod

Specifies the scaling, to be used to determine the height of the pyramid.

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

Bases: TUIMethod

Specifies the method by which the location of the new vertex of the pyramid will be determined. The skewness method is used by default.