proximity#

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

Bases: TUIMenu

Prism Proximity Controls.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

allow_ignore(service, version, mode, path)

Ignore nodes where shrink factor can't be maintained.

allow_shrinkage(service, version, mode, path)

Allow shrinkage while growing each layer.

gap_factor(service, version, mode, path)

Gap rate to determine the space in proximity region.

keep_first_layer_offsets(service, version, ...)

Fix first layer offsets while performing proximity detection?.

max_aspect_ratio(service, version, mode, path)

Minimum offset to fall back to avoid degenerate cells.

max_shrink_factor(service, version, mode, path)

Shrink factor to determine the maximum shrinkage of prism layer.

smoothing_rate(service, version, mode, path)

Rate at which shrinkage is propagated in lateral direction.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Ignore nodes where shrink factor can’t be maintained.

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

Bases: TUIMethod

Allow shrinkage while growing each layer.

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

Bases: TUIMethod

Gap rate to determine the space in proximity region.

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

Bases: TUIMethod

Fix first layer offsets while performing proximity detection?.

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

Bases: TUIMethod

Minimum offset to fall back to avoid degenerate cells.

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

Bases: TUIMethod

Shrink factor to determine the maximum shrinkage of prism layer.

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

Bases: TUIMethod

Rate at which shrinkage is propagated in lateral direction.