adjacent_zone#

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

Bases: TUIMenu

Enters the prism adjacent zone controls menu.

Classes:

project(service, version, mode, path)

Project outer nodes to adjacent planar zones?.

project_adjacent_angle(service, version, ...)

Determines whether or not to project to an adjacent zone.

project_converged(service, version, mode, path)

Convergence criterion for projection to adjacent zones.

project_iter(service, version, mode, path)

Maximum number of iterations for projection to adjacent zones.

retri_feature_angle(service, version, mode, path)

This angle (degrees) is used for determining the feature edges on the face zones which are retirangulated.

retriangulate_adjacent(service, version, ...)

Retriangulate planar zones along which prism layers are grown?.

side_feature_align_angle(service, version, ...)

This angle (degrees) is used for aligning projected normals along a feature edge.

side_feature_angle(service, version, mode, path)

Specifies the angle used for computing the feature normals.

side_topology_align_angle(service, version, ...)

This angle (degrees) is used for aligning projected normals along one from many feature edges based on topology (if feature-align doesn't occur).

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

Bases: TUIMethod

Project outer nodes to adjacent planar zones?.

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

Bases: TUIMethod

Determines whether or not to project to an adjacent zone. If a zone shares outer nodes with any of the zones from which the layers are being grown (the “base zones”), its angle with respect to the growth direction is compared with this value. If the angle is less than or equal to this value, then the zone will be projected to. The default value is 75 degrees. See for details.

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

Bases: TUIMethod

Convergence criterion for projection to adjacent zones.

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

Bases: TUIMethod

Maximum number of iterations for projection to adjacent zones.

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

Bases: TUIMethod

This angle (degrees) is used for determining the feature edges on the face zones which are retirangulated.

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

Bases: TUIMethod

Retriangulate planar zones along which prism layers are grown?.

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

Bases: TUIMethod

This angle (degrees) is used for aligning projected normals along a feature edge.

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

Bases: TUIMethod

Specifies the angle used for computing the feature normals.

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

Bases: TUIMethod

This angle (degrees) is used for aligning projected normals along one from many feature edges based on topology (if feature-align doesn’t occur).