normal#

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

Bases: TUIMenu

Prism Normal Controls.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

bisect_angle(service, version, mode, path)

Advancement vectors are forced onto bisecting planes in sharp corners with angles less than this.

compute_normal(service, version, mode, path)

Compute normal for the given face zone.

converge_locally(service, version, mode, path)

Converge normal smoothing locally by freezing each individually once it has converged?.

direction_method(service, version, mode, path)

Grow layers normal to surfaces or along a specified direction vector?.

direction_vector(service, version, mode, path)

Direction vector for prism extrusion.

ignore_invalid_normals(service, version, ...)

Ignore nodes which have very poor normals.

max_angle_change(service, version, mode, path)

Smoothing changes in advancement vectors are constrained by this angle.

normal_method(service, version, mode, path)

Method in which normal marching direction vectors are determined.

orient_mesh_object_face_normals(service, ...)

Orient Face Normals Of Mesh Object.

orthogonal_layers(service, version, mode, path)

Number of layers to preserve orthogonality.

smooth(service, version, mode, path)

Perform smoothing of normal advancement direction vectors?.

smooth_converged(service, version, mode, path)

Convergence criterion (in DEGREES) for angle changes during normal smoothing.

smooth_iter(service, version, mode, path)

Maximum number of smoothing iterations for normal vectors.

smooth_relaxation_factor(service, version, ...)

Normal Smooth Relaxation factor.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Advancement vectors are forced onto bisecting planes in sharp corners with angles less than this.

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

Bases: TUIMethod

Compute normal for the given face zone.

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

Bases: TUIMethod

Converge normal smoothing locally by freezing each individually once it has converged?. Otherwise, all normals are continuously smoothed until all have converged.

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

Bases: TUIMethod

Grow layers normal to surfaces or along a specified direction vector?.

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

Bases: TUIMethod

Direction vector for prism extrusion.

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

Bases: TUIMethod

Ignore nodes which have very poor normals.

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

Bases: TUIMethod

Smoothing changes in advancement vectors are constrained by this angle.

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

Bases: TUIMethod

Method in which normal marching direction vectors are determined.

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

Bases: TUIMethod

Orient Face Normals Of Mesh Object.

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

Bases: TUIMethod

Number of layers to preserve orthogonality. All smoothing is deferred until after these layers.

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

Bases: TUIMethod

Perform smoothing of normal advancement direction vectors?.

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

Bases: TUIMethod

Convergence criterion (in DEGREES) for angle changes during normal smoothing.

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

Bases: TUIMethod

Maximum number of smoothing iterations for normal vectors.

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

Bases: TUIMethod

Normal Smooth Relaxation factor.