normal#

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

Bases: TUIMenu

Enters the prism normal controls menu.

Classes:

bisect_angle(service, version, mode, path)

Is required for growing prisms out of sharp interior corners.

compute_normal(service, version, mode, path)

Computes the normal for the specified 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)

Specifies whether the prism layers should be grown normal to surfaces or along a specified direction vector.

direction_vector(service, version, mode, path)

Specifies the direction vector for prism extrusion when the uniform method is selected for direction-method.

ignore_invalid_normals(service, version, ...)

Enables you to ignore nodes that have poor normals.

max_angle_change(service, version, mode, path)

Specifies the maximum angle by which the normal direction at a node can change during smoothing.

normal_method(service, version, mode, path)

Method in which normal marching direction vectors are determined.

orient_mesh_object_face_normals(service, ...)

Enables you to orient the face normals for mesh object boundary zones.

orthogonal_layers(service, version, mode, path)

Specifies the 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.

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

Bases: TUIMethod

Is required for growing prisms out of sharp interior corners. When the value of this angle is set, the normals are automatically projected onto the plane bisecting the angle between faces having an interior angle less than this angle.

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

Bases: TUIMethod

Computes the normal for the specified 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

Specifies whether the prism layers should be grown normal to surfaces or along a specified direction vector.

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

Bases: TUIMethod

Specifies the direction vector for prism extrusion when the uniform method is selected for direction-method.

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

Bases: TUIMethod

Enables you to ignore nodes that have poor normals.

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

Bases: TUIMethod

Specifies the maximum angle by which the normal direction at a node can change during smoothing.

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

Enables you to orient the face normals for mesh object boundary zones. Specify the mesh object, region or material point as appropriate, and specify whether walls, baffles or both comprising the prism base zones are to be separated and oriented.

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

Bases: TUIMethod

Specifies the 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.