proximity#

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

Bases: TUIMenu

Enters the prism proximity controls menu.

Classes:

allow_ignore(service, version, mode, path)

Enables you to ignore nodes where the specified maximum shrink factor cannot be maintained.

allow_shrinkage(service, version, mode, path)

Enables shrinkage while growing prism layers.

gap_factor(service, version, mode, path)

Controls the gap between the intersecting prisms layers in the proximity region with respect to the cell size of the prisms.

keep_first_layer_offsets(service, version, ...)

Enables you to retain first layer offsets while performing proximity detection.

max_aspect_ratio(service, version, mode, path)

Specifies the maximum allowable cell aspect ratio to determine the limit for the shrinkage of prism layers.

max_shrink_factor(service, version, mode, path)

Specifies the shrink factor determining the maximum shrinkage of the prism layers.

smoothing_rate(service, version, mode, path)

Rate at which shrinkage is propagated in lateral direction.

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

Bases: TUIMethod

Enables you to ignore nodes where the specified maximum shrink factor cannot be maintained.

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

Bases: TUIMethod

Enables shrinkage while growing prism layers.

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

Bases: TUIMethod

Controls the gap between the intersecting prisms layers in the proximity region with respect to the cell size of the prisms.

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

Bases: TUIMethod

Enables you to retain first layer offsets while performing proximity detection.

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

Bases: TUIMethod

Specifies the maximum allowable cell aspect ratio to determine the limit for the shrinkage of prism layers. This option is available only when the allow-ignore? option is disabled.

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

Bases: TUIMethod

Specifies the shrink factor determining the maximum shrinkage of the prism layers. This option is available only when the allow-ignore? option is enabled.

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

Bases: TUIMethod

Rate at which shrinkage is propagated in lateral direction.