morph#

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

Bases: TUIMenu

Enters the prism morphing controls menu.

Classes:

improve_threshold(service, version, mode, path)

Specifies the quality threshold used for improving the quality during the morphing operation.

morphing_convergence_limit(service, version, ...)

Specifies the convergence limit for the morphing operation.

morphing_frequency(service, version, mode, path)

Specifies the frequency of the morphing operation.

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

Bases: TUIMethod

Specifies the quality threshold used for improving the quality during the morphing operation.

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

Bases: TUIMethod

Specifies the convergence limit for the morphing operation. The morpher uses an iterative solver. It is assumed to have converged when the relative residual is less than this number.

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

Bases: TUIMethod

Specifies the frequency of the morphing operation. The number specified denotes the number of prism layers after which the morpher is applied to the remainder of the mesh (for example, a value of 5 indicates that the morpher is applied to the mesh after every 5 prism layers grown).