adjacent_zone#

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

Bases: TUIMenu

Prism Adjacent Zone Controls.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

project(service, version, mode, path)

Project outer nodes to adjacent planar zones?.

project_adjacent_angle(service, version, ...)

Outer edges of advancing layers are projected to adjacent planar zones whose angles relative to the growth direction are less than or equal to this angle.

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)

This angle (degrees) is used for computing feature normals (more flexible than retriangulation-feature-angle).

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).

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Outer edges of advancing layers are projected to adjacent planar zones whose angles relative to the growth direction are less than or equal to this angle.

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

This angle (degrees) is used for computing feature normals (more flexible than retriangulation-feature-angle).

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).